/**
 * Style sheet calendar
 */
table.calendar table
{
	width:98%;
	background-color:#fcfcfc;
	border-collapse:separate;
}

table.calendar .head
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	background-color:#fdfeff;
	border-top:1px solid #dfdfdf;
}

table.calendar th.previous
{
	padding-left:0.75em;
	text-align:left;
	border-left:1px solid #dfdfdf;
}

table.calendar th.next
{
	padding-right:0.75em;
	text-align:right;
	border-right:1px solid #dfdfdf;
}

table.calendar th a
{
	text-decoration:none;
	color:#333333;
}

table.calendar th a:hover
{
	text-decoration:underline;
}

table.calendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#95002e;
	font-weight:bold;
	color:#ccd5ea;
}

table.calendar td
{
	width:14%;
	height:7em;
	vertical-align:top;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

table.calendar .col_first
{
	border-left:1px solid #dfdfdf;
}

table.calendar .weekend
{
	background-color:#f7f9fa;
}

table.calendar .today
{
	background-color:#f0f3f6;
}

table.calendar .header
{
	margin:1px;
	padding:1px;
	background-color:#e6e6e6;
	font-size:0.9em;
	color:#666666;
}

table.calendar .event
{
	margin:3px;
	font-size:0.9em;
	line-height:1.1;
}

table.calendar .event a
{
	text-decoration:none;
	color:#333333;
}

table.calendar .event a:hover
{
	text-decoration:underline;
}
