﻿.text        { font-family: Verdana; font-size: 8pt; color: #CC9900; text-align: justify; 
               text-indent: 0; word-spacing: 0; margin-left: 0; margin-right: 
               10px; margin-top: 0; margin-bottom: 0 }
.calendartable{
	border: thin solid #FFCC33;
	width: 100%;
}
.calendarcells{
	border: 1px solid #FFCC33;
	width: 114px;
}
.calendartop{
	border: 1px solid #FFCC33;
	font-family: "arial narrow";
	font-size: medium;
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
	line-height: 30px;
	background-color: #33CCFF;
	text-align: center;
}
.calendardays{
	border: 1px solid #FFCC33;
	font-family: "arial narrow";
	font-size: medium;
	font-weight: bold;
	color: #000080;
	vertical-align: bottom;
	background-color: #FFFFCC;
	height: 30px;
	padding-left: 5px;
}
.calendardesc{
	border: 1px solid #FFCC33;
	font-family: "arial narrow";
	font-size: 10pt;
	color: #000080;
	vertical-align: top;
	background: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 90px;
}
.calendarholiday{
	border: 1px solid #FFCC33;
	font-family: "arial narrow";
	font-size: 10pt;
	color: red;
	vertical-align: top;
	background: #FFFFCC;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 90px;
	text-align:center
}
