﻿

div.leftNav
{
	width: 25%;
	position: absolute;
	height:100%;

}

div.content
{
	position: absolute;
	width: 55%;
	left:30%;
	background-color:#EEF1F5;
	height:100%;
}

div.header
{
	color:Maroon;
	font-size:20px; 
	font-weight:bold;
}

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%;
	padding-right:0px;
	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;
	margin-left:0px;
	background:none;
}
ul.eventCalendar
{
	margin-left:30px;
}

li
{
	background:none;
}
li.header
{
	font-weight:bold;
	margin-left:0px;
	padding-left: 10px;
}
li.eventname
{
	font-weight:bold;
	margin-left:0px;
	padding-left: 10px;
}
li.largeheader
{
	font-weight:bold;
	font-size:13px;
	margin-left:0px;
	padding-left: 10px;
}
