/* Global Styles */

body {
	margin:0px;
	}	
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	}
	
#weekdays th {
	color: #ffffff;
	letter-spacing:0.2em;
	background-color: #223C1E;
	font-family: arial;
	font-size: 10px;
	line-height: 15px;
	}

#calheader td {
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	color: #C30;
	line-height:20px;
	text-align: center;
	font-family: georgia;
	font-size: 20px;
	}
	
.subHeader {
	font:bold 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #C79854;
	text-align: center;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:12px;
	color:#333333;
	}
	
.notMonthText {
	font:11px arial;
	line-height:12px;
	color:#333333;
	background-color: #CCCCCC;
	}
	
.isMonthText {
	font:11px arial;
	line-height:12px;
	color:#333333;
	background-color: #FFFFFF;
	}
	
.activeWeekText {
	font:11px arial;
	line-height:12px;
	color:#333333;
	background-color: #FFFF99;
	}
	
.calendarEvent {
	style: bold;
	color:#223C1E;
	text-align: center;
	line-height: 12px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
.calendarEvent a {
	font:10px arial;
	color:#996600;
	text-align: center;
	line-height: 10px;
	}
