/* CSS Document */

body {
	font: 13px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
}

.wtf{
	background-color:green;
}

h1{ 
	top:1.2em;
	line-height:1.2em;
}

p, table, ul, li{
	font-size:13px;
}

.titlebar h2{
	text-transform:capitalize;
}

.gmap2{
	width:368px; 
	height:368px;
}

.infobar_right{
	width:544px; 
	border:1px solid #6394BD;
	background-color:#FAFAFA; 
	float:right; 
	margin-bottom:8px;
}

.infobar_left{
	width:390px; 
	border:1px solid #6394BD;
	background-color:#FAFAFA; 
	float:left; 
	margin-bottom:8px;
}

.infobar_left img{
	vertical-align:bottom;
}

.inside{
	padding:10px;
}

pre{
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.inside p{
	margin:0 0 8px 0;
}

h3.searchtitle{
	font-size:16px;
	padding:0; 
	margin:0; 
	text-align:center; 
	background-color:#B6D6EF;
/*	background:url('../images/maintitle.png');
	background-repeat:repeat-x;*/
	color:#16476D;
	border-bottom:1px solid #6394BD;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
}

.gallery img{
	border:1px solid #375C85;
	padding:1px;
	margin:5px 0 0 5px;
}

.gallery img:hover{
	border:2px solid #375C85;
	padding:0px;
}

.controls th{
	font-weight:normal;
}

.controls{
	width:515px;
	margin:auto;
}

/* LATEROOMS AVAILABILITY AND PRICES * * * * * * * * * * * * * * * * * * * * * * * */

.roomRow {
    border-top: 1px dashed #CCCCCC;
    padding:5px;
}

.roomName {
	font-size:12px;
}

.avdate {
    background-color: #D4EBFF;
    color: #000000;
    font-size: 12px;
    margin: auto;
    padding: 2px;
    text-align: center;
    width: 50px;
}

.price{
	font-size: 12px;
    margin: auto;
/*    width: 20px;*/
    height: 22px;
    text-align: center;
}

.price img {
	margin: auto;
	vertical-align: bottom;
}

