@import "forms.css";
@import "header.css";
@import "leftrail.css";
@import "footer.css";

body {
	background-color:#000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffff00;
	width:95%;
}

body.bodyMain {
	/* background: #000 url(../images/bg.jpg) scroll repeat 0px 0px; */
	width: 100%;
}

body#printview {
	background:#fff;
	color:#000;
}

#contentWrapper {
	margin: 0 auto;
	padding: 0;
	/* width: 860px; */
	/* background: #000 url(../images/leftrail/bg_leftrail.jpg) scroll repeat-y  left top; */
	border-bottom: 1px solid #000;
}

#content {
	margin: 0 5px 0 10px;
	/*
	padding: 0;
	width: 790px;
	float: left;
	height: 100%;
	*/
}

* html #data_iframe {
  	height:100%;
}
html>body #data_iframe {
  	padding:0;
  	height: 700px;
	margin:auto;
}
iframe {
	overflow-y: auto;
	overflow-x: hidden;
	}
#nav_iframe{
    overflow:hidden;
}

#help{
	padding: 10px;
}
.brClear {
	margin: 0;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}


h2.sectionhead_red {
	margin: 0;
	padding: 0 10px;
	padding-top: 1px;
	height: 17px;
	background: url(../images/sectionhead_red.jpg) repeat-x;
	border: 1px solid #CD0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}

h2.sectionhead_blk {
	margin: 0;
	padding: 0 10px;
	padding-top: 1px;
	height: 17px;
	background: url(../images/sectionhead_blk.jpg) repeat-x;
	border: 1px solid #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}

#content h2.productcategory, h2.productcategory {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #FF6600;
}

h2.productcategory a:link, h2.productcategory a:visited {
	text-decoration: underline;
	color: #FF6600;
}

h2.productcategory a:hover {
	background: #FF6600;
	text-decoration: none;
	color: #FFF;
}

h2.contenthead {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6600;
}

a.mainlink:link, a.mainlink:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #FF6600;
}

a.mainlink:hover {
	background: #FF6600;
	text-decoration: none;
	color: #FFF;
}

a.sublink:link, a.sublink:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #FFF;
}

a.sublink:hover {
	background: #FF6600;
	text-decoration: none;
	color: #FFF;
}

.content_bucket {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	width: 646px;
	background: #333;
	border-bottom: 2px solid #121212;
}

.content_bucket p {
	margin: 0 0 20px 0;
	line-height: 150%;
}

.content_row {
	margin: 10px 0;
	padding: 0 10px;
	float: left;
}

.content_column {
	margin: 0;
	padding: 0px;
	width: 205px;
	float: left;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 20px 25px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0 0 3px 10px;
	background: url(../images/bullet.gif) 0 5px no-repeat;
	list-style: none;
}

ul li a:link, ul li a:visited {
	text-decoration: underline;
	color: #FFF;
}

ul li a:hover {
	text-decoration: none;
	background: #FF6600;
}

a.columnHeaderLink {
	text-decoration: underline;
	color: #FFF;
}
a.columnHeaderLink:hover {
	text-decoration: none;
	background: #FF6600;
}

#DATAPAGE {
/*	width: 630px !important; */
	margin: 0px auto;
	padding:0px;
}
#dataTable {
/*	width: 630px !important; */
	margin: 0px auto;
	padding:0px;
}

a.pagecontrol:hover img {
	background-color:transparent;
}
form#DOCTABLE {
	background-color: #000000;
	min-height: 665px;
}
table#DATAPAGE {
	background-color: #333333;
	width: 100%;
	border-collapse:collapse;
}
form#DOCTABLE table {
	background-color: #333333;
}

td.displayDataLine1, td.displayDataLine2 {
	background-color:#3b3b3b;
	padding: 5px;
}

th.pageTitle {
	background:transparent url(../images/sectionhead_blk.jpg) repeat-x scroll 0%;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	height:20px;
	margin:0pt;
	padding:1px 10px 0pt;
	text-transform:uppercase;
	text-align:left;
}
a {
	color:#ffff00;
}
a:hover {
	text-decoration:none;
	background-color:#FF6600;
}
.leftnav {
	background:#000000 url(../images/leftrail/bg_leftrail.jpg) repeat-y scroll left top;
}