body, html {
font-family: Arial, Helvetica, 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: #000000;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
!important 
	}
	
		.overlay1 {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #000000;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
!important 
	}
	
	
	.container {
		position: relative;
		float: left;
	}
		.container1 {
		position: relative;
		float: left;
	}
	
	.content {
		position: relative; /* Fixes the z-index */
		float: left;
               
	}
	#container .content {
		width: 100%;
	}
		#container1.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); }
	* html #container1 .overlay1 { height: expression(document.getElementById("container1").offsetHeight); }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; color: #FFFFFF; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.pages { font-size: 25px; color: #FFFFFF; text-decoration: none; font-weight: normal;  }

.forms { font-size: 10px; color: #333333; text-decoration: none ; border: 0 none; background-color: #FFFFFF; }
.forms1 { font-size: 10px; color: #333333; text-decoration: none ; border: 0 none; background-color: #FFFFFF; }
.button { font-size: 11px; color: #FFFFFF; text-decoration: none ; background-color: #000000; border: none; }
.text { font-size: 11px; color: #FFFFFF; text-decoration: none }
.textp { font-size: 11px; color: #FFFFFF; text-decoration: none }

.text1 { font-size: 11px; color: #FFFFFF; text-decoration: none }
.linkf { font-size: 11px; color: #FFFFFF; text-decoration: none ; background-color: #8C8C8C; padding: 2px;}
.small { font-size: 9px; color: #FFFFFF; text-decoration: none}
.links { font-size: 11px; color: #FFFFFF; text-decoration: underline; }
.link { font-size: 11px; color: #000000; text-decoration: none ; padding: 4px; background-color: #FFFFFF}
.wtext { font-size: 10px; color: #FFFFFF; text-decoration: none }
.wlinks { font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.logo {  font-family: "Century Gothic", Century, Arial; font-size: 22px; color: #FFFFFF; text-decoration: none}
h1 { font-size: 25px; color: #FFFFFF; text-decoration: none; font-weight: normal; padding: 0; margin: 0;}
.pages { font-size: 25px; color: #FFFFFF; text-decoration: none; font-weight: normal}
.box { font-size: 10px; color: #FFFFFF; text-decoration: none ; background-color: #000000; padding: 2px;}
.titles { font-size: 18px; color: #FFFFFF; text-decoration: none; font-weight: normal}
.address {  font-size: 10px; color: #FFFFFF}
a.link:hover {  color: #FFFFFF; background-color: #000000}
.text2 { font-size: 11px; color: #FFFFFF; text-decoration: none }
a.links:hover {  color: #74C2E3}
.links1 { font-size: 11px; color: #FFFFFF; text-decoration: none; }
a.links1:hover {  color: #74C2E3; }


.navigation { font-size: 13px; color: #FFFFFF; text-decoration: none; }
a.navigation:hover {  color: #74C2E3; }
.navactive { font-size: 13px; color: #74C2E3; text-decoration: none; }

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #000000 solid; }
.plinks img{ border: 1px #000000 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; }
