/*--80 Characters------------------------------------------------------------*/
/**
 * Project: WASRAG
 * Filename: index.css
 * Author: Marcel Bao
 * Date: 2007-8-8
 * 
 */

.calendarToday {
	height: 22px;
	background-color: #CCCCCC;
	vertical-align: middle;
}

#calendarTable {
	width: 205px;
	border: solid 1px #000000;
}

#calendarTable td {
	text-align: center;
	vertical-align: middle;
	width: 27px;
	height: 18px;
}

#calendarTable th {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC9900;
}

#calendarTable td a{
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}

#calendarTable th a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#tipMenu {
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #FFFFEE;
	width: 100%;
}

#tipMenu a{
	text-decoration: none;
	padding: 2px;
}

#tipMenu a:hover{
	font-weight: bold;
}

div#calendar {
	margin-bottom: 20px;
}