/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: url(../images/back1.gif) repeat 100%;
   color: #000; 
   text-align: center; 
   min-width: 680px; 
   font-family: lucida, arial, helvetica, sans-serif, Verdana;
}



p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

p.p11{
	text-align: center;
}


p.pmy {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
}

p.error_login{
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
	color: #FF0000;
}	
p.error{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	color: #FF0000;	
	text-align: center;
}

a, a:link, a:visited {
   color: #014E94;
   text-decoration: none;
   font-weight: bold;
}

div.border{
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	border-color: #000000;
}

div.border1{
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-bottom-width: 0px;
	border-color: #000000;
}

td.tb_title{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color : #448;
	font-weight: bold;
}


table.result{
	text-align: center;
	width: 100%;
	padding:0;
}

table.result td{
	padding:3px 7px;
	margin:0;
}


td.totals, td.totals1{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;	
	color: #448;
	border-top: #000000 solid 1px;
}

td.totals1{
	text-align: right;	
}

td.values_title1{
	font-family: Verdana, Arial, sans-serif;
	text-align: left;	
	background: #D5E2E8;
	background-color: #D5E2E8;
	font-size: 11pt;
}

td.values_title2{
	font-family: Verdana, Arial, sans-serif;
	text-align: left;	
	background: #B0BFD2;
	background-color: #B0BFD2;	
	font-size: 11pt;	
}
td.values_title_small1{
	font-family:  Arial, sans-serif;
	text-align: left;	
	background: #D5E2E8;
	background-color: #D5E2E8;
	font-size: 8pt;	

}

td.values_title_small2{
	font-family: Arial, sans-serif;
	text-align: left;	
	background: #B0BFD2;
	background-color: #B0BFD2;	
	font-size: 8pt;	

}


td.values1{
	font-family: Verdana, Arial, sans-serif;
	text-align:  center;	
	background: #D5E2E8;
	background-color: #D5E2E8;
	height : 30px;	
	font-size: 11pt;
}
td.values2{
	font-family: Verdana, Arial, sans-serif;
	text-align:  center;
	background: #B0BFD2;	
	background-color: #B0BFD2;
	height : 30px;	
	font-size: 11pt;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #014E94;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

input.display_report{
   font-weight: bold;	
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
   background: #B0BFD2;
   padding: 20px;
   border: solid #8599B1 10px;
}


div.deli {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 15px;
   border-top: solid #647D9B 1px;
   padding-top: 5px;
   color: #FFF;
}

#deli1 {
   clear: both;
   border-top: solid #647D9B 1px;
   padding-top: 0px;
}

#development{
   text-align: center; 	
}

/* intro */

#pageHeader {
   background: #647D9B url(/images/back3.gif) center top no-repeat;
   height: 100px;
   color: #FFFFFF
}

#pageHeader h1 {
	position: absolute;
	width: 500px;
	left: 47px;
	top: 38px;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 47px;
	top: 72px;
	font-size: 80%;
}

#pageHeader h2.id {
	position: absolute;
	width: 294px;
	left: 47px;
	top: 90px;
	font-size: 80%;
}

#quickSummary {
	float: right;
	width: 190px;
	font-size: 80%;
	padding: 10px;
}

#quickSummary table td.tdmy {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 9pt;
	width: 10%;
	text-align: right;
}

#quickSummary table td.submit {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
	text-align: center;
}

#quickSummary table td.header {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
	text-align: center;
}

#quickSummary input.submit {
   background: #B0BFD2;
}

#quickSummary form table.tablelogin{
   font-family: Verdana, Arial, sans-serif ;	
   border: solid #FFF 5px;	
   text-align: center;   
}


#netads {
 	text-align: left;	
	padding-bottom:10px; 
	padding-right:10px;
}

#about {
   float: left;
   width: 450px;
   margin-bottom: 30px;
   margin-top: 15px;
   background-color: #BECAD9;
   color: #BECAD9;
}

#about p {
   background: #BECAD9;
    color: #000000;
}
#about p.c{
	text-align: center;
 	background: #BECAD9;
    color: #000000;
}	

#about h3 {
   font-family: Verdana, Arial, sans-serif ;	
   margin-bottom: 10px;
   font-size: 10pt;  
   background-color: #D5E2E8;
   color: #8097A7;
   color: #000000;   
   border: solid #FFF 5px;
   text-align: center;
   
}

/* generic text */

#signUP {
   clear: both;
   
}

#signUP h3 {
   margin-bottom: 10px;
   height: 50px;
   width: auto;
   background-color: #D5E2E8;
   color: #8097A7;
   border: solid #FFF 5px;
   text-align: center;
}

#signUP form input.newacc {
	text-align: center;
	background-color: #D5E2E8; 
   	margin-top: 15px;	
}


#mainText {
   clear: both;
}

#mainText p {
   padding: 10px;
   background: #BECAD9;
}

#mainText h3 {
   margin-bottom: 10px;
   height: 25px;
   width: auto;
   background-color: #D5E2E8;
   color: #8097A7;
   border: solid #FFF 5px;
   text-align: center;
}


#mainText h2 {
	color: #448;
	font-size: 80%;
	text-align: left;
   	padding: 10px;
  	background: #BECAD9;	
}

#mainText .p1 {
   color: #000000;
}


#mainText .p2 {
	margin: 0 20px 2.14286em 20px; 	
	border-left: 2px solid #448;
	border-right: 2px solid #448;
}




#footer {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #647D9B 1px;
   padding-top: 20px;
   color: #FFF;
}

/* links */

#lmenu {
   clear: both; 
   height: 30px;
   padding-top: 7px;
   margin-bottom: 15px;
   margin-top: 20px;
}

#lmenu li a:hover {
   color: #fff;
   background: #647D9B;
   border: solid #FFF 3px;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
   margin-bottom: 15px;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .6em;
   color: #fff;
   background: #5F94B4;
   border: solid #FFF 3px;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist ul{
	margin-top: 5px;	
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li.li1
{
list-style: none;
margin: 0;
display: inline;
color: #00FF00;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

#report_header
{
	width: 100%;
}

#report_header td.first
{
	width: 55%;
	text-align: left;
}
#report_header td.second
{
	width: 20%;
	text-align: left;	
}
#report_header td.third
{
	width: 20%;
	text-align: left;	
}

A.arrowLink:link {
	COLOR: #666666; TEXT-DECORATION: none
}
A.arrowLink:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
A.arrowLink:active {
	COLOR: #666666; TEXT-DECORATION: none
}
A.arrowLink:hover {
	COLOR: red; TEXT-DECORATION: none
}