/* CSS Document */

/* sitewide elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background:#F4F4F4;
	margin:0;
}

table.main {
	width:1000px;
	background:#FFFFFF;
	text-align:center;
	border: 1px solid #999999;

}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
/*
	color: #971A1E;
 */
	color:#633;
}
a:link {
	text-decoration: none;
/* 
	color: #971A1E;
 */
	color:#633;
}
a:visited {
	text-decoration: none;
	color: #633;
}
a:hover {
	text-decoration: underline;
	color: #971A1E;
}
a:active {
	text-decoration: none;
	color: #666666;
}

img_link {
	text-decoration: none;
}

table.calendarBG {
	width: 210px;
	background-color: white;
}

td.calendarCell {
	background-color: #ffff88;
	font-size: 12px;
	font-weight: bold;
}

td.calendarCellSelected {
	background-color: #fc9700;
	font-size: 12px;
	font-weight: bold;
}

td.calendarLinked {
	background-color: #cc6600;
	font-size: 12px;
	font-weight: bold;

}

td.calendarDayHeading {
	background-color: #dddd44;
	text-align: center;
}

tr.calendarHeader {
	background-color: #999900;
	color: white;

}

td.calendarBlank {
	background-color: #ffffc4;

}

.calendarMonthButton {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

td.calendarMonth {
	width: 85px;
	text-align:center;
}

span.calendarLabel {
	font-family: sans-serif;
	color:white;
	font-size: 15px;
	font-weight: bold;
}
