﻿/*________________________________________*/
h3,h4,h5,ul,li, ol{margin:0px;padding:0px;}
/*skip to main content for screenreaders*/
.skip 
{
    position: absolute;
    left: -3000px;
}
.skip:focus {
		position: absolute; left: 0.5em; 
		}
/*___________________*/

body
{
    background-position: left top;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    font-size: 1em;
    margin: 0px;
    background-image: url(../images/page_background.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContainer
{  
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 990px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: .9em;    
}




/*---global styles---------------------------------------*/
img
{
	border-style:none;
 
 }
a {
	color: #002D88;
}
a:visited {
	color: #002D88;
}
a:hover
{
    color: #0099CC;
}
a img
{
	border-style:none;
 
 }
 
h3
{
    font-size: 18px;
    color: #000066;
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Trebuchet MS';
    color: #000080;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #003366;
    padding-bottom: 2px;
    font-variant: small-caps;
}
h4
{
    font-size: 16px;
    color: #000066;
  padding-top:5px;
   font-family: 'Trebuchet MS';
}
.center{text-align:center;}
.nowrap {
	white-space: nowrap;
		margin-right: 1em;
	margin-left: 1em;
}
.clear {
	clear: both;
}
.comment {
	font-style: italic;
	margin-right:30px;
	text-align: right;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	
	
	clear: left;
	font-size: .9em;
	position:relative;top:-30px;
}
.comment img{
	position:relative;
	top:2px;
	margin-left:1px;
}
.button{text-align:right;padding-top:10px;padding-bottom:10px;}
.button img{margin-right:10px;}
.boldtext_color
{
    font-weight: bold;
    color: #003277;
}



/*header styles--------------------------------------------------*/
#header {
	text-align: center;
	position: relative;

}


/*-------------------------------------------------------------------*/
/*container for hit count and datetime stamp*/
#header_options {
position:relative;

font-size:12px;
color:#000066;
clear:both;
margin-left: 40px;
font-family: Arial, Helvetica, sans-serif;
}


/*used for javascript current date below header image*/
#datetime {
	text-align: left;
	padding-top: 0.3em;
}

/*classes to show/hide header options*/
.ho_ml #hit_count{  display: none; }



/*-------------------------------------------------------------------*/
/*_____login page styles______________*/
.dfrlogo{position:relative;top:15px;z-index:2;}
#login_panel {
width:260px;margin-left:auto;margin-right:auto;padding-top:40px;padding-bottom:30px;
}
#login_panel .data_input{
text-align:right;margin-left:auto;margin-right:auto;padding-bottom:10px;

}
#login_panel .button{
float:right;padding-top:20px;

}
.errmsg
{
    color: #990000;
    text-align:center;
    font-size:.9em;
}
/*-------------------------------------------------------------------*/



/*_____dataform reports page styles______________*/
#ufields {display:none;}

#cb2{margin-left:15px;}
#cb_to{margin-left:15px;}
#df_list{width:880px;}

/*------border divs for style only-------------------------------------------------*/

/*holds border divs to content, don't hide, just remove styles when not in use*/
.pagewrapper
{
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    margin: 5px 20px 20px 20px;
    padding-top: 20px;
    background-color: #FFFFFF;
}

/*dont hide left right repeats, they contain the content, just remove styles when not in use*/
.page_leftrepeat{}.page_rightrepeat{}




/*-------------------------------------------------------------------*/








/*--Organization copyright---*/
#copyright
{
    font-size: .7em;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 1em;
    position: relative;
    color: #000000;
    
}
#copyright a
{
    color: #000066;
}
#copyright a:visited
{
    color: #000066;
}
#copyright a:hover
{
    color: #990708;
}


/*---RTM logo and link---*/
#poweredby
{
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #003366;
    margin-right: 20px;
    margin-left: 20px;
}
/*---------------------------------------------------------------------------------*/