﻿.calTable
{
	border: solid 1px #FFF;
	border-collapse: separate;
	background-color: #fff;
}

.calHeaderPrevMonthCell
{
	background-color: #FFF;
	text-align: left;
}

.calHeaderPrevMonthCell:hover
{
	background-color: #fff;
	color: White;
	text-align: left;
	text-decoration: none;
}

.calHeaderMonthCell
{
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.calHeaderNextMonthCell
{
	background-color: #FFF;
	text-align: right;
}

.calHeaderNextMonthCell:hover
{
	background-color: #fff;
	color: White;
	text-align: right;
	text-decoration: none;
}

.calHeaderDaysRow
{
	background-color: #FF0000;
	color: White;
}

.calHeaderDaysCell
{
	text-align: center;
}

.calHeaderDaysText
{
	font-size: 90%;
	font-weight: bold;
	color: White;
}

.calRow
{
	background-color: #CCF;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

.calEmptyCell
{
	background-color: #fff;
}

.calDateCell
{
	background-color: #F0F0F0;
}

.calDateCellText
{
	color: #666;
	font-weight: normal;
}

.calTodayCell
{
	color: #fff;
	font-weight: normal;
	background-color: #333;
	padding: 1px 1px 1px 1px;
}

.calDateCellTextToday
{
	color: White;
	font-weight: normal;
}

.calDateEvent
{
	background-color: #FF0000;
	color: #FFFFFF;
}

.calDateCellTextEvent
{
	color: White;
	font-weight: normal;
}
