body,
html {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #feffe7;
	color: #000;
}

/* Start page layout */

#wrap {
	background: #ffffff;
	background: url('../images/background_sidebar.gif') repeat-y right top;
	margin: 0 auto;
	width: 820px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#wrapNoSidebar {
	background: #ffffff;
	margin: 0 auto;
	width: 820px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#header {
	height: 140px;
}

#nav {
	background: #035c96;
}

#main {
	background-color: #ffffff;
	float: left;
	width: 650px;
}

#mainBig {
	background-color: #ffffff;
	float: left;
	width: 820px;
}


#main p, #mainBig p{
	margin: 0 10px 10px
}

#sidebar {
	background: url('../images/background_sidebar.gif') repeat-y right top;
	float: right;
	width: 160px;
}

#sidebar a{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

#footer {
	border-bottom: 1px solid #c0c0c0;
	background: #eef6ff;
	height: 60px;
	clear: both;
	color: #035c96;
}

#footerLine {
	color: #ffffff;
	background: #035c96;
	height: 10px;
	clear: both;
}

/* End page layout */

/* Start layout elements */

a {
	color: #035c96;
	text-decoration: none;
}

.spanHeader {
	color: #035c96;
	font: 14px arial, tahoma ;
	font-weight: bold;
}

input, textarea {
	border: 1px solid #c0c0c0;
}

.inputDefault, textarea {
	width: 200px;
}

input.checkbox{
	width: 20px;
}

.inputSearch {
	background-image: url('../images/input-search.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 3px 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 17px;
}

submit {
	background: #035c96;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
}

textarea {
	height: 120px;
	width: 300px;
}

.divTextarea {
	height: 120px;
	width: 300px;
	border: 1px solid #c0c0c0;
	overflow:auto;
}

.input50 {
	width: 50px;
}

option, select, input {
	font-size: 11px;
}

td {
	font-family: Sans-Serif;
	font-size: 12px;
}

td.available {
	background-color: #73add3;
	color: #ffffff;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

td.booked {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

td.select {
	background-color: #3e8bbd;
	color: #ffffff;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

div#messageError {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

/* End layout elements */