﻿/* general */
body { color: #000000; background: #efefef; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: .8em; }
a { color: #0000ff; }


div.leftNav
{
	width: 100%;
	position: absolute;
	height:100%;
}

div.content
{

}

div.header
{
	color: #e8932e; 
	font-family:arial; 
	font-weight: bold; 
	font-size: 0.9em;

}

div.eventsheader
{
	color: #e8932e; 
	font-family:arial; 
	font-weight: bold; 
	font-size: 2.5em;
}

div.description
{
	color:Maroon;
	font-size:12px; 
	font-weight:bold;
	width:75%;
}

div.notification
{
	color: InfoText;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	
}

.fieldLabel
{
	font-weight:bold;
}

select.inputField
{
	width: 100%;
	font-family:Tahoma;
	font-size:11px;
}

input.inputField
{
	width: 98%;
	font-family:Tahoma;
	font-size:11px;
}

button.register
{
	font-family: Tahoma;
	font-size: 11px;
	width: 150px;
}

ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	background: none;
	margin-left: 0px;
}

ul.eventCalendar
{
	margin-left:0px;
}

li
{
	background:none;
	padding-bottom:10px;
}

li.header
{
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	margin-bottom: -50px;
}

li.eventname
{
	color: #2a5289; 	
	font-weight: bold; 
	font-size: 1em;
	
}

li.largeheader
{
	color: #2a5289; 	
	font-weight: bold; 
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 3px;
}
