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

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


A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{ text-align:center; /*For IE6 Shenanigans. Realign text in wrapper if needed to be aligned left*/ 
	background-color:#FFCC66; /*harrier background colour*/
	
}

	 
#header h1, h2, h3{
	color:#000033;
	text-align:center;
              }
			  
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80px; width: 95px; }
.empty_day_cell			{ background-color:#EEEEEE; height:80px; width: 95px; }
.today_cell				{ background-color:#F5F4ED; height:80px; width: 95px; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#2663E2; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }



#formwrapper{
	width:700px;
	margin: 0 auto ;
	text-align:left;
	/*border: 1px solid #6699FF;*/
		
              }

.monthform {
	
	/*border:1px solid #000066;*/
             }
			 
.monthform fieldset{margin:10px 0 0 0;
					padding:0;
					border: 1px solid #493F0B;
					}
					
.monthform legend{
	margin-left:1em;
	padding:0;
	color:#0000FF;
                  }

#selectmonth { 
	          /*border: 1px solid #00CC00;*/
			  height: 100px;
			 }
			 

			
#selectmonth label{position:relative;
                  clear:left;
                  width:10em;
                    float:left;
					padding-top:0.2em;
					font-size:1em;
					margin-left:200px;
					margin-right: 5px;
					text-align: right;
					line-height:1.8em;
					}
				   		
#selectmonth select{
                    padding:1px;
				   font-size:0.8em;
				   border: 1px solid #493F0B;
				   color: #1E1903;
				   background:#F5F6D4;
				   }
					
						
#selectmonth input{
                   padding:1px;
				   font-size:0.8em;
				   border: 1px solid #493F0B;
				   color: #1E1903;
				   background:#F5F6D4;
				   }
	               