/* styles here are guidlines that come with the default templates. They are normally changed */

body {
	margin: 0px;
	padding: 0px;
	background-color: #dbdbdb;
	font: 12px normal Verdana,Arial,sans-serif;
	color: black;
}

img {
	border: none;
}


div#container {
	position: relative;
	/*width: 800px; */
	margin-left: 10%;
	margin-right:10%;
	/*border: 1px solid black; */
	background-color: white;
	box-shadow: 10px 10px 5px #888888;
}

div#header {
	position: relative;
	height: 150px;
	position: relative;
	background-color: #86ccf0;
	padding-left: 30px;
}

div#header h1 {
	display:none;
}

div#header .logo {
	margin-top: 40px;
	vertical-align: middle;
}

div#header .graphic {
	margin-top: 30px;
	margin-left: 100px;
	vertical-align: middle;
}

div#rightmenu {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#rightmenulinks {
	position: absolute;
	left: 90px;
	top: 25px;
	line-height: 23px;
}

div#rightmenulinks a {
	text-decoration: none;
	color: white;
	font-size: 17px;
	display:block;
}

div#menubar {
	height: 26px;
	background-image: url(/images/menu_bar_bg.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 2px;
	word-spacing: 20px;
}

div#menubar a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	word-spacing:normal;
}

#footer {
	margin-top: 50px;
	background-color: black;
	color:white;
	text-align: right;
	padding: 5px;
	font-size: 10px;
}

#footer a {
	color: white;
}

fieldset {
	padding: 10px;
}

legend, label {
	font-weight: bold;
}

	#error {
		border: 1px solid red;
		padding: 3px;
		color: black;
	}

	#error ul {
		list-style-type: none;
	}

	#success {
		border: 1px solid green;
		padding: 3px;
		background-color: #dfffde;
	}

	.required {
		color: red;
	}

	h1 {
		color: #bbb;
		text-align:right;
		padding-right: 15px;
	}

	.roomitem {
		width: 100%;
		background-color: #86ccf0;
	}

	.roomitem thead tr td {
		background-color: #2957db;
		padding: 3px;
		color:white;
		font-weight:bold;
	}
	
	#rescal {
		text-align:center;
	}

	caption {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	#rescal table {
		margin-left: auto;
		margin-right: auto;
	}
	
	#rescal a {
		color: black;
		font-size: 10px;
		text-decoration: none;
	}

	#rescal a:hover {
		font-weight:bold;
		background-color: #ddd;
	}

	.dateselect {
		text-align: center;
	}


	.resopts {
		padding-left: 30px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.booked {
		border: 1px solid  black;
		background-color: red;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 2px 5px 2px 5px;
	}

	.available {
		border: 1px solid  black;
		background-color: #0f0;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 2px 5px 2px 5px;
		cursor: pointer;
	}

	.selected {
		border: 1px solid  black;
		background-color: orange;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 2px 5px 2px 5px;
	}

	.today {
		background-color: #ddd;
	}

	.boxbg {
		background-image:url(/images/sidebar_bg.png);
		background-repeat:repeat-y;
		padding: 0px 10px 0px 10px
	}
	.middlename { display:none; }
    