/* @override /wwwsystem/class/widget/calendar/calendar.css */

.selected_day a{
	color:#000;
	position:relative;
	top:-4px;
	}
.selected_day {
	width:30;
	height:30;
	background: url(/wwwsystem/pic/bx/bl_cal_2.gif) no-repeat left top; 
	color:#c00 
	}

/* @group calendargroup */
#calendargroup{
	
}
#calendargroup .group a{
	color: #b6b6b6;
	font-weight: bold;
	font-size: 15px;
}
#calendargroup .group{
	margin-left: 0;
	margin-bottom: 8px;
}
#calendargroup .section{
	margin-bottom: 20px;
	border-top: 1px solid #d5d5d5;
	padding-top: 15px;
	margin-top: 15px;
}
#calendargroup .month a{
	color: #b6b6b6;
}
#calendargroup .month{
	margin-left: 20px;
	margin-bottom: 5px;
}

/* @end */
	
.empty_day {
	width:30;
	height:30;
	background: url(/wwwsystem/pic/bx/bl_cal_2.gif) no-repeat left top; 
	color:#c00 
	}
.simple_day {
	width:30;
	height:30;
	background: url(/wwwsystem/pic/bx/bl_cal_3.gif) no-repeat left top; 
	color:#aaa 
	}	
#cal td { width:30px; height:30px; padding:6px 0 0 0; text-align:center}
#calMonth { font-size:22px;
	padding-bottom: 15px;
}
#calMonth a { font-size: 16px;
	color: #c8c8c8;
	font-weight: bold;
}


