div {

}
#HWmaps {

	clear: both;
	width: 980px;
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#HWmaps form {
	margin:0px;
}
#HWmaps form input.checkbox { width: 12px; height: 12px; border:0;background:transparent;}

#HWmaps p, #HWmaps ol, #HWmaps ul {
	margin: 0;
	padding: 0;
}
#HWmaps li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#HWmaps li ul {
	margin: 0;
}
#HWmaps table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0;
}
#HWmaps td {
	padding: 3px;
	vertical-align: top;
}
#HWmaps img {
	border: 0;
}
#HWmaps a {
	color: #000;
	text-decoration: none;
}
#HWmaps a:hover {
	text-decoration: underline;
	color: #333;
}

#HWmaps tr.content-wrapper {
	padding: 10px;
}
#HWmaps select, #HWmaps input {
	font-size: 10px;
	background: #fff;
	border: 1px solid #999;
	color: #000;
}
#HWmaps input {
	width:25px;
	}

/* nav styles */
#HWmaps #nav {
	width: 980px;
	height: 22px;
	padding-top: 8px;
	background: url('../images/tropnav_bg.png') repeat-x top left;
	color: #a2add1;
	font-size: 12px;
	font-weight: bold;
}
#HWmaps #nav a {
	display: block;
	color: #a2add1;
}
#HWmaps #nav li {
	float: left;
	text-align: center;
	padding: 0 10px;
	border-right: 1px solid #a2add1;
}
#HWmaps #nav li a:hover {
	color: #fff;
}
#HWmaps #nav li a.selected {
	color: #fff;
	text-decoration: none;
}
#HWmaps #subnav {
	width: 980px;
	height: 18px;
	padding-top: 5px;
	color: #666;
	background: #C8D3F7;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #5F7ACF;
}
#HWmaps #subnav a {
	display: block;
	color: #666;
}
#HWmaps #subnav li {
	float: left;
	text-align: center;
	padding: 0 7px;
	border-right: 1px solid #a2add1;
}
#HWmaps #subnav li a:hover {
	color: #000;
}
#HWmaps #subnav li a.selected {
	color: #000;
	text-decoration: none;
}

/* gen page areas */
#HWmaps tr.head {

}
#HWmaps tr.head td.title {
	width: 400px;
	height: 18px;
	font-size: 16px;
	font-weight: bold;
}
#HWmaps tr.head td.title span.active {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
#HWmaps tr.head td.title span.inactive {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#HWmaps tr.head td.legend {
	width: 550px;
	margin-top: 4px;
	font-size: 10px;
	text-align: right;
}
#HWmaps tr.contentbox td {
	border: 1px solid #333;
	padding: 10px;
}
#HWmaps tr.contentbox td.header, #HWmaps tr.contentbox td.header-active {
	padding: 4px;
	background: #333;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#HWmaps tr.contentbox td.header-active {
	background: #880000;
}

/* tooltip divs/spans */
#HWmaps span.tooltip a:link span, #HWmaps span.tooltip a:visited span {
	display: none;
}
#HWmaps span.tooltip a:hover span {
	position: absolute;
	z-index: 1000;
	margin: 15px 0 0 20px;
	background-color: beige;
	width: 250px;
	max-width: 250px;
	padding: 4px;
	border: 1px solid #666;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-align: left;
	display: block;
}

#HWmaps table.maplinks td.subtitle {
	border-bottom: 1px solid #666;
	padding: 0 0 1px 0;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#HWmaps table.maplinks td.subtitle a.highlite{
	color: #933;
}

#HWmaps table.maplinks td.links {
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	padding-top: 5px;
}
#HWmaps table.maplinks img.thumbnail {
	width: 135px;
	margin-bottom: 5px;
}
#HWmaps table.wxmaps td {
	border: 0;
	padding: 0;
}
#HWmaps table.wxmaps td.map-wrapper {
	width: 670px;
	padding: 10px 0;
	text-align: center;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer {
    position : relative;
    left : 0;
    top : 0;
    width:640px;
    height:480px;
    font-family: arial;
    font-weight: bold;
    font-size: 10;
    padding:0px;

    cursor: pointer;cursor: hand;

}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point {
	position: absolute;


	cursor: pointer;cursor: hand;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point .dot {
	position: absolute;
	top: -2px;
	left: -2px;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point .dot img {
	width: 5px;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point .textblock {
	position: absolute;
	top: 7px;
	~top: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #ffff03;
	width: 100px;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point .textblock .content {
	position: absolute;
	top: 0;
	left: 0;
}
#HWmaps table.wxmaps td.map-wrapper #contourMapContainer .point .textblock .shadow {
	position: absolute;
	top: 2px;
	left: 2px;
	color: #000;
}


#HWmaps table.wxmaps td.map-wrapper #contourMapContainer #mapLoadingStatus {
	position: absolute;
	top: 100px;
	left: 200px;

	width: 200px;
	height: 25px;
	background-color: #EEEEEE;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}



#HWmaps table.wxmaps td.msidebar {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 10px;
}
#HWmaps table.wxmaps td.msidebar, #HWmaps table.wxmaps td.sidebar, #HWmaps table.msidebar td.regselect {
	width: 285px;
	background: #ccc;
	padding: 10px;
	border-left: 1px solid #666;
}
#HWmaps table.wxmaps td.mapzoom {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	background: #CCD8FF;
	border: 1px solid #3B60D8;
}
#HWmaps table.wxmaps td.mapzoom span.detail, #HWmaps table.msidebar td.regselect span.detail {
	font-size: 10px;
}
#HWmaps table.wxmaps td.mapzoom .highlite, #HWmaps td.links .highlite, table.wxmaps td.mapzoom span.highlite {
	color:#933;
}

/* modal window styles */
#HWmaps #popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	filter: alpha(opacity=60);
	background-color: transparent !important;
	background-color: #333333;
	background-image/**/: url("/images/maskbg.png") !important; // For browsers Moz, Opera, etc.
	background-image: none;
	background-repeat: repeat;
	display:none;
}
#HWmaps #popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	background: #CCD8FF;
	border: 1px solid #3B60D8;
	width: 690px;
	height: 600px;
}
#HWmaps #popupContainer div.inner {
	width: 670px;
	height: 580px;
	padding: 10px;
	overflow: auto;
	background: #CCD8FF;
}
#HWmaps #popupContainer div.buttons {
	position: absolute;
	width: 670px;
	height: 19px;
	top: 560px;
	left: 0;
	background: #7385C2;
	z-index: 205;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #3B60D8;
	font-weight: bold;
}

/* gen styles */
#HWmaps div.spacer {
	height: 10px;
}
#HWmaps tr.contentbox td.clear-pad {
	padding: 0;
}
#HWmaps span.caption {
	font-size: 9px;
	color: #666;
}
#HWmaps img.map {
	width: 640px;
	height: 480px;
}
#HWmaps div.map-desc {
	width: 640px;
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: #333;
	text-align: left;
}
#HWmaps div.map-top {
	width: 638px;
	~width: 640px;
	display: block;
	font-size: 10px;
	color: #333;
	text-align: left;
	border: 1px solid #ACBFFF;
}
#HWmaps div.map-top table {
	background: #E2E9FF;
	width: 100%;
}
#HWmaps div.map-top td {
	padding: 4px 3px;
}
#HWmaps div.map-top td.left {
	width: 50%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#HWmaps div.map-top td.right {
	width: 50%;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
#HWmaps div.map-top td.center {
	font-weight: bold;
	text-align: center;
}
#HWmaps div.map-top td.center div table {
	width: auto;
}
#HWmaps div.map-top td.center td {
	width: 35px;
	padding: 1px;
	background: #ACBFFF;
	border: 1px solid #CCD8FF;
	text-align: center;
}
#HWmaps div.map-top td.center td.date {
	padding: 1px;
	background: #3B60D8;
	color: #fff;
	text-align:center;
}
#HWmaps div.map-top td.center td.highlite {
	background: #fff;
}
#HWmaps div.map-top td.center td.clear {
	background: transparent;
	padding: 0;
	border: 0;
}
/* Tool Tip */
#HWtoolTip { position: relative;}
#HWtoolTip #wrapper {
	position: relative;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
}
#HWtoolTip #closer {
	font-family: "Arial", "Helvetica", sans-serif;
	position: absolute;
	top: 0px;
	left: 170px;
}
#HWtoolTip #closer a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#HWtoolTip #closer a:hover {
	color: #000;
}
#HWtoolTip #wrapper div.loc {
	font-size: 11px;
	font-weight: bold;
}
#HWtoolTip #wrapper div.sub {
	margin-top: 3px;
	font-size: 10px;
	font-weight: normal;
}
#HWtoolTip #wrapper div.curval {
	font-size: 10px;
	color: #000;
	padding: 4px 0 4px 2px;
	background: #fff;
}
#HWtoolTip #wrapper div.altval {
	font-size: 10px;
	color: #333;
}
#HWtoolTip #wrapper span.odd, #HWtoolTip #wrapper span.even {
	display: block;
	padding: 2px 2px;
	background: #ccc;
}
#HWtoolTip #wrapper span.even {
	background: #efefef;
}
#HWtoolTip #wrapper div.links {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;

}
#HWtoolTip #wrapper div.links a {
	color: #5479A8;
	text-decoration: none;
}
#HWtoolTip #wrapper div.links a:hover {
	color: #388BF8;
	text-decoration: underline;
}

#HWtoolTip table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
}
#HWtoolTip th, #HWtoolTip td.hdr {
	color: #fff;
	background: #666;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #333;
	text-align: center;
}
#HWtoolTip td.hdr:hover {
	background: #666;
}
#HWtoolTip td {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #333;
	text-align: center;
	padding: 4px;
	background: #ccc;
}
#HWtoolTip td:hover {
	background: #efefef;
}
#HWtoolTip th.curval {
	font-weight: bold;
}
#HWtoolTip td.curval {
	font-weight: bold;
	background: #fff;
}
#HWtoolTip td.curval:hover {
	background: #fff;
}
#HWtoolTip td.clickable {
cursor: pointer;
}
#HWtoolTip div.dist {
	margin: 4px 0 6px 0;
	font-size: 10px;
}
#HWtoolTip div.latlon {
	margin-top: 2px;
	font-size: 9px;
	font-weight: normal;
	color: #333;
}
#HWtoolTip span.metric {
	display: block;
	font-weight: normal;
	color: #333;
}

/* ************************************** */


/* HWHints */
#HWhint { position: relative;}
#HWhint #wrapper {
	position: relative;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
}
#HWhint #closer {
	font-family: "Arial", "Helvetica", sans-serif;
	position: absolute;
	top: 0px;
	left: 170px;
}
#HWhint #closer a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#HWhint #closer a:hover {
	color: #000;
}
#HWhint #wrapper div.title {
	font-size: 11px;
	font-weight: bold;
}


#HWhint #wrapper div.content {
	font-size: 10px;
	color: #333;
}



/* ************************************** */

#HWmaps table.recnav {
	width: 640px;
}
#HWmaps table.recnav td {
	width: 91px;
	padding: 3px 3px;
	background: #666;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	border-bottom: 0;

}
#HWmaps table.recnav td.selected {
	background: #A3B9FF;
	color: #000;
	border-bottom: 0;
}
#HWmaps table.recnav td.selected a {
	color: #000;
	text-decoration: none;
}
#HWmaps table.recnav a {
	color: #e0e0e0;
}
#HWmaps table.recnav a:hover {
	color: #fff;
}





#HWmaps .recdata table {
	width: 640px;
	border: 1px solid #666;
}
#HWmaps .recdata table td {
	padding: 3px;
	text-align: center;
	font-size: 10px;
}


#HWmaps .recdata table tr.header {
	background: #999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 15px;
}
#HWmaps .recdata table tr.subheader {
	font-weight: normal;
}
#HWmaps .recdata table tr.header th, #HWmaps .recdata table td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}


#HWmaps .recdata table tr.header th.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
#HWmaps .recdata table tr.header th.sortasc {
	background-color: #999;
	background-image: url(/images/up.gif);
}
#HWmaps .recdata table tr.header th.sortdesc {
	background-color: #999;
	background-image: url(/images/down.gif);
}
#HWmaps .recdata table tr.header th.nosort {
	cursor: default;
}


#HWmaps .recdata table tr.even-row {
	height: 20px;
	background: #e4e5f1;
}
#HWmaps .recdata table tr.odd-row {
	height: 20px;
	background: #fff;
}
#HWmaps .recdata table td.rec-label{
	color: #666;
	text-align: left;
}


#HWmaps .recdata table td.rec-none{
	color: #666;
	text-align: center;
	padding: 20px 0;
	font-size:11px;
	font-weight: bold;
}


/* radar tabs */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.radtabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .radtabber = before the radtabber interface is set up
  .radtabberlive = after the radtabber interface is set up
  --------------------------------------------------*/
.radtabber {
}
.radtabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.radtabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.radtabbernav
{
 margin:2px;
 border-bottom: 1px solid #778;
 font: bold 9px Arial, sans-serif;
}

ul.radtabbernav li
{
 list-style: none;
 margin: 0px;
 display: inline;
}

ul.radtabbernav li a
{
 padding: 2px 3px 0 3px;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #E2E9FF;
 text-decoration: none;
}

ul.radtabbernav li a:link { color: #448; }
ul.radtabbernav li a:visited { color: #667; }

ul.radtabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.radtabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.radtabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the radtabber interface is set up (.radtabberlive)
  --------------------------------------------------*/
.radtabberlive .tabbertab {
 padding: 2px 3px 0 3px;
 border:1px solid #aaa;

}





