body {
	background-repeat: no-repeat;
	background-position: top right;
	margin:0px;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	font-size:1.0em;
}

#baseMap {
	position:absolute; 
	left: 0em; 
	top:0em;
	width:430px;
	height:340px;
	z-index:-1
}
#regionStatus {
	position:absolute; 
	left: 0em; 
	top:0em;
	width:600px;
	height:340px;
	z-index:10
}
.twitterContainer {
	position:absolute; 
	top:6em; 
	right:12em; 
	z-index:1000;
	border:1px solid #cccccc;
	background:#000000;
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9; 
	color:#ccc;
	padding:1em;
	width:40em%;
	display:none;
}
.twitterContainer a:link{
	color:#CCCCCC;
}
.twitterContainer a:visited{
	color:#CC99FF;
}
#twitterHeader h3.current {
    background-color: #FFFFFF;
    cursor: default;
}

#twitterHeader h3 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/h30.png") repeat scroll 0 0 #CCCCCC;
    border-color: #FFFFFF #FFFFFF #DDDDDD;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;
}
.twitterTitle  {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  margin-top:0em;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight:bold;
  padding: 15px;
}
.tweetTitleLinks  {
	color:#6699FF;
	/*background-color:#000033;*/
}
.tweetTitleLinks a:visited a:link {
	color:#6699FF;
}
.rhButtonsContainer {
	position:absolute; 
	top:4em; 
	right:0px; 
	z-index:1000;
	border:1px solid #cccccc;
	background:#000000;
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9; 
	color:#333;
	padding:1em;
	width:10em%;
}
.rhButtonsContainer a {
	color:#FFFFFF;

}
.fireTableContainer {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:12;
	border:1px solid #cccccc;
	background:#000000;
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9; 
	color:#999999;
	padding:1em;
	width:90%;
}
.fireTableContainer th {
	text-align:left;
}

.fireTableContainer tr.row:hover {
	background-color:#666666;
	border-bottom:#999999 solid 1px;
}
.fireTableContainer table {
	border-collapse : collapse; 
}
.fireTableContainer td {
	border-bottom:#999999 solid 1px;
}
	
#fireTable {
	position:absolute; 
	left: 0em; 
	top:340px;
	width:430px;
	height:340px;
	z-index:10
}
#systemSettings {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute; 
	right:500px; 
	top:00px;
	display:none;
}
.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.spacer {
  clear: both;
  }
.right a {
	color:#FFFFFF;
}

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(images/tabs.png) no-repeat -652px 0;
	font-size:1em;
	font-weight:bold;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
/* root element for accordion. decorated with rounded borders and gradient background image url(imgages/h300.png) 0 0 */
#sidepanel {
	background:#333 ;
	width: 10em;
	border:1px solid #333;	
	-background:#666;
}

/* accordion header */
#sidepanel h3 {
	background:#ccc url(images/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#sidepanel h3.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#sidepanel .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#sidepanel .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:12px;
	color:#999;
}
.sub-heading {
	color:#CC0000;
}
.newFire {
	text-decoration:blink;
}
