/* TotalCalendar Default Stylesheet (default.css)

	This CSS file defines styles for the date picker widget.

	CSS Version:  2.0

	Author: Matt Palermo

	Copyright (c)2004, TotalCalendar. ALL RIGHTS RESERVED. */



/* Below here is the style for the date picker */

body.cal_widget  { 

	font-weight: 400;

	font-size: 100%;

	font-family: Verdana, Arial, Helvetica, sans-serif ;

	text-align: left;

	text-transform: none;

	margin: 0em;

	padding: 0em;

	background: url("box_background.gif") !important; 

}

table.calendar_widget {

	border-collapse: collapse;

	margin: 0em;

	padding: 0em;

	font-size: 12px; 

}

table.calendar_widget td a:link { 

	text-decoration: none; 

	color: black; 

}

table.calendar_widget td a:visited { 

	text-decoration: none; 

	color: black; 

}

td.widget_td { 

	border-width: 1px; 

	text-align: center; 

}

td.month_year_display { 

	text-align: center; 

}

td.button_display { 

	text-align: none; 

	width: 100%; 

}

td.clear_button_display { 

	text-align: left; 

}

td.close_button_display { 

	text-align: right; 

}

td.weekday { 

	background-color: #f0f0f0; 

}

td.weekend { 

	background-color: #b0b0b0; 

}

span.today { 

	border-width: 1px;

	border-color: #cccccc;

	border-style: solid;

	background: url("box_background.gif") #C8D2E2;

	text-align: left;

}

span.other_month { 

	color: #b0b0b0; 

}

span.current_selection { 

	border-width: 2px;

	background-color: #990000;

}

td.number { 

	cursor: default; 

	border-width: 1px;

	border-color: #cccccc;

	border-style: solid;

	background-color: #FFFFFF;

	text-align: left;

}

td.number:hover { 

	background-color: #c0c0c0; 

}