
table, td
{
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #333333;
	vertical-align: top;
}
.listDefault
{
	border: 1px solid #F1F1F1;
}
.calHighlight
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #000000;
}
.listHighlight
{
	background-color: #E4E4E4;
	border: 1px solid #FF0000;
}
.calMonthTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.calMonthTitleSmall
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.calWeekInitials
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.calNotThisMonth
{
	width:35px;
	height:39px;
	background-color: #BBBBBB;
}
.calDayOfMonthNotToday
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	padding-top: 1px;
	z-index: 3;
	position: absolute;
	height: 39px;
	width: 33px;
}
.calDayOfMonthToday
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: yellow;
	padding-top: 1px;
	z-index: 3;
	position: absolute;
	height: 39px;
	width: 33px;
}
.calNoEvent
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #737373;
}
.calEvent
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #3E5268;
}
.calDoubleEvent
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #3E5268;
	background: url(images/split.gif)
}
.calDoubleEventPR
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #3E5268;
	background: url(images/NW.gif)
}
.calDoubleEventNH
{
	width: 35px;
	height: 39px;
	z-index: 1;
	background-color: #3E5268;
	background: url(images/SE.gif)
}
.calMapLayer
{
	position:absolute;
	width: 35px;
	height: 39px;
	z-index: 6;
}
.calSinglePosition
{
	padding-top: 27px;
	padding-left: 2px;
	width: 35px;
	height: 39px;
	z-index: 4;
	position: absolute;
}
.calPRPosition
{
	padding-top: 12px;
	padding-left: 2px;
	width: 35px;
	height: 39px;
	z-index: 4;
	position: absolute;
}
.calNHPosition
{
	padding-top: 26px;
	padding-left: 15px;
	width: 35px;
	height: 39px;
	z-index: 5;
	position: absolute;
}
a.calPRorNH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	positioni: static;
}
a:link.calPRorNH, a:visited.calPRorNH
{
	text-decoration: none;
	color: #FFFFFF;
}
a:active.calPRorNH, a:hover.calPRorNH
{
	text-decoration: underline;
	color: #FFFFFF;
}

