.scheduleItemTitle
{
	width: 50px;
}

#customerFeedbackText
{
	border-top: 1px solid #a6cdee;
	margin-top: 8px;
	padding-top: 8px;
}
#customerSurveyLink
{
	margin-top: 9px;
	text-align: right;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #a6cdee;
}
/* calendar */
#quickSheduleCaption
{
	width: 191px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding-top: 4px;
}
.calendar
{
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.calendarDayHeader
{	
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.calendarDay
{	
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	background-color: #d7fa87;
}
.quickSchedule
{
	border: 1px solid #CCCCCC;
	padding: 6px 6px 6px 6px;
	margin-bottom: 14px;
}
.quickScheduleTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
}
.calendarToday
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #d7fa87;
}
.calendarSelectedDay
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffc36e;
	border: 1px solid #ffb54b;
	font-weight: bold;
}
.calendarOtherMonthDay
{
	background-color: #e8feb6;
}
.calendarTitle
{
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	color: #79b61a;
}
.calendarNextPrev
{
	font-size: 12px;
}
a.calendarDay
{
	text-decoration: none;
}



body
{
    /* Anupam - Changed width to auto to accomodate the Advisory on the right side of the page*/
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	width: 767px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
}
a
{
	font-family: Arial;
	color: #2C6DB1;
}
#banner
{
	width: 767px;
	height: 168px;
}
#navmenu
{
	width: 767px;
	height: 29px;
	margin-bottom: 4px;
	overflow: hidden;
}
.navitem
{
	float: left;
}
#footer
{
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 1px;
	padding-top: 12px;
	text-align: center;	
	font-family: Arial;
	font-size: 12px;
}
.footerCaption
{
	font-weight: bold;	
}
#footerNav
{
	float: none;
	clear: both;
	margin-top: 20px;
	background-color: #F1F1F3;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.footerNavLink
{
	padding-left: 6px;
	padding-right: 6px;
	color: #000000;
	text-decoration: none;
}
.footerNavLink:Hover
{
	color: #A3D0F1;
}
.footerNavLink:Active
{
	color: #B0E073;
}
.notFoundText
{
	font-size: 24px;
	text-align: center;
	font-family: Verdana;
	margin-top: 20px;
	margin-bottom: 12px;
}