/**********************************
 * TITLE: Gila Screen Stylesheet  *
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/

body {
  color: black;
  background-color: #F3F2EB;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

#page {
  margin: 20px auto;
  color: black;
  background-color: white;
}

.doNotDisplay {
  display: none !important;
}

.picfl {
           float:left;
           padding-right: 5px;
           position: relative;
}

.picfr {
           float:right;
           padding-left: 5px;
           position: relative;
}

.picfc {
           text-align: center;
           padding-left: 5px;
           padding-right: 5px;
           position: relative;
}


/* ##### Header ##### */

/* ##### CHANGE background-color to change header color, hex code is OK ##### */
/* ##### Hex Color Chart - http://www.hypersolutions.org/pages/rgbhex.html  ##### */

#header {
  color: inherit;
  background-color: #3173B1;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

 .headerTemp {
  font-size: 36px;
  font-weight: bold;
  float: right;
  right: .5ex;
  margin-right: 5px;
  margin-left: 15px;
  top: 0.18em;
  color: white;
}

[class~="headerTemp"] {
  top: 0.18em;  /* For fully standards-compliant user agents */
}

.subHeader {
  color: white;
  float: left;
  clear: left;
  position: relative;
  background-color: #666666;
  font-size: 109%;
  margin: 0;
  padding: 0.5ex 1ex;
}

.subHeaderRight {
  color: white;
  background-color: #666666;
  font-size: 109%;
  text-align: right;
  margin:  0;
  padding: 0.5ex 2ex;
}

.subHeader a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 9.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #3173B1;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.leftSideBar li {
  margin: .5ex;
  padding: 0;
}

.leftSideBar a {
display: block;
color: #336699;
background-color: transparent;
width: 89px;
padding: .05em;
text-decoration: none;
}

.leftSideBar a:visited {
  color: #336699;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
background-color: #3173B1;
color: white;
}

.leftSideBar .sideBarText {
  color: black;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: black;
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy-dark {
  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  margin: .1em 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy a {
  color: #336699;
  background-color: transparent;
  text-decoration: underline;
}
#main-copy a:hover {
  text-decoration: none;
}

.table-top {
  color: black;
  background-color: #96C6F5;
  text-align: left;
  font-weight: bold;
}

.column-dark {
  color: black;
  background-color: #F1F8FE;
}

.column-light {
  color: black;
  background-color: white;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FF9900;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
#main-copy .watchBox a {
  color: blue;
}
#main-copy .watchBox a:hover {
  color: blue;
  background-color: inherit;
  text-decoration: underline;
}

.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: white;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFCC00;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
#main-copy .advisoryBox a {
  color: blue;
}
#main-copy .advisoryBox a:hover {
  color: blue;
  background-color: inherit;
 text-decoration: underline;
}

.warningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
#main-copy .warningBox a {
  color: white;
}
#main-copy .warningBox a:hover {
  color: white;
  background-color: inherit;
  text-decoration: underline;
}

.tornadowarningBox {
  color: white;
  font-size: 13px;
  text-align: center;
  background-color: #CC0000;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(255,255,255);
}
#main-copy .tornadowarningBox a {
  color: white;
}
#main-copy .tornadowarningBox a:hover {
  color: white;
  background-color: inherit;
  text-decoration: underline;
}

/* ##### ajaxSidebar ##### */
.ajaxSidebar {
    background-color: white;
        border: none;
        width: 114px;
}
.ajaxSidebar h2 {
        font-size: 12pt;
        color: white;
        background-color: #5B9AD2;
        text-align: center;
        margin-right: 6px;
}

.ajaxSidebar .meas {
        font : x-small Arial, Helvetica, sans-serif;
        color: black;
        text-align : right;
        background-color: white;
        width: 35%;
        }
.ajaxSidebar .data {
        font : 9pt Arial, Helvetica, sans-serif;
        color: #3173B1;
        text-align : left;
        background-color: white;
        }
.ajaxSidebar td {
         border: none;
         background-color: white;
}
.ajaxDashboard .datahead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
}
.ajaxDashboard .datahead2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
		border-bottom: 1px solid #CCCCCC;
        color:  white;
        background-color: #3173B1;
        text-align: center;
}
.ajaxDashboard .data1 {
         color: black;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         border-bottom: 1px solid #CCCCCC;
         background-color: white;
         text-align: left;
}
.ajaxDashboard .data2 {
         color: black;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         background-color: white;
         text-align: left;
}
.ajaxDashboard td {
         border: none;
         background-color: white;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #d5d5d5;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.jsuparrow {
background-color:#CDDBCD;
border:0px none;
color:#22464F;
text-decoration:none;
}

.jsupoutline {
background:#CDDBCD none repeat scroll 0%;
border:0px solid #2266AA;
height:15px;
left:0px;
padding:0px;
position:absolute;
top:0px;
width:24px;
}

/* WordPress additions for Weather Display PHP AJAX Templates */
/* Copy and paste all of this to the END of your CSS files */

/* Begin Sidebar */
#sidebar
{
	padding: 2.5em;
	width: 150px;
	float: right;
	background-color: #F1F8FE;
	margin: 5px;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: black;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

/* Begin Blog Main Copy */
#blog-main {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  min-height: 720px;
  clear:right;

}

#blog-main-dark {
  color: white;
  background-color: black;
  text-align: left;
  line-height: 1.5em;
  margin: .1em 0 0 9.5em;
  padding: .5ex 1em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#blog-main h1 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#blog-main h2 {
  color: black;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  text-align:left

}

#blog-main a {
  color: #336699;
  background-color: transparent;
  text-decoration: underline;
}

#blog-main a:hover {
  text-decoration: none;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Added for image alignment issued */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
  color: black;
  background-color: #F1F8FE;
}

.thread-even {
  color: black;
  background-color: white;
}

/* ##### mjc extra ##### */

#horizontal-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal-menu ul li {
display: inline;
padding: .2em 1em;
}

.menuLinkSelectedhoriz {
background-color: #3173B1;
color: white;
width: 100px;
padding: .2em;
}

.menuLinkSelected {
display: block;
background-color: #3173B1;
color: white;
width: 90px;
padding: .04em;
}

#hlo_kuvat{
					float: left;
					padding-top: 2em;}

#hlo_kuvat p{
					line-height: 0.01;
					margin-top: 7px;
					}
					
#hlo_kuvat div{
					width: 140px;
					height: 220px; 
					float: left; 
 					text-align: left;
					color: #336699;					
					margin: 0 5px 5px 0;
					font-size: 95%;}
					 
#hlo_kuvat img{
					border: solid silver 2px;}

/* NEXSTORM */
table {border-collapse:collapse;border-spacing:0;}
#nexdiv{ background: #000000;padding-top: 10px; color:white; border: 1px solid #555; font-size: 10px; margin: 0 auto;}
.shadow2 {-webkit-box-shadow: 0 0 4px 2px #ccc;-moz-box-shadow: 0 0 4px 2px #ccc;box-shadow:0 0 4px 2px #ccc;}
.shadow4 {-webkit-box-shadow: 0 0 6px 4px #bbb;-moz-box-shadow: 0 0 6px 4px #bbb;box-shadow:0 0 6px 4px #bbb;}
.radius2 {webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.radius3 {webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.radius6 {webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.nexsubhead{color:#3299CC; font-size: 16px;padding-top:2px;padding-bottom:4px;text-align: center;font-family: "Ubuntu","Lucida Grande",Verdana,Helvetica,sans-serif;font-weight:400;}
.nexsidebar{vertical-align:top;color:#fff;font-size:10px;width:140px}
.nexsidebox{border: 1px solid #555; margin: 6px 6px 0 6px; padding: 4px; width:135px}
.nexbignumb{font-size: 26px; color: #FFFFFF; padding: 6px 0 3px 0;}
.nexsidesubhead{font-size:10px;color:#3299CC;}
.nexsubinner{padding:2px 3px 0 4px;line-height:13px}
.nxtxta{float:right;color:#fff}
.nxtxtb{color:#ADADAD;}
.nexstyle1 {font-family: verdana, tahoma, sans-serif;color: #FFFFFF;font-size: 10px;}
.nexstyle11 {font-family: verdana, tahoma, sans-serif;color: #3299CC;font-size: 10px;}
#continuebtn{color:#fff;font-size:11px;font-weight:bold;display:block;padding:3px;border:1px solid #333;-webkit-border-radius: 5px;-moz-border-radius: 5px;margin: 4px auto;cursor: pointer;*cursor: hand;width:50px;background-color:#111;}
#continuebtn:hover {background-color:#444;cursor: pointer;* cursor: hand;}
#sbtn:hover{cursor: pointer;* cursor: hand;}
.nextabbtn{color:#fff;font-size:11px;font-weight:bold;display:inline-block;padding:3px;border:1px solid #333;-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;margin: 4px auto;cursor: pointer;*cursor: hand;min-width:50px;background-color:#111;text-align:center;position:relative;top:4px;border-width: 1px 1px 0 1px;}
.nextabbtn:hover, .nextabbtn.active {background-color:#444;cursor: pointer;* cursor: hand;}
.NScredits {	color:white;font-style: italic;font-size: 10px;position:absolute;left:2px;bottom:0px;z-index:1;}
.NScredits a {text-decoration: none;}
.NScreditsb {color:white;font-style: italic;font-size: 10px;}
.NScreditsb a {text-decoration: none;color: #FFF;}
.NSDpop{
	position:absolute;
	font: 10px verdana, tahoma, sans-serif;
	font-size:11px;
	border:0px solid #222;
	background:rgba(0, 0, 0, .75);
	padding:6px;
	color:#fff;
	line-height:15px;
	border-radius: 8px;
	z-index: 1002;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /*-webkit-box-shadow: 0 0 2px 1px #888;-moz-box-shadow: 0 0 2px 1px #888;box-shadow:0 0 2px 1px #888;*/
}

.dropdown {font-family:Verdana, Helvetica, Sans-Serif; font-size:10px; color:#000;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; font-size: 10px; font-weight:inherit !important;}
.dropdown dd { position:relative;left:45px; }
.dropdown a, .dropdown a:visited { color:#97adad !important; text-decoration:none !important; outline:none;}
.dropdown a:hover { color:#fff !important;}
.dropdown dt a:hover { color:#fff; border: 0px solid #000;}
.dropdown dt a {background:#000 url('iconsNSD/arrow.png') no-repeat scroll right center; display:block; padding-right:20px;border:0px solid #000; width:95px;}
.dropdown dt a span {cursor:pointer; display:block; padding:0px;}
.dropdown dd ul { background-color:rgba(42,42,42,0.95); border:1px solid #000; color:#97adad; display:none;z-index:100;left:0px; padding:0px 2px 0 2px; position:absolute; top:2px; left:-45px; width:auto; min-width:95px; list-style:none;}  /* width of dropdown */
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:2px; display:block;}
.dropdown dd ul li a:hover { background-color:#000 !important;}
/* End of the AutoRange Dropdown */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * LEAFLET
 */
.leaflet-map-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-pane,.leaflet-overlay-pane,.leaflet-shadow-pane,.leaflet-marker-pane,.leaflet-popup-pane,.leaflet-overlay-pane svg,.leaflet-zoom-box,.leaflet-image-layer{position:absolute}
.leaflet-container{overflow:hidden}
.leaflet-tile-pane,.leaflet-container,.leaflet-corner,.leaflet-popup{-webkit-transform:translate3d(0,0,0)}
.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-moz-user-select:none;-webkit-user-select:none;user-select:none}
.leaflet-marker-icon,.leaflet-marker-shadow{display:block}
.leaflet-clickable{cursor:pointer}
.leaflet-dragging{cursor:move}
.leaflet-dragging .leaflet-clickable{cursor:move}
.leaflet-container img{max-width:none!important}
.leaflet-div-icon{background:#fff;border:1px solid #666}
.leaflet-editing-icon{border-radius:2px}
.leaflet-tile-pane{z-index:2}
.leaflet-objects-pane{z-index:3}
.leaflet-overlay-pane{z-index:4}
.leaflet-shadow-pane{z-index:5}
.leaflet-marker-pane{z-index:6}
.leaflet-popup-pane{z-index:7}
.leaflet-zoom-box{width:0;height:0}
.leaflet-tile{visibility:hidden}
.leaflet-tile-loaded{visibility:inherit}
a.leaflet-active{outline:2px solid orange}
.leaflet-control{position:relative;z-index:7}
.leaflet-top,.leaflet-bottom{position:absolute}
.leaflet-top{top:0}
.leaflet-right{right:0}
.leaflet-bottom{bottom:0}
.leaflet-left{left:0}
.leaflet-control{float:left;clear:both}
.leaflet-right .leaflet-control{float:right}
.leaflet-top .leaflet-control{margin-top:10px}
.leaflet-bottom .leaflet-control{margin-bottom:10px}
.leaflet-left .leaflet-control{margin-left:10px}
.leaflet-right .leaflet-control{margin-right:10px}
.leaflet-control-zoom{-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}
.leaflet-control-zoom{padding:5px;background:rgba(0,0,0,0.25)}
.leaflet-control-zoom a{background-color:rgba(255,255,255,0.25)}
.leaflet-control-zoom a,.leaflet-control-layers a{background-position:50% 50%;background-repeat:no-repeat;display:block}
.leaflet-control-zoom a{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:19px;height:19px}
.leaflet-control-zoom a:hover{background-color:#fff}.leaflet-touch .leaflet-control-zoom a{width:27px;height:27px}
.leaflet-control-zoom-in{background-image:url(iconsNSD/zoom-in.png);margin-bottom:5px}
.leaflet-control-zoom-out{background-image:url(iconsNSD/zoom-out.png)}
.leaflet-control-layers{box-shadow:0 0 0 #000;background:rgba(0,0,0,0.25);-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}
.leaflet-control-layers a{background-image:url(iconsNSD/layers.png);opacity:.25;width:36px;height:36px}
.leaflet-touch .leaflet-control-layers a{width:44px;height:44px}
.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}
.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}
.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;font:10px/1.5 Verdana,Helvetica,sans-serif;color:#f2f2f2;background:rgba(0,0,0,0.50)}
.leaflet-control-layers input{margin-top:2px;position:relative;top:1px}
.leaflet-control-layers label{display:block}
.leaflet-control-layers-separator{height:0;border-top:0 solid #ddd;margin:5px -10px 5px -6px}
.leaflet-container .leaflet-control-attribution{background-color:rgba(0,0,0,0.5);box-shadow:0 0 0 #bbb;margin:0}
.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#ddd}
.leaflet-container .leaflet-control-attribution{font:9px/1.5 Tahoma,Helvetica,sans-serif;color:rgba(255,255,255,0.4)}
.leaflet-container .leaflet-control-attribution:hover{font:9px/1.5 Tahoma,Helvetica,sans-serif;color:rgba(255,255,255,1)}
.leaflet-container .leaflet-control-scale{font:9px/1.5 Verdana,Helvetica,sans-serif}
.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}
.leaflet-control-scale-line{border:1px solid #777;color:#fff;line-height:1;font-size:10px;padding:2px;background-color:rgba(0,0,0,0.5)}
.leaflet-control-scale-line:nth-child(2){margin-top:-1px}
.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}
.leaflet-touch .leaflet-control-layers{border:5px solid #bbb}
.leaflet-fade-anim .leaflet-tile,.leaflet-fade-anim .leaflet-popup{opacity:.4;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}
.leaflet-fade-anim .leaflet-tile-loaded,.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}
.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}
.leaflet-zoom-anim .leaflet-objects-pane{visibility:hidden}
.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left}
.leaflet-popup-content{margin:8px 8px}
.leaflet-popup-tip-container{margin:0 auto;width:40px;height:16px;position:relative;overflow:hidden}
.leaflet-popup-tip{width:15px;height:15px;padding:1px;margin:-8px auto 0;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.leaflet-popup-close-button{position:absolute;top:8px;right:8px;width:10px;height:10px;overflow:hidden}
.leaflet-popup-content p{margin:0}
.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.leaflet-container{background:#000}
.leaflet-container a{color:#0078a8}
.leaflet-zoom-box{border:2px dotted #05f;background:white;opacity:.5}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:rgba(0,0,0,0.85)}
.leaflet-popup-content-wrapper{-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}
.leaflet-popup-content{font:11px/1.4 Verdana,Helvetica,sans-serif}
.leaflet-popup-close-button{background:white url(iconsNSD/popup-close.png)}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables 
 * http://www.datatables.net
 */
.tractable{width:99%;padding-bottom:0px; border: 1px solid #424242; background: #000;}
.tractablehead {padding: 4px;background:url('iconsNSD/222222.png') 0 50%;background-color:#424242; height: 20px; color:#3299CC; font-size:11px;}
.tracrow{font-size:11px;color:#fff;line-height: 20px;background-color:#080808;}
.tracrowodd{font-size:11px;color:#fff;line-height: 20px;background-color:#1f1f1f;}

.dataTables_wrapper {position: relative;min-height: 258px;clear: both;_height: 258px;zoom: 1;}
.dataTables_length {width: 40%;float: left;}
.dataTables_info {width: 60%;float: left;}
.dataTables_paginate {position:relative;top:-10px;right:10px;width: 44px;* width: 50px;float: right;text-align: right;}
table.display {margin: 0 auto;clear: both;width: 100%;}
table.display thead th {padding: 3px 18px 3px 10px;border-bottom: 1px solid black;font-weight: bold;cursor: pointer;* cursor: hand;}
table.display tfoot th {padding: 3px 18px 3px 10px;border-top: 0px solid black;font-weight: bold;}
table.display td {padding: 3px 10px;}
table.display td.center {text-align: center;}
tr.odd {background-color: #080808;}
tr.even {background-color: #1f1f1f;}
.clear {clear: both;}
.paging_full_numbers {width: 400px;height: 20px;line-height: 20px;}
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {border: 0;-webkit-border-radius: 5px;-moz-border-radius: 5px;padding: 2px 5px;margin: 0 3px;cursor: pointer;*cursor: hand;}
.paging_full_numbers span.paginate_button {background-color: #000;}
.paging_full_numbers span.paginate_button:hover {background-color: #444;}
.paging_full_numbers span.paginate_active {background-color: #000;color:#3299CC;}
 