html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #B8C6D2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 6px;
	font-family: "Trebuchet MS", Arial;
	font-weight: 900;
}

.date {
	font-size: 14px;
	font-weight: bold;
}

h1 a {
	text-decoration: none; /*color: #000000;*/
	color: #660000;
}

h1 span {
	color: #222222;
	font-weight: 500;
}

#content {
	background-color: #eeeeee;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

form {
	margin: 0;
	padding: 0;
}

#controls {
	padding-left: 10px;
	background-color: #B8C6D2;
	padding-bottom: 6px;
	border-bottom: double 3px #999999;
}

#controls, input, select {
	font-size: 12px;
}

.imageContainer {
	border: solid 1px #aaaaaa;
	background-color: #FFFFFF;
	position: relative;
	margin-left: 10px;
}

#compositeContainer img {
	margin: 0;
	padding: 0;
	border: none; /*float: left;*/
}

.imageSectorOverlay {
	position: absolute;
	z-index: 100;
	border: none;
}

.imageSectorOverlay:hover {
	border: solid 1px blue !important;
	cursor: pointer;
}

#state_borders, #coastline_borders {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#state_borders {
	z-index: 10;
}

#coastline_borders {
	z-index: 50;
}

input[disabled=disabled] + span {
	color: #999999;
}

label {
	white-space: nowrap;
}

label span { /*color: blue;*/
	color: blue;
}

label:hover span, label.notAvailable:hover span {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

label.notAvailable span {
	text-decoration: none;
	color: #666666;
}

#previous, #next {
	width: 7em;
}

.hightlightDateDropDownMenu {
}

a:hover {
	color: red;
}

.controlset_onright {
	border-left: solid 1px #333333;
	margin-left: 1em;
	padding-left: 1em;
}

#footer {
	background-color: #B8C6D2;
	border-top: double 3px #999999;
	padding: 6px 0 5px 10px;
	clear: both;
	font-size: 12px;
}

#content {
	padding-left: 10px;
}

.calendar {
	background-color: #ffffee;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin-left: 10px;
	margin-bottom: 1em;
}

.calendar-month {
	font-size: 16px;
	font-weight: bold;
}

.calendar th {
	background-color: #CCCCCC;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
}

.calendar td {
	width: 125px;
	height: 90px;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	text-align: right;
	vertical-align: top;
}

.calendar td.availableDay {
	background-color: #FFFFFF;
}

.calendar td.availableDay span {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
}

.calendar td.availableDay a:hover {
	color: red;
}

.calendar a img {
	border: none;
	width: 125px;
	height: 72px;
}

.calendar td.availableDay div {
	border: solid 1px #FFFFFF;
}

.calendar td.availableDay:hover div {
	border: solid 1px #0000ff;
}

#sectorLinks {
	border: solid 1px #777777;
	padding: 3px 0 3px 0;
	width: 20em;
	text-align: center;
}

#sectorLinks a {
	text-decoration: none;
}

#sectorLinks a:hover {
	background-color: #FFFFFF;
}

#sectorLinks a, #sectorLinks span {
	padding-left: 1em;
	padding-right: 1em;
	border-left: solid 1px #777777;
}

#sectorLinks div:first-child a, #sectorLinks div:first-child span {
	border-bottom: solid 1px #777777;
}

#sectorLinks div a:first-child, #sectorLinks div span:first-child {
	border-left: none;
}

#sectorLinks span {
	background-color: #777777;
	color: #FFFFFF;
}

#date {
	width: 13em;
}

/* STATUS MESSAGES / BANNER STATUS MESSAGE */

#status .date {
	font-weight: bold;
}

#status p {
	text-indent: -7.7em;
	margin-left: 7.7em;

}

.banner-status-message .date:after, #status .date:after {
	content: "  \2014  ";
}

.banner-status-message {
	padding: 10px;
	background-color: #ccc;
	color: #990000;
}

.banner-status-message p {
	margin: 0;
}