@charset "utf-8";
#calTable{
width:588px;
}
#calRow td{
border:#FFFFFF solid thin;
margin:2px;
padding:2px;
height:84px;
min-height:84px;
width:84px;
}
.lastMonth{
background:url(/images/bg/b10.png) repeat;
color:#000;
}
.nextMonth{
background:url(/images/bg/b10.png) repeat;
color:#000;
}
.thisMonth{
background:url(/images/bg/w10.png) repeat;
}
#showdate{
z-index:-1;
font-size:16px;
}
#weekdays td{
font-size:11px;
font-weight:bold;
color:;
background:url(/images/bg/w25.png) repeat #af8d4b;
}
#calheader td{
font-size:18px;
font-weight:bold;
padding:3px;
}
#calEvent{
font-size:10px;
height:12px;
overflow:hidden;
margin-bottom:3px;
}
#eventDetails{
font-size:12px;
background:url(/images/bg/w25.png);
margin-bottom:5px;
}
#eventDesc{
font-size:14px;
text-align:justify;
}
#eventArea{
background:url(/images/bg/w25.png);
color:#000000;
}
#eventArea a{
color:#000000;
text-decoration:underline;
}
#submit_event{
width:300px;
}
.entryfield{
width:300px;
}
#content a.addEventButon{
	display:block;
	text-decoration:none;
	text-align:center;
margin:10px;
padding:5px;
border:#ffffff solid 1px;
background:url(/images/bg/w25.png);
}
#content a.addEventButon:hover{
border:#000000 solid 1px;
background:#FFFFFF;
color:#000000;
}
#eventCol{
min-width:100px;
width:100px;
display:inline-block;
}
#EApprove{
float:right;
font-size:18px;
background:#00CC00;
border:#000000 solid 2px;
padding:2px;
margin:3px;
}
#EDeny{
float:right;
font-size:18px;
background:#CC3300;
border:#000000 solid 2px;
padding:2px;
margin:3px;
}
#eventEditBtn{
float:right;
font-size:18px;
background:#CC3300;
border:#000000 solid 2px;
padding:2px;
margin:3px;
}
#eventImage{
margin:2px;
float:right;
}