/*********************************************/
/*Calendar display                           */
/*********************************************/

.month_title {
	font-size: 10pt;
}

.border_color {
	background-color: #8E7B5F;
}

.cell_color {
	background-color: #ffffff;
	width: 75px;
	height: 50px;
}

.todays_color {
	background-color: #eeeeee;
}

.display_dates {
	text-align:left;
	font-size: 7pt;
}

.day_header {
	height: 30px;
	text-align: center;
	background-color: #eeeeee;
}

.calendar_header {
	height: 30px;
	text-align: center;
	background-color: #eeeeee;
}


/*********************************************/
/*Upcoming List display                      */
/*********************************************/
.list_display_css {
	width: 170px;
	height: 300px;
	border: 2px solid #333333;
}

.list_menu_header {
	width: 170px;
	background-color: #333333;
	color: #ffffff;
	font-size: 9pt; 
	font-family: verdana, helvetica;
	vertical-align: middle;
	padding: 5px;
	margin: 8px 0px 5px 0px;
}
