
table.calendar{

background-color: #9FBEE4;
	      border: solid 2px #000000;
	   font-size:   8px;
	       width: 250px;

}

table.calendar a.calendar{

	cursor: pointer;

}


table.calendar th.calendar{

	font-size:    12px;
	
}


table.calendar input{

	  text-align:  center;
	border-style:    none;
	 font-weight:    bold;
	 	   color: #BEBEBE;
	   font-size: 13px;		  
}


table.calendar input.clickable{

	cursor: pointer;
	 color: #333333;


}


td.calendar_sunday{

	      color: #CC0000;
	font-weight:    bold;

}




