#calendarbox{
	background-color: transparent;
}

#calendarbox th.dayname{
	font-weight: bold;
}

#calendarbox table td{
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFA500;
}

#calendarbox table td.today{
	background-color: #FFA500;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#calendarbox table td.empty{

}

#calendarbox table td.event{
	background-color: #FFD25E;
}

#eventbox{
	width: 150px;
	background-color: #FFF9EA;
	border: 1px solid #FFA500;
	margin-top: 20px;
	padding: 5px;
	display: none;
}

#calendarbox a, #calendarbox a:link, #calendarbox a:visited, #calendarbox a:active, #calendarbox a:hover{
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	border: none;
}

#eventbox dt{
	font-size: 8pt;
	display: list-item;
	list-style-image: url(../image/listdot.gif);
	margin-left: 20px;

}

#eventbox dd{
	margin-left: 20px;
	font-style: normal;
}

/* SHOWEVENT.PHP */

div.boxheader{
	margin: 20px auto 0 auto;
	width: 80%;
	border: 1px solid #FFA500;
	background-color: #FFA500;
	color: #000;
	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%;
	background-color: #fff9ea;
	border: 1px solid #fbb600;		
}

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

#content{
	margin: 0 0 0 195px;
	height: 100%;
}

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;
	font-size: 8pt;
}

#content dd{
	margin: 0;
	padding: 5px 10px 0 16px;
	text-align: justify;
	font-size: 8pt;
}

tr.border_trl{
	border-left: 1px solid #fbb600;
	border-right: 1px solid #fbb600;
	border-top: 1px solid #fbb600;
}

div.infoheader{
	background-color: #ffbd11;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

div.infobox{
	margin: 10px auto;
	width: 70%;
	border: 1px solid #FFA500;
	background-color: #FFF9EA;
}

div.infocontent{
	padding: 5px;
}