/* 
    Document   : base
    Created on : Apr 3, 2009, 9:39:04 PM
    Author     : Robert
    Description:
        Purpose of the stylesheet follows.
*/

body 
{
	color:#010101;
	font-family:Arial,Helvetica,sans-serif,Tahoma;
	font-size:12px;
	margin:0;
	padding:0;
}

#main {
/*float:left;*/
/*margin:20px 0 0 20px;*/
/*width:320px;
height:419px;*/
    overflow:hidden;
}

.map 
{
	float:left;
	height:321px;/*cwh*/
	width:390px;
	position: absolute;
	top:0px;
	left:0px;
}
.blue-box 
{
	background:transparent url(/marinaWidget/res/images/blue-bg.gif) repeat-x scroll 0 0;
	height:54px;
	width:390px;
	position:absolute;
	top:321px; /*cwh*/ 
	left:0px;
}

.msg-box-header 
{
	background:transparent url(/marinaWidget/res/images/msg_box_top.png) no-repeat;
	height:9px;
	width:296px;
	display:block;
	z-index: 1000;
}

.msg-box-footer 
{
	background:transparent url(/marinaWidget/res/images/msg_box_bottom.png) no-repeat;
	height:9px;
	width:296px;
	display:block;
	z-index: 1000;
}

.msg-box-container
{
	position:absolute;
	top:35px;
	left:45px;
	z-index: 1000;
}

.msg-box 
{
	background:transparent url(/marinaWidget/res/images/msg_box_mid.png) repeat-y;
	height:200px;
	width:296px;
	padding:3px;
}

.msg-box-close
{
	background:transparent url(/marinaWidget/res/images/msg_box_mid.png) repeat-y;
}

.msg-box h4 
{
    padding:0px;
    padding-left:5px;
    margin:0px;
    font-family:sans-serif;
    font-size:10pt;
}

.msg-box ul 
{
    text-decoration: none;
    padding:0;
    margin:0;
    margin-left:20px;
}
.msg-box li  
{
    list-style-type:none;
    font-size: 8pt;
    font-weight:bold;
    color:#283e64;
    padding:0;
    padding-bottom:5px;
    margin:0;
    cursor:pointer;
}


.msg-box li:hover 
{
	color: #EFA207;
}

.TopMenu 
{
	position:absolute;
	top:5px;
	left:5px;
	z-index:100;
}

#close_chart_button  
{
   cursor:pointer; 
   position:relative;
   left:215px;
   padding-top:5px;
}

#chartList_Select  
{
    height:175px;
    left:-10px;
    overflow:auto;
    position:absolute;
    top:36px;
    width:260px;
}

#plusZoom  
{
    position: absolute;
    left: 0px;
    width: 25px;
    height: 22px;
    border: none;
}

#minusZoom  
{
    position: absolute;
    left: 30px;
    width: 25px;
    height: 22px;
    border: none;
}

#mapButton  {
    width: 69px;
    height: 19px;    
    position: absolute;
    left:230px;
}

#satButton  
{
    width: 68px;
    height: 19px;    
    position: absolute;
    left:300px;
}

/*#divChart  {
    float: left;
    width: 306px;
    margin-top: 80px;
    margin-left: 16px;
    position: absolute;
    z-index: 1000
}*/

#searchcontrol  
{
    float: left;
    padding-top:5px;
    padding-left:5px;
    margin-bottom:20px;
}

#divGW  
{
    float: left;
    width: 150px;
}

#gwLogo  
{
    width: 75px;
    height: 34px;
    margin: 18px 0px 0px 4px;
    cursor: pointer;
    border: none;
}
#divsrch  
{
    float: left;
    width: 60px;
}
#imgSrch  
{
    width: 50px;
    height: 47px;
    border: none;
    margin: 6px 0px 0px 6px;
    position: absolute;
    right:120px;    
}

#divWeather  {
    float:left;
    width:60px;
}

#imgWeather  {
    width: 50px;
    height: 47px;
    border: none;
    margin: 6px 0px 0px 6px;
    position: absolute;
    right:190px;
}

#aSrchDone  
{
    position: absolute;
    right:10px;
    bottom:20px;
    z-index:101;
    border:none;
}

a img {border:none;}

#divChatImg img  
{
    width: 77px;
    height: 30px;
    border: none;
    margin: 14px 3px 0px 0px;
    position: absolute;
    right: 20px;
}

