@charset "utf-8";
/* CSS Document */

.calendar_table
{
	border: 1px #000000 solid;
    color: #000000;
	width: 100%;
}

.calendar_table tbody tr td ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.calendar_table tbody tr td ul li {
	margin: 8px 0px;
}


.calendar_table tbody tr td {
	vertical-align: top;
	height: 100px;
}

.calendar_dateCell
{
	border: 1px #000000 solid;
    BACKGROUND-COLOR: #FFFFFF
}


.calendar_todayCell
{
   	border: 1px #000000 solid;
    BACKGROUND-COLOR: #DDDDDD
}
.calendar_emptyCell
{
	border: 1px #000000 solid;
    BACKGROUND-COLOR: #AAAAAA
}

.calendar_weekdayCell
{
	border: 1px #000000 solid;
    BACKGROUND-COLOR: #ffffff
}