

/* Edited with EditCSS */
/**** LINK-tag style sheet default.css ****/

body {
	text-align:center;
	background: #7CB044;
}

a {
	color: #4C4646;
	text-decoration: underline;
}

a.anchor {
	text-decoration: none;
}

div#wrapper {
	border-color: #95B9C7;	
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	background: white;
	width: 900px;
	position: relative;
	text-align: left;
	overflow: visible;
	color: #4C4646;
}

div.block table {
color: #4C4646;
}

div#header {
	background: white;
	left: 0px;
	top: 0px;
	height: 100px;
	margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
	font-style: italic;
	color: #4C4646;
}
div#header span {
	vertical-align: top;
}

div#navigation {
	color: white;
	left: 10px;
	top: 110px;
	background: #95B9C7;
	height: 30px;
	text-align: center;
}
div#navigation ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
	background: #4C4646;
}

div#navigation legend {
	color: #4C4646;
	height: 100%;
}


div#navigation a {
	color: white;
	text-decoration: none;

}

div#navigation a:hover {
	color: white;
	text-decoration: underline;

}

div#contents {
	background: white;
	left: 10px;
	top: 140px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

div#contents iframe {
	border: none;
}

div#contents div#facilities {
	background: white;
	top: 0px;
	left: 0px;
	width: 380px;	
}
div#contents div#pictures {
	background: white;
	top: 0px;
	left: 380px;
	width: 380px;	
}

div#mainpicture {
	background: white;
	top: 160px;
	width: 400px;
	height: 300px;
}

div#mainpicture iframe {
	border-style: none;
}
div#thumbnails {
	overflow: scroll;
	background: white;
	top: 0px;
	width: 380px;
	height: 140px;
}

div#footer {
    margin: 0 auto;
    background: #7CB044;
    width: 900px;
    text-align: center;
    overflow: visible;
    color: white;

}

div#footer a {
    color: white;
}

div#footer a.anchor {
    color: white;
}

table.monthtable {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	background: #95B9C7;
	color: white;
}

table.monthtable caption {
	color: #4C4646;
}
table.monthtable td {
	padding: 2px;
	spacing: 2px;
	text-align: center;
}

table.monthtable td.unavailable {
	padding: 2px;
	spacing: 2px;
	text-align: center;
	background: red;
}

table.monthtable caption {
	background-color: white;
	text-align: center;
}

table.monthstable {
	table-layout: fixed;
	width: 100%;
}

table.monthstable tr {
	vertical-align: top;
}

fieldset legend {
	color: #4C4646;
}

div.formrow {
	clear: both;
}

span.formdescriptor {
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 5px;
}

span.formfield {
    padding-left: 10px;
	float: left;
	width: 150px;
	padding-top: 5px;
}

span.formdescription {
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 5px;
	font-size: small;
}

span.formerror {
    padding-left: 10px;
	float: left;
	width: 10px;
	font-size: 12; 
	padding-top: 5px;
}

span.formbuttons {
	float: left;
	width: 10px;
	color: #db2929;
	font-size: 12; 
	padding-top: 5px;
}

input.field {
	color: #666;
	background-color: white;
	border: 1px solid #ccc;
	font-size : small;
	font-weight : normal;
	font: Verdana, Helvetica, Arial;
}

input.requiredfield {
	color: #666;
	background-color: lightyellow;
	border: 1px solid #ccc;
	font-size : small;
	font-weight : normal;
	font: Verdana, Helvetica, Arial;
}

input.button {
	color: #666;
	background-color: white;
	border: 1px solid #ccc;
	font-size : small;
	font-weight : normal;
	font: Verdana, Helvetica, Arial;
}


input.button:hover {
	cursor: pointer;
	text-decoration: underline;
}
.tarifftable {
text-align:center;
}

.tarifftable table {
color: #4C4646;
}

.tarifftable table th {
text-align: left;
}

.tarifftable table td.amount {
text-align: center;
}

.tarifftable table td.desccol {
    text-align: left;
    width: 300px;
}


.gwt-GlassPanel {

    background-color: green;

    filter: alpha(opacity = 10);
    opacity: 0.1 ;
    cursor: wait;
}

.selected {
    background-color: crimson;
    color: white;
}

.calendarWidget {
    border-collapse: collapse;
    margin: 10px;
}

.availabilityPanel {
    margin: 0 auto;
}

.cellEditable {
    cursor: pointer;
}

.menuitem {
    font-weight: bold;
}

.loadingImage {
	margin: 30px auto;
	
}

