/* STYLES FOR THE MAIN LIST PAGE */

* {
	font-family: Arial;
	color: Navy;
}

#map {
	background-color:#FFFFFF;
	margin:0em 1em 1em 0em;
}

#navArea {
	text-align: center;
	margin-bottom: 2em;
	background-color: #ccffcc !important;
}

.navItem {
	margin-right: 2em;
	white-space : nowrap;
	background-color: transparent !important;
}

.notesItem {
	white-space : nowrap;
}

.panel {
	margin-left: 2em;
	line-height: .4em;
}

hr {
	color: Navy;
}

.header {
	font-size: 18pt;
	color: Navy;
	text-align: center;
	line-height: 2em;
}

#listArea th {
	text-align: left;
}

table.list td {
	vertical-align: top;
}

.beamup {
	color: blue;
}

/*  STYLES FOR THE POPUP PAGES */

div#popup {
	display:none;
	position:absolute;
	top:0px;
	left:270px;
	border:solid 2px;
	border-style:outset;
	width:530px;
	padding:1em;
	background-color: #ffffff !important;
}

.linkOff{
	text-decoration:none !important;
	cursor:default;
	background-color:Navy !important;
	color:#ffcc99 !important;
}

.linkOn{
	text-decoration:underline; 
	cursor:pointer;
}

#content1, #content1 * {
	background-color:#ffcc99 !important;
	color:Navy;
	/* background-color: #ffffff !important; */
}

#content1 {
	margin-top:1em;
	padding: 8px;
}

#nav1{
	color:Navy;
}

#heading{
	font-weight:bold;
}

.mailboater {
	text-align: right;
	margin: 2em;
	padding-bottom:1em;
}

.hazard {
	background-image:url('../../assets/images/warning_sm.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
}
