﻿.calendarTitle
{
	color: #ffffff;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #696969;
	background-image: url('/images/weekdays2.gif');
	height: 29px;
	border-bottom: #a1a1a1 solid 1px;
}
.calendarTitleBig
{
	color: #ffffff;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #696969;
	background-image: url('/images/weekdaysBig.gif');
	height: 39px;
	border-bottom: #a1a1a1 solid 1px;
}
.calendarTitle td
{
	color: #ffffff;
	vertical-align: top;
}
.calendarTitleBig td
{
	color: #ffffff;
	vertical-align: top;
}
.calendarDay
{
	color: #b7b7b7;
	border: #696969 solid 1px;
}
.calendarArrows
{
	font-weight: bold;
	font-size: 13px;
}
.calendarArrows a:link,
.calendarArrows a:visited,
.calendarArrows a:hover
{
	text-decoration: none;
}
.calTitle   {
    font-weight: bold;
    font-size: 11;
    background-color:#cccccc;
    color: black;
    width: 98px;
}
.calMonth   {
    font-weight: bold;
    font-size: 10;
    background-color:#cccccc;
    color: black;
    width: 126px;
}
.calYear   {
    font-weight: bold;
    font-size: 10;
    background-color:#cccccc;
    color: black;
    width: 70px;
}

