body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 812px;
	background-color: #9db4c6;
}
table
{
	border: 0px;
	border-collapse: collapse;
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
}
a
{
	color: #003F5E;
}
a:hover
{
	color: #FFFFFF;
}


/*
	Views
*/
.reservationOverview
{
	clear: left;
	padding: 3px;
	border: 1px solid #00496C;
	background-color: #89A7BC;
}
#ReservationOverviewList
{
	padding: 10px 0px 10px 0px;
}
#ReservationOverviewMap
{
	padding: 8px 0px 0px 0px;
}
#map
{
	width: 100%;
	height: 500px;
	margin-top: 7px;
}


/*
	Filter Menus
*/
.FilterMenu
{
	padding-left: 8px;
}
.FilterMenu select
{
	margin-right: 18px;
}
.FilterLabel
{
	font-weight: bold;
	padding: 0px 20px 0px 8px;
}

/*
	Icon Cell
*/
.ReservationsTable .IconCell
{
	padding: 0px !important;
	width: 62px;
}

/*
	Day Cells
*/
.ReservationsTable td, th
{
	width: 22px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: top;
}
.ResNone, .ResFull, .ResNoneToday, .ResFullToday, .ResNoneSelected, .ResFullSelected
{
	background-position: 2px 2px;
}
.ResNone
{
	background-image: url(DayFree.png);
}
.ResFull
{
	color: #FFFFFF;
	background-image: url(DayFull.png);
}
.ResNoneToday
{
	background-image: url(DayFreeToday.png);
}
.ResFullToday
{
	color: #FFFFFF;
	background-image: url(DayFullToday.png);
}
.ResNoneSelected
{
	background-image: url(DayFreeSelected.png);
}
.ResFullSelected
{
	background-image: url(DayFullSelected.png);
}

.MailDelivery
{
	float: right;
}
.IconCell
{
	text-align: right !important;
}


/*
	Header Rows
*/
th.Kanton, td.Gemeinde
{
	text-align: left !important;
	width: 120px;
	padding-left: 4px !important;
}
th
{
	height: auto !important;
	font-weight: bold;
	background-position: 2px 6px;
	padding-top: 8px;
	padding-bottom: 3px !important;
}
th.Sunday
{
	background-image: url(DayBorderSelected.png);
}
th.Today
{
	background-image: url(DayBorderToday.png);
}


/*
	View Selection
*/
#ViewSelection
{
	width: 100%;
	height: 25px;
}
#ViewSelection a
{
	float: left;
	display: block;
	text-align: center;
	width: 200px;
	height: 21px;
	padding-top: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.ViewActive
{
	background-color: #00496c;
	color: #fff !important;
}
a.ViewInactive
{
	background-color: #89a7bc;
}
