/* CSS Document */
.container-image
{
	position:absolute;
	left:150px;
	top:10px;
	visibility:hidden;
}
.close
{
	position:absolute;
	left:355px;
	top:2px;
}


.boxImage
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:384px;
	text-align:left;
	background:#59ACFF;
	color:#FFFFFF;
	padding:2px;
}


.anchor {
	position: relative;
	left: 100px;
}

#iframe {
	position: relative;
	border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
	width: 560px; 
	overflow:auto;
	height:235px !important;
}

	a
	{
		cursor:pointer;
		text-decoration:underline;
	}

	a.links {
		font-family: 'lucida grande',tahoma,sans-serif;	
		color:#666666;
		text-decoration:underline;
		font-weight:bold;
		font-size:100%;
	}

	a.links:link {
		font-family: 'lucida grande',tahoma,sans-serif;	
		color:#333333;
		text-decoration:underline;
		font-weight:bold;
		font-size:100%;
	}
	
	a.links:active {
		color: #333333;
		text-decoration: underline;
		font-weight:bold;
	}

	a.links:visited {
		color: #333333;
		text-decoration:underline;
		font-weight:bold;		
	}

	a.links:hover {
		color:#006633;
		text-decoration: none;
		font-weight:bold;		
	}
	
	a.links:visited:hover {
		color: #333333;
		text-decoration: none;
		font-weight:bold;		
	}

	.link_visited {
		color:#006633;
		text-decoration: none;
		font-size:100%;		
		font-weight:bold;
		cursor:text;	
	}


    /*
    Alpha PNG support for IE
    ------------------------------
    \*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+(this.src="http://skycam.fishnet.net.nz/~skycam/img/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }


