* {
	font-family : Arial, Helvetica, sans-serif;
}

body{
	margin : 25px ;
	background-color : #CC9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333 ;
}

.outer {
	padding : 2px;
	background-color : #FFCC66;
}

.month {
	height : 75px ;
	background-color : #FFCC66;
	text-align : center ;
	font-size : 30px ;
	font-weight : bold ;
	color : #660000;
	letter-spacing : 30px ;
	text-transform: uppercase;
}

.weekday {
	height : 25px;
	background-color : #FFCC66;
	text-align : center;
	font-size : 13px;
	font-weight : bold;
	color : #660000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.date {
	padding : 3px ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333 ;
	background-color : #FFFFFF;
	text-align : left ;
	vertical-align: top ;
	width : 120px;
	height : 80px;
}

.date_used {
	padding : 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	background-color : #FEE99E;
	text-align : left;
	vertical-align: top;
	width : 120px;
	height : 80px;
	letter-spacing: 1px;
}

.no_date {
	padding : 0px ;
	background-color : #FFFFFF ;
	text-align : center ;
	vertical-align: middle ;
}

.cal_link, .cal_link:visited, .cal_link:active {
	color : #333333;
	text-decoration : none ;
}

.mon_link, .mon_link:visited, .mon_link:active {
	padding : 3px ;
	color : #660000;
	text-decoration : none ;
	font-size : 13px ;
	font-weight : bold ;
}

.mon_link:hover {
	background-color : #FFCC66;
}

.cal_link:hover {
	color : #660000;
	background-color : #FEE99E;
	font-weight: normal;
}

a, a:visited, a:active {
	color : #0000CC ;
}

.event_title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #660000;
	text-align : left;
	vertical-align: middle;
	padding : 15px;
	background-color : #FFCC66;
	letter-spacing: 2px;
	margin-right: 15px;
}

.event_location {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #660000;
	text-align : left;
	vertical-align: middle;
	padding : 5px 15px;
	letter-spacing : 2px;
	background-color : #FFCC66;
	font-weight: bold;
}

.event_details {
	padding : 15px ;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 20px;
	color : #333333 ;
	background-color : #FFFFFF;
	text-align : left ;
	vertical-align: top ;
}		
	
.datehighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.titlewithbkgrd {

	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #CCCCCC;
	text-align : left;
	vertical-align: middle;
	padding : 15px;
	background-color : #990099;
	letter-spacing: 2px;
	margin-right: 15px;
}

