/* CSS Document */
/* CSS Produced & Owned by Veerle (veerle.duoh.com) */
/* This CSS document & its accompanying image bg_calendar.gif are protected under this license: http://creativecommons.org/licenses/by-nc-sa/2.5/ */
/* You must attribute the work in the manner specified by the author or licensor. 
/* Noncommercial. You may not use this work for commercial purposes. */
/* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one.  */

a {
	color: #DF9496;
}
#calendar table {
	padding: 0;
	margin: 0;
	font-size:10px;
	color: #7b7b7b;
	text-align: center;
	background-color: #fff;
	border-collapse:separate;
	width:190px;
}
caption a {
	color: #000;	
	text-align: center;
	text-decoration: none;
}

caption {
	margin: 0;
	padding: 0;
	width: auto;
	background: #FFF;
	color: #333;	 
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	margin:5px 0;
	
}

th {
	font-size:11px;
	color: #000;
	font-weight:bold;
	background: #fff;
	text-align:center;
	text-indent:2px;
}
.event, td.today a, td.today a:link, td.today a:visited {
	color: #fff!important;
	font-weight: bold;
	background: #00667c!important;
}
td {

	padding:1px;
	text-align: center;
}

td a {
	border: 1px solid #eee;
	text-decoration: none;
	font-weight: bold;
	display: block;	
	line-height:2em;
}

td a:link, td a:visited {	
	color: #7b7b7b;
}
td a:hover, td a:active {
}

