/* 
Default CSS for eProcurement
Date: 21.07.2009
Developer: Calie K. Boateng
Email: cboateng@swglobal.com
*/

HTML {
	height: 100%;
}
HTML {
	direction: ltr;
	}
BODY {
	HEIGHT: 100%
}
BODY {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana;
	padding: 0px;
	margin: 0px;
}
IMG {
	border: 0px solid #CCCCCC;
}

H1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
H3 {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
H4 {
	font-size: 1.3em;
	color: #90CF01;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
H5 {
	font-size: 1em;
	color: #999;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
P {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	text-decoration: none;
	line-height: 1.6em;
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL {

}
DIV {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	color: #B91108;
	text-decoration: none;
}
a:hover {
	color: #B91108;
	text-decoration: underline;
}

#mainImg {
	padding-bottom: 10px;
}

#wrapper {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}#wrapperTop {
	background-color: #1e90ff;
	height: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapperMid {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 30px;
    padding-left: 30px;
	background-image: url(../images/mid_bg.png);
}
*html #wrapperMid {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 30px;
    padding-left: 30px;
    !padding-right: 30px;
    !padding-left: 29px;
	background-image: url(../images/mid_bg.png);
}
#wrapperFoot {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background-color: #E6E6E6;
	padding: 5px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#WrapperLogin {
	background-color: #B71008;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 235px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#containerTop {
	background-color: #1e90ff;
	background-image: url(../images/eprocurement_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
#containerTopnav {
	background-image: url(../images/topnav_bg.gif);
	height: 35px;
	width: 828px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}
#midSplitLeft {
	float: left;
	width: 558px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
}
#midSplitRight {
	float: left;
	width: 254px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#regProcessImg {
	margin-right: auto;
	margin-left: auto;
	width: 725px;
}

#topnavWrap {
	text-decoration: none;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 640px;
	float: left;
	
	}
/* Begin our top navigation styles */
#topnav, #topnav ul {
	float: none;
	list-style: none;
	color: #FFFFFF;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

/* -------------------------- */
/* Here are the top navigation links */
#topnav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
}
#topnav a.one     {
	text-align: left;
	font-size: 11px;
}
#topnav li {
	float: left;
	padding: 0;
}
#topnav a:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: #68B5F2;
}

.hpLinks {
	padding-top: 0px;
	padding-bottom: 25px;
}


.searchBox {
	width: 180px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #01567E;
	line-height: 22px;
	padding-left: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}
.searchField {
	font-size: 12px;
	color: #666;
	width: 140px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
.searchButton {
	font-size: 11px;
	color: #FFF;
	width: 28px;
	background-color: #0D4773;
	height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.searchFwrap {
	float: left;
	width: 143px;
	height: 22px;
	padding-left: 3px;
	padding-top: 1px;
	background-color: #FFF;
	padding-bottom: 1px;
}
.searchBwrap {
	float: left;
	width: 24px;
}

.loginFieldWrap {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 8px;
}
.loginFieldInput {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	width: 223px;
	border: 1px solid #D1180E;
	padding: 5px;
}
.loginFieldButton {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	width: 44px;
	border: 1px solid #8F0B03;
	padding: 2px;
	background-color: #8F0B03;
	text-align: center;
	float: right;
	height: 26px;
}
.bboxR {
	background-image: url(../images/bbox_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	height: 30px;
	width: 8px;
}

.bbox295 {
	float: left;
	width: 290px;
	background-image: url(../images/bbox_bg.gif);
	background-repeat: repeat-x;
	margin-right: 8px;
}
.bbox230 {
	float: left;
	width: 254px;
	background-image: url(../images/bbox_bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
}
.bbox260 {
	float: left;
	width: 260px;
	background-image: url(../images/bbox_bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
}
.bboxHeader {
	background-image: url(../images/bbox_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 2px;
	height: 22px;
	float: left;
	width: auto;
}
.bboxContainer {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background-color: #F5F5F5;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.newsevents {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background-image: url(../images/ico_news.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background-position: 1px 4px;
	background-color: #E9E9E9;
}
.newsevents .dateposted{
	font-size: 11px;
	color: #C1130A;
	text-decoration: none;
}
.quickLinks {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	display: block;
}
.quickLinks a{
	color: #0D4773;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	display: block;
	background-image: url(../images/ico_quicklinks.gif);
	background-position: 1px 5px;
	background-repeat: no-repeat;
}
.newsevents a, .bboxContainer a {color: #0D4773;}
.quickLinks li {
	float: none;
	padding: 0;
}
.quickLinks a:hover{
	color: #0D4773;
	text-decoration: none;
	background-color: #E9E9E9;
}
.contentArea {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 10px;
}
.contentArea h2{
	font-size: 16px;
	color: #B81108;
}
.smap {
	width: 220px;
	float: left;
	margin-right: 0px;margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
*html .smap {margin-left: 5px; }
.smapHeader {
	background-image: url(../images/sitemap_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	width: 194px;
	padding-top: 8px;
	font-weight: bold;
}
.smapContainer {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background-color: #F5F5F5;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.smapLinks {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	display: block;
}
.smapLinks a{
	color: #0D4773;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	display: block;
	background-image: url(../images/ico_sublevel.png);
	background-position: 1px 5px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.smapLinks   a.level2{
	padding-left: 27px;
	background-image: url(../images/ico_ssublevel.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	color: #666666;
}
.smapLinks li {
	float: none;
	padding: 0;
}
.smapLinks a:hover{
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
}

a.redColor {
	color: #ff0000;
	text-decoration: none;outline:none;
}
a.redColor:hover {
	color: #ff0000;
	text-decoration: underline;
}
.vendorCode {
    color: #ff0000;
    font-weight:bold;
    font-size: 8pt;
}
.blueHeading{
    color: #0D4773;
}
#footer {
background:#F8F8F8 none repeat scroll 0 0;border-top:1px solid #CCCCCC;display:block;margin-top:15px;min-height:30px;padding:5px 10px 5px 5px;
}
.customInput {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	width: 98%;
	border: 1px solid #999999;
}

#footer span {font-size:10px!important;}
*html #tbRegistration td {padding:3px!important;}
*+ html #tbRegistration td {padding:3px!important;}
.mrgrt15px {margin-right:60px;}
*html .mrgrt15px {margin-right:66px;}
.mrgtop10 {margin-top:10px;}
.ht200 {height:190px;}
