#divCalendarContainer , #divCalendarContainer TD, #divCalendarContainer SELECT, #divCalendarContainer INPUT, #divCalendarContainer TEXTAREA  
{
font-size: 12px;
	clip: rect(0px 0px 0px 0px);
	font-family: Arial, Helvetica, sans-serif;
}
#divCalendarContainer
{
margin-top:5px;
}
.cellinact
{
font-weight: bold;
Cursor:pointer;
	font-size: 10px;
	font-family: Verdana;

	text-align: center;
	cursor: hand;
}

.cellact
{
Cursor:pointer;
border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #ffcc66;
	text-align: center;
	
}
.cellyellow
{

border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: yellow;
	text-align: center;
	
}
 .cellgray
{

border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	font-family: Verdana;
 	background-image: url(gray_stretcher.JPG);
 		text-align: center;
	
}

.tab-border
{
border-color:#b9bcc0;
}
