/* CSS Document */

#calendar {
	position:absolute;
	left:-120px;
	top:20px;
	width:221px;	
	display:none;
	text-align:center;	
	z-index:1357;

}
#calendar_month {
	text-align:center;
	background-image:url(images/cal_top.gif);
	background-repeat:no-repeat;	
	width:221px;
	height:26px;
	clear:both;
	margin:auto;
}
#prev_month {
	float:left;
	background-image:url(images/prev_month.gif);
	background-repeat:no-repeat;	
	background-position:center;
	width:50px;
	height:26px;
}

#next_month {
	float:left;
	background-image:url(images/next_month.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:26px;
}

#cur_month {
	float:left;
	position:relative;
	top:5px;
	width:120px;
}


#cur_month a:link,#cur_month a:active,#cur_month a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#F1EAE2;
}
#cur_month a:hover {
	text-decoration:none;
}

#calendar_table {
	background-image:url(images/cal_tile.gif);
	background-repeat:repeat-y;
	width:221px;	
	text-align:center;
}

#calendar_table th {
	background-color:#E5DBCF;
}
#calendar_table td {
	
	border-bottom:#B59F89 dotted 1px;

}

.today {
	background-color:#C5B19C;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
}

.event {
	background-color:#cf9a6f;
	font-weight:bold;
	padding:2px;
	color:#FFFFFF;	
}
.event a:link,.event a:active,.event a:visited {
	color:#FFFFFF;	
}
.event a:hover {
	text-decoration:none;
}

.calendar_date_fonts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	
	color:#966A4D;
}

#calendar_bottom {
	background-image:url(images/cal_bottom.gif);
	background-repeat:no-repeat;
	width:221px;
	
	height:10px;
}





