#CalendarBox {
	float: left;
	width: 25%;
	height: 164px;
	margin: 0;
}
#PreviewBox {
	float: right;
	width: 72%;
	height: 154px;
	padding: 5px;
	position: relative;
}

#CalendarBox th.dayname {	font-weight: bold;
	text-align: center;
}

#CalendarBox table td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#CalendarBox table td a:link,
#CalendarBox table td a:visited{
	display: block;
	line-height: 18px;
	border: 0 none;
	padding: 1px;
}
#CalendarBox table td a:hover{
	background: #AF8217;
	color: #1D602B;
}

#CalendarBox table td.today a:link,
#CalendarBox table td.today a:visited {
	border: 1px solid #AF8217;
	padding: 0;
}

#CalendarBox table td.empty{

}

#CalendarBox table td.event{

}

#eventbox{
	text-align: left;
	padding: 5px;
	display: none;	position: absolute;	border: 1px solid #AF8217;	background: #1D602B;	width: 458px;
	top: 0;
	left: 0;
	z-index: 20;
}

#CalendarBox a,
#CalendarBox a:link,
#CalendarBox a:visited,
#CalendarBox a:active,
#CalendarBox a:hover {
	text-decoration: none;
}

#eventbox dt{
	font-weight: bold;
	display: list-item;
	list-style-image: url(/pages/events/image/listdot.gif);
	margin-left: 20px;
}

#eventbox dd{
	margin-left: 20px;
	padding-top:2px;
	font-style: normal;
	font-size: 80%;    
}

/* SHOWEVENT.PHP */

div.boxheader{
	margin: 10px auto 0 30px;
	width: 80%;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 80%;	
	min-height: 90%;
}

#nav{
	padding: 0 0 0 5px;
	margin: 0;
	width: 180px;
	float: left;	
	height: 100%;
}

#content {
	padding: 0;
	margin: 1em 0;
	height: 100%;
	border-top: 3px double #AF8217;
}

#content li.eventRow {
	border-bottom: 1px solid #AF8217;
	padding: 1em 0;
	position: relative;
}
#content div.eventImage {
	float: left;
	width: 148px;
	height: 148px;
	text-align: center;
}
#content div.eventImage img {
	border: 2px solid #AF8217;
}
#content div.eventContent {
	margin: 0 0 0 0px;
	color: #FFFFFF;
}
#content h3.eventTitle {
	margin: 0 0 1em;
	padding: 0 0 0 20px;
	background: url(/pages/events/image/listdot.gif) no-repeat 3px 0;
	text-align: left;
	font-size: 15px;
	color: #FFFFFF;
}
h3.eventHeader {
	color: #FFFFFF;
}
#content div.eventText {
}
#content a.topLink {
	text-decoration: none;
	font-weight: bold;
	height: 10px;
	display: block;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	font-size: 1.5em;
	outline: 0 none;
	float: right;
}
.clr {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.spacer{
	font-size: 1px;
	line-height: 20px;
}

#nav dt{
	font-weight: bold;
}

#nav dt.home{
	margin-top: 15px;
}

#nav dl, #box #content dl{
	margin-top: 10px;
}	

#content dt{
	margin-top: 10px;
	font-weight: bold;
}

#content dd{
	margin: 0;
	padding: 5px 10px 0 16px;
	text-align: left;
}

tr.border_trl{

}

div.infoheader{

	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

div.infobox{
	margin: 10px auto;
	width: 70%;

}

div.infocontent{
	padding: 5px;
}

a, a:visited, a:link, a:active{
	font-weight: normal;
	text-decoration: underline;
}

a:hover{


	text-decoration: none;
}
