/* 
    Document   : navlight
    Created on : 17-feb-2008, 11:22:41
    Author     : Roy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
  text-align: center;
  background-color: #000000;
  margin: 0px;
  background-image: url(images/bkg.gif);
  background-repeat: repeat-y;
}


#Container
{
  position: relative;
  margin: 0px auto;
  text-align: left;
  width:  800px;
  height: 100%;
  background-color: #000000;
  z-index:  0;
}

#Banner
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 75px;
	background-position: center center; 
	background-image:url('images/skyline.jpg'); 
	background-repeat:no-repeat;
  
}

#MenuBar
{
  position: absolute;
  top:  103px;
  right:  10px;
  width:  802px;
  height: 28px;
  
}

#TimeBar{
	position: absolute;
	left: 0px;
	top: 24px;
	height: 4px;
	width: 802px;
	z-index: 20;
	background-color: #666666;
}


.lightsource{
  position: absolute;
  top: 180px;
  left: 100px;
  width: 358px;
  height: 214px;
  color: #FFFFFF;
  z-index: 5;
}


#MaskFront1{
  position: absolute;
  top: 196px;
  left: 137px;
  width: 13px;
  height: 22px;
  background-color: #000000;
  visibility: hidden;
  z-index: 15;
}

#MaskFront2{
  position: absolute;
  top: 209px;
  left: 306px;
  width: 13px;
  height: 26px;
  background-color: #000000;
  visibility: hidden;
  z-index: 15;
}

#MaskBack{
  position: absolute;
  top: 199px;
  left: 319px;
  width: 13px;
  height: 25px;
  background-color: #000000;
  visibility: hidden;
  z-index: 15;
}
#MaskBack2{
  position: absolute;
  top: 184px;
  left: 130px;
  width: 13px;
  height: 26px;
  background-color: #000000;
  visibility: hidden;
  z-index: 15;
}

.light{
  position: absolute;
  height: 25px;
  width: 25px;
  z-index: 5;
  background-color:#000000;
}
#ShipSelection{
visibility: visible;
z-index:1;
}

#BridgeSelection{
visibility: hidden;
z-index:1;
}

#BuoySelection{
visibility: hidden;
z-index:1;
}

#BuoyMask{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  /*background-color: #000000;*/
  background-image: url(images/lightoff.gif);
  visibility: hidden;
  z-index: 10;
  background-repeat: no-repeat;
}

.selection{
  background-color: #000000;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  top: 75px;
  width: 800px;
  height: 300px;
  left: 0px;
  position: absolute;
  color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  z-index: 1;
}

select{
  color: #ffffff;
  font-variant: normal;
  font-style: normal;
  font-weight: bold;
  border-top-style: groove;
  border-bottom-style: groove;
  border-left-style: groove;
  border-right-style: groove;
  border-top-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  border-right-color: #666666;
  background-color: #000033;
}






#Content
{
  position: absolute;
  left: 0px;
  top: 100px;
	width: 100%;
  height: 100%;
	background-color: #000000;  
}

#Footer
{
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 800px;
	height: 20px;
  text-align: center;
	background-color: #000000;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 10pt;
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #666666;
}

label {
	display: block;
	float: left;
	width: 145px;
}

#Disclaimer{
  width: 700px;
  left: 100px;
  top:301px;
  height: 400px;
  border-top-style: solid;
  overflow: auto;
  visibility: hidden;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  border-right-color: #666666;
  position: absolute;
  background-color: #ff6633;
  text-align: left;
  z-index: 25;
  
}

.navLink  a:link, .navLink a:visited, .navLink a:active  {
display: block;
width: 114px;
border: none;
text-align: right;
text-decoration: none;
font-family:arial;
font-size:8pt;
color: #5F3C29;
}


.navLink a:hover {
color:#FF5A00;
}

