/* CSS Document */
/*A {text-decoration: none; }
A:visited {text-decoration: none; }
A:link	  {text-decoration: none; }
A:visited {text-decoration: none; }
A:hover	  {text-decoration: none; }*/
body {
	margin: 0px;
	background-color: #014F7D;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 0px;
}
.padding5px {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.padding10px {
	padding: 10px;
}
.white12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.bodyText:active {
	color: #000000;
}

a.bodyText:link {
	color: #000000;
}

a.bodyText:visited {
	color:#000000;
}

.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-color: #666666;
	letter-spacing: 1px;
}
/*
a.address:active {
	text-decoration:underline;
}	

a.address:link {
	text-decoration:underline;
}

a.address:visited {
	text-decoration:underline;
}*/

.iconSearch {
	background-image: url(../images/iconSearch.gif);
	background-repeat: no-repeat;
}

.iconText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-left: 70px;
	padding-top: 2px;
}
/*
a.iconText:active {
	text-decoration:none;
}

a.iconText:link {
	text-decoration:none;
}

a.iconText:visited {
	text-decoration:none;
}

a.iconText:hover {
	text-decoration: underline;
}*/

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
}
/*
a.footerText:active {
	text-decoration: underline
}

a.footerText:link {
	text-decoration: underline;
}

a.footerText:visited {
	text-decoration: underline;
}*/

.welcomeTxt {
	background-image: url(images/welcomeTxt.gif);
	background-repeat: no-repeat;
}

.viewDemo {
	padding-bottom:15px;
	text-align: center;
	vertical-align: bottom;
}

.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../images/horizTitleLine.gif);
	background-repeat: no-repeat;
	background-position: center 45px;
}

.footerColorBars {
	background-image: url(../images/footerColorBars.gif);
	background-repeat: no-repeat;
}

.textFields {
	border: 1px solid #999999;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
}

.LogIntextFields {
	border: 1px solid #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #34506d;
	margin: 1px;
}

.bodyTextPd5px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.whiteTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
	background-color: #4d77a1;
}

.bodBdrRed {
	border: 1px solid #CC0000;
}

.bodBdrBlue {
	border: 1px solid #4d77a1;
}

.whiteTitleTextAtten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
	background-color: #cc0000;
}.redRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}

td.DetailsTitle {
	 font-weight: bold;
	 }
	 
td.VendorDetailsTitle {
	 font-weight: bold;
	 color: white;
	 background-color: #34506D;
	 }