@import "shadows.css";
@import "leftbox.css";
@import "links.css";

* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

body {
	margin: 0px auto;
	width:903px;
	background-color: #cccccc;
	color: #333333;
	_position:relative;
}

label {
  cursor: pointer;
  margin: auto 10px auto 5px;
}

select {
  border: 1px solid #7F9DB9;
  height: 22px;
}

.hangingIndent {
  text-indent: -7px; 
  margin-left: 7px;
}

#navP {
  height: 30px;
}

#tabBar1 {
  height: 1px;
  background-color: #FFFFFF;
  font-size: 0px;
}


#search {
  padding-top: 16px;
  margin-left: 288px;
  position: absolute;
  z-index: 5;
}


#logged-in {
  font-family:trebuchet MS;
  font-size:11px;
  padding-top:10px;
  text-align:right;
  width:516px;
  position: absolute;
  z-index: 100;
}


#tabBar2 {
  height: 3px;
  background-color: #C8E4F3;
  width: 800px;
  font-size: 0px;
}

#tabBar3 {
  height: 3px;
  background-color: #FFFFFF;
  width: 800px;
  font-size: 0px;
}

#maincell {
	width:817px;
	padding-top:19px;
	margin-left:-825px;
	background-color:#FFFFFF;
	padding-bottom:45px;
	padding-left:17px;
  _position: relative;
}	

#logo {
	background-color:#ffffff;
	margin-left:-809px;
	width:285px;
	height:50px;
	position:absolute;
	z-index:5;
	margin-top:-10px;
	padding-top: 10px;
	padding-left:19px;
}

#home {
	background-color:#ffffff;
	margin-left:-550px;
	width:50px;
	height:50px;
	position:absolute;
	z-index:6;
	margin-top: 20px;
	padding-left:4px;
	font-family:trebuchet ms;
	font-size:12px;
	color:#3867b1;
}

#logoimg {
	background-color:#ffffff;
	margin-left:-809px;
	width:300px;
	height:50px;
	position:absolute;
	z-index:5;
	margin-top:-6px;
	padding-left:4px;
	visibility:hidden;
	display:none;
}


#centersec {
	padding-top:25px;
}

#tablecent {
	width:100%;
}

#leftcell {
	width:31%;
	vertical-align:top;
}

#bottom {
	margin-left:-817px;
	width:817px;
	font-family:trebuchet ms;
	font-size:10px;
	color:#3867b1;
	border-top:1px solid #dff0f8;
	_position: relative;
}

#copyright {
	float:left;
}

#rightcell {
	width:69%;
	vertical-align:top;
}

#content {
	font-family:trebuchet ms;
	font-size:12px;
	width:550px;
}

#content h1 {
	color: #3867b1;
	font-size:18px;
	font-family:trebuchet ms;
	font-weight:bold;
	padding-bottom: 10px;
}

#content h2 {
	color: #3867b1;
	font-size:18px;
	font-family:trebuchet ms;
	font-weight:normal;
	padding-bottom: 10px;
}

#content h3 {
	color: #3867b1;
	font-size:15px;
	font-family:trebuchet ms;
	font-weight:bold;
	padding-bottom: 10px;
	text-align: left;
}

#content h4 {
  color: #333333;
  font-size: 14px;
  font-family: trebuchet ms;
  font-weight:bold;
  text-align: left;
  padding-bottom: 10px;
}

#content h5 {
  color: #3867b1;
	font-size:14px;
	font-family:trebuchet ms;
	font-weight:normal;
	padding-bottom: 10px;
	text-align: left;
}

div.error {
  border: 1px solid red; 
  background-color: #FFDDDD; 
  color:black; 
  margin-top:5px; 
  margin-bottom:5px;
  padding:10px;
}

#prodovw div.prod {
  background-color: #5fb1e2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 22px;
	color: #ffffff;
	font-size:18px;
	font-family:trebuchet ms;
	font-weight:bold;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5fb1e2', endColorStr='#c5e3f5', gradientType='1');  
}

#prodovw div.prodname {
  float:left;
}

#prodovw div.proddesc {
  float:right;
  color:#ffffff;
  font-size: 14px
}

#content p {
	padding-bottom:8px;
}

#hierarchy {
	font-family:trebuchet ms;
	margin-top:3px;
	margin-bottom:-21px;
	font-size:12px;
	padding-left: 8px;
}	

#formContent {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 615px;
}

.button {
  margin:0;
  padding: 0.25em;
  width: auto;
  overflow: visible;
  font: 10px Verdana;
  font-weight: bold;
  color: #3462A9;
}

.bannerLabel {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: trebuchet ms;
  color: #888888;
}

#search_query {
  font-family: arial;
  font-size: 14px;
  width: 165px;
  color: #cccccc;
}

#blank_value {
  font-family: arial;
  font-size: 11px;
  width: 155px;
  color: #cccccc;
  border: 1px solid #7F9DB9;
  padding: 2px;
}

#blank_value.focused {
  color: #000000;
}

#search_query.focused {
  color: #000000;
}

.free {
  font-size: 10px;
  color: #ff0000;
  vertical-align: text-top;
}

.defaultbold {
  font-weight: bold;
  color: #3867b1;
}

.bullets {
  margin-left: 40px;
  text-indent: -17px;
}

.bullets img {
  vertical-align: middle;
  padding-bottom: 2px;
}

td.CheckMark {
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

table.PriceGrid {
  border-collapse: collapse;
}

table.PriceGrid td {
  border: 1px solid #AAAAAA;
  padding: 5px;
}

table.PriceGrid th {
  color: white;
	font-size:15px;
	font-family:trebuchet ms;
	font-weight:bold;
	padding: 5px;
}

table.DataTable {
  border-collapse: collapse;
}

table.DataTable th {
  border: 1px solid #CCCCCC;
  border-bottom: 0px;
  padding: 5px;
}

table.DataTable td {
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.upper {

  text-transform: uppercase;

}

#popupbottom {
  margin: 0px;
  width:100%;
  font-size:10px;
}
  

#popuplinks {
	text-align:right;
	padding-right: 5px;
}

#popuplinks a {
	color:#3867b1;
	text-decoration:none;
}

#popuplinks a:hover {
	color:#3867b1;
	text-decoration:underline;
}

#popupcopyright {
  font-family:trebuchet ms;
  vertical-align:center;
  color:#3867b1;
  text-align:left;
  padding-left: 5px;
}

a.top {
  font-size: 10px;
  color: #ddddff;
  text-decoration: none;
  text-align: right;
  width: 100%;
}

.required {
  color: red;
}

.fieldAnnotation {
  color: #EE6D11;
  font-size: 11px;
}

.errorText {
  margin-left: 10px;
  color: red;
  font-size: 11px;
}

.textbox {
  border: 1px solid #7F9DB9;
  padding: 2px;
}

.textbox-focus {
  background-color: #ffffcc;
  border: 1px solid #999999;
  padding: 2px;
}