/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #E8E8E8;
	font-size: 80%;
	margin: 0px 0px 75px 0px;
	text-align: center;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
	line-height: 1.6em;
}
.normalLH {
	line-height: 1.2em;
}
ol, ul {
	margin-top: 0;
}
blockquote {
	margin: 0;
	padding: 0 0 0 20px;
}
form {
	padding: 0px;
	margin: 0px;
}
.noBold {
	font-weight: normal;
}
em {
	font-style: italic;
	overflow: visible;
	width: 100%;
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.errorText 
{
	color: #F00;
	font-weight: bold;
}
.smallText {
	font-size: 0.9em;
}
#mainContent h3, #mainContent h4 {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #FF0000;
}
img {
	border: 0px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.printOnly {
	display: none;
}
/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
	margin: 0;
}

/* table style for form input, for a two columnt table, where the first column is aligned to the right
	when creating the table, apply this class in the table tag and add <COLGROUP class="formC1"></COLGROUP> after the table tag */
.formInput {
	border: none;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
.blueTbl {
	border: 1px solid #283b65;
	margin: 0;
}
.blueTbl th {
	background: #2c64af url(../_images/menuBG.jpg) left bottom repeat-x;
	font-weight: bold;
	text-align: left;
	padding: 15px 11px;
	color: #FFF;
}
.blueTbl th a 
{
	color:#FFF;
}
.blueTbl td {
	padding: 8px 11px;
	border-top: 1px solid #283b65;
}
.makeBtn {
	display: block;
	height: 32px;
	width: 100%;
	text-align: center;
}
.table1 {	
	margin: 0;
	border: none;
	padding: 0;
}
.table1 td {
	padding: 0 0 18px 0;
	border: none;
}

.gvTable th
{
	color: #FFF;
}
.gvTable td a 
{
	color: #000;
}
.gvTable .selectRow td 
{
	color: #FFF;
	background-color: #0153dd;
	font-weight: bold;
}
