.vallidator div, .vallidator td
{
	color: #000000;
	font: normal 10px Arial, Helvetica, sans-serif;
	border: solid 1px blue;
	background-color: #ADD8E6;
}
body
{
	margin: 0px;
	font: 11px/18px georgia;
}

input, textarea , select {
	border:1px solid #cccccc;
	padding:7px 10px 7px 10px;
	font-size:11px;
	color:#000000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

label{ width:60%; color:#393939; margin-left:5px; margin-right:5px; font-size:20px; line-height:28px; float:right; font-family:Calibri, Tahoma, Helvetica, Arial,sans-serif;}

.h3
{
	color: #036FAD;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	padding: 5px 5px 5px 5px;
}

.bluebgtext
{
	color: #FFFFFF;
	font: normal normal 18px Arial, Helvetica, sans-serif;
	background-color: #025280;
	padding: 2px 2px 2px 2px;
}

.yellowtext
{
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #F9D15F;
	padding: 1px 1px 1px 1px;
}

.redtext
{
	color: #ffffff;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #BA2F2F;
	padding: 1px 1px 1px 1px;
}

.greentext
{
	color: #ffffff;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #03A32B;
	padding: 1px 1px 1px 1px;
}

.greybg-text
{
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #D9D9D9;
	padding: 1px 1px 1px 1px;
}


.booking
{
	color: #036FAD;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	background-color: #FCFBD6;
	padding: 5px 5px 5px 5px;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	padding-left: 2px;
	font-weight: normal;
}

.red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0101;
	padding: 5px 5px 5px 40px;
	background-color: #FCDDDD;
	background-image: url( '../../../../booking/bookingform/images/warning.png' );
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.greenSuccess
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 40px;
	color: #337542;
	background: #DDF0DA url( '../../../../booking/bookingform/images/discount.png' ) no-repeat left center;
	font-weight: bold;
}

.thank
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #005F95;
	text-align: justify;
	font-weight: bold;
}

.grey-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #707070;
	text-align: justify;
	font-weight: bold;
}
.black-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

.white
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-align: justify;
	font-weight: normal;
	padding-left: 2px;
}

.available
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: justify;
	font-weight: normal;
}

.blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #035D8F;
	text-align: justify;
	font-weight: bold;
}

.table
{
	border: thin solid #CCCCCC;
}
.table-grey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #707070;
	text-align: justify;
	font-weight: bold;
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-left: 1px solid #F4F4F4;
}

.table-1
{
	border: thin dashed #003654;
}

.tableblue
{
	border: thin solid #0285C4;
}
.table01
{
	border: thin dashed #0285C4;
}

.col1
{
	float: left;
	width: 200px;
	height: 133px;
}
.amt
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 18px;*/
	font-size: 21px;
	line-height: 40px;
	color: #035D8F;
	text-align: center;
	font-weight: bold; /*background-color: #E0E0E0;*/
}
.crossamt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #CC3300;
	text-align: center;
	font-weight: normal; /*background-color: #E0E0E0;*/
	text-decoration: line-through;
}

.room
{
	float: left;
	/*width: 95px;
	height: 95px;*/
	width: 98%;
	height: 95%;
	vertical-align: top;
	position:relative;
}

.room img
{
	/*width: 90px;
	height: 90px;*/
	padding: 2px;
	background: #D3D3D3;
	margin: 2px 0 0 2px;
}

/* image hover effect CSS*/

.room span {
position:absolute;
left: -9999px;
visibility: hidden;
opacity: 0;-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.room span img {
width:300px;
height:210px;
}    
div.room:hover{
z-index: 999;
cursor:pointer;
}    
div.room:hover span{
visibility: visible;
opacity: 1;
top: 100px;
left: 90px;
z-index: 999;
width:auto;
height:auto;
padding: 10px;
background:#eae9d4;
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
font-family: 'Droid Sans', sans-serif;
font-size:12px;
line-height:18px;
text-align: center;
color: #495a62;
padding-bottom:20px;
}
/* end of hover effect css*/



 .booktext
    {
        color: #000000;
        font: bold,normal 16px Arial, Helvetica, sans-serif;
        background-color: #F9D15F;
        padding: 1px 1px 1px 1px;
    }
.linkCancel
{
	color: #036FAD;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
.linkNamePrice
{
	color: #036FAD;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	padding: 5px 5px 5px 5px;
	text-decoration: blink;
}

.visiblefalse
{
	display: none;
}
.visibletrue
{
	display: inline;
}
.visibleFalse
{
	display: none;
}
.visibleTrue
{
	display: inline;
}
.redsmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: normal; /*line-height: 20px;*/
	margin-top: -10px;
}
.col-onelarge
{
	font-size: medium;
	font-weight: bold;
	color: Blue;
	text-align: left;
	padding-left: 150px;
	float: left;
	width: 327px;
}
.col-onelarge1
{
	color: Black;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	float: left;
	padding-left: 150px;
	width: 327px;
}

.hiderate
{
	visibility: hidden;
	line-height: 30px;
	background-color: #FFFFE1;
	text-decoration: line-through;
}
.showrate
{
	visibility: visible;
	line-height: 30px;
	font-size: 12px;
	background-color: #FFFFE1;
	font-family: Verdana;
}