table.calendar td.weekday
{
	background-color: #ffffff;
	color: #008000;
	font: 9 tahoma;
	font-weight: bold;
	border-top: 1 solid #cccccc;
	border-bottom: 1 solid #cccccc;
	padding: 2;

}

table.calendar td.day
{
	background-color: #ffffff;
	font: 9 tahoma;
	font-weight: bold;
	padding: 2;
}

table.calendar td.nextprev
{
	width: 16!important
	background-color: #ffffff;
	font: 11 Tahoma;
	font-weight: bold;
	color: #cccccc;
	padding: 2;

}

table.calendar td.nextprev a
{
	color: red;
	text-decoration: none;
	padding: 2;
}



table.calendar td.othermonth
{
	background-color: #ffffff;
	font: 9 tahoma;
	font-weight: normal;
	color: #cccccc;
	padding: 2;

}
table.calendar td.selected
{
	background-color: #008000!important;
	color: White;
	font: 9 Tahoma;
	font-weight: bold;
}

table.calendar td.selector
{
}

table.calendar td.title
{
}

table.calendar td.today
{
	color: #ffffff;
	background-color: #f67600;
	font: 9 Tahoma;
	font-weight: bold;
	padding: 2;
}
table.calendar td.weekend
{
	background-color: #ffffff;
	color: #ff0000;
	font: 9 tahoma;
	font-weight: bold;
	padding: 2;

}

table.title td {

	background-color: #ffffff;
	font: 11 Tahoma;
	width: 90!important
	padding: 0;
}