


.titlebar{
	color:#3b1d20;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

.maintble {background-color: #fff;}

#cellTd{
	position: relative;
}

.cell{
	width: 73px; 
	height: 72px; 	
	color:#fff;
	text-align: right;
	padding-top: 12px;
	padding-right: 13px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.greyCell{
	background-image: url('../images/calendar/cell_grey.jpg');
	background-repeat: no-repeat; 
}

.greenCell{
	background-image: url('../images/calendar/cell_green.jpg');
	background-repeat: no-repeat; 
}

.redCell{
	background-image: url('../images/calendar/cell_red.jpg');
	background-repeat: no-repeat; 
}

.brownCell{
	background-image: url('../images/calendar/cell_brown.jpg');
	background-repeat: no-repeat; 
}

.blueCell{
	background-image: url('../images/calendar/cell_blue.jpg');
	background-repeat: no-repeat; 
}

.calHoverOver{
	background-image: url('../images/calendar/background_divCalendarOver.png');
	background-repeat: no-repeat;
	width: 164px;
	height: 65px;
	position: absolute;
	left: 20px;
	top: 20px; 
	text-align: left;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 9999;
}

#calHoverOverContents{
	width: 150px;
	height: 50px;
}

#calendarDetailsContainer{
	width: 511px;
	text-align: left;
}

#calendarDetailsLeft{
	float: left;
	width: 73px;
	height: 100px;
}

#calendarDetailsRight{
	float: right;
	width: 427px;
	height: 100px;
	vertical-align: top;
	padding-top: 5px;
	margin-left: 10px;	
}

#calendarDetailsTitle{
	margin-bottom: 7px;
}

#calendarDetailsSubTitle{
	margin-bottom: 4px;
}

#calendarDetailsText{
	line-height: 20px;
}