html, body {
	height: 100%;
}
body, td, tr {
	font-family:Verdana, arial, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 150%;
	text-align: justify;
}

.contentTitles {
	color:#336633;
	font-size:13px;
	font-weight:bolder;
	margin-top:5px;
	margin-bottom:5px;
}
.contentSubTitles {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

.contentTable {
	padding-left: 15px;
}
.tableSideStyle, .tableBottomStyle {
	background-color: #008863;
	/* old orange #FFA828 */
}
.tableTopStyle {
	background-color: #008863;
	color: #FFFFFF;
}
.textBoxFillProcedure, .textBoxCopyProcedure {
	background-color: #FFF9ED;
}
.textBoxCopyProcedure, .textBoxCopyNote {
	padding: 0 5px 0 5px;
	text-align: left;
}
#procedureTables {
	vertical-align: bottom;
}
a.click {
	border-bottom: 1px solid #008863;
	color: #FF8000;
	text-decoration: none;
}
a.rollover {
	border-bottom: 1px dotted #EB801E; 
	color: #008863;
	text-decoration: none;
}
.dropdownLayout {
	background-image: url('../image/questionmarkbg.gif');
	background-position:  top center;
	background-repeat: no-repeat;
	height: 500px
}
.dropdownLayoutCustom1 {
	background-image: url('../image/questionmarkbg_custom1.gif');
	background-position:  top center;
	background-repeat: no-repeat;
	height: 500px
}
.learningGuidePos {
	visibility: hidden;
	position: absolute; 
	float: left;
	top: 20px;
	left: 50%;
	width: 500px;
	margin-left: -190px
}
.imageRolloverLayers {
	background-color: #FFF9ED;
	border: 1px solid #FFA828;
	visibility: hidden;
	padding: 5px;
	/* margin-left: 200px; */
}
.watermarks {
	background-image: url('../image/watermark-conduct_staff_meetings.gif');
	background-position:  left center;
	background-repeat: no-repeat
}
.watermarks2 {
	background-image: url('../image/watermark-positive_cust_experience.gif');
	background-position:  left center;
	background-repeat: no-repeat
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	text-align: left;
}
.procedureTitles {
	font-size: 14px;
}
.pullDownMenuQuestion {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2a4e2a;
}
.vendorBG {
	background-image: url(../image/interface/vendor_watermark_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.vendorBG2 {
	background-image: url(../image/interface/vendor_watermark_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.vendorBG2a {
	background-image: url(../image/interface/vendor_watermark_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
}
.alfatecBG {
	background-image: url(../image/vr-e-cpo-007-g000.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#dhtmltooltip {
	position: absolute;
	text-align: left;
	line-height: auto;
	font-size: 12px;
	float: left;
	width: 200px;
	border: 1px solid #FF9900;
	border-top: 6px solid #FF9900;
	padding: 2px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}