/* CSS Document */
#content {
	background: url(graphics/events_bg.gif) no-repeat;
}
#headertextcolor {
	font-size: 14px;
	color: #ffe100;
}
#headertext {
	font-size: 14px;
}


#dhtmltooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	width: auto;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#month_header {
	background: #E6E6E6;
	width: 450px;
	height: 30px;
	padding: 5px;
	margin-top: 5px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
}

#event_white {
	background: #FFFFFF;
	width: 450px;
	padding: 5px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

#event_white_date {
	font-size: 16px;
	font-weight: bold;
}

#event_gray {
	background: #F1F1F1;
	width: 450px;
	padding: 5px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

#event_gray_date {
	font-size: 16px;
	font-weight: bold;
}

#event_description {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#event_description a {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#event_description a:hover {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

#event_description a:active {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}