body, html {
font-family: Verdana, sans-serif; font-size: 11px;
padding:0; margin:0; width:100%; height:100%; background-repeat:no-repeat; background-attachment:fixed; }

#flashphoto { height: 100%; }

	.overlay {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
!important 
	}
	
	
	.container {
		position: relative;
	}

	.content {
		position: relative; /* Fixes the z-index */
	}
	
	#container .content {
		width: 100%;
	}

	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #container .overlay { height: expression(document.getElementById("container").offsetHeight); }

h1 {
	font-family: "Century Gothic", Verdana;
	font-size: 26px;
	color: #779ad0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #779ad0;
}

.forms {  font-size: 11px; color: #333333; text-decoration: none ; border: 1px solid #779ad0; background-color: #e1e1e1; width: 120px }
.forms1 {  font-size: 11px; color: #333333; text-decoration: none ; border: none; background-color: #e1e1e1; }

.button { font-size: 11px; color: #FFFFFF; text-decoration: none ; background-color: #3c619b; padding: 2px; border: none; }
.link {  color: #FFFFFF; text-decoration: none ; background-color: #3c619b; padding: 2px; }
a.link:hover { background-color: #779ad0;  }
.menu {
	font-size: 12px;
	color: #3c619b;
	text-decoration: none;
	line-height: 18px;
}
.linkf {  font-size: 10px; color: #3c619b; text-decoration: none; }
.text {
	color: #666;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.text1 {	color: #779ad0; text-decoration: none; 	font-family: verdana; 	font-size: 10px; }
.textp {  color: #FFFFFF; text-decoration: none; }
.small {  font-size: 10px; color: #333333; }
.links{  color: #000000; text-decoration: none; }
.titles { font-family: Verdana, sans-serif; font-size: 17px; color: #3c619b; text-decoration: none; }
.titleb { font-family: Verdana, sans-serif; font-size: 26px; color: #898989; text-decoration: none; }
.txtbooking{ font-family: Verdana, sans-serif; font-size: 11px; color: #898989;}

.navigation {
	color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:8px;
	text-decoration: none;
	line-height:35px;
	height:35px;
	
}
a.navigation:hover {
	display:inline-block;
	border-top: 3px #8ccd40 solid; 
	}
	
.navactive {  color: #FFFFFF; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-left:8px; text-decoration: none; line-height:35px; height:35px; display:inline-block;
border-top: 3px #8ccd40 solid; 	}

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #CCCCCC solid; }
.plinks img{ border: 1px #CCCCCC solid; }
a.plinks:hover img{ border: 1px #FFFFFF solid; }


** style for jquery ui datepicker **/
#ui-datepicker-div{
    font-size:11pt;
	z-index: 1000 !important;
}
#ui-datepicker-div span.ui-datepicker-month{
    color:#fff;
}
#ui-datepicker-div span.ui-datepicker-year{
    color:#eee;
}


#mask {
  position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; }
  
#boxes .window {
  position:absolute; left:0; top:0; width:800px; height:600px; display:none; z-index:9999; padding:20px; }

#boxes #dialog {
  width:auto; height:auto; }
