﻿.calendar
{
	/*width: 175px;
	background-color: #D2F2FF;
	/*font-size:11px;*/
	/*border: solid 1px white;
	background-image: URL('../media/img/calendar/bg.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: Black;*/
}

.calendar th
{
	/*
	font-weight:bold;
	font-size:10px;
	*/
}

.calendar td
{
	/*font-size:10px;*/
}

.calendar-nextprev
{
	font-weight: bold;
	/*color: White;*/
	text-align: center;
	/*background-image: URL('../media/img/calendar/button_bg.gif');	
	background-position: center center;
	background-repeat: no-repeat;*/
}

.calendar-title
{
	/*padding: 0px;
	background-image: URL('../media/img/calendar/header_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 28px;
	width: 100%;*/
}

.calendar-title td
{
	/*padding: 0px;
	/*font-size:11px;
	font-weight:bold;
	color: White;
	*/
}

.calendar-dayheader
{
}

.calendar-todaysdate
{
	/*border: solid 1px black;*/
}

.calendar-unselectableday
{
	/*padding: 2px;	
	color: #888888;
	*/

}

.calendar-day,
.calendar-day a:link,
.calendar-day a:visited,
.calendar-day a:active,
.calendar-day a:hover
{
	color:black;
	font-weight:bold;
}

.calendar-selectedday
{
	/*
	padding: 2px;	
	font-weight:bold;
	*/	
}

.calendar-showlatestposts,
.calendar-showlatestposts a:link,
.calendar-showlatestposts a:visited,
.calendar-showlatestposts a:active,
.calendar-showlatestposts a:hover
{
}
.calendar-showlatestposts-selected,
.calendar-showlatestposts-selected a:link,
.calendar-showlatestposts-selected a:visited,
.calendar-showlatestposts-selected a:active,
.calendar-showlatestposts-selected a:hover
{
}

