/**
 * HTML Elements
 */
html { height:100%; }

body {
	background: #fff;
	background-size: 100% 100%;
	color: #555;
	font: 13px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}

a:link, a:visited { color: #bf95be; text-decoration: none; }
a:hover, a:active { text-decoration:underline; }

h1, h2, h3, h4, h5 {
	clear:both;
}

h1, h2, h3 {
	background: url(../img/line_hor.gif) repeat-x 0 100%;
	color: #565756;
	letter-spacing: -1px;
	padding-bottom: 2px;
	/* text-transform: uppercase; */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration:none; }

/*
 * BOOKINGS/OVERVIEW
 */

.bookingsOverviewColorGrey { background-color:gray !important; }
 
#bookingsOverviewTable {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size:80%;
}

#bookingsOverviewTable a { color:transparent; }

#bookingsOverviewTable td {
	margin: 0px;
	padding: 2px;
	text-align: center;
}

.bookingsOverviewTableHeader {
	font-weight: bold;
	border: 1px solid #cccccc;
}

.bookingsOverviewTableCellEmpty {
	background: #f4f4f4;
	border: 1px solid #cccccc;
}

.bookingsOverviewTableCellHeader {
	border: 1px solid #cccccc;
}

.bookingsOverviewTableCell {
	border: 1px solid #cccccc;
	background: #ccffcc;
}

.bookingsOverviewTableCellA,
.bookingsOverviewTableCellaA {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}

.bookingsOverviewTableCellS,
.bookingsOverviewTableCellaS {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;	
}

.bookingsOverviewTableCellSD,
.bookingsOverviewTableCellaSD {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;	
}

.bookingsOverviewTableCellA,
.bookingsOverviewTableCellS,
.bookingsOverviewTableCellSD {
	background:#ffcccc;
}

.bookingsOverviewTableCellaA,
.bookingsOverviewTableCellaS,
.bookingsOverviewTableCellaSD {
	background:#fff59b;
}

.bookingsOverviewTableCellD,
.bookingsOverviewTableCellaD {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 2px solid #000000;
	background: #ccffcc;
}