table #calendar, #calendar td, #calendar tr
{
  border-style: none;
	line-height: 20px;
}
a.cal_head
{
	color: #8d8267;
	text-decoration: none;
}
a.cal_head:hover
{
	text-decoration: none;
}
.cal_days, .cal_content, .cal_today, .cal_event
{
	width: 23px;
	text-align: center;
}
.cal_head
{
	background-color: #DDDDDD;
	color: #8d8267;
	font-weight:      bold;
	font-style:       normal;
}
.cal_days /*darussol*/
{
	background-color: #DDDDDD;
	color: #8d8267;
	font-weight:      bold;
	font-style:       normal;
}
.cal_content
{
	background-color: #EEEEEE;
	color: #8d8267;
	font-weight:      normal;
	font-style:       normal;
}
.cal_today
{
	background-color: white;
	color: #8d8267;
	font-weight:      bold;
	font-style:       normal;
}
.cal_event, .cal_event a:link, .cal_event a:active/* e-man 17-06-04 */
{
	background-color: #EEEEEE;
	color: #8d8267;
	font-style:       normal;
	text-decoration: none;
}
a.cal_event
{
  display: block;
	width: 100%;
}
a.cal_event:hover
{
/*	text-decoration: normal;*/
	background-color: #FFFFFF;
	width: 100%;
}
