/*For forms on micro sites 2007-01*/ 
div.formstyle table {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	margin-left: 20px;
	background-color:#ffffff;
}
div.formstyle table td, div.formstyle table th {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 6px;
	vertical-align: top;
}
div.formstyle table th {
	font-size: 12px;
	font-weight: bold;
	color: #004b6c;
	text-align: right;
	margin-left: 6px;
	padding-top: 5px;
}
.formbutton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7c98ae;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #004b6c;
}
.demoformqty {
	background-color: #ffffff;
	border: 1px solid #004b6c;
	width: 40px;
	float:right;
	font-size: 12px;
}
.demoformcomments {
	background-color: #ffffff;
	border: 1px solid #004b6c;
	width: 275px;
	float:left;
	font-size: 12px;
}
.entrydatalong {
	background-color: #ffffff;
	border: 1px solid #004b6c;
	width: 250px;
	text-align:left;
	font-size: 12px;
}
.entrydata {
	background-color: #ffffff;
	border: 1px solid #004b6c;
	width: 200px;
	text-align: left;
	font-size: 12px;
}
.entrydatasmall{
	background-color: #ffffff;
	border: 1px solid #004b6c;
	width: 50px;
	text-align: left;
	font-size: 12px;
}
.explanation{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.titles {
	font-size:16px;
	color: #7c98ae;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
.navHeader {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: bold;
	width: 190px;
	background-color: #7c98ae;	
}
ul.leftNavSmall {
	margin: 0;
	padding: 0;
	padding: 4px 10px;
	color:#004b6c;	
}
ul.leftNavSmall li {
	font-size:11px;
	font-weight:bold;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 3px;
}
ul.leftNavSmall li ul li {
	font-weight:normal;
}
ul.leftNavSmall a:link {
	color: #447B90;
}
ul.leftNavSmall a:hover {
	color: #224060;
}
#ajaxSearch_submit {
  width: 60px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/img/search_blue.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}