	* {
	font-family: Arial, Helvetica, sans-serif;
}
.admin {
	color: #333333;
}
a img {
	border: 0px;
}
td {
	padding: 0px;
}
img {
	border: 0x;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
}
a, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
}

/* Header */
#header_row {
	height: 122px;
	background-image: url('img/top_bg.png');
}
.middle_column {
	width: 100%;
	vertical-align: top;
}
#header_row #top_img {
	margin-top: 33px;
	float: left;
}
#header_row #phone {
	margin-top: 56px;
	text-align: right;	
	color: white;
	font-size: 20px;
}
#header_row #menu {
	margin-top: 12px;
	text-align: right;
	color: white;
}
#header_row #menu a {
	color: white;
	font-size: 12px;
	padding:8px;
}
#menu .active {
	text-decoration: underline;
}
#header2_row {
	height: 38px;
	background: url('img/top2_bg.png') repeat-x top;
}

/* Content */
#content_row, .content_bg {
	background: url('img/bg-gradient2.gif') repeat-x top;
}
#content_mid {
/*	background: url('img/content_mid_bg.jpg') no-repeat top right; */
}
#content_row #content_right {
	background: url('img/content_right_bg.png') no-repeat top left;
}
#content p, #content table {
	font-size: 13px;	
}
#left_menu {
	float: left;
}
#left_menu a {
	display: block;
}

#left_menu a.active {
	color: red;
}

#left_menu_td, #left_menu {
	width: 200px;
}
#left_menu {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-size: 13px;
}
#left_menu .active {
	color: #000000;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #003366;
	font-size: 20px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #003366;
	cue-before: 0px;
}



/* Footer */
#footer_td {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;	
	border-top: 1px #cccccc solid;
}
#footer_right {
	float: right;
	font-size: 11px;
}
#footer_left {
	float: left;
	font-size: 11px;
}

/* Other Styles */
.col {
	color: #003366;	
}
.colb {
	color: #003366;	
	font-weight: bold;
	font-size: 12px;	
}
.small div, .small {
	font-size: 12px;
}
.left_pad, .info, .export_to_excel {
	padding-left: 20px;
	height: 16px;
}
#content .export_to_excel {
	background: url('img/xls.gif') no-repeat left;
	color: #003366;
	font-size: 12px;
}
#content .info {
	background: url('img/info.png') no-repeat left;
	text-decoration: none;	
	font-size: 12px;
}

/*  REPORT TABLE */

.ReportTable {
	margin-top: 14px;
}

.ReportTable td, .Table td {
	padding-left: 2px;
	padding-right: 2px;
}

.ReportTable td, .ReportTable th, .Table td, .Table th {
	font-size: 12px;
	white-space: nowrap;
	border-color: #666666;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
}
.ReportTableHeader, .pager {
	color: white;
	background-color: #666666;
	font-weight: bold;
}
.ReportTableHeader td {
	text-align: center;
}
.ReportTableHeader a {
	color: white;
}
.ReportMainRowLine td {
	border-color: #666666;
	border-width: 2px 1px 1px 1px;
	border-style: solid;
	background-color: #ffffcd;	
}
.ReportMainRow td {
	background-color: #ffffcd;	
}
.ReportAveragePriceRow td {
	border-color: #666666;
	border-style: solid;
	background-color: #ccffff;
}
.ReportSelectedRow td {
	border-color: #666666;
	border-style: solid;
	background-color: #FFE4C4;
}
.pager td {
	text-align: left;
	padding-left: 4px;
}
.pager a {
	color: #FFFFFF;
}
.pager td span {
	text-decoration: underline;
}



.large, .large td {
	font-size: 12px;
}
input, select, textarea {
	padding:0px 0px 0px 0px;
	font-size: 12px;
}

select, textarea, input[type="text"], input[type="password"] { 
	border: 1px solid #999999;
	background-color: white;
}
#content input[type="text"], #content select, #content textarea { width: 250px; }

/* Expressions for MSIE */
input { 
	width:expression(this.type=='text' ? '250px' : '');
	border:expression(this.type=='text' || this.type=='password' ? '1px solid #999999' : '');
	background-color: expression(this.type=='text' ? 'white' : '');
}
#content {
	 padding-bottom: 8px;
}
.submit {
	margin-top: 8px;
	margin-bottom: 6px;
}
.toppad, .toppad td {
	padding-top: 8px;
}
.ReportAsIncorrect {
	font-size: 9px;
}

.ReportTable a {
	color: blue;
}
.ReportTable .ReportTableHeader a, .ReportTable .pager a {
	color: white;
}
.LoginCheckbox input {
	align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div .TableComment {
	font-size: 10px;
}

/*
.ScrollDiv {
	width: 710px;
	overflow: auto;
}
*/