html {
  
border: 0;
  
margin: 0;
  
padding: 0;
  
height: 100%;
  
max-height: 100%;
  
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}


body {
  
border: 0;
  
margin: 0;
  
padding: 0;
  
height: 100%;
  
max-height: 100%;
  
overflow: visible;
 
font-family: verdana,arial,helvetica,sans-serif;
  
font-size: 1em;

}


body p {
  
font-size: 11px;
  
color: #333;

line-height: 1.3em;
}


img {
display: none;
}

#head {
 
display: none;
}


.pad1 {
  
display: none;
  
}

.end_nav {
  
display: none;
  
}

#content {
  
display: block;
  
height: 100%;
  
max-height: 100%;
  
overflow: visible;
padding: 10px 0 50px 0;
  
position: relative;
  
z-index: 3;

}





#text {
 
width: 900px;
margin-left: auto;
margin-right: auto;
  

text-align: left;
padding: 15px 58px 20px 50px;
  
background: #fff;  
}

#footer {
 
height: 100px;
 
width: 900px;

margin: 0 0 50px 0;
  
margin-left: auto;
margin-right: auto;
   
padding: 0;   
}


#footer p {
  
color: #F0F0F0;

text-align: center;
}

h2 {
  
text-align: center;
  
color: #950f00;
  
font: bold 20px/24px "trebuchet MS",arial,sans-serif;
padding: 0 0 0 155px;
}

h3 {
  
text-align: left;
  
color: #587b5d;
  
font: bold 16px/20px "trebuchet MS",arial,sans-serif;
}


/*----------------------------------*/

.floatright {
float: right;
width: 140px;
margin: 5px 0;
border: none;
}


#search {
float: right;
width: 180px;
margin: 0;
height: 60px;
background: #F0F0F0;
visibility: hidden;
}


/* ---------------------------------------------------------------------------
Table css from http://www.icant.co.uk/csstablegallery/index.php?css=58#r58
-----------------------------------------------------------------------------*/

table		{
		
margin: 0 auto;

padding: 0;
width: 90%;
font: normal 0.9em tahoma, arial, sans-serif;

line-height: 1.4em;

border-collapse: collapse;
	
border: 2px solid #234830;
		
color: #333;
		
background: #e2e4d9;

}
		




table caption	{
		
margin: 5px 0 0 0;
		
height: 32px;
		
padding: 5px 0 0 0;
		
color: #234830;
	
line-height: 2em;
		
text-align: left;
		
font: bold 150% georgia, serif;
		
text-transform: uppercase;
		
letter-spacing: 0.14em;

text-align: center;		}
		


/* =head =foot =col
-----------------*/

thead		{
		
color: #fff;
		
background: #587b5d;
		}
		


thead tr th	{
		
padding: 4px 8px 4px 8px;
	}

		


thead th	{
		
border: 2px solid #004411;
	}



tfoot		{
		
background: #587B5D;
text-align: center;		
border-top: 2px solid #004411;
color: #000; }
		


tfoot tr td, tfoot tr th, tbody tr td	{
		
padding: 4px;
	}


col.datecol {
width: 10%;
font: bold 0.9em tahoma, arial, sans-serif;	}		

col.weekcol {
width: 10%;	}

col.halfdays {
text-align: center;	}


/*    =body
------------------------------*/

tbody tr:hover	{
		
background: #fff;
		}
		

/*tbody tr	{
		
border: 1px solid #004411;
	}

*/		

tbody th	{
		
padding: 8px;
		
border-right: 2px dotted #587B5D;
border-top: 2px dotted #587B5D;	
vertical-align: top; 
}

tbody th.weekevent {
background: #FFD700;
}

tbody td	{
		
background: #E9ECEE;
		}



/*tbody th.r6 {
border-bottom: 2px ridge #004411;    }*/

tbody tr.odd		{
		
background: #e2e4d9;
	}
		


tbody tr.odd td		{
		
background: #e2e4d9;
		
color: #000;
		}


tbody tr {
page-break-inside: avoid;	}

tbody tr.odd {
page-break-inside: avoid;	}
	

		
tbody tr.odd:hover		{
		
background: #fff;
		}
	

tbody li {
font-size: 75%;
	}	

		



/* table links
-------------*/


tbody td a:link		{
		
font: normal 0.9em tahoma, arial, sans-serif;
		
color: #950F00;
		
text-decoration: underline;
		}
		


/*----end of table-----*/
