/* CSS Document */



td.user_event {
border: 1px solid #6F83B3 ; 

text-align: center ;
font: 10px Arial ;
}

table.month {
	border-left: 1px solid #6F83B3 ;
	border-top: 1px solid #6F83B3 ;
}

table.month tr.dayheader td {
background-color: #DEE6EF ;
border-bottom:2px solid #6F83B3 ;
border-right: 1px solid #6F83B3 ;
font-weight: bold ;
padding: 5px 0px 5px 0px ;
text-align: center ;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

table.month tr.day td {
border-bottom:1px solid #6F83B3 ;
border-right: 1px solid #6F83B3 ;
padding: 3px 3px 3px 3px ;
font: 10px Arial ;

}
 
table.month tr.day td.othermonth {

background-color: #EEEEEE ;
font: 10px Arial ;
}

