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


/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

table {width:100%;}



/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#DBE9F0; height:80px; width: 14%; line-height:105%; font-size:10px; vertical-align:top;}
.empty_day_cell			{ background-color:#EEEEEE; height:80px; width: 14%; line-height:105%; font-size:10px; vertical-align:top;}
.today_cell				{ background-color:#C9E3F1;  height:80px; width: 14%; line-height:105%; font-size:10px; vertical-align:top;}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:11px; /*font-family:verdana, arial, helvetica; color:#000;*/ display:block; line-height:12px; background-color:#99CCFF;padding-bottom:0; margin-bottom:0 }
.day_number		a		{ font-size:11px; /*font-family:verdana, arial, helvetica; color:#000;*/ display:block; line-height:12px; background-color:#99CCFF; text-decoration:none; font-weight:bold; padding-bottom:0; margin-bottom:0}

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:9px; /*font-family:verdana, arial, helvetica; color:#000*/ }
.title_txt A:link		{ color: #006bad; text-decoration:underline }
.title_txt A:link		{ color: #006bad; text-decoration:underline }
.title_txt A:link		{ color: #006bad; text-decoration:underline }
.title_txt A:hover		{ color: #0033FF; text-decoration:underline; }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica; color:#006BAD; white-space:normal; }

.pt_event { padding-top:2px; padding-bottom:3px; white-space:normal;}
.pt_bullet { color:#999999; font-weight:bold; font-size:11px}

/**** column headers or days of the week ****/
.column_header			{ background-color:#006BAD; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:Arial, Helvetica, sans-serif ;  color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#00F; font-weight:bold; }

input { background-color: #DBE9F0;  border:1px solid #999999;}

select {background-color: #DBE9F0;  border:1px solid #999999; cursor:pointer;}

input[type=button], input[type=submit] {cursor:pointer;}

input[type=button], input[type=submit] {cursor:pointer;} /*not supported in IE*/