a {
	color: #DF9496;
}

#calendar {
	width: 300px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	margin-left: 30px;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	height: 35px;
	padding: 5px 0;
	margin-left: 0px;
	width: 300px;
	background: #420e00;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar caption button.button_left, #calendar caption button.button_right  {background: none; border: 0; float: left;}
#calendar caption button.button_right {float: right; margin-right: 20px;}

#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}


#calendar td {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 42px;
	height: 42px;
	padding: 0;
	text-align: center;
	background: #edece0;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 42px; height: 42px;
}

#calendar td a:link, #calendar td a:visited {	
	color: #333;
	background: #fff;
}

#calendar td a:hover, #calendar td a:active {
	color: #eaeaea;
	background: #333;
}

table.no_style td, table.no_style td a:link, table.no_style td a:visited, 
table.no_style td a:hover, table.no_style td a:active {background: none; border: none; width: 160px; height: 30px;}
