

#cal {
	width:550px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	margin: 10px -20px 5px 20px;
	overflow:auto;
}

.caltable{border-collapse: collapse; margin:0; padding:0; clear:both;}

.caltable th {
	width:77px;
	font-weight:bold;
	font-size:.85em;
	background-color:#EEE;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

.caltable th.last {
	width:82px;
	border-right:0;
}
	

.caltable td{
	width:77px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	height:80px;
	vertical-align:top;
	padding:0;	
	font-size:.8em;
}


.caltable td.last {
	width:82px;
	border-right:0;
}

.caltable td.empty {
	background-color:#E3E3E3;
}

.caltable td.empty-last {
	width:82px;
	border-right:0;
	background-color:#E3E3E3;
}

.caltable td.past {
	background-color:#F3F3F3;
}

.caltable td.past-last {
	width:82px;
	border-right:0;
	background-color:#F3F3F3;
}

.caltable  tr.r0 {background-color: #F5FAFA;}

.caltable  tr.r1 {background-color: #ffffff;}

#month, #monthnav {
	height:23px;
	border-bottom:1px solid #333;
	background-color: #690;
	color:#FFF;
	text-align: center;
	float:left;
}

#month {
	width:320px;
	font-size:1.4em;
	font-weight:bold;
	float:left;
}

#monthnav {
	width:115px;
	font-size:0.9em;
	line-height:8px;
}

#monthnav a:link, #monthnav a:hover, #monthnav a:active, #monthnav a:visited {
	color:#FFF;
	text-align: center;
}

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

.dayhead {
	width:77px;
	height:20px;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	float: left;
	background-color:#EEE;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	vertical-align:middle;
}

#dayhead-last {
	width:82px;
	border-right:0;
}


.block {
	width:77px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	min-height:80px;
	float: left;
}

#block-empty {
	width:78px;
	background-color:#E5E5E5;
	border-right:0;
}

#block-empty-end {
	background-color:#E5E5E5;
}

#block-empty-last {
	width:82px;
	border-right:0;
	background-color:#E5E5E5;
}

#block-last {
	width:82px;
	border-right: 0;
}

#block-past {
	background-color:#F3F3F3;
}

#block-past-last {
	width:82px;
	border-right:0;
}

.block p {
	font-size: .8em;
}


#date {
	width:20px;
	height:18px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float:none;
	text-align:center;
	vertical-align:middle;
	background-color:#F5E800;
	font-size:1.2em;
	font-weight:bold;
}

.legend {
	width:136px;
	height:auto;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	float:left;
	font-size:.7em;
	font-weight:bold;
	text-align:center;
	background-color:#E5E5E5;
}

#legend-last {
	width:139px;
	border-right:0;
}

.reg, .R {
	color:#CC3333;
}


.ap, .T {
	color:#006633;
	}
	
.event, .G {
	color:#B58;
	}

.all, .A  {
	color:#0066CC;
}

