
/* ---------------------------------------------------------- */

h1
{
	font-size: 18px;
}

select.servicefilter
{
	float: right;
	font-size: 12px;
}

div.monthnav
{
	float: right;
}

div.monthnav a,
div.monthnav a:visited
{
	display: block;
	float: left;
	text-decoration: none;
	background-color: 073c6a;
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px 6px 3px 6px;
}

table.calendarmonth
{
	clear: both;
	margin: 20px 0px;
	width: 710px;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}

table.calendarmonth th
{
	border: solid 1px #999999;
	background-color: #c6dab4;
	padding: 5px 10px;
	font-size: 10px;
}

table.calendarmonth td
{
	border: solid 1px #999999;
	padding: 3px;
	font-size: 10px;
	min-height: 100px;
	vertical-align: top;
}

table.calendarmonth td.today
{
	border: solid 2px #000000;
}

table.calendarmonth td div.day
{
	position: relative;
	min-height: 90px;
	width: 100%;
	overflow: hidden;
}

table.calendarmonth td div.daynum
{
	float: right;
	color: #000000;
}

table.calendarmonth td.today div.daynum
{
	font-weight: bold;
}

table.calendarmonth td a
{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}
