﻿.rssCalendarLeftYear
{
	text-align: left;
	color: White;
	padding-left: 3px;
	width: 50px;
}

.rssCalendarRightYear
{
	text-align: right;
	color: White;
	padding-right: 3px;
	width: 50px;
}

.rssCalendarCurrDate
{
	text-align: center;
	font-weight: bold;
	color: White;
}

.arrowText
{
	font-family: Times New Roman;
}

.rssCalendarHead
{
	background-color: #74A9AF;
	height: 17px;
}

.rssCalendarHead a
{
	color: White;
	text-decoration: none;
}

.rssCalendarMonth
{
	height: 17px;
	text-align: center;
}

.rssCalendarMonth a
{
	color: #8A8A8A;
	text-decoration: none;
}

.rssCalendarBody
{
	background-color: White;
	height: auto;
}

.rssDaysTable
{
	background-color: #cacaca;

	color: #8A8A8A;
	font-family: Tahoma;
	font-size: 8pt;
}

.rssDaysTable th
{
	font-weight: bold;
	font-size: 10px;
	background-color: white;
	height: 16px;
	width: 22px;
}

.rssDaysTable td
{
	height: 16px;
	background-color: white;
	font-size: 10px;
	text-align: center;
	width: 22px;
}

.rssDaysTableCurrDay
{
	background-color: #E39C70;
	color: White;
	line-height: 16px;
}

.rssDaysTableSaturday
{
	background-color: #F5F5ED;
	line-height: 16px;
}

.rssDaysTableSunday
{
	background-color: #ECF3E9;
	line-height: 16px;
}
