/* main.css */

/* font and body styles */
body 
{ 
	margin: 0; 
	padding: 0px;
	text-align: left; 
}
body, p, td, th, a 
{ 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: normal;  
}
strong 
{ 
	font-weight: bold; 
}
em 
{ 
	font-style: italic; 
}


/* anchor tag styles */
a:link, a:visited 
{ 
	color: #a72923; text-decoration: none; 
}
a:hover, a:active 
{ 
	color: #466464; text-decoration: underline; 
}
a img 
{ 
	border: none; 
}


/* heading styles */
h1, h2, h3, h4, h5, h6 
{ 
	font-family: verdana, arial, sans-serif; font-weight: bold; 
}
h1 
{ 
	font-size: 18px;
}
h2 
{ 
	font-size: 14px;
}
h3 
{ 
	font-size: 12px; 
}
h4 
{ 
	font-size: 12px; 
}
h5 
{ 
	font-size: 12px; 
}
h6 
{ 
	font-size: 11px; 
	font-weight: bold; 
}


/* news column styles */
div.news p, div.news a:link, div.news a:visited, div.news a:hover, div.news a:active, div.newsitem  
{ 
	font-size: 11px; 
}
div.newsitem 
{ 
	padding: 10px 0px; 
}
div.news 
{ 
	border: 1px black solid; 
	background-color: white; 
	padding: 10px; 
}

/* Breadcrumb styles */
div.breadcrumb 
{ 
	color: black; 
	padding: 0px; 
	margin: 0;	
	padding-bottom: 10px; 
	padding-top: 0px; 
	font-size: 11px; 
}
div.breadcrumb a:link, div.breadcrumb a:visited, div.breadcrumb a:hover, div.breadcrumb a:active 
{ 
	font-size: 11px; 
}


/* small font styles */
.small, font.small, p.small, a.small:link, a.small:visited, a.small:hover, a.small:active 
{ 
	font-size: 11px; 
}
.verysmall, p.verysmall, a.verysmall:link, a.verysmall:visited, a.verysmall:hover, a.verysmall:active 
{ 
	font-size: 7pt; 
}


/* Displays a table with red header and light yellow background */
table.formatted { color: black; background-color: white; border: 1px solid black; border-spacing: 0px; border-collapse: collapse; }
table.formatted th { font-size: 12px; font-weight: bold; color: black; padding: 5px; border: 1px solid black; border-spacing: 0px; border-collapse: collapse; text-align: center; }
table.formatted td { font-size: 12px; color: black; background-color: white; padding: 5px; border: 1px solid black; border-spacing: 0px; text-align: left; }
table.formatted th a, table.formatted td a { font-size: 12px; }

table.diary { table-layout: fixed; width: 100%; }
table.diary th, table.diary td { width: 14%; padding: 2px; margin: 0px; font-size: 11px; }
table.diary th a, table.diary td a { font-size: 11px; }

table.timetable th, table.timetable td { font-size: 12px; padding: 5px; }
table.timetable th a, table.timetable td a { font-size: 12px; }





table.poll { width: 400px; }
td.leftarea table.poll { width: 100% }
table.poll td { border: none; padding: 5px; }

table.signup td { border: none; padding: 3px 5px; }





/* Other */
.error  { font-weight: bold; color: red; }
.help { cursor: help; font-style: italic; }


.submenu 
{ 
	padding-bottom: 15px;  
}


div.spacer 
{ 
	clear: both; font-size: 1px; 
}

.spacer 
{ 
	clear: both; 
}



table.invisible th { font-weight: bold; }
table.invisible th, table.invisible td { vertical-align: top; padding: 10px; }


.lastupdated {border-top: 1px solid #cccccc; color: #999999; clear:both; }


#header, .blackBar, #leftMenu, #footer, img
{
	display: none;
}
