﻿/* EVENT SEARCH */

.EventSearchArea
{
	width: 853px;
	background: #0a2a46;
	height: 81px;
	border-bottom: solid 7px #f6ff00;
}
.PortalEventSearchArea
{
	width: 699px;
	background: #0a2a46;
	height: 81px;
	border-bottom: solid 7px #f6ff00;
}
.EventSearchResults
{
	margin: 32px 0 0 154px;
	width: 610px;
}
.EventSearchField
{
	background: #004b91;
	width: 162px;
	height: 26px;
	border: 0px;
	line-height: 26px;
	color: #f6ff00;
}
.EventSearchFieldNC
{
	width: 162px;
	height: 26px;
}
.EventTopBorder
{
	width: 853px;
	border-top: solid 7px #f6ff00;	
}
.PortalEventTopBorder
{
	width: 154px;
}
.EventTopBorderOne
{
	width: 853px;
	border-top: solid 2px #0a2a46;
}
.EventHeading, a:link.EventHeading, a:active.EventHeading, a:hover.EventHeading, a:visited.EventHeading
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 20px;
	line-height: 40px;
	color: #37a1ff;
	font-weight: normal;
	text-decoration: none;
}
.EventDate
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 20px;
	color: #aaa;
	font-weight: normal;
	padding-bottom: 10px;
}
.EventText
{
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.EventDetails, a:link.EventDetails, a:active.EventDetails, a:hover.EventDetails, a:visited.EventDetails
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 20px;
	color: #aaa;
	font-weight: normal;
}
.EventDetailLink, a:link.EventDetailLink, a:active.EventDetailLink, a:hover.EventDetailLink, a:visited.EventDetailLink, .EventSearchPageNum, a:link.EventSearchPageNum, a:active.EventSearchPageNum, a:hover.EventSearchPageNum, a:visited.EventSearchPageNum
{
	font-family: Tahoma, Arial, sans-serif;
	color: #00529b;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.EventSearchPageNumSelected, a:link.EventSearchPageNumSelected, a:active.EventSearchPageNumSelected, a:hover.EventSearchPageNumSelected, a:visited.EventSearchPageNumSelected
{
	font-family: Tahoma, Arial, sans-serif;
	color: #37a1ff;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

/* END EVENT SEARCH */