html {
	overflow: auto;
	margin:0;
	padding:0;
	border:0;
	height: 100%;
}

body {
	margin:0;
	padding:0;
	border:0;
/*	background-color: #e0f0ff; 
	background-color: #0000D0; */
	height: 100%;
	font-family: sans-serif; 
	overflow: hidden;
}

table {	
	text-align:  right;
	font-size:   12px; 
}


#vp_canvas {
	position:absolute; 
	display:block;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
/*	cursor: url("/vor/c4.png") 25 25, default;  */
}

#track_canvas {
	display: none;
	position: absolute;
/*	z-index: 10; */
}

#winds_layer,#tiles_layer,#dots_layer,#track_layer {
	-moz-user-select: none;
	-webkit-user-select: none;
}

#lat_lon {
	position: 	absolute; 
	left: 		4px; 
	top: 		4px;
	z-index: 	20;
}

#dd {
	position: 	absolute; 
	left: 		4px; 
	bottom: 		4px;
	z-index: 	20;
}

#ll {
	font-size:  14px;
	font-family: sans-serif;
	font-weight: normal;
	white-space: pre;
/*    background-color: #E5E5E5;
    background-color: #d3e9f4; */
}


img.abs {
	position: absolute;
}

#bni {
	width:140px;
	background-color: white; 
	border-width:0;
	height:18px; 
	line-height: 18px;
	font-size: 13px;
	padding:0;
	margin-top: 1px;
}

button,select,input {
	border-left-width: 2px;
	border-right-width: 2px;
}

#new_nav, #touch_menu, #boat_name_d, #latlon {
	display: block;
	position:	relative;
	float: right;
	background-color: white;
	border: 1px solid black;
	border-top: 0;
	border-right: 0;
	padding: 2px;
	z-index: 20;
	vertical-align: middle;	
}

.nnav {
	margin:1px; 
	vertical-align: middle;	
	border-left-width: 2px;
	border-right-width: 2px;
}

.pad2
{
	padding-left: 3px;
	padding-right: 3px;
}

select.nnav {
	padding:1px;
	border-width:1px;
	z-index: 100;
}
#statusbar {
	background-color: #eeeeee;
	border-color: white;
	border-style:solid; 
	position: absolute;
	border-width: 1px 0 0 0; 
	left: 0px;
	right: 0px;
	height: 19px;
	padding: 2px;
	bottom: 0px;
	overflow: hidden;
	font-family: arial,sans-serif;
}	

div.statusitem {
	float: left;
	border-width:1px; 
	border-color: #aeaeae white white #aeaeae;
	border-style:solid; 
	height: 15px;
    font-size:  13px;
    font-weight: normal;
	right: auto;
	margin-right: 3px;
	text-align: left;
	white-space: pre;
	padding: 1px 2px 1px 2px;
	cursor: default; 
}

#wind_info {
	position: absolute;
	background-color: white;
	border-width: 1px; 
	border-color: black;
	border-style:solid; 
    font-size:  13px;
    font-weight: normal;
	text-align: left;
	padding:2px;
	display:none;
	z-index: 100;
}

#help_div {
	display:	none; 
	position:	absolute; 
	overflow: 	hidden;
	padding:	5px 8px 5px 8px; 
	font-size: 	12px;
	border:		1px solid black; 
	line-height: 18px; 
	z-index: 	30;
	background-color:white; 
}



#boat_data {
	display:	none;  
	position:	relative; 
	float:		left;
	clear:		right;
	overflow:	hidden; 
	padding:0px 2px 2px 2px; 
	border:		1px solid black; 
	z-index: 	20; 
	float:		right; 
	-moz-user-select: none;
	-webkit-user-select: none;
	background-color: lightgreen;
	cursor: pointer;
}

#help {
	float:	left; 
	margin: 0px 0px 0px 1px; 
	width:	18px; 
	height:	100%; 
	border:	1px solid black; 
}

#go_fs {
	float:  left;
    margin: 0px 0px 0px 2px;
    width:  1.5em;  
    height: 100%; 
    border: 1px solid black;
}

#wind_d {
	float:	left; 
	margin: 0px 0px 0px 2px; 
	width:	3em; 
/*	height:	100%;  */
	border:	1px solid black; 
}

#wind_control {
    float:  left;
    margin: 0px;
    width:  12px;
    border: none;
	font-size: 10px; 
/*	line-height: 70%; */
	line-height: 7px;
    border  :1px solid black;
}


div.windcontrol {
    margin: 0px 0px 0px 0px;
}


.contextmenu {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#CCCCCC #676767 #676767 #CCCCCC;
	border-style:solid;
	border-width:1px;
	cursor:default;
	font-size:75%;
	position:absolute;
	z-index:1000;
}

.menuitem {
	background:#FFFFFF none repeat scroll 0 0;
/*	color:#0000CC; */
	color: black;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	z-index:1000;
}

.contextmenu .divider {
	border-top:1px solid #CCCCCC;
}

.selectedmenuitem {
background:#D3E3FE none repeat scroll 0 0;
}

.selected {
	font-weight: bold;
	text-decoration: underline;
}

#fs_menubar {
	position: relative;
    font-family: Arial; 
    background-color:white; 
    height: 20px;
	width: 100%;
	float: left;
    border-width: 0 0px 1px 0;
	border-style: solid;
	border-color: black;
    cursor: default;
	z-index: 20;
}

#vp_container {
	position: absolute;
	top: 0px;
	width: 100%; 
	bottom: 20px;
	overflow:hidden; 
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#fs_menubar a { 
/*	color:black; */
	text-decoration: none;
}
