@charset "iso-8859-1";
/* CSS for styling Regional Networks Google Map and controls */
/* 
// Version 3.00 - 24-Jul-2016 - initial release
// Version 3.03 - 31-Jul-2016 - added CBI Fire Danger display functions to table, map labels and popups
*/

#RMNETmap-container {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  border-radius: 5px;
  width: 98%;
}

#RMNETmap {
  width: 100%;
  height: 550px;
}

#RMNETlegend {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.RMNETcontent0 {
	display: inline;
}
.RMNETcontent1 {
	display: none;
}
.RMNETcontent2 {
	display: none;
}
.RMNETcontent3 {
	display: none;
}
.RMNETcontent4 {
	display: none;
}
.RMNETcontent5 {
	display: none;
}
.RMNETcontent6 {
	display: none;
}
.RMNETcontent7 {
	display: none;
}
.RMNETcontent8 {
	display: none;
}
#RMNETcontrols {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	position: relative;
	display: inline;
	padding: 0 0;
	margin: 0 0;
	border: none;
}
#RMNETcontrols input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0;
	margin: 0 1px;
	border-radius: 4px;
}
#RMNETcontrolsUOM select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0;
}
/* styling for rotating conditions labels on map */
.RMNETlabel {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: white;
	color: blue;
	padding: 0 1px;
	margin: 0 0;
	width: 4em;
	text-align: center;
	line-height: 95%; 
}
/* styling for Chandler Burning Index displays */
.RMNETcbiMap { /* for map display */
	font-size: 78%;
	font-weight: 600;
	width: 100%;
}
.RMNETcbiEX {
	color: white;
	background-color: red;
}
.RMNETcbiVH {
	color: black;
	background-color: orange;
}
.RMNETcbiH {
	color: black;
	background-color: yellow;
}
.RMNETcbiM {
	color: white;
	background-color: blue;
}
.RMNETcbiL {
	color: white;
	background-color: green;
}
  
.RMNETtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;

}
.RMNETpopup {
	line-height:1.35;
	overflow:hidden;
	white-space:nowrap;
}

/*--------------------------------------------------
  tabbertab 
  --------------------------------------------------*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 0 3px 0;
 padding: 0 3px ;
 border-bottom: 0px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 min-height:40px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
	min-height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE  !important;
 text-decoration: none !important;
}

ul.tabbernav li a:link { color: #448  !important;}
ul.tabbernav li a:visited { color: #667 !important; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE !important;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff !important;
 border-bottom: none;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white !important;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;
	overflow:auto;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
