@charset "utf-8";
/* CSS Document */

#divCalendar {
	padding:0 5px 5px 0;
	width: 195px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#calendar {
	width: 195px;
	padding: 0;
	margin: 0;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background-color: #fff;
}

#divCalendar .nav, #divCalendar .nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

#divCalendar caption {
	margin-bottom: 8px;
	padding:0;
	width: 195px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#E29761;
}

#divCalendar caption img{
	border:none;
}

#divCalendar caption span{
	display:inline-block;
	width: 120px;
	text-transform:uppercase;
}

#divCalendar th {
	border-bottom: 1px dotted #333;
	color: #333;
	font-weight:bold;
	line-height:22px;
}

#divCalendar th.last {
	/*border-right: 1px solid #fff;*/
}

#divCalendar .today, #divCalendar td.today a, #divCalendar td.today a:link, #divCalendar td.today a:visited {
	font-weight: bold;
	background-color:#E29761;
	color:#fff;
}

#divCalendar td {
	height: 20px;
	text-align: center;
	color: #333;
	border-bottom: 1px dotted #9C9E9F;
	line-height:22px;
	text-align: center;	
}

#divCalendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #E29761;
}

#divCalendar td a:hover {
}

#divCalendar td.last{

}
