/* calendar*.inc.php */
div.xpwiki_xpwiki table.style_calendar {
	border: none;
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}

div.xpwiki_xpwiki table.style_calendar td {
	text-align: center;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	font-size: 0.9em;
	overflow: hidden;
	background-color: #F5F5F5;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_caltop {
	font-size:80%;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_week {
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_today {
	background-color:#FFFFDD;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_sat {
	background-color:#DDE5FF;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_sun {
	background-color:#FFEEEE;
}

div.xpwiki_xpwiki table.style_calendar td.style_td_blank {

}

div.xpwiki_xpwiki table.style_calendar td.style_td_day {
	background-color:#FFFFFF;
}

div.xpwiki_xpwiki table.style_calendar td div.style_td_written {
	font-weight: bold;
	background-image: url("loader.php?src=written.png");
	background-repeat: no-repeat;
}
