/* CSS Document */

#eventHeader {
	width: 269px;
	background-color: #99966a;
	height: 16px;
	color: #FFFFFF;
	font-size: 7.5pt;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 7px;
	margin-bottom: 7px;
}
#eventList {
	width: 256px;
	background-color: #e6e6e6;
	padding-right: 10px;
	padding-left: 10px;
}

#eventDetailHeader {
	width: 395px;
	background-color: #b4b081;
	height: 16px;
	color: #FFFFFF;
	font-size: 7.5pt;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 7px;
}

#eventDetailContent {
	padding-top: 10px;
	width: 352px;
	background-color: #fffaee;
	padding-bottom: 12px;
	padding-right: 25px;
	padding-left: 25px;
}
#eventDetailImage {
	background-color: #FFFFFF;
	padding-bottom: 3px;
	margin-top: 0px;
	position: relative; top: -9px;
}
.eventItem {
	width: 256px;
	clear: both;
	padding-bottom: 3px;
}
.eventThumb {
	background-color: #FFFFFF;
	height: 53px;
	width: 56px;
	float: left;
	text-align: center;
	padding-top: 3px;
}
.eventDesc {
	margin-left: 74px;
	width: 170px;
	font-size: 8pt;
	padding-top: 3px;
	line-height: 150%;
	height: 65px;
}
#eventListNav {
	text-align: right;
	vertical-align:top;
	width: 250px;
	padding-bottom:10px;
	
}

#eventListPageNumber {	
	float:left;
	padding-top:3px;
	font-size: 10px;
	color: #817e58;
}
#eventNumberPerPage {
	font-size: 10px;
	width: 264px;
	background-color: #f1f1f1;
	height: 25px;
	padding-top: 5px;
	color: #99966a;
	margin-top: 3px;
	padding-right: 12px;
	text-align: right;
}

#sendMailFriend {
	background-color: #e8e5c3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 10pt;
}
