/*TD Style*/
.selectedCell 
{
	border: solid 1 red ;
	color:#FFFFFF;
	background-color:#cccccc;
	vertical-align:middle ;
	text-align:center ;
	height:18;
	font:bold 16 Courier;	
	cursor:hand;
}

.todayCell
{
	border: solid 1 blue ;
	color:#FFFFFF;
	background-color:#cccccc;
	vertical-align:middle ;
	text-align:center ;
	height:18;
	font:bold 16 Courier;	
	cursor:hand;
}

.normalCell
{
	border:solid 1;
	color:#FFFFFF;
	background-color:#cccccc;
	border-color:#cccccc;
	vertical-align:middle ;
	text-align:center ;
	height:18;
	font:bold 16 Courier;	
	cursor:hand;
}

.toggleCell
{
	background-color:#F3FB0C;
	color:#FFFFFF;
	border-color:#cccccc;
	vertical-align:middle ;
	text-align:center ;
	height:18;
	font:bold 16 Courier;	
	cursor:hand;
}

.headTD
{
	color:#FFFFFF;
	background-color:#778899;
	border-color:#cccccc;
	vertical-align:middle ;
	text-align:center ;
	height:18;
	font:bold 16 Courier;
}

/*Text Style*/
.notCurrentMonthText
{
	color:#808080;
	font:bold 16 Courier;	
	cursor:hand;
}

.workingDayText
{
	color:black;
	font:bold 16 Courier;	
	cursor:hand;
}

.holidayText
{
	color:red;
	font:bold 16 Courier;	
	cursor:hand;
}



/*Table Style*/
.mainTable
{
	background-color:#6699cc;
}

.calendarTable
{
	background-color:teal;
}


/*Button Style*/

.clearDateButton
{
	height:20;
	width:100;
	FONT:16 Fixedsys ;
}


.todayButton
{
	height:20;
	width:100;
	FONT:16 Fixedsys ;
}

.previousMonth
{
	height:20;
	width:20;
	FONT:16 Fixedsys;
}

.nextMonth
{
	height:20;
	width:20;
	FONT:16 Fixedsys;
}