
div.AvailabilityCalendar				
{
   text-align: left;
   margin: 0 auto;
   width: 580px;
   border:1px 1px 1px 1px;
}

table.calAvailabilityTable
{
	font-size: 11px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
}
tr.calAvRow{
	height:14px;
}
tr.calAvSeasonsRow{
	height:3px;
}
tr.calAvSeparatorRow{
	height:5px;
}

td.calAvailEmpty{
	width:14px;
}

td.highlight
{
	background-color:silver;
}

td.calAvNoCellRight{
	border-right: 1px solid white;
}

td.calAvNoCellAbove{
	border-top: 1px solid white;
}

td.calAvDateCell{
	text-align: center;
	font-weight: normal;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	width:13px;
	cursor:pointer;
}

td.calAvNotAvailableWeekDay{
	background-color:rgb(204,0,0);
	cursor:pointer;
}

td.calAvNotAvailableWeekEndDay{
	background-color:rgb(224,102,96);
	cursor:pointer;
}

td.calAvAvailableWeekDay{
	background-color:rgb(153,204,153);
	cursor:pointer;
}

td.calAvAvailableWeekEndDay{
	background-color: rgb(194,224,194);
	cursor:pointer;
}

td.calAvWeekEndLabel
{
	font-size: 9px;
	color:#FF0000;
	border-bottom: 1px solid black;
	padding-left: 0.25px;
	padding-right: 0.25px;
}

td.calAvWeekDayLabel
{
	font-size: 9px;
	color:#000000;
	border-bottom: 1px solid black;
	padding-left: 0.25px;
	padding-right: 0.25px;
}

td.calAvMonthNameLabel{
	color: black;
	width:45px;
	font-family:arial;
	font-size:10px;
	height:10px;
	text-align: left;
	font-weight: normal;
}

td.calAvHighLight{
	color: black;
	width:35px;
	font-size: 8px;
	height:10px;
	width:13px;
	text-align: left;
	font-weight:bold;
}
td.calAvWeekDayLabelHighlight{
	border-bottom:1px;
	background-color:#FFFFFF;
	font-size: 8px;
	color:#000000;
	border-bottom: 1px solid black;
	font-weight: bold;
}
td.calAvMonthNameLabelHighlight{
	color:#0000ff;
	width:35px;
	font-size: 9px;
	height:10px;
	text-align: left;
}

td.calAvEmpty{
	width:30;
	background-color:#FFFFFF;
}

div.calAvSpitCellContainer{
	position:relative;
}

div.calAvSpitCellText{
	position:absolute;
	vertical-align: middle;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

[if IE]div.calAvSpitCellText{
	position:absolute;
	vertical-align: middle;
	width:100%;
	height:100%;
	top:1px;
	left:0;
}

div.calDayOverStartEndDiv{	
	position:absolute;
	width:100%;
	background:#FF00FF;
}

div.calAvNoStartWeekDay{
	border-right: 14px solid rgb(204,0,0); 
	border-top: 14px solid rgb(153,204,153);
	width:0px;
	height:0px;	
}
div.calAvNoEndWeekEndDay{
	border-left: 14px solid rgb(224,102,96); 
	border-bottom: 14px solid rgb(194,224,194);
	width:0px;
	height:0px;
}

div.calAvNoEndWeekDay{
	border-left: 14px solid rgb(204,0,0); 
	border-bottom: 14px solid rgb(153,204,153);
	width:0px;
	height:0px;
}

div.calAvNoStartWeekEndDay{
	border-right: 14px solid rgb(224,102,96); 
	border-top: 14px solid rgb(194,224,194);
	width:0px;
	height:0px;
}

td.calAvSeasonLow{
	background: blue;
	cursor:pointer;
}
td.calAvSeasonMedium{
	background: yellow;
	cursor:pointer;
}
td.calAvSeasonHigh{
	background: orange;
	cursor:pointer;
}
td.calAvSeasonPeak{
	background: red;
	cursor:pointer;
}

td.calLegendLabel{
	width:140px;
}

table.calLegendTable{
	margin-top:10px;
	border:1px solid black;
	text-align: middle;
	margin-left:45px;
	width:90%;
}
td.calAvSelectionWeekDay{
	background:yellow;
}
td.calAvSelectionWeekEndDay{
	background:#F2F5A9;
}
