﻿table.tablecalendar
{
	font: normal 10px arial;
	background-color: #eee;
	border-collapse: collapse;
}

table.tablecalendar th
{
	background-color: #00aeef;
    background-color:#E5ECF9;
	width: 70px;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
	text-align: center;
}

table.tablecalendar td.time_scale
{
	color: #eee;
	background-color: #555;
}

table.tablecalendar td
{
    text-align:center;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
}
table.tablecalendar 
{
	border-top:solid 1px #999;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:solid 1px #888;
}

