body, html {
font-family: Verdana, sans-serif; font-size: 11px;
padding:0; margin:0; 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.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); }
	
		.container1 {
			background-color: #000000;

	}

h1 { font-family: "Century Gothic", Verdana; font-size: 20px; color: #9bc817; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms { font-size: 11px; color: #000000; text-decoration: none ; border: 0 none; background-color: #FFFFFF; width: 120px }
.forms1 {  font-size: 11px; color: #000000; text-decoration: none ; border: 0 none; background-color: #9bc817; }
.button { font-size: 11px; color: #000000; text-decoration: none ; background-color: #9bc817; padding: 2px; border: 0 none; }
.link {  color: #000000; text-decoration: none ; background-color: #9bc817; padding: 2px; }
a.link:hover { color:#000000; background-color: #FFFFFF;  }
.linkf {  font-size: 10px; color: #999999; background-color:#000000; padding:4px; text-decoration: none; }
.text {  color: #FFFFFF; text-decoration: none; }
.text1 {  font-size: 11px; color: #999999; text-decoration: none; }
.text2 {  color: #FFFFFF; text-decoration: none; }
.textp {  color: #FFFFFF; text-decoration: none; }
.small {  font-size: 11px; color: #FFFFFF; text-decoration: none; }
.links{  color: #9bc817; text-decoration: underline; }
.links2 {  font-size: 11px; color: #FFFFFF; text-decoration: none; }
.titles { font-family: Verdana, sans-serif; font-size: 15px; color: #9bc817; text-decoration: none; }

.navigation {  font-size: 14px; color: #9bc817; padding:5px; text-decoration: none; margin-bottom:4px; display:block }
a.navigation:hover { color: #000000; background-color: #9bc817;  }
.navactive {  font-size: 14px; color: #000000; background-color: #9bc817; padding:5px; text-decoration: none; margin-bottom:4px; display:block }

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;
}


.toggle_container
{ display: none; margin: 0px; position: relative; }

.trigger {
 margin-right: 10px; padding: 0; cursor:pointer; }


#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; }
