.ALib-calendar-main-div {
	position:absolute;
    border:solid 1px #c0c0c0;
    background-color:#FEFFE8;
    font-size:11px;
    font-family:verdana;
    color:#000;
    -webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
    padding:6px;
	display: table;
	z-index: 11000;
}
.ALib-calendar-header-div{
	display: block;
	position: relative;
	padding: 0px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: none;
	background-color: #D5DBEB;
	color: #355468;
	border: 1px solid #4f6d81 none;
	border-bottom: none;
	cursor: move;
}
.ALib-calendar-main-table {
	border:solid 1px white none;
	width:100%;
	height:100px;
	display: table;
}
.ALib-calendar-main-table-panel {
	border:solid 1px red none;
	width:100%;
	height:100px;
	display: table;
}

.ALib-calendar-main-table tr td{
	border:solid 1px #AAA;
	text-align:right;
	font-size: 10px;
}
.ALib-calendar-main-table td:HOVER{
	background-color:#D9E8F0;
	cursor: pointer;
	border: 1px solid #0077FF;
}

.ALib-calendar-top-table {
	width:100%;
	height:10px;
}
.ALib-calendar-top-table tr td{
	text-align: center;

}
.ALib-calendar-top-table td.ALib-calendar-left-btn{
	width:14%;
	font-size: 14px;
	border-radius:4px 4px 4px 4px;
	border: 1px solid #BBB;
}
.ALib-calendar-top-table td.ALib-calendar-left-btn:HOVER{
	cursor: pointer;
	border: 1px solid #0077FF;
	background-color: #D9E8F0;
}
.ALib-calendar-top-table td.ALib-calendar-right-btn{
	width:14%;
	font-size: 14px;
	border-radius:4px 4px 4px 4px;
	border: 1px solid #BBB;
}
.ALib-calendar-top-table td.ALib-calendar-right-btn:HOVER{
	cursor: pointer;
	border: 1px solid #0077FF;
	background-color: #D9E8F0;
}
.ALib-calendar-top-table td.ALib-calendar-mid-field{
	text-align:center;
	font-size: 14px;
}


.ALib-calendar-week-table {
	border:solid 1px blue none;
	width:100%;
	height:10%;
}
.ALib-calendar-week-table tr td{
	border:solid 1px blue none;
	text-align:center;
	vertical-align:text-bottom;
	font-weight: bold;
}
.ALib-calendar-week-table td{
	width:14%;
}

.ALib-calendar-close-btn {
	float: right;
	background: url("../images/close.png") no-repeat scroll center center transparent;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 1px solid #D5DBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.ALib-popup-title, .ALib-popup-title-left, .ALib-calendar-close-btn {
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.ALib-popup-title {
	background-color: #D5DBEB;
	padding: 0;
	margin: 0 0 5px 0;
}
.ALib-popup-title-left {
	color: black;
	text-align: left;
	padding-left: 5px;
	float: left;
}
.ALib-calendar-close-btn {
	float: right;
	background: url("../images/close.png") no-repeat scroll center center transparent;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 1px solid #D5DBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ALib-calendar-close-btn:hover {
	border: 1px solid #8888FF;
}

.ALib-calendar-bottom-trigger{
	border: solid 1px none;
	height: 8px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.ALib-calendar-time-table{
	border: solid 1px red none;
	width: 100%;
	height: 18px;
}
.ALib-calendar-time-table tr td{
	border: solid 1px red none;
}
.ALib-calendar-time-table td.ALib-calendar-hour-field{
	text-align: right;
}
.ALib-calendar-time-table td.ALib-calendar-min-field{
	text-align: left;
}
.ALib-calendar-time-table td.ALib-calendar-today-field{
	text-align: center;
	border: solid 1px #AAA;
	height: 16px;
	padding: 0px;
}
.ALib-calendar-time-table td.ALib-calendar-today-field:HOVER{
	background-color: #D9E8F0;
	cursor: pointer;
	border: 1px solid #0077FF;
}
.ALib-calendar-bottom-bar {
	width: 180px;
	height: 18px;
	display: block;
	padding: 0px 10px; 
	text-align: right;
	
}
.ALib-calendar-ok{
	width: 50px;
	height: 14px;
	border: 1px solid #4f6d81;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: left;
	margin: 1px 5px 1px 30px;
}
.ALib-calendar-ok:HOVER{
	background-color: #D9E8F0;
	cursor: pointer;
	border: 1px solid #0077FF;
}
.ALib-calendar-cancel{
	width: 50px;
	height: 14px;
	border: 1px solid #4f6d81;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: right;
	margin: 1px 30px 1px 5px;
}
.ALib-calendar-cancel:HOVER{
	background-color: #D9E8F0;
	cursor: pointer;
	border: 1px solid #0077FF;
}.xmap-dialog {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 10001;
}

.xmap-dialog-title {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.xmap-dialog-close {
	float: right;
	cursor: pointer;
	margin: 3px;
	padding: 0;
	height: 11px;
	width: 11px;
	border: 1px solid #96B0B6;
	border-top: 1px solid #C3D1DA;
	background: url("../images/dialog/dialog_close.gif") no-repeat;
}

.xmap-dialog-close:hover {
	border: 1px solid #005599;
}

.xmap-dialog-content-text {
	display: block;
	padding: 5px;
	color: #666666;
	font-size: 13px;
	overflow-y: auto;
}

.xmap-dialog-buttonbar {
	display: block;
	position: absolute;
	bottom: 5px;
	padding: 5px;
	margin: 0;
}

.xmap-dialog-button {
	padding: 1px 10px;
	cursor: pointer;
	width: 50px;
	border: 1px solid #4f6d81;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: left;
	margin: 0 10px;
}

.xmap-dialog-button:hover {
	background-color: #D9E8F0;
}

.xmap-dialog-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #CCCCCC;
	opacity: 0.5;
	z-index: 10000;
}

.xmap-dialog-errorheader, .xmap-dialog-successheader, .xmap-dialog-promptheader, .xmap-dialog-otherheader {
	display: block;
	position: relative;
	padding: 3px 6px 7px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
	background: url("../images/dialog/prompt_header.gif") repeat-x scroll 0 0 #9BBADB;
	color: #355468;
	border: 1px solid #4f6d81;
	border-bottom: none;
	cursor: move;
}

.xmap-dialog-error, .xmap-dialog-success, .xmap-dialog-prompt, .xmap-dialog-other {
	display: block;
	padding: 6px;
	color: #666666;
	font-size: 13px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #4f6d81;
}

.xmap-dialog-error {
	background: url("../images/dialog/error_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-success {
	background: url("../images/dialog/success_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-prompt {
	background: url("../images/dialog/prompt_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-other {
	background-color: #fff;
	border-top: none;
}
div#side-menu {
	position: absolute;
	top: 77px;
	left: 0px;
	width: 150px;
	background: #FFFFF0;
}

div#top-menu {
	position :absolute;
	width: 100%;
}
div#menu-submit:HOVER{
	background-color: #B4C3DB
}
div#sub-menu {
	position :absolute;
	top: 45px;
	width: 100%;
	overflow: auto;
}

div.cbmdiv {
	width: 100%;
	font-size: 12px;
	font-family: arial, tahoma, helvetica, sans-serif;
	border-top : 1px solid #ccc;
}

div.cbmdiv ul {
	width: 100%;
}

div.cbmdiv input{
	margin-top: 3px;
}

div.cbmdiv ul li {
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 20px;
	padding: 0px 0px 0px 2px;
}

div.legend {
	position: absolute;
	visibility: hidden;
	bottom: 5px;
}
div.ball-title {
	float: left;
	width: 120px;
	text-align: right;
}
div.ball-value {
	color: #0000FF;
	float: left;
	width: 75px;
	text-align: left;
	padding: 0px 0px 0px 5px
}
div.ball-clear {
	clear: both;
}
div.pin-point {
	margin-left: 5px;
	background: url("../images/pin.png") no-repeat scroll center center #B4C3DB;
}
div.pin-point-selected {
	background: url("../images/pin.png") no-repeat scroll center center #7E9CCC;
}
div.pin-graph {
	margin-left: 5px;
	background: url("../images/line-chart.png") no-repeat scroll center center #B4C3DB;
}
div.pin-graph-selected {
	background: url("../images/line-chart.png") no-repeat scroll center center #7E9CCC;
}
div.pin-time-graph {
	margin-left: 5px;
	background: url("../images/time-graph.png") no-repeat scroll center center #B4C3DB;
}
div.pin-time-graph-selected {
	background: url("../images/time-graph.png") no-repeat scroll center center #7E9CCC;
}
div.mesh-switch {
	margin-left: 5px;
	background: url("../images/gear.png") no-repeat scroll center center #B4C3DB;
}
div.mesh-switch-selected {
	background: url("../images/gear.png") no-repeat scroll center center #7E9CCC;
}
div.pin-point:HOVER, div.pin-graph:HOVER, div.mesh-switch:HOVER, div.pin-time-graph:HOVER{
	background-color: #B4C3DB;
}
div.pin-point-selected:HOVER, div.pin-graph-selected:HOVER, div.mesh-switch-selected:HOVER, div.pin-time-graph-selected:HOVER{
	background-color: #7E9CCC;
}

div.pin-csv {
	margin-left: 5px;
	background: url("../images/csv.png") no-repeat scroll center center #B4C3DB;
}
div.pin-csv:HOVER{
	background-color: #D9E8F0;
}
div.pin-csv-selected {
	background: url("../images/csv.png") no-repeat scroll center center #7E9CCC;
}
span#time-zone-label {
	text-align : center;
	display : inline-block;
	width: 75px;
}
div#time-zone-box:HOVER{
	cursor: pointer;
	background-color: #B4C3DB;
	border-radius: 3px;
}

div#status-bar-mouse-pos{
	position: absolute;
	right: 0px;
	width: 200px;
}

.control-bar-button, .control-bar-button-left, .control-bar-button-center, .control-bar-button-right {
	line-height: normal;
}

#mesh-size-panal {
	position: absolute;
	top: 77px;
	left: 570px;
	z-index: 2000;
	visibility: hidden;
}
#mesh-size-box-container {
	width: 26px;
	border: none;
}
#mesh-size-box {
	padding: 0;
	margin: 0; 
	width: 24px;
	border: 1px solid #888;
	height: 19px;
}
#init-time-text {
	border: 1px solid #888888;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 114px;
}
#init-list-box {
	position: absolute;
	left: 108px;
	top: 67px;
	width: 140px;
	height: 152px;
	border: 1px solid #6F7B61;
	background-color: #EBEEEF;
	font-size: 13px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2000;
	visibility: hidden;
	font-family: Arial;
}
.init-time-row {
	padding: 0px;
	border-top: 1px solid #DDDDDD;
	cursor: pointer;
	clear: both;
	height: 18px;
}
.init-time-row:HOVER {
	background-color: #CCCCCC;
}
.init-time-row-text {
	float: left;
	width: 104px;
}
.init-time-row-close {
	float: left;
	width: 100%;
	height: 100%;
	background: url("../images/close.png") no-repeat scroll center center transparent;
	border: none;
	width: 14px;
	height: 14px;
}
.init-time-row-close:HOVER {
	border: 1px solid #8888FF;
}

#pin-time-graph-panal {
	position: absolute;
	top: 85px;
	left: 55px;
	z-index: 2000;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #6F7B61;
	background-color: #EBEEEF;
	padding: 2px;
	visibility: hidden;
}
.pin-time-graph-row {
	padding-top: 2px;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#full-screen {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 600px;
	min-width: 990px;
	overflow: hidden;
	position: absolute;
}

#loading-popup {
	visibility: hidden;
	margin: 0 auto 0 auto;
	z-index: 20000;
	font-size: 12pt;
	font-weight: bold;
	position: absolute;
	width: 200px;
	height: 30px;
	top: 300px;
	left: 40%;
	color: #072A4D;
	background: url("../images/loading-white.gif") no-repeat scroll 10px 12px #FFFFFF;
	padding: 10px 2px 0px 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #555555;
}

#title-bar-xmap {
	background: none repeat-x scroll 0 0 #A0B5DF;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: auto;
	border-top: 1px solid #8FA7AF;
	border-bottom: 1px solid #6F7B61;
}
#title-bar, #title-bar-webship {
	background: url("../images/title-bar-bg.png") repeat-x scroll 0 0 #BFD7FF;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: auto;
	border-top: 1px solid #8FA7AF;
	border-bottom: 1px solid #6F7B61;
}
#title-bar-webship {
	background: url("../images/title-bar-bg-webship.png") repeat-x scroll 0 0 #BFD7FF;
	border-top: none;
}
#logo {
	float: left;
	border-right: 1px solid #AAAAAA
}
#logo-image {
	cursor: pointer;
}
#title-bar-title-xmap {
	padding: 5px 0 5px 10px;
	width: 600px;
	height: 35px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #FFF 0 1px 0;
}
#title-bar-title, #title-bar-title-webship {
	width: 600px;
	height: 35px;
	background: url("../images/title.png") no-repeat 0 0 #BFD7FF;
	float: left;
}
#title-bar-title-webship {
	background: url("../images/title-webship.png") no-repeat 0 0 #BFD7FF;
}
#title-bar-right {
	text-align: right;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: right;
	border: none;
}

#loading {
	float: left;
	visibility: hidden;
	margin: 0;
	padding: 9px 5px 10px 0;
	width: 20px;
	height: 20px;
}

#auto-refresh {
	float: left;
	color: #555555;
	padding: 8px 5px 0px 0px;
	font-size: 90%;
}

#auto-refresh-check-div {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#auto-refresh-label-div {
	float: left;
	margin: 0;
	padding: 3px 0px 0px 0px;
	text-shadow: #FFF 0 1px 0;
}

#user {
	float: left;
	color: #555555;
	padding: 11px 5px 0px 0px;
	font-size: 90%;
	text-shadow: #FFF 0 1px 0;
}

#logout {
	float: right;
	padding: 11px 10px 0px 5px;
}

#control-bar {
	clear: both;
	background: url("../images/control-bar-bg.png") repeat-x scroll 0 0 #EBEEEF;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 0;
	text-shadow: none;
	top: 37px;
	width: 100%;
	padding: 5px 0;
}
.control-bar-label, .control-bar-label-left {
	color: #000000;
	font-size: 14px;
	padding: 2px 6px 2px 6px;
	float: left;
	text-shadow: #FFF 0 1px 0;
}
.control-bar-label-left {
	padding-left: 2px;
}
.control-bar-group {
	margin: 0;
	padding: 0;
	float: left;
}
.control-bar-elm-group {
	margin: 0;
	padding: 0;
	float: left;
}
.control-bar-button, .control-bar-button-left, .control-bar-button-center, .control-bar-button-right {
	color: #000000;
	background-color: #B4C3DB;
	border: 1px solid #888888;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	float: left;
	height: 19px;
	line-height: 19px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
}
.control-bar-button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.control-bar-button-left {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.control-bar-button-center {
	border-left: none;
}
.control-bar-button-right {
	border-left: none;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.control-bar-button-right2 {
	border-left: 1px solid #888888;
}
.control-bar-button:hover, .control-bar-button-left:hover, .control-bar-button-center:hover, .control-bar-button-right:hover {
	background-color: #D9E8F0;
}
.control-bar-button2-t-left, .control-bar-button2-b-left, .control-bar-button2-t-center, .control-bar-button2-b-center, .control-bar-button2-t-right, .control-bar-button2-b-right {
	color: #000000;
	background-color: #B4C3DB;
	border: 1px solid #888888;
	font-size: 11px;
	margin: 0;
	cursor: pointer;
	float: left;
	height: 15px;
	width: 85px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	text-shadow: #FFF 0 1px 0;
}
.control-bar-button2-t-left {
	border-top-left-radius: 0px;
}
.control-bar-button2-b-left {
	border-top: none;
	border-bottom-left-radius: 0px;
}
.control-bar-button2-t-center {
	border-left: none;
}
.control-bar-button2-b-center {
	border-top: none;
	border-left: none;
}
.control-bar-button2-t-right {
	border-left: none;
	border-top-right-radius: 0px;
}
.control-bar-button2-b-right {
	border-top: none;
	border-left: none;
	border-bottom-right-radius: 0px;
}
.control-bar-button2-t-left:hover, .control-bar-button2-b-left:hover, .control-bar-button2-t-center:hover, .control-bar-button2-b-center:hover, .control-bar-button2-t-right:hover, .control-bar-button2-b-right:hover {
	background-color: #D9E8F0;
}
.control-bar-button-selected {
	background-color: #7E9CCC;
	font-weight: bold;
	text-shadow: #FFFFFF 0px 0px 3px, #FFFFFF 0px 0px 3px, #FFFFFF 0px 0px 3px, #FFFFFF 0px 0px 3px;
}
.control-bar-button-load {
	width: 40px;
}
.control-bar-button-go {
/*	background: url("../images/go.png") no-repeat center center #B4C3DB;*/
}
.control-bar-button-latest {
	background: url("../images/latest.png") no-repeat center center #B4C3DB;
}
#control-bar-group-right {
	float: right;
	padding-right: 10px;
}
.control-bar-button-schedule {
	background: url("../images/schedule.png") no-repeat center center #B4C3DB;
}
.control-bar-button-timeline {
	background: url("../images/timeline.png") no-repeat center center #B4C3DB;
}
.control-bar-button-list {
	background: url("../images/list.png") no-repeat center center #B4C3DB;
}
.control-bar-button-shiplist {
	background: url("../images/shiplist.png") no-repeat center center #B4C3DB;
}
.control-bar-button-alert {
	background: url("../images/warning.png") no-repeat center center #B4C3DB;
}
.control-bar-button-refresh {
	background: url("../images/refresh.png") no-repeat center center #B4C3DB;
}
.control-bar-button-new {
	background: url("../images/new.png") no-repeat center center #B4C3DB;
}
.control-bar-button-voyage {
	background: url("../images/voyage-manager.png") no-repeat center center #B4C3DB;
}
.control-bar-button-poll {
	background: url("../images/poll.png") no-repeat center center #B4C3DB;
}
.control-bar-button-print {
	background: url("../images/print.png") no-repeat center center #B4C3DB;
}
.control-bar-button-range {
	background: url("../images/range.png") no-repeat center center #B4C3DB;
}
.control-bar-button-load-icon {
	background: url("../images/load.png") no-repeat center center #B4C3DB;
}
.control-bar-button-pinpoint-icon {
	background: url("../images/pin.png") no-repeat scroll center center #B4C3DB;
}
.control-bar-button-pinpoint-selected {
	background: url("../images/pin.png") no-repeat scroll center center #7E9CCC;
}
.control-bar-button-dist {
	background: url("../images/distance.png") no-repeat center center #B4C3DB;
}
.control-bar-button-dist-selected {
	background: url("../images/distance.png") no-repeat center center #7E9CCC;
}
.control-bar-button-title {
	margin: 0;
	padding: 3px 0 0 0;
}
.control-bar-button2-title {
	margin: 0;
	padding: 2px 0 0 0;
}
.control-bar-text {
	color: #000000;
	background-color: #B4C3DB;
	padding: 0px 0px;
	border: 1px solid #888888;
	font-size: 13px;
	margin: 0;
	height: 19px;
	float: left;
}
#time-box-container {
	width: 112px;
	border: none;
}
#time-box {
	padding: 0;
	margin: 0; 
	width: 110px;
	border: 1px solid #888;
	height: 19px;
}
#animation-interval {
	width: 52px;
	border: none;
}
#animation-interval-box {
	padding: 0;
	margin: 0; 
	width: 50px;
	border: 1px solid #888;
	height: 19px;
}

.navi-first, .navi-first-disabled, .navi-prev, .navi-prev-disabled, .navi-next, .navi-next-disabled, .navi-last, .navi-last-disabled, .navi-list, .navi-list-disabled {
	height: 19px;
}
.navi-first {
	background: url("../images/paging.png") no-repeat scroll 2px 2px #B4C3DB;
}
.navi-first:hover {
	background: url("../images/paging.png") no-repeat scroll 2px 2px #D9E8F0;
}
.navi-first-disabled {
	background: url("../images/paging.png") no-repeat scroll -14px 2px #B4C3DB;
}
.navi-prev {
	background: url("../images/paging.png") no-repeat scroll 2px -14px #B4C3DB;
}
.navi-prev:hover {
	background: url("../images/paging.png") no-repeat scroll 2px -14px #D9E8F0;
}
.navi-prev-disabled {
	background: url("../images/paging.png") no-repeat scroll -14px -14px #B4C3DB;
}
.navi-next {
	background: url("../images/paging.png") no-repeat scroll 4px -30px #B4C3DB;
}
.navi-next:hover {
	background: url("../images/paging.png") no-repeat scroll 4px -30px #D9E8F0;
}
.navi-next-disabled {
	background: url("../images/paging.png") no-repeat scroll -14px -30px #B4C3DB;
}
.navi-last {
	background: url("../images/paging.png") no-repeat scroll 3px -46px #B4C3DB;
}
.navi-last:hover {
	background: url("../images/paging.png") no-repeat scroll 3px -46px #D9E8F0;
}
.navi-last-disabled {
	background: url("../images/paging.png") no-repeat scroll -14px -46px #B4C3DB;
}
.navi-list {
	background: url("../images/arrow-down.png") no-repeat scroll center #B4C3DB;
}
.navi-list-up {
	background: url("../images/arrow-up.png") no-repeat scroll center #B4C3DB;
}
.navi-list:hover {
	background: url("../images/arrow-down.png") no-repeat scroll center #D9E8F0;
}
.navi-list-up:hover {
	background: url("../images/arrow-up.png") no-repeat scroll center #D9E8F0;
}
.navi-list-disabled {
	background: url("../images/arrow-down.png") no-repeat scroll center #B4C3DB;
}

#world-map, #world-map-image, #world-map-addition {
	clear: both;
	text-align: center;
	position: absolute;
	top: 67px;
	left: 0;
	right: 0;
	overflow: hidden;
	min-height: 200px;
	min-width: 200px;
}

#world-map {
	z-index: 3;
}

#world-map-image {
	z-index: 1;
}

#world-map-addition {
	z-index: 4;
}

#navigation-bar {
	position: relative;
	left: 5px;
	top: 75px;
	width: 30px;
	height: 116px;
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color: #AAAAAA;
	z-index: 10;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #777777;
}
.navigation-bar-button {
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#navigation-bar-button-up {
	background: url("../images/nav-up.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 12px;
	top: 5px;
	-moz-opacity: 1;
	opacity: 1;
}
#navigation-bar-button-up:hover {
	background: url("../images/nav-up-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-down {
	background: url("../images/nav-down.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 12px;
	top: 35px;
}
#navigation-bar-button-down:hover {
	background: url("../images/nav-down-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-left {
	background: url("../images/nav-left.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 2px;
	top: 20px;
}
#navigation-bar-button-left:hover {
	background: url("../images/nav-left-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-right {
	background: url("../images/nav-right.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 22px;
	top: 20px;
}
#navigation-bar-button-right:hover {
	background: url("../images/nav-right-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-zoomin {
	background: url("../images/zoom-in.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 12px;
	top: 60px;
}
#navigation-bar-button-zoomin:hover {
	background: url("../images/zoom-in-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-fit {
	background: url("../images/fit-to-size.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 12px;
	top: 80px;
}
#navigation-bar-button-fit:hover {
	background: url("../images/fit-to-size-on.png") no-repeat scroll 0 0 transparent;
}
#navigation-bar-button-zoomout {
	background: url("../images/zoom-out.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 12px;
	top: 102px;
}
#navigation-bar-button-zoomout:hover {
	background: url("../images/zoom-out-on.png") no-repeat scroll 0 0 transparent;
}

#status-bar {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 140px;
	height: 15px;
	z-index: 10;
	margin: 0;
	padding: 0;
}
#status-bar-mouse-pos {
	width: 120px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	color: #000088;
	float: left;
}
#navi-onoff {
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: absolute;
}
#navi-onoff-image {
    background-color: #DDD;
    border: 1px solid #5D768E;
    margin: 2px;
    padding: 2px 2px 2px 0px;
}
#navi-onoff-image:hover {
    background-color: #FFF;
}
#footer-onoff {
	float: right;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#footer-onoff-image {
    background-color: #DDD;
    border: 1px solid #5D768E;
	margin: 0 0 1px 0;
    padding: 2px 2px 1px 2px;
}
#footer-onoff-image:hover {
    background-color: #FFF;
}
#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
}
#footer-resizer {
	cursor: n-resize;
	height: 3px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.popup-title, .popup-title-left, .popup-title-close {
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: #FFF 0 1px 0;
}
.popup-title {
	background-color: #D5DBEB;
	padding: 0;
	margin: 0 0 5px 0;
	cursor: move;
}
.popup-title-left {
	text-align: left;
	padding-left: 5px;
	float: left;
}
.popup-title-close {
	float: right;
	background: url("../images/close.png") no-repeat scroll center center transparent;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 1px solid #D5DBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.popup-title-close:hover {
	border: 1px solid #8888FF;
}
.popup-text, .popup-text-left, .popup-text-right {
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: #FFF 0 1px 0;
}
.popup-text-left {
	float: left;
	width: 100px;
}
.popup-text-right {
	float: right;
	width: 100px;
}
.popup-text {
	clear: both;
	height: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.ship-image-div {
	width: 238px;
	height: 130px;
	border: 1px solid #FF8800;
	margin: 3px 0 0 0;
}
.ship-image {
	width: 238px;
	height: 130px;
}

.balloon {
	position: absolute;
	visibility: hidden;
	width: 200px;
	height: 150px;
	z-index: 999;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #777777;
	background-color: #FEFFE8;
}

#balloon {
}

#info {
	position: absolute;
	left: 35%;
	top: -100px;
	width: 300px;
	z-index: 20000;
}
#info .msg {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	border-top: none;
	margin-top: 0px;
	padding: 10px 15px;
	color: #555;
	max-height: 100px;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.6);
	text-shadow: #FFF 0 1px 0;
}
#info .msg h3 {
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 15px;
}
#info .msg p {
	margin: 0;
}

#voyage-balloon {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#waypoint {
	z-index: 1001;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	left: 0;
	bottom: 0;
}

#shippos {
	z-index: 1002;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	left: 0;
	bottom: 0;
}

#xmap-canvas, #xmap-canvas4image {
	border: 1px solid #6F7B61;
	min-height: 200px;
	min-width: 200px;
}

#no-canvas {
	vertical-align: middle;
	text-align: center;
	color: #555555;
	height: 20px;
	font-style: italic;
}

#legend-bar {
	position: absolute;
	z-index: 800;
	margin: 0;
	padding: 0;
	left: 20px;
	bottom: 0px;
}

#wave-legend {
	visibility: hidden;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	height: 20px;
}

#wind-legend {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 425px;
	bottom: 0px;
	height: 42px;
}

#current-legend {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	bottom: 20px;
	height: 20px;
}

#legend-icon {
	position: absolute;
	z-index: 802;
	margin: 0;
	padding: 0;
	left: 1px;
	bottom: 0px;
	height: 15px;
	cursor: pointer;
}

#legend-image {
	position: absolute;
	left: 0px;
	bottom: 0px;
	visibility: hidden;
	width: 385px;
	height: 250px;
	z-index: 801;
	margin: 0;
	padding: 0px;
	border: 1px solid #777777;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	background: url("../images/ship-legend.png") no-repeat scroll right top #FFFFFF;
}

.link {
	cursor: pointer;
	text-decoration: underline;
	color: #0000FF;
}

.nolink {
	text-decoration: none;
	color: #888888;
}

.main {
	background-color: #FFFFFF;
	font-family: arial, tahoma, helvetica, sans-serif;
}

#doc {
	min-width: 700px;
	height: 100%;
	overflow: auto;
}

#contents {
	clear: both;
	position: absolute;
	left: 0;
	top: 37px;
	width: 100%;
}

#show-range {
	z-index: 1001;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #6495ED;
	position: absolute;
	right: 2px;
	top: 70px;
	color: #666;
	font-size: 12px;
	visibility: hidden;
	background: #EEE;
}

.normal-title {
	font-size: 30px;
	font-weight: bold;
	padding: 5px 6px 5px 6px;
	text-align: center;
	height: 40px;
	background-color: #EBEEEF;
	text-shadow: #FFF 0 1px 0;
}

table.xmap-table {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none repeat scroll 0 0 #F9F9F9;
	border-collapse: collapse;
}
table.xmap-table th {
	margin: 0;
	padding: 6px 4px;
	background: none repeat scroll 0 0 #D4DFE7;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #BBBBBB;
	font-size: 16px;
	white-space: nowrap;
	text-shadow: #FFF 0 1px 0;
}
table.xmap-table td {
	margin: 0;
	padding: 5px 4px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	white-space: nowrap;
}

table.xmap-table td.right {
	text-align: right;
}

table.xmap-table td.center {
	text-align: center;
}

table.xmap-table td.first, table.xmap-table th.first {
	border-left: none;
}
table.xmap-table td.first {
	padding-left: 10px;
}

table.xmap-table td.last, table.xmap-table th.last {
	border-right: none;
}
table.xmap-table td.last {
	padding-right: 10px;
}

td.stripe {
	background: none repeat scroll 0 0 #F2F5F8;
}

.dlg-button-r {
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0;
	padding: 3px 3px 0 0;
	margin: 0 2px 0 2px;
	border: 1px solid #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.dlg-button-r:hover {
	border: 1px solid #0077FF;
}
.dlg-button-delete {
	background: url("../images/delete.png") no-repeat center center;
}
.dlg-button-insert {
	background: url("../images/insert.png") no-repeat center center;
}
.dlg-button-save {
	background: url("../images/save.png") no-repeat center center;
}
.dlg-button-cancel {
	background: url("../images/close.png") no-repeat center center;
}
.dlg-button-refresh {
	background: url("../images/refresh.png") no-repeat center center;
}
.dlg-button-simulation {
	background: url("../images/simulation.png") no-repeat center center;
}
.dlg-button-simulation-auto {
	background: url("../images/simulation-auto.png") no-repeat center center;
}
.dlg-button-actual {
	background: url("../images/actual.png") no-repeat center center;
}
.dlg-button-mail {
	background: url("../images/mail.png") no-repeat center center;
}
.dlg-button-waypoint {
	background: url("../images/waypoint.png") no-repeat center center;
}

.input-link {
	background: none repeat scroll 0 0 transparent;
	border: 0;
	text-decoration: underline;
	color: #00C;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.xmap-glass-pane {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	background: #CCCCCC;
	opacity: 0.4;
	z-index: 19000;
}

#fcst-list-box {
	position: absolute;
	left: 158px;
	top: 62px;
	width: 127px;
	height: 152px;
	border: 1px solid #6F7B61;
	background-color: #EBEEEF;
	font-size: 13px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2000;
	text-align: center;
	visibility: hidden;
	font-family: Arial;
}
.fcst-time-row {
	padding: 0px;
	border-top: 1px solid #DDDDDD;
	cursor: pointer;
}
.fcst-time-row:HOVER {
	background-color: #CCCCCC;
}
