.cal_body
{
    position: absolute;
    width: 100%;
    font-size: 11px;
    border: 1px solid #ccc;
    background: #fff;
}

.cal_month
{
    color: #222;
    font-weight: bold;
    text-align: center;
	height: 20px;
	background: #eee;
}

.cal_month_filled
{
    color: #222;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ddd;
    background-color: #f7f7f7;
}

.cal_table
{
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #fff;
    font-size: 11px;
}

.cal_table title
{
	font-weight: bold;
}

.cal_table div
{
    text-align: center;
}

.cal_table td
{
    color: #222;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #fff;
    background: #eee;
}

.cal_table td a
{
    color: #222;
}

.cal_table .title td
{
    color: #000;
    background: #ddd;
    font-weight: normal;
}

.cal_table .old, .cal_table .old a
{
    color: #369;
}

.cal_table .past, .cal_table .past .a
{
    color: #369 !important;
}

.cal_table .today, .cal_table .today a
{
    background: #fff;
    font-weight: bold;
}

.cal_table .today2, .cal_table .today2 a
{
    background: #369;
}

.cal_table .free, .cal_table .free a
{
    background: #ccc;
}

.cal_table .holiday, .cal_table .holiday a
{
    color: #fff;
    background: #6b1515
}

.cal_table .preday, .cal_table .preday a
{
    color: green;
}

div.daynum {
	background-color: #dddddd;
	border: 1px solid black;
	color: black;
	float: left;
	font-size: 9pt;
	height: 16px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 12px;
}