a.cal_head
{
	color: #FFFFFF;
}
a.cal_head:hover
{
	text-decoration: none;
	font-size:        9;
}
.cal_head
{
	background-color: #333333;
	color:            #ffffff;
	font-family:      arial;
	font-size:        9;
	font-weight:     normal;
	font-style:       normal;
	text-decoration:none;

}
.cal_days /*darussol*/
{
	background-color: #DDDDDD;
	color:            gray ;
	font-family:      arial ;
	font-size:        9 ;
	font-weight:      bold ;
	font-style:       normal ;
	text-decoration:none;

}
.cal_content
{
	background-color: #EEEEEE;
	color:            #000000 ;
	font-family:      arial ;
	font-size:        9;
	font-weight:     normal;
	font-style:      normal ;
	text-decoration:none;

}
.cal_today
{
	background-color: #FFFFFF;
	color:           green;
	font-family:      arial;
	font-size:        8;
	font-weight:      bold;
	font-style:       normal;
	text-decoration:none;
}
.cal_event, a.cal_event /* e-man 17-06-04 */
{
	/*background-color: #DDDDDD;*/
	color:            #FF0000;
	font-family:      arial ;
	font-size:        8;
	font-weight:      bold;
	font-style:       normal;
	text-decoration:none;

}

a.cal_event:hover,a.cal_today:hover,a.cal_content:hover
{
	text-decoration:underline;
	font-size:10;
}