table
{
	empty-cells: hide;
}

.calendar
{
	border: none;
	border-collapse: inherit;
}

.day
{
	width: 100px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #FFFFFF;
	border: solid 1px #737373;
	padding-bottom: 5px;
}

.othermonthday
{
	width: 100px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #EEEEEE;
	border: solid 1px #737373;
	padding-bottom: 5px;	
}

.today
{
	background-color: #A0D800;
}

.month
{
	border-collapse: collapse;
	border-left: solid 1px #737373;
	border-bottom: solid 1px #737373;
	border-right: solid 1px #737373;
	margin: 0 0 0 0;
	padding: 0px;
}

.dayheader
{
	background-color: #F4F4F4;
	color: #3F3F3F;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	padding: 4px;
	border: solid 1px #737373;
}

.title
{
	background-color: #ffffff;	
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	
}

.title TD
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.nextprev
{
	cursor: pointer;
}

.appointment
{
	text-align: left;
	margin-top: 3px;
}
.numberOfDay
{
	font-weight: bold;
}

a, a:hover, a:visited, a:active, a:link, a:focus
{
	color: #2388f7;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
}

a:hover, a:focus
{
	text-decoration: underline;
	font-family: Tahoma,Arial,Helvetica;
}

