body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bgbrick.gif);
	font-family: "Comic Sans MS";
	font-style: normal;
	font-size: 11pt;
}

a:link		{
	color: #00BFFF;
	text-decoration: none;

}
a:active		{
	color: #00BFFF;
	text-decoration: none;

}
a:visited	{
	color: #00BFFF;
	text-decoration: none;

}
a:hover		{
	color: #00A3D7;
	text-decoration: underline;
}

.title {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: 000000;
	background-color: White;
	height: 25px;
	vertical-align: middle;
}

.bgheader {
	background-image: url(img/bgheader.jpg);
}

.bg_content {
	font-family: "Comic Sans MS";
	font-size: 11pt;
	color: #464646;
	background: #FFFFFF;
	vertical-align: top;
}


.wood {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #000000;
	background-color:  White;
}




















/**** month and year header at top of calendar ****/
.date_header				{ font-size:11pt; font-family:Comic Sans MS; color:000000; }

/**** color and size of calendar cells.  ****/
.day_cell					{ background-color: #ffffff; height: 120; width: 137; }
.empty_day_cell			{ background-color: #c0c0c0; height: 120; width: 137; }
.today_cell					{ background-color: #F3C399; height: 120;	width: 137; }

/**** day number in upper left corner of each cell ****/
.day_number					{	font-size: 11pt; font-family: Comic Sans MS; color: #000000; }
.day_number A:hover		{ text-decoration: none; color: #D2691E; }				

/**** title_txt is the text for each post on main page ****/
.title_txt					{ font-size:8pt; font-family:Comic Sans MS; color:#808080 text-decoration:none }
.title_txt A:link			{ font-size:8pt; font-family:Comic Sans MS; color: #0064C4; text-decoration: none; font-weight: normal }
.title_txt A:active		{ font-size:8pt; font-family:Comic Sans MS; color: #0064C4; text-decoration: none; font-weight: normal }
.title_txt A:visited		{	font-size: 8pt; font-family: Comic Sans MS;color: #0064C4;text-decoration: none; font-weight: normal; }
.title_txt A:hover		{ text-decoration: none; color: #8C5B36; }	

/**** time line under title text when event time given ****/
.time_str					{ font-size:11pt; color:#999999; font-family:Comic Sans MS }

/**** column headers or days of the week ****/
.column_header				{ background-color: #674C3D; font-size: 11pt; font-family: Comic Sans MS; color: #ffffff; }

/**** footprint text ****/
.footprint				{	font-size: 11pt;	font-family: Comic Sans MS;	color: #CACACA; }
.footprint A			{ font-size:11pt; font-family:Comic Sans MS; color:#6495ED;  }
.footprint A:hover	{ text-decoration: none; color: #D2691E; }

/**** user administration ****/
TD    		{ font-size:11pt; font-family:Comic Sans MS; }
.login_header		{ font-size:11pt; font-family:Comic Sans MS; color:#c4c4c4; }
.login_label		{ font-size:11pt; font-family:Comic Sans MS;  }
.login_auth_fail	{ font-size:11pt; font-family:Comic Sans MS;}
.edit_user_header { font-size:11pt; font-family:Comic Sans MS; color:#c4c4c4; }
.edit_user_label	{ font-size:11pt; font-family:Comic Sans MS }
.bad_user_name		{ font-size:11pt; font-family:Comic Sans MS; color:#Ff0000 }
.user_table_col_label	{ font-size:11pt; font-family:Comic Sans MS; color:#ffffff; font-weight: bold;}
.user_table_txt			{ font-size:11pt; font-family:Comic Sans MS; color: #3D3D3D; }
.user_list_header		{ font-size:11pt; font-family:Comic Sans MS; }
.user_list_options				{ font-size:11pt; font-family:Comic Sans MS; color: #3D3D3D; }
.user_list_options A:link		{ font-size:11pt; font-family:Comic Sans MS; color:#6495ED }
.user_list_options A:active		{ font-size:11pt; font-family:Comic Sans MS; color:#6495ED }
.user_list_options A:visited	{ font-size:11pt; font-family:Comic Sans MS; color:#6495ED }
.user_list_options A:hover		{ text-decoration: none; color: #D2691E; }	

/**** popwin css ****/
.form_labels		{ font-size:11pt; font-family:Comic Sans MS }
.add_new_header		{ font-size:11pt; font-family:Comic Sans MS; color: White;}
.delete_pg_txt		{ font-size:11pt; font-family:Comic Sans MS }
.display_header		{ font-size:11pt; font-family:Comic Sans MS; color:#FFFFFF; }
.display_title		{ font-size:11pt; font-family:Comic Sans MS; color:#FFFFFF; }
.display_txt		{ font-size:11pt; font-family:Comic Sans MS; color:#909090 }
.display_user		{ font-size:11pt; font-family:Comic Sans MS; color:#999999; }
.display_edit		{ font-size:11pt; font-family:Comic Sans MS }
.display_title_bg	{ background-color:#2663E2 }
.display_txt_bg	{ background-color:#f7f7f7 }