/* CSS Document */
#mainHomePagePicArea
{
	position: relative;
	width: 349px;
	height: 256px;
	
	background-image: url(../images/homePage/mainPicBG.jpg);
}

#mainHomePagePic
{
	position: relative;
	left: 11px;
	top: 12px;
	
	width: 320px;
	height: 215px;
}

#smallSearchArea
{
	position: relative;
	top: 0px;
	
	/* right: 0px; */
	
	widtH: 201px;
	height: 116px;
	
	background-image: url(../images/template/smallSearchBG.jpg);
}

#smallSearchArea #smallSearchInterface
{
	position: relative;
	top: 67px;
	left: 10px;
}

#smallSearchArea #smallSearchInterface #smallSearchTextBox
{
	height: 20px;
	width: 143px;
}

#smallSearchGoButton
{
	position: absolute;
	/* top: 8px; */
	bottom: 1px;
}

#eventsArea
{
	position: relative;
	width: 199px;
	height: 379px;
	
	margin-bottom: 10px;
	
	background-image: url(../images/template/profileEventsBG.jpg);
}

#eventsInnerArea
{
	position: relative;
	top: 21px;
	left: 16px;
}

.eventsHeader
{
	display: block;
	position: relative;
	height: 30px;
	
	margin-left: -4px;
	margin-bottom: 25px;
}

.event
{
	position: relative;
	margin-bottom: 25px;
}

.eventArrow
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.eventLinkArea
{
	position: relative;
	left: 18px;
	width: 138px;
}

.eventLinkArea a:link, .eventLinkArea a:visited, .eventLinkArea a:hover, .eventLinkArea a:active
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1;
}

.eventDetailsArea
{
	padding-left: 18px;
	margin-top: 5px;
	color: #666666;
	font-weight: bold;
}

#moreEventsLinkArea
{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

#moreEventsLinkArea a:link, #moreEventsLinkArea a:visited, #moreEventsLinkArea a:hover, #moreEventsLinkArea a:active
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.1;
}

#eventCalendar
{
	position: relative;
}

#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: 26px;
	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;
}
