html {
	margin: 0;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
}
.header {
	background-image: url(../images/titleBG.gif);
	background-repeat: repeat-x;
	height:52px;
}
.headTitle {
	font-size:18px;
	color:#FFFFFF;
	line-height: 52px;
	margin-right: 20px;
	font-style: italic;
	float: right;
	width: 200px;
	text-align: right;
}


table.wrap {
	width: 100%;
	height: 95%;
	border-collapse: collapse;
}
table.wrap td {
	text-align: left;
	vertical-align: top;
}


.menu {
	width:178px;
	background-color:#EBEBEB;
	border-right:2px solid #DADADA;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu li {
	list-style-type: none;
}
.menu li h1{
	display:block;
	background-color:#2874C9;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:0;
}
.menu li a{
	color:#2874C9;
	line-height:20px;
	text-decoration:underline;
	padding-left:10px;
}
.menu li a:hover{
	color:#27476A;
}


.contect {
	background-color: #FFFFFF;
	padding: 10px;
}
.contect .pgTitle {
	font-size: 24px;
	font-weight: bold;
	color: #2874C9;
}
.searchTitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #DADADA;
	padding-left: 6px;
}
.search {
	border: 2px solid #DADADA;
	margin-bottom: 15px;
}
.searchParm {
	background-color: #EBEBEB;
	padding: 2px 6px;
}
.searchParm a {
	color: #000000;
	text-decoration: underline;
}
.reportTable {
	width: 100%;
	border-collapse: separate;
}
.reportTable th{
	padding: 2px;
	background-color: #5CC08B;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #A0B9AC;
	border-bottom: 1px solid #A0B9AC;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.reportTable th img{
	vertical-align:middle;
}
.reportTable td{
	padding: 2px;
	background-color: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #A0B9AC;
}
.reportTable td.odd{
	background-color: #E1EBE6;
}
.reportTable td.reship{
	background-color: #66CCFF;
}
.reportTable td.total{
	background-color: #E1EBE6;
	font-weight:bold;
	background-color: #5CC08B;
	color:#FFFFFF;
	font-size:16px;
}
.reportTable td.blank{
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}.contect h4 {
	color: #51A87A;
	display: inline;
	margin: 0px;
}
.contect a {
	color: #2874C9;
}
.homeLogo {
	font-size: 18px;
	color: #08294D;
	margin: 0px auto;
	text-align: center;
}
.homeFooter {
	position: absolute;
	bottom: 0px;
	background-color: #EBEBEB;
	height: 52px;
	border-top: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
	font-size: 12px;
	text-align: center;
	width:100%
}
.homeFooter a {
	color: #2874C9;
}
.homeBox_in {
	font-size: 14px;
	background-image: url(../images/home_box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 10px;
	border: 2px solid #DADADA;
	height: 156px;
}
.homeBox_in h1 {
	font-size: 24px;
	color: #08294D;
	margin:0px 0px 20px;
}
.homeBox {
	width: 220px;
}
.homeBoxes {
	margin: 20px auto;
	text-align: center;
	width: 940px;
}
.homeBox_in h1 a {
	color: #08294D;
	text-decoration: none;
}
.topMenu {
	font-size: 14px;
	line-height: 52px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-right: 20px;
}
.topMenu a {
	color: #FFFFFF;
}
