@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 46em;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {text-decoration: none; color: #990000; }
a:visited {text-decoration: none; color: #990000; }
a:hover {text-decoration: none; color: #ffffff; }
a:active {text-decoration: none; color: #ffffff; }

SPAN	{ font-family:Verdana, Arial, Helvetica, sans-serif }
TD     	{ font-family:Verdana, Arial, Helvetica, sans-serif }
.detail_text		{ font-size:10px; color:#000000; text-decoration: none}
/**** month header at top of calendar ****/
.date_header			{ font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; border-left: 1px solid #000000; border-bottom: 1px solid #000000;}

/**** color and size of calendar cells.  ****/
.day_cell				{
	background-color:#DDDBD9;
	height:120;
	width: 100;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.empty_day_cell			{ background-color:#FFFFFF; height:120; width: 100; border-left: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 3px; padding-top: 3px; padding-bottom: 3px; margin-bottom: 0px; margin-top: 0px;}

/**** date in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#000000 }

/**** event_txt is the text for each post on main page ****/
.event_txt				{ font-size:10px; color:#990000 }
.event_txt A:link		{ color:#990000; text-decoration:none }
.event_txt A:active		{ color:#FFFFFF; text-decoration:none }
.event_txt A:visited	{ color:#990000; text-decoration:none }
.event_txt A:hover		{ color:#FFFFFF; text-decoration:none }

/**** details under event ****/
.event_detail				{ font-size:9px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif }

/**** column headers or days of the week ****/
.column_header			{ background-color:#990000; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif color:#FFFFFF; font-weight:bold; border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; }
.column_header_right			{ background-color:#aaaaaa; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; border-top: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; }
