@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333;
}

body {margin:0;padding:0;}

* html body {text-align:center;}

#WrapperMain {
    min-width:800px;
    max-width:1200px;
}
* html #WrapperMain {width:970px;}
#WrapperMainTopCornersL {
    background:url(../img/lqd_boder_top.png) no-repeat top left;
	height:32px;
}
#WrapperMainTopCornersR {
    background:url(../img/lqd_boder_top.png) no-repeat bottom right;
	height:32px;
}
#WrapperMainShadowL {
	background: url(../img/lqd_shadow_l.png) repeat-y left;
	padding-left: 16px;
	height: auto;
}
#WrapperMainShadowR {
	background: url(../img/lqd_shadow_r.png) repeat-y right;
	padding-right: 16px;
	height: auto;
}
#MainContent {
	background: url(../img/lqd_halftone.png) no-repeat right top;
	padding:0 16px;
}
#MainContentHeader .iconDataBase , #MainContentHeader .iconTracker , #MainContentHeader .iconArb {
	height: 85px;
	float: left;
	width: 600px;
	background: no-repeat left top;
}
#MainContentHeader .iconDataBase { background-image:url(../img/lqd_icon_database.png);}
#MainContentHeader .iconTracker { background-image:url(../img/lqd_icon_tracker.png);}
#MainContentHeader .iconArb { background-image:url(../img/lqd_icon_arb.png);}
#MainContentHeader .genericLogo {
	background: url(../img/lqd_logo_MA.png) no-repeat;
	float: right;
	height: 70px;
	width: 104px;
}
ul.logStatus {
	margin: 60px 0px 0px 77px;
	padding: 0px;
}
ul.logStatus li {
	float:left;
	list-style: none;
	line-height: 13px;
	border-right: 1px solid #000;
	padding-right: 6px;
	padding-left: 6px;
	color: #888888;
}
ul.logStatus li span {
	color: #000;
}
ul.logStatus li a {
	color: #9c0000;
}
#MainContentNavBar {
	clear: both;
	background: url(../img/lqd_navbar.png) no-repeat left top;
	height: 51px;
}
#MainContentNavBar ul {
	display: block;
	margin: 0px;
	padding: 13px 0px 0px;
	width: 100%;
	background: url(../img/lqd_navbar.png) no-repeat right bottom;
	height: 38px;
	text-align: center;
}
#MainContentNavBar ul li {
	list-style: none;
	font-size: 21px;
	display: inline;
	border-right: 1px solid #000;
	margin: 0px;
	padding: 0px 15px;
}
#MainContentNavBar a {
	color: #000;
	text-decoration: none;
}

#MainContentFooter {
	background: url(../img/lqd_navbar.png) no-repeat left top;
	height: 51px;
}
#MainContentFooter p {
	display:block;
	width:100%;
	background: url(../img/lqd_navbar.png) no-repeat right bottom;
	height: 32px;
	padding:19px 0 0;
	margin:0;
	text-align:center;
	font-size: 10px;
}
#WrapperMainBottomCornersL {
	background: url(../img/lqd_boder_bottom.png) no-repeat left top;
	height: 32px;
}
#WrapperMainBottomCornersR {
	background: url(../img/lqd_boder_bottom.png) no-repeat right bottom;
	height: 32px;
}