/* DEFAULTS */
/*********************************************/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000099;
		background-image:  url(../graphics/back.gif);
	margin-left: 0px;
	margin-top: 0px;
}



h1 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.7em;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.3em;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #9BC4E2;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/******************** END ********************/

/* ANCHORS */
/*********************************************/
a.jsemail, a.jsemail:visited{
  	font-size: small;
	font-weight: normal;
  	color: #000;
	text-decoration: none;
}

a.jsemail:hover{
  	font-size: small;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}



/******************** END ********************/



/* TABLES */
/*********************************************/

table.indexContainer {
	text-align:center;
}

td.indexContainer {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;	
	white-space:nowrap;
	text-align:center;
}

tr.indexContainer {
	vertical-align:top;
	text-align:center;
}


table.main{
	border-spacing: 0px;
	border-spacing: 0px;
	width: 100%;
}

	/*beginning of formset table classes*/
table.formset{		
	color: #000000;
	width: 70%;
	margin-left:15%; 
	margin-right:15%;
	table-layout: inherit		
}
tr.formset{
	vertical-align:top;
}
td.formset-header{
	font-weight: bold;		
	padding:  5px 5px 5px 0px;
}

th.formset-header{
	font-weight: bold;		
	padding:  5px 5px 5px 0px;
}
	/*end of formset table classes*/

	/*beginning of lhlstats table classes*/
table.lhlstats{		
	color: #000000;
	width: 70%;
	margin-left:15%; 
	margin-right:15%;
	table-layout: inherit;	
	border-style: inset;
	border-color: #999999;
	border-width: 1px;
}
tr.lhlstats{
	vertical-align:top;
}

td.lhlstats-header{
	color: #007352;
	font-weight: bold;	
	text-align: center;	
	padding:  0px 10px 0px 0px;
	border-style: inset;
	border-color:#999999;
	border-width: 1px;		
}

td.lhlstats-colheader{
	font-weight: bold;	
	text-align: center;
	white-space: nowrap;	
	padding:  0px 10px 0px 0px;
	border-style: inset;
	border-color:#999999;
	border-width: 1px;		
}

th.lhlstats-rowheader{
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #007352;
	text-align: left;
	border-style: inset;
	border-color: #999999;
	border-width: 1px;		
}
th.lhlstats-rowsubheader{
	font-weight: bold;	
	background-color: #EEEEE0;
	text-align: left;
	border-style: inset;
	border-color: #999999;
	border-width: 1px;		
}

th.lhlstats-rowsubheader2{
	font-weight: bold;	
	background-color: #EEEEE0;
	text-align: left;
	padding: 5px 5px 5px 25px;
	border-style: inset;
	border-color: #999999;
	border-width: 1px;		
}

td.lhlstats{
	text-align: center;
	border-style: inset;
	border-color:#999999;
	border-width: 1px;	
}
	/*end of lhlstats table classes*/

	/*beginning of requestForm table classes*/
table.requestForm{		
	color: #000000;
	background-color: #DFDFDF;
	width: 50%;	
	margin-left:20%; 
	margin-right:20%;	
}		
tr.requestForm{
	vertical-align:top;
}

th.requestForm{
	font-weight: bold;
	background-color: #F5F5F5;
	text-align: right;
	width: 30%;
	padding: 5px 15px 5px 5px;	
}

td.requestForm{
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;		
}

td.requestFormNote{
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px 5px 5px 2px;		
}

td.requestFormHeader{
	font-weight: bold;
	background-color: #EEEEE0;
	text-align: left;
	padding: 15px 5px 5px 2px;		
}
	/*end of requestForm table classes*/
	
/******************** END ********************/


/*DIV*/
/*********************************************/

#bodycontainer{
	width: 100%;
	text-align:left;		
}

#buttons{
	width: 100%;
	text-align:center;
	background-color:#eeeeee;	
	padding:  5px 5px 5px 5px;		
}

#errorForms{
	text-align: left;	
	margin-left:20%; 
	margin-right:20%;		
}

#footer {
	padding-top: 30px;
}

#formset{
	font-weight: normal;	
}

#requestForms{
	position: absolute;
	width: 100%;
	left: 2px;
	right: auto;
	text-align: center;	
	padding: 0px 5px 2px 2px;
	border: 0px;
	border-style: solid;
	border-color:#000000;
	
}

#requestFormsMenus{
	position: absolute;
	width: 20%;
	left: 0px;
	right: auto;
	z-index: 1;
	text-align: left;

	padding: 0px 5px 0px 0px;
	border: 0px;
	border-style: solid;
	border-color:#000000;
}

#subHeader {
	padding-bottom: 5px;
}


/******************** END ********************/




/* Lists */
/*********************************************/

p.jscomment, ul.jscomment{
	color: #0033FF;
	font-weight:normal;
}

ul.editorialBoard{
list-style:none;
padding: 5px 5px 5px 5px;
}


/******************** END ********************/




/* MISC. */
/*********************************************/

.admin_header_links {
	font-size: 0.8em;
}

.admin_title {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.admin_subtitle {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1em;
	font-weight: bold;
}

.blackBorder {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.blackBorder td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.flushList {
	margin-left: 10px;
	padding-left: 10px;
}

.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formNote{
	color: #666666;
	font-size: x-small;
}

.help_click {
	background-color: #FFFF66;
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}

.requiredField{
	color:#990000;
	font-weight: bold;
}
.spacerVirtical{
	margin: 70px 0px 70px 0px;
}

.title {
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.ulFlush {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}



/******************** END ********************/

