body {
	margin:0px;
	background-color:#d6dde7;
	font-family:Arial;
	font-size:0.75em;
	line-height:1.2em;
}

#content a {
	color:#5079c4;
	text-decoration:underline;
}

#workspace {
	width:750px;
	background:white url(/img/leftnav-bg.png) left repeat-y;
	border-left:1px solid white;
	border-right:1px solid white;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid white;
}

#topnav {
	background-color:#5079c4;
	height:20px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:white;
	padding-left:7px;
	line-height:20px;
}

#topnav a {
	color:white;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #a7c6ff;
}

#undertopnav {
	height:4px;
	line-height:4px;
	border-bottom:1px solid white;
	background-color:#709def;
}

#leftnav {
	width:152px;
	float:left;
	background-color:#a7c6ff;
	color:white;
	padding:11px;
	height:100%;
}

div.clearer {
	clear:both;
}

#content {
	padding-left:191px;
	padding-top:12px;
	padding-right:20px;
	padding-bottom:20px;
	min-height:300px;
}

h1 {
	font-size:1.75em;
	line-height:110%;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
}

#content h1 {
	color:#76a1f0;
	font-weight:normal;
	margin-bottom:14px;
}

#content h2 {
	color:#76a1f0;
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:11px;
}

#content h3 {
	color:#76a1f0;
	font-weight:normal;
	font-size:1em;
	margin-bottom:0px;
}

#leftnav a {
	display:block;
	color:white;
	text-decoration:none;
	margin-left:10px;
}

img.photo {
	display:block;
	padding:2px;
	border:1px solid #5079c4;
}

div.photo-links {
	float:right;
	margin-left:100px;
	margin-top:5px;
	margin-bottom:10px;
}

div.photo-links a {
	display:block;
	text-decoration:none;
}

#content p {
	margin-top:5px;
	margin-bottom:10px;
}

div.photo-thumbs img {
	display:block;
	padding:2px;
	border:1px solid #a0a0a0;
}

div.photo-thumbs a.on img {
	border:1px solid #5079c4;
}

div.photo-thumbs a:hover img {
	border:1px solid #5079c4;
}

div.photo-thumbs a {
	color:#a0a0a0 !important;
}

div.photo-thumbs a:hover {
	color:#5079c4 !important;
}

div.photo-thumbs a.on {
	color:#5079c4 !important;
}

div.photo-thumbs a {
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:10px;
}

div.footer {
	text-align:right;
	color:#999999;
	font-size:0.85em;
	margin:5px;
}

table.frm th {
	color:#5079c4;
	text-align:left;
	font-weight:normal;
}

table.frm td input.text {
	border:1px solid #a7c6ff;
	padding-left:2px;
	padding-right:2px;
}

input.button {
	color:white;
	border:1px outset #a7c6ff;
	background-color:#5079c4;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.75em;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
}

ul.error {
	margin:0px;
}

ul.error li {
	color:#cc0000;
}


/** Room availability module **/

.roomavail table {
	border-collapse:collapse;
	margin-top:0.5em;
}

.roomavail table th {
	border:1px solid #a7c6ff;
	background-color:#82a6e7;
	color:white;
	text-align:center;
	font-size:10px;
}

.roomavail table td {
	border:1px solid #5079c4;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-size:10px;
	padding:0px;
}

.roomavail table td.vacant { color:#006600; }
.roomavail table td.confirmed { background-color:#c00000; }
.roomavail table td.tentative { background-color:#ff8e02; }
.roomavail table td.requested { background-color:#d7cf00; }
