/* CSS Document */
#eventSearchArea
{
	position: relative;
	left: 6px;
}

#eventSearchBanner
{
	display: block;
	position: relative;
	margin-bottom: 13px;
}

#eventSearchFormArea
{
	position: relative;
	float: left;
	
	width: 307px;
	height: 183px;
	background-image: url(../images/eventPage/eventSearchBG.jpg);
	
	margin-right: 9px;
	
}


#eventSearchFormArea #eventSearchCategory, #eventSearchFormArea #eventSearchFromDropdowns, #eventSearchFormArea #eventSearchToDropdowns
{
	position: absolute;
	left: 20px;
}

#eventSearchFormArea #eventSearchCategory
{
	top: 38px;
}

#eventSearchFormArea #eventSearchFromDropdowns
{
	top: 90px;
}

#eventSearchFormArea #eventSearchToDropdowns
{
	top: 138px;
}

#eventSearchFormArea #calendarGoButton
{
	position: relative;
	top: 6px;
}

#eventCalendar
{
	position: relative;
	float: left;
}

#eventSearchDivider
{
	position: relative;
	height: 32px;
}

#eventSearchTable thead, #eventSearchTable thead tr td table
{
	position: relative;
	background-color: #1a3f5a;
	color: #d9d0ba;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	
	z-index: 1000;
}


#eventSearchTable .calendarDayNameRow
{
	position: relative;
	background-color: #d8d0bb;
	color: #1a3e5b;
	
	font-size: 12px;
}

#eventSearchTable .calendarBody
{
	position: relative;
	background-color: #2a6492;
	color: #e9d7b3;
	
	font-size: 14px;
}

#eventSearchTable .calendarBody tr td
{
	position: relative;
	border-left: 1px solid #d9d0ba;
	width: 32px;
	height: 11px;
	padding-top: 6px;
	padding-bottom: 7px;
}

#eventSearchTable .calendarBody tr td a:link, #eventSearchTable .calendarBody tr td a:visited, #eventSearchTable .calendarBody tr td a:hover, #eventSearchTable .calendarBody tr td a:active
{
	color: #e9d7b3;
	text-decoration: none;
	font-weight: bold;
}

#eventSearchTable .otherMonthCell
{
	color: #7398b5;
}
