/*
body 
{
	background: #d8d8d3;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
*/
.tableStyle 
{
	background-color: #FFCC33;
	cellspacing:0;
	border:0;
}

.monthHeaderStyle 
{
	text-align: center;
	background-color: #FFCC33;
	font-weight: bold;
	cellspacing:0;
}

.dayHeaderStyle 
{
 	cellspacing:0;
	text-align: center;
	background: #F0F0B7;
	font-weight: bold;
	height: auto;
	width: 14%;
}

.nonMonthStyle 
{
	cellspacing:0;
	text-align: center;
	line-height: 13px;
	font-weight: normal;
	background: #FF9900;
	border: thin dotted #FFCC00;
}

.weekdayStyle 
{
	cellspacing:0;
	text-align: center;
	font-weight: normal;
	background: #F0F0B7;
}

.weekendStyle 
{
	cellspacing:0;
	text-align: center;
	font-weight: normal;
	background: #EDCE54;
}

.holidayStyle 
{
	cellspacing:0;
	text-align: center;
	font-weight: normal;
	background: #F4B359;
}

.holidayStyleb 
{
	cellspacing:0;
	text-align: center;
	font-weight: normal;
	background: #09B009;
}

.inputStyle 
{
	background-color: transparent;
	font: 8pt/ 16pt georgia;
	cellspacing:0;
	text-align: justify;
	font-weight: bold;
	color: #003CB9;
}






