

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	background: coral;
}

img{
	border: none;
	vertical-align: middle;
}

#calendarbox{
	width: 180px;   /*  280px;  */
	background-color: #fff9ea;  /* #fff9ea; */
	padding-left: 20px;
}

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

#calendarbox table td{
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #52ffd1;  /* fbb600 */
}

#calendarbox table td.today{
	background-color: #ccc;  /* #ffbd11   */
	color: #000;
	font-size: 10px;   /* 14px; */
	font-weight: bold;
}

#calendarbox table td.empty{
background:yellow;
}

#calendarbox table td.event{
	background-color: #52ffd1;   /*  #ffd25e;    */
}

#eventbox{
	width: 160px;   /*  270px  */
	background-color: #FFF9EA;
	border: 1px solid #52ffd1;  /* #fbb600  */
	margin-top: 20px;
	padding: 5px;
	display: none;
}

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

#eventbox dt{
	font-weight: bold;
	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 #52ffd1;
	background-color: #52ffd1;
	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 #52ffd1;		
}

#nav1 {
	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;
}

#nav1 dt{
	font-weight: bold;
}

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

#nav1 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: justify;
}

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

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 #ffbd11;
	background-color: #FFF9EA;
}

div.infocontent{
	padding: 5px;
}

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

a:hover{
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
