/*

Stylesheet for kalenderen i bl.a. postlisten

*/

span.calendar-header, div.calendar
{
}

table.calendar 
{
	width: 100%;
}

.calendar-weekday 
{
}

.calendar, td.calendar-day, th.calendar-week, th.calendar-weekday, .calendar-header
{
	text-align: center;
}

.calendar-prev 
{
	text-align: left;
	width: 25px;
	line-height: 0.5em;
}

.calendar-next
{
	text-align: right;
	width: 25px;
	line-height: 0.5em;
}

.calendar-top 
{
}

.calendar-top-center
{
	width:90px; 
	text-align:center;
	padding-bottom: 3px;
}


table.calendar 
{
	padding:0px;
	margin:0px;
}

.calendar-day-normal 
{
	color: #000;
}

.calendar-day-selected 
{
	border: solid 1px #f00;
	color: #000;
}

.calendar-day-othermonth 
{
	color:#666;
}

.calendar-day 
{
	font-weight: normal;
}

.calendar-cell
{
	padding-top: 3px;
	padding-bottom: 3px;
}