div.Calendar_list
{
	
}
div.Calendar_list .date
{
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}

div.Calendar_list .title
{
	
}
div.Calendar_list .cat
{
	color: red;
	font-size: 10px;
}

div.Calendar_small
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
div.Calendar_small .title
{
	text-align: center;
	padding: 2px;
}
div.Calendar_small .week
{
	text-align: center;
}
div.Calendar_small .hoovi
{
	color: black;
}
div.Calendar_small .day
{
	border: 1px solid #ffffff;
	background-color: #dddddd;
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
div.Calendar_small .none
{
	border-color: #dddddd;
	background-color: #eeeeee;
}

div.Calendar_small .eday
{
	cursor: pointer;
	font-weight: bold;
}
div.Calendar_small .today
{
	border-color: #9999ff;
}
div.Calendar_small .oday
{
	background-color: #ccccff;
}
div.Calendar_small .hint
{
	padding: 2px;
	border: 2px solid #aaaaaa;
	background-color: #eeeeee;
	font-size: 11px;
	z-index: 9;
	width: 100px;
}
div.Calendar_small .hint .date
{
	font-size: 10px;
	color: #999999;
}
div.Calendar_small .hint .cat
{
	font-size: 10px;
}

