/*
STYLE.CSS
The stylesheet for the whole site,
included in every page in the header files
*/

/* Headers */
h1 			{font-weight:bold;
			font-family: Verdana, sans serif;
			font-size: 18pt}

h2 			{font-style: italic;
			font-size: 16pt;}

h3 			{text-decoration: underline;
			font-size: 12pt;}

/* Body */

body 			{font-family: Arial;
			font-size: 9pt;
			background-color: #ffffff;
			margin: 0px;
			}
			
body.popup 		{font-family: Verdana;
			font-size: 7pt;
			background-color: #ffffff;
			margin: 0px;
			}
     		
p.navbar
			{
			font-family: Verdana, sans serif;
			font-size:8pt;
			color:gray;}

/*Toolbar*/

#sidebar
   {
   background:#eee;
   color: #000;
   text-align:center;
   font-size:10px;
   width:100px;
   position:absolute;
   left:5px;
   top:10px;
   }

   #mainbar  {
   position:absolute;
   left: 170px;
   top: 10px;
   }

table.toolbar	{font-size: 10pt;
	   font-family: arial, sans serif;
		color:#FFFFFF;
		}


table.toolbar a:visited 	{color: #FFFF00; text-decoration: none;}
table.toolbar a:active  	{color: #ff0033; text-decoration: none;font-weight: bold;}
table.toolbar a:link    	{color: #FFFF00; text-decoration: none;}
table.toolbar a:hover   	{color: #FFFF00; text-decoration: underline}

body.popup a:visited 	{font-size:10pt; color: "#800000"; text-decoration: none;}
body.popup a:active  	{font-size:10pt; color: "#800000"; text-decoration: none;font-weight: bold;}
body.popup a:link    	{font-size:10pt; color: "#800000"; text-decoration: none;}
body.popup a:hover   	{font-size:10pt; color: "#800000"; text-decoration: underline}

       			
/* Inline links */
a.inline:link 		{color: blue}
a.inline:visited	{color:blue}
a.inline:active		{color: blue}
a.inline:hover		{font-weight:bold}

/*Tables*/

table.fullscreen 	{font-size: 10pt;
	      		font-family: arial, sans serif;
	      		background-color: #FFFFFF;
	      		color:#000000;
	      		border: 0;
	      		margin: 0px;
	      		width : 100%;
	      		height: 100%;
	      		}

td.main 		{font-size: 10pt;
	      		font-family: arial, sans serif;
	      		background-color: #FFFFFF;
	      		color:#000000;
	      		margin-top:2px;
	      		margin-right:2px;
	      		margin-left:2px;
	      		margin-bottom:0px;
	      		}	      		

tr.headings td 		{
			background-color:#000066;
			font-size: 10pt;
			color:#FFFFFF;
			text-align:center;
			font-weight:bold;
			}

tr.headings td a 	{color: #FFFF00; text-decoration: none;}
tr.headings td a:hover  {color: #FFFF00; text-decoration: underline}	
tr.headings td a:visited{color: #FFFF00; text-decoration: none;}
tr.headings td a:active {color: #FF0000; text-decoration: underline}	
			
tr.alternating1	td	{
			background-color:#dddddd;
			font-size: 9pt;
			color:#000000;
			}

tr.alternating2	td	{
			background-color:#eeeeee;
			font-size: 9pt;
			color:#000000;
			}			

/*Misc*/
input			{
			font-size: 10pt;
			}
			
input.little			{
			font-size: 8pt;
			}			
			
i.little		{
			font-size: 8pt; 
		    	color: black;
		    	}
		    	
select.datebox		{font-family: monospace;}

div.preformatted	{font-family: monospace;
			 white-space: pre;
			 background: #FFF;
			 border-color: #c0c0c0;
			 border-style: dashed;
			 border-size: 2px;
			 width: 70%;
			 }
/*
end of file
*/

