.cal_body
{
    position: absolute;
    width: 220px;
    font-size: 11px;
    aborder: 1px solid #ccc;
    abackground: #fff;
    margin-left:4px;
    margin-right:3px;
}

.cal_month
{
	color: #555;
	font-weight: bold;
	text-align: center;
	height: 25px;
	font-size:17px;
	font-family:Tahoma;
	abackground: #eee;
	padding:5px;
}

.cal_month_filled
{
	color: #555;
	font-weight: bold;
	text-align: center;
	height: 25px;
	font-size:17px;
	font-family:Tahoma;
	abackground: #eee;
	padding:5px;
}

.cal_table
{
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    aborder: 1px solid #c6b292;
    font-size: 11px;
}

.cal_table title
{
	font-weight: bold;
}

.cal_table div
{
    text-align: center;
}

.cal_table td
{
    color: #222;
    border: 1px solid #c6b292;
    abackground: #eee;
    text-align:right;
    height:41px;
    vertical-align:top;
    cursor:pointer;
    cursor:hand;
}

.cal_table td a
{
    color: #222;
}

.cal_table .title td
{
    color: #000;
    abackground: #ddd;
    font-weight: normal;
    text-align:center;
    height:18px;
    vertical-align:middle;
}

.cal_table .old, .cal_table .old a
{
    color: #776b58;
}

.cal_table .past, .cal_table .past .a
{
    color: #776b58 !important;
}

.cal_table .today, .cal_table .today a
{
    background: #c6b292;
    font-weight: bold;
}

.cal_table .today2, .cal_table .today2 a
{
    background: #369;
}

.cal_table .free, .cal_table .free a
{
    background: #e4cda8;
}

.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;
}