.cbcalendar
{
	border: none;
}

.cbday
{
	width: 90px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #FFFFFF;
	border: solid 1px #C6C1AC;
}

.cbday-h
{
	width: 90px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #feab6f;
	border: solid 1px #C6C1AC;
	text-decoration:underline;
	cursor: pointer;
	cursor: hand;

}

.cbothermonthday
{
	background-color: #F5F3E5;
}

.cbmonth
{
	border-collapse: collapse;
	border: solid 1px black;
}

.cbdayheader
{
	background-color: #E3E0CD;
	color: #504C39;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #ACA899;
	border-right: solid 1px #C6C1AC;
	padding: 4px;
}

.cbtitle
{
	background-color: #ff6c00;
	border: 1px solid black;
	border-bottom-width: 0px;
}

.cbtitle TD
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cbnextprev
{
	cursor: pointer;
}


/* Callback Styles */

.cbCallBackLoading
{
	background-color: #feab6f;
	border: 1px solid black;
	width: 650px;
	height: 498px;
}

.cbCallBackLoadingTitle
{
	background-color: #ff6c00;
	border-width: 0px;
	border-bottom: 1px solid black;
	font-family: verdana;
	font-size: 11px;
	height: 24px;
}

.cbCallBackLoadingHeader
{
	background-color: #E3E0CD;
	border-width: 0px;
	border-bottom: 1px solid #ACA899;
	font-family: Verdana;
	font-size: 11px;
	height: 21px;
}

.cbCallBackLoadingBody
{
	background-color: #F5F3E5;
	height: 445px;
}


