/* 
	CALENDAR 
*/

.calendar_table {
	border: none;
	width:500px;
	margin: 10px 0;
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif
}
.calendar_table table, .calendar_table thead, .calendar_table tbody, .calendar_table tr, .calendar_table td, .calendar_table th{
	border:none;
}
.calendar_table a, .calendar_table a:link {
	text-decoration: none;
	color: #000;
}
.calendar_table a:hover {
	text-decoration: underline;
}
.calendar_table select {
	border: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
}
.calendar_table form{
	margin:0px 0px;
}
.calendar_table input {
	width:100%;
	font-size:10px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.daysofweek {
	width:93px;
	height:22px;
	text-align:center;
	background: #FFF;
	color: #000;
	font-weight:bold;
	font-size: 11px;
	border-bottom: 2px solid #000;
}
.monthheader {
	background:#894101;
	color:#FFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.number_days {
	width:inherit;
	height:55px;
	text-align:center;
	font-weight: bold;
	font-size: 12px;

}
.blank_days {
	width: inherit;
}

#calendar tr.week td p a {display: block; margin: 0.25em 0;}
