

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

body {
    background: #7CB044;
	text-align:center;
    margin: 0;
    padding: 0;    
    height: 100%;
}

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

a.anchor {
	text-decoration: none;
    border: none;
}

div#wrapper {
	border-color: #95B9C7;	
	border: 1px;
	border-style: solid;
	margin: 20px auto 10px;
	background: white;
	width: 900px;
	position: relative;
    padding: 10px;
	text-align: left;
	overflow: visible;
	color: #4C4646;
    -moz-box-shadow:5px 5px 5px #000000;
    -webkit-box-shadow:5px 5px 5px #000000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -opera-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}



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;
	text-align: center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
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: crimson;

}

.menuItem {
    margin-left: 15px;
    margin-right: 15px;
    display: inline;
}

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;
    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;
}

.booked {
    background-color: orange;
    color: white;
}


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

.availabilityPanel {
    margin: 0 auto;
}

.cellEditable {
    cursor: pointer;
}

.menuitem {
    font-weight: bold;
}

.loadingImage {
	margin: 30px auto;
	
}

.imageLink {
    color: white;
}

.imageLink:hover {
    color: crimson;
}

.calendarWidget td  {
    width: 29px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

button {
    background: #95B9C7;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -khtml-border-radius: 5px;
    /*box-shadow:3px 3px 3px #000000;*/
    /*-moz-box-shadow:3px 3px 3px #000000;*/
    /*-webkit-box-shadow:3px 3px 3px #000000;*/
    font-weight: bolder;
    font-size: 1.1em;
    cursor: auto;

}

button[disabled] {
    color: #7F7F7F;
    cursor: auto;
}


button:hover {
    color: crimson;
    cursor: pointer;
}

button[disabled]:hover {
    color: #7F7F7F;
    cursor: auto;
}

.numeric {
    text-align: right;
}

.mediumTextBox {
    width: 60px;
}

.smallTextBox {
    width: 30px;
}

.tinyTextBox {
    width: 15px;
}


.negativeValue {
    color: red;
}




