.tdday { font-family: Verdana, Arial, Helvetica, sans-serif;                  
                  font-weight: bold;
                  font-size: 11px;
                  width: 26px;
                  line-height: 20px;
                  color: #F26D20;
                  vertical-align: middle;
                  text-align: center;
		background-color : #ddd;
}
.tdtoday { font-family: Verdana, Arial, Helvetica, sans-serif;
                  font-weight: bold;
				  border:1px solid #aa0000;
                  font-size: 10px;
                  line-height: 16px;
                  width: 26px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
}

.tdheading { font-family: Verdana, Arial, Helvetica, sans-serif;
                  background-color: #E8E8E8;
                  font-weight: bold;
                  font-size: 10px;
                  line-height: 20px;
                  color: #000;
                  vertical-align: middle;
                  text-align: center;
}
.tddate { font-family: Verdana, Arial, Helvetica, sans-serif;
                  font-weight: normal;
                  font-size: 10px;
                  line-height: 16px;
                  width: 26px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
 }

.event_date { font-family: Verdana, Arial, Helvetica, sans-serif;
		  		background-color: #aa0000;
	         	font-weight: bold;
                  font-size: 10px;
                  line-height: 16px;
                  width: 26px;
                  color: #fff;
                  vertical-align: middle;
                  text-align: center;
 }

.event_date a
{
	display : block;
	color : #fff;
	text-decoration : none;
}

.event_date a:hover
{
	color : #fff;
	text-decoration : none;
	background-color : #333;
	padding:3px 0 2px 0;
}


.caltable { border: #333;
                   border : 1px solid #ddd;
                   margin : 0 ;
                   padding : 0px;
}

.head
{
	font-weight : bold;
	color : #0099ff;
}

td 
{
	border-right : 1px solid #e8e8e8;
	border-bottom : 1px solid #e8e8e8;
	height:24px;
}

.calendar_head{
	border:1px solid #ccc;
	padding:0;
	width:176px;
}