.NewestCalendarBody 
{
	visibility: hidden;
	position:absolute;
	cursor:pointer;
	background-color:White;
}

.NewestCalendarBarHeader
{
	background-color:#C0FA65;
	height:2px;
}

.NewestCalendarTable
{
	border-color:Black;
	border-style:solid;
	border-width:1px;
	color:White;
	width:160px;
	height:160px;
}

.NewestCalendarToday
{
	background-color:White;
	color:Black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.NewestCalendarMonthBar 
{
	background-color:#C0FA65;
	color:Black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	height:18px;
	width:144px;
}

.NewestCalendarPrevMonthBtn
{
	background-color:#C0FA65;
	background-image: none;
	width:8px;
	height:18px;
}


.NewestCalendarNextMonthBtn
{
	background-color:#C0FA65;
	background-image: none;
	width:8px;
	height:18px;
}

.NewestCalendarWeekLetter
{
	color:Gray;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
}

.NewestCalendarEnabledDay
{
	background-color:White;
	color:Black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.NewestCalendarDisabledDay
{
	background-color:White;
	color:Gray;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
}

.NewestCalendarInBetweenHighlight 
{
	background-color: white;
	color:	rgb(0, 0, 0);
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.NewestCalendarHightlight
{
	background-color: #C0FA65;
	color:	rgb(0, 0, 0);
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

.NewestCalendarSelectedDay
{
	background-color: #F1FEDC;
	border: 1px solid #000000;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
