
div.board_1{
	                width:195px;
					height:220px;
					 display:compact; 
					 margin-left:3px;
					 float:left;
					outline:#CCC solid thin;
}

ol.calendar         {
	
					 width:195px;
					 display:block; 
					 margin:0 auto;
					 padding-left:5px;
					 font-size:11px;

					 
					 }

					 
li                  {list-style:none;}
p.link              {text-align:center;display: block;}

div.head{
	
					 width:189px;
					 display:block; 
					 margin:0 6px;
					 line-height:20px;
					 font-size:15px;
					 font-weight:bold;
					 text-align:center;
					 color:#FFF;
					 text-shadow:#006;
					 padding-top:5px;
					 	

					 
	
}

div.middle{
	
					 width:189px;
					 display:block; 
					 margin:0px 5px;
					 line-height:18px;
					 text-align:center;
					 font-size:11px;
					 color:#FFF;
					 text-shadow:#F00;
					 	
	
					 
					
}

div#board{
	display:block; 
	width:600px;
	height:1020px;
	background:#09233E repeat;
	
}

/*
 * Day styles
 -------------------------*/
li li.blank               {
						text-align:center;
						width:27px;height:27px;float:left;
						overflow:auto;
						background: url(../img/date_ord2.jpg) bottom right no-repeat;
					 	line-height:27px;
						color:#060;
						filter:alpha(opacity=00);
						-moz-opacity:0.0;
						-khtml-opacity: 0.0;
						opacity: 0.0;
						
					  }
					  
li li.red              {
						text-align:center;
						width:27px;height:27px;float:left;
						overflow:hidden;
						background: url(../img/date_orange.png) bottom right no-repeat;
					 	line-height:27px;
						color:#FFF;
						text-decoration:line-through;
						
					  }
					  
					  

					  
					  
li li.green              {
						text-align:center;
						width:27px;height:27px;float:left;
						overflow:hidden;
						background: url(../img/date_blue.png) bottom right no-repeat;

					 	line-height:27px;
						color:#FFF;
						
					  }
					  

					  

li li.halfred              {
						text-align:center;
						width:27px;height:27px;float:left;
						overflow:hidden;
					
					 	line-height:27px;
						background: url(../img/date_half.png) bottom right no-repeat;
						text-decoration:line-through;
						color:#FFF;
						
					  }
					  
					  
li li.halfred2              {
						text-align:center;
						width:27px;height:27px;float:left;
						overflow:hidden;
					
					 	line-height:27px;
						background: url(../img/date_half2.png) bottom right no-repeat;
						text-decoration:line-through;
						color:#FFF;
						
					  }
					  

					  
					  
					  

