


.calender_hidden_table
{
border:0px solid;
width:100%;
vertical-align:top;
vertical-align:top;

background-color: white;
}

.calender_hidden_table td {
padding: 3px;
vertical-align:top;
}







.calender_table {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
	border-radius: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 7px 7px 5px #888888;
}

.calender_table  thead {
	font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color:#286571;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}



.calender_table  th {
	font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align:center;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	text-shadow: white 1px 1px 1px;
	padding: 5px;
	color:#286571;
}


.calender_table  caption {
	font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-align:center;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	text-shadow: white 1px 1px 1px;
	padding: 5px;
	color:#286571;
}
.calender_table  td {
	
	font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #fffff;
	border-top: 1px solid #fff;
	padding: 2px;
	color:#FFFFFF;
	text-align:left;
	text-shadow: white 0px;
	text-align:center;
}


.



