div.syscl_head_weekday
{
	border: solid 1px;
	width:35px;
	height:20px;
	text-align:center;
	font-style:italic;
	color:#ffffff;
	background-color:#333333;
}
div.syscl_head_weekend
{
	border: solid 1px;
	color:#ff6600;
	width:35px;
	height:20px;
	text-align:center;
	font-style:italic;
	color:#ffffff;
	background-color:#ff3300;
}
div.syscl_weekday
{
	border: solid 1px #eeeeee;
	width:35px;
	height:20px;
	text-align:center;
	color:#ffffff;
	background-color:#999999;
}
div.syscl_weekend
{
	border: solid 1px #ffffff;
	color:#ff6600;
	width:35px;
	height:20px;
	text-align:center;
	color:#2222ff;
	background-color:#ffbb99;
}
div.syscalendar_body
{
	border: solid 1px #333333;
	text-align:center;
	color:#2222ff;
	background-color:#cfcfcf;
    max-width:350px;
    min-height:220px;
   position:relative;
    z-index:100;
}
div.syscalendar_nums
{
	border: solid 0px #ff3333;
	margin-left:auto;
    margin-right:auto;
    width:300px;
}div.syscalendar_head
{
	margin-left:auto;
    margin-right:auto;
    display: table-cell;
    vertical-align: middle;
    width:300px;
    height:40px;
}