/* CSS Document */
/* CSS Document */
/******************** Calendar CSS ************************/

table.calendar {
	color: #FFFFFF;
	text-decoration: none;
  font-family:trebuchet MS, haettenschweiler, arial narrow; 
  font-size:10px;
	margin:0; /*1px 0 0 1px; */

	
}
table.calendar th{
	color: #554080;
	text-decoration: none;
	/*background-color:#73848C;*/

	font-weight: bold;
}

table.calendar td{
  padding-left:8px;
}
table.calendar td a{
	text-decoration: none;
	/*background-color:#73848C;*/
	color: #000000;
	 
  width: 10px; 
  height: 15 px; 
  display: block; 
  text-align: center; 
  border: 1px solid gray; 
  text-decoration: none; 
  color: #000; 
  background: #fff; 
}

table.calendar td a:hover{
	text-decoration: none;
	background-color:gray;
	color: #000000;
}
table.calendar td{
	text-decoration: none;
  color: #000000;
	text-align: center;
}




