﻿table.sssMonthTable
{
	font-family:Arial, Verdana;
	border-width: 1px;
	border-style:solid;
	border-color: gray;	
	background-color: #ffffff;
}
table.sssMonthTable td
{
	height:20px;
	width:20px;
	font-size:.8em;
	border-width: 1px;
	border-style:solid;
	border-color: gray;
	text-align:center;
}
tr.sssMonthTitle
{
	border-width: 1px;
	font-size: 1.4em;
	background-color: Blue;
	font-weight:bold;
	color:#ffffff;
}
tr.sssMonthTitle td
{
	width:100%;
}
tr.sssMonthDayTitle
{
	text-align:center;
	background-color:#ffff99;
	color:#000000;
	font-size: 1.17em;
	font-weight: bold;	
}
td.sssMonthDayTitle
{
	border-color:#000000;
	border-style:outset;
}
td.sssPriceNotSetCell
{
	background-color:#fff;
}

td.sssPriceSet1Cell
{
	background-color:#4FA357;
}

td.sssPriceSet2Cell
{
	background-color:#80C885;
}
