@charset "utf-8";
/* CSS Document Montana buchung*/

#col3 {
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #CCC;
	}
#col1_content { 
	margin:10px 0 0 0
	}
	
/*  selection	*/
#selection button.calendar {
	width:20px;
	vertical-align:middle;
	text-align:center;
	margin:0 0 0 5px;
	padding:0px;
	}
#selection H3 { 
	margin: 5px 0 10px 0
	}
#selection input, #selection textarea, {
	margin-left:1em; 
	padding:2px; 
	width:120px; 
	font:1em Verdana, Arial, Helvetica, Sans-Serif; 
	border:1px #ccc solid; 
	background:#fafafa; 
	color:#777;
	}
#selection input[type=text]:focus, textarea:focus {
	background:#f0f0f0; color:#333; 
	border-color:#666;
	}
#selection button { 
	margin:10px 0 10px 0; 
	float:none;
	}

/*  roomlist	*/
#roomlist a { 
	display:block;
	color:#000; 
	text-decoration:none;
	}
#roomlist tr.even {
    background-color:#ccc;
    cursor:pointer;
	}
#roomlist tr.odd {
    background-color:#999;
    cursor:pointer;
	}
#roomlist tr.even-selected {
    background-color: #FFC; 
	color: #666;
    cursor:pointer;
	}
#roomlist tr.odd-selected {
    background-color: #FFC; 
	color: #666;
    cursor:pointer;
	}
#roomlist th {
	background:#792F2D;
    color: white;
    position: relative;
    top: expression(this.scrollTop);
    z-index: 10;
 	}

/*  roomdesc	*/
#roomdesc {margin: 20px 0 0 0;}

/*  roompicture	*/
 #roompicture {
	float:none;
	border: 1px solid #666;
	 }
.viewImage {
	margin:0 0 0 20px;
	}
img.pictureview {
	width:300px;
	height:200px;
	}
	
  #header{
	height:200px;
}
  #headerNav{
	height:200px;
}
form#mailform fieldset {border:0px; padding:0em; margin:0px; background:transparent;}
.csc-mailform-field {margin:0px; padding:0px;}
form#mailform fieldset.csc-mailform-field input {margin:0px; width:10px; background-color:#000}
table {
	background-color: #F7E1A2;
	border: 1px solid #999;
}

/*allocation-ov-msg*/
#allocation-ov-msg { height:1000px;color:#FF0000;border:none;}

.res-none {
   color:gray;
}

.res-free {
   color:green;
}

.res-booked {
   color:blue;
}

.res-free-booked {
  color:orange;
}

.odd-row {
    background:#eeeeee;
}
.even-row {
    
}