/* Styles common for the front-end and toolkit */

.calendar_table {
	border: 1px solid black;
	margin: 3px;
	color: black;
	background: white;
}

.calendar_cell {
	padding: 3px;
	color: black;
	background: white;
}

.calendar_header {
	background: #ffc;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

a.calendar_event_day, a.calendar_event_day:visited, a.calendar_event_day:hover, a.calendar_event_day:active, a.calendar_event_day:link,
.calendar_current_day a:visited, .calendar_current_day a:hover, .calendar_current_day a:active, .calendar_current_day a:link {
	color: red;
}

.calendar_current_day {
	border: 1px solid black;
	color: black;
}


.calendar_cell,
.calendar_current_day,

.calendar_event_day,
a.calendar_event_day,
a.calendar_event_day:link,
a.calendar_event_day:visited,
a.calendar_event_day:hover,
a.calendar_event_day:active,

.calendar_navigation,
a.calendar_navigation,
a.calendar_navigation:link,
a.calendar_navigation:visited,
a.calendar_navigation:hover,
a.calendar_navigation:active {
	text-decoration: none;
	font-size: 10px;
}

.calendar_box {
	border: 1px dotted black;
	margin: 3px;
	padding: 1px;
	color: black;
	background: white;
}

.calendar_event_summary {
	font-family: Verdana, Tahoma, sans-serif;
	font-style: italic;
	color: black;
	background: white;
}

.calendar_header {
	text-align: center;
}

.calendar_navigation {
	padding: 0 1em;
}


/* Some common classes */


.center, .center td {
    text-align: center;
}



.pleasewait, #pleasewait, #pleasewait1, #pleasewait2 {
	visibility: hidden;
	color: red;
}




table.left th, table.left td {
    text-align: left;
}


