/* CSS Document 
Author: Steven Grindle
Last revision: 2009 Jun 3
Purpose: Support programs
	1. calendar_events_generic.htm
	2. events_calendar_generic.js
	3. global_calendar_events_generic.js
	4. calendar_events_generic.js  
*/

.backg_even {
	font-size: 1.1em;
	border-style: dashed;
	text-align: center;
	font-style: italic;
	color: #000000;
	background-color: #FFDFAA;
}
.backg_odd {
	border-style: solid;
	text-align: left;
	font-style: normal;
	background-color: #FFFFCC;
	/*background-color: #CCDDFF;*/
}
.backg_seed {
	background-color: #FFFF99;
	font-weight: bold;
	color: #333333;
}
.display_none {
	color: #009900;
	display: none;
}
.dow_header {
	background-color: #650303;
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.smaller_text {
	font-size: .85em;
}
.under_construction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #CCFFCC;
	text-align: center;
}
#content_text {
	padding: 3px;
	margin: 5px;
}
#content_text p {
	margin: 5px;
}
#content_text ul {
	margin-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	padding-right: 5px;
	list-style-type: none;
}
#clock {
	font-size: 0.9em;
	text-align: center;
}
#footnote {
	font-size: 0.8em;
	color: #666666;
	padding: 3px;
	float: right;
	width: 80%;
	margin-top: 3ex;
	margin-right: 20px;
	clear: both;
}
#information {
	color: #996600;
	background-color: #FFCC99;
	height: 300px;
	overflow: scroll;
}
#main{
}
#main h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
}
#main #left_column {
	background-color: #99CCCC;
	float: left;
	width: 25%;
}
#main #right_column {
	float: right;
	width: 20%;
	border: 1px solid #650303;
	background-color: #FFFFCC;
	margin-top: 5px;
}
#main #right_column ul {
	list-style-type: none;
	padding-left: 5px;
	font-size: .8em;
}
#main #right_column li {
	border-bottom: 1px solid #777777;
}
#main #middle_column {
	float: left;
	width: 45%;
	margin-left: 5px;
}

#write_weeks {
	font-size: 0.8em;
	margin-bottom: 5px;
	float: left;
}
#write_weeks caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#write_weeks td {
	padding: 1px 2px;
	vertical-align: top;
}
