/* CSS Document */

/* - STYLES <--- */
body{
	color: #B3F0B2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #535353;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: B3F0B2;
}
a:active {
	color: B3F0B2;
}


/* - DIVS <--- */

.header {
	background-image: url(images/header_bg.png);
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #333333;
}
.header a{
	color: #FF0000;
}

.main {
	background-image: url(images/main_bg.png);
	position: absolute;
	height: 535px;
	width: 100%;
	left: 0px;
	top: 100px;
}

.navigation {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #FFFFFF;
	width: 100%;
}

.content {
	position: absolute;
	left: 20px;
	top: 80px;
	color: #B3F0B2;
	width: 100%;
}
.open_in {
	font-weight: bold;
	color:#00FF00
}
.open_in a{
	font-weight: bold;
}
.open_out {
	font-weight: bold;
	color:#00FF00
}
.open_out a{
	font-weight: bold;
}
.reserved_in {	
	font-weight: bold;
	color:#FFCC00
}
.reserved_out {
	font-weight: bold;
	color:#FFCC00

}
.open_out td, .open_in td, .reserved_in td, .reserved_out td, .booked_in td, .booked_out td, .locked_in td, .locked_out td{
	height:40px;
}
.booked_in {}
.booked_out {}
.locked_in {}
.locked_out {}

.style3 {color: #FF0000; font-weight: bold; }
.style4 {color: #333333}
.style6 {color: #FF0000; font-weight: bold; font-size: 10px; }
.style8 {color: #333333; font-size: 10px; }
.style10 {color: #333333; font-size: 12px; }
