/* @override http://www.dsagc.com/2008Redesign/calendar.css */

/* 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 {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #90abd5;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	font-size: 1.2em;
	line-height: 2.0em;
	font-style: normal;
}
caption a {
	color: #fff;	
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}	
caption {
	margin: 0;
	padding: .2em 0 0 0;
	width: 100%;
	background: #90abd5;
	border-right: 1px solid #90abd5;
	color: #fff;
	text-align: center;
	height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
th {
	color: #90abd5;
	background: #f0f3fa;
	border-right: 1px solid #90abd5;
	border-bottom: 1px solid #90abd5;
	border-top: 1px solid #90abd5;
	font-size: 1.1em;
	line-height: 2.0em;
	font-weight: bold;
}
.today, td.today a, td.today a:link, td.today a:visited {
	color: #fff;
	font-weight: bold;
}
.day {
	text-decoration: none;
	font-weight: bold;
	padding: .4em;
	display: block;
	line-height: 1.3em;
	color: #5673ab;
}
td {
	border-right: 1px solid #90abd5;
	border-bottom: 1px solid #90abd5;
	width: 14%;
	text-align: left;
	height: 7em;
	vertical-align: top;
}
td a {
	text-decoration: none;
	font-weight: normal;
	width: 80%;
	padding: .4em;
	display: block;
	line-height: 1.1em;
	vertical-align: top;
	font-size: .9em;
}
td a:link, td a:visited {	
	color: #688bc5;
}
td a:hover, td a:active {
	color: #ea7664;
	background-color: #f9f5ef;
	background-image: none;
}
.more {
	color: #ea7664;
	text-decoration: none;
	font-size: .9em;
}

