/*----------------------------------------------------------------------------
Seaway Map
version:   1.0
author:    Scott Vinkle & Jason Hollett, RealDecoy Inc.
___________________________________________________________________________ */

/* Overwrite default styles to accomodate map */
.inner .sub-nav {
	padding-left: 0px;
	width: 246px;
}

.inner .sub-nav ul {
	padding-left: 29px;
}

/* =Common Selectors
___________________________________________________________________________ */
h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-size: 138.5%;
    font-weight: bold;
    margin-bottom: 5px;
	color: #094fa3;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear { clear: both; }

#container {
    margin: 25px auto 0 auto;
    width: 955px;
}

a, input {
    outline:none;
    -moz-outline-style: none;
}

/* =Map controls
___________________________________________________________________________ */
/* Layout */
#mapControls ul#MapControlsLayout li {
	background: url(../../images/map/map-control-layout-divider.gif) 0 0 no-repeat;
	float: left;
	font-size: 108%;
	padding: 0 10px 0 0;
}

#mapControls ul#MapControlsLayout li.nodivider {
	background: none;
}

#locksButton input.button,
#portsButton input.button,
#transitButton input.button {
	display: block;
	width: 174px;
	height: 28px;
	border: 0;
    cursor: pointer;
}

#locksButton input.selected,
#portsButton input.selected,
#transitButton input.selected {
	background-position: 100% 0;
}

#locksButton input.button:hover,
#portsButton input.button:hover,
#transitButton input.button:hover {
	cursor: pointer;
}

#locksButton,
#portsButton,
#transitButton,
#lockNamesCheckbox,
#portNamesCheckbox,
#vesselNamesCheckbox {
	margin-left: 10px;
}

#lockNamesCheckbox label.disabled,
#portNamesCheckbox label.disabled,
#vesselNamesCheckbox label.disabled {
	color: #000;
}

/* =Map styles
___________________________________________________________________________ */
#mapContainer {
	width: 955px;
	position: relative;
}

#mapContainer .tabsMapContainer {
	position: relative;
}

#tabmenu {
	clear: both;
	margin: 0 0 -1px 0;
}

#mapBody {
    border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	width: 939px;
	height: 438px;
    padding: 7px 7px 20px 7px;
}

#map {
    width: 939px;
    height: 438px;
    background: url(/images/map/seaway_LoadingAnim_noGrad.gif) no-repeat top left;
}

#loading {
    width: 625px;
    height: 400px;
    background: url(/images/map/seaway_LoadingAnim_noGrad.gif) no-repeat top left;
    display: none;
}

#textContent {
	padding: 20px 0;
}

/* =Map controls
___________________________________________________________________________ */
#mapControls {
  	float: left;
	width: 730px;
	position: relative;
}

#mapControls #mapControlsInner {
	background: #fff url(/images/map/map-controls-bg.jpg) repeat-x 0 0;
	min-height: 97px;
	height: auto !important;
	height: 97px;
	padding: 12px 0 0 12px;
}

#mapLegend {
	float: right;
	width: 220px;
	position: relative;
}

#mapLegend #mapLegendInner {
	background: #fff url(/images/map/map-controls-bg.jpg) repeat-x 0 0;
	min-height: 97px;
	height: auto !important;
	height: 97px;
	padding: 12px 0 0 12px;
}

#mapControls h3, #mapLegend h3 {
	padding-left: 12px;
}

	#mapControls .separator {
		display: block;
		height: 1px;
		background: url(/images/map/separator.gif) repeat-x 0 0;
		margin: 10px 0;
	}

	#mapControls form .button {
	    margin-bottom: 5px;
	}

	#mapControls .states {
	    display: none;
	}

	#mapControls p {
		margin-bottom: 10px;
		color: #666;
	}

	#mapControls p.show {
		color: #000;
		font-size: 116%;
	}

	#mapBody #date p.updated {
		color: #666;
		clear: both;
		margin: 0;
		padding: 4px 0 0 0;
	}

	#mapBody #date p.updated span {
		color: #094fa3 !important;
	}

	#mapLegend .ships {
		margin: 0 0 5px 10px;
		font-size: 108%;
	}

	#mapLegend .ships img {
		margin-right: 10px;
	}


#map .elabel {
    background:#fff;
    padding: 0 1px;
    border: solid #000 1px;
}

#map .elabel a,
#map .elabel a:link,
#map .elabel a:visited {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    width: 75px;
}

#map .elabel a:hover {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

/* =Text body tables
___________________________________________________________________________ */
#textContent table {
    margin-top: 10px;
	width: 100%;
	font-size: 123.1%;
}

#textContent th {
    font-weight: bold;
    padding: 0 0 3px 0;
}

#textContent td {
	padding: 5px;
    vertical-align: top;
}

#portTable td {
    padding: 3px;
}

#portTable .heading1 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#portTable .portTableTitle, #portTable .portName {
    font-weight: bold;
}

#portTable .rowOdd {
    background: #f8f8f8;
}
#portTable td p.bodytext{
    padding: 0;
	margin:0 0 10px 0;
}

#textContent tr td,
#textContent tr th {
	border-bottom: 1px solid #c4d5e9;
}

#textContent tr th {
	color: #094fa3;
	text-align: left;
}

#textContent tr.oddRow {
	background-color: #f3f7fb;
}

#textContent input.viewDetails {
	border: 0;
	background-color: transparent;
	color: #0c3c93;
	font-size: 100%;
	font-family: arial, verdana;
	font-weight: bold;
}

#textContent input.viewDetails:hover {
	cursor: pointer;
}
