/*
 * Version: $Revision: 1.12 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2004-2005 BeSite
 */

BODY
{
	background-color: white;
}

TABLE.Calendar
{
	border-spacing: 1px;
	font-size: 10pt;
	empty-cells: show;
}

TABLE.Calendar TH, TABLE.Calendar TD
{
	line-height: 16px;
	height: 18px;
	border: 1px solid cyan;
}

TABLE.Calendar TH.Day
{
	width: 33px;
	background-color: #dddddd;
	border-color: #dddddd;
}

TABLE.Calendar TH.Year, TABLE.Calendar TH.Month
{
	background-color: #007340;
	border-color: #007340;
	color: black;
}

TABLE.Calendar TH.Year A, TABLE.Calendar TH.Month A
{
	color: white;
}

TABLE.Calendar TD.Day, TABLE.Calendar TD.Today, TABLE.Calendar TD.Current
{
	text-align: center;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	font-weight: bold;
}

TABLE.Calendar TD.Today
{
	border-color: black;
}

TABLE.Calendar TD.Current
{
	border-color: red;
}

TABLE.Calendar TD.Day A, TABLE.Calendar TD.Today A, TABLE.Calendar TD.Current A
{
	color: black;
}

TABLE.Calendar TD SPAN.Disabled
{
	font-weight: normal;
	color: #666;
}

TABLE.Calendar TD.Empty
{
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

INPUT.CalendarDateStr
{
	width: 85px;
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}

INPUT.CalendarTimeHours, INPUT.CalendarTimeMinutes,
SELECT.CalendarTimeHours, SELECT.CalendarTimeMinutes
{
	width: 25px;
	text-align: center;
}

SELECT.CalendarTimeHours, SELECT.CalendarTimeMinutes
{
    width: 45px;
    padding: 1px;
    margin-top: 2px;
}

TABLE.Calendar TH SELECT {
	width: 90px;
	font-weight: normal;
}

