/* April 18, 2012 Version */

/*  If using the carterlake/saratoga templates, try uncommenting this to move the display left and stay within the boundaries.
    This css file should be loaded after the main one though
#main-copy {
padding: .5ex 1em 1em .24em;
}
*/

#today { 
position: relative;top:-0px;
}

.nexstorm_main {    /* this will affect the storms display */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #000000;
}

.nexstormheader {  /* the very top "no thunderstorms" */
text-align: center;
color: #87cefa;
/*font-weight: bold;*/
font-size: 12px;
padding: 6px 0 6px 0;
}

.datetime {    /* the date and time at the top */
color: #ffffff; 
font-size: 10px; 
font-weight:bold
}

.nexstorm_img {    /* the map table cell*/
vertical-align: top;
margin:0px;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
}

.NSmapdisplay {   /* the map display area */
position: relative;
overflow: hidden; 
}

.nexstorm_sub {    /* this is the table cell that contains the whole right column */
width: 120px;
color: #f2f2f2;
padding-top: 0;
font-size: 14px;   /* sets the spacing between lines */
}

.nexstormdata_top {  /* this is the strikes/close area box */
border: 1px solid #555555;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: 14px;
margin-bottom: 5px;
padding: 3px 2px 3px 3px;
}

.nexstormheader2 {  /* the various headings - strikes/close" & last strike & distribution & totals etc */
text-align: center;
color: #87cefa;
font-size: 10px;
}

.nexstrikes {  /* the strikes and close numbers */
font-size: 20px; 
font-weight: bold; 
color: #FFFFFF;
}

.nexstormdatacolored {      /* right column data boxes with colored text */
border: 1px solid #555555;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-top: 2px;
margin-bottom: 5px;
padding: 3px 2px 3px 3px;
text-align: left;
font-size: 10px;
color: #97adad;
}  

.nexupdt {                 /* right column updates text */
color: white;
float: right;
}

.nexstormdatawhite {       /* data boxes with white text */
border: 1px solid #555555;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-top: 2px;
margin-bottom: 5px;
padding: 3px 2px 3px 3px;
text-align: left;
font-size: 10px;
color: #fff;
}  
   
.nexstormdatabottom {      /* the gauges etc below the map */
border: 0;
margin: 0;
padding: 0;
text-align: left;
font-size: 10px;
color: #FFF;
width: 100%;
}

.nexstormbottomgraphs {    /* the table that holds the bar graphs below the map */  
border: 1px solid #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 107px;
width: 100%;
}

.nexstormbottomtotals {    /* the table that holds the totals below the map */  
border: 1px solid #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 107px;
min-width:130px;
width: 100%;
padding: 0px;
}

.nexstormdatabottomstats {   /* the countdowns and/or rates when they're below the map */  
border: 1px solid #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 107px;
padding: 0px;
}

.nexstorm_gr {              /* the table cell that holds the JpGraphs */  
text-align: center;
padding-bottom: 5px;
}

.countdownsbottom {         /* the countdowns etc when used at the bottom */
color: #97adad;
font-size: 10px;
text-align:center;
border: 0px;
margin: 0px;
padding: 0px;
}

/* these are for the old tracreportshort */
.nexstyle1 {                /* the trac report normal text when using the old tracreportshort */
color: #FFFFFF;
font-size: 10px;
}

.nexstyle2 {               /* the trac report headings when using the old tracreportshort */
color: #87cefa;
font-weight: bold;
font-size: 12px;
padding: 0 0 10px 0;
}

.tracreport {              /* old tracreportshort */
border-bottom: 1px solid #333333;
padding: 3px 0 3px 0;
}

.tracreporthead {          /* old tracreportshort */
background: #333333;
padding: 2px;
}
/* end old tracreportshort */

.nexstyle3 {               /* the heading above the graphs */
color: #87cefa;
/* font-weight: bold; */
font-size: 12px;
padding: 0 0 0 0;
}

/*

img.NSmap {
position:relative;
left:0px;
top:0px;
z-index:-1;
}
*/

/* Positioning of the legend (tl = topleft, tr = topright, bl = bottomleft, br = bottomright) */

.NSlegend_tl {
    position:absolute; 
    top:2px;
    left:2px;
    z-index:1;
}

.NSlegend_tr {
    position:absolute; 
    top:0px;
    right:3px;
    z-index:1;
}

.NSlegend_br {
    position:absolute; 
    top:493px;
    left:293px;
    z-index:1;
}

.NSlegend_bl {
    position:absolute; 
    top:493px;
    left:2px;
    z-index:1;
}

.NSlegend_hide {
    display: none;
}

.NSoffline {         /* places the offline and pause images over the map */
    position:absolute; 
/*    top:230px;       these are now calculated in the script
    left:120px;  */
    z-index:1;
}

.NSmaptime {       /* the time in the corner of the map */
	color:white;
	font-size: 10px;
    position:absolute;
    bottom:12px;
    right:3px;
    z-index:1;
}

.NSdbz {
    position:relative;
    left:0px;
    bottom:15px;
    z-index:-10;
}

.NScredits {     /* the credits in the corner of the map */
	color:white;
	font-style: italic;
	font-size: 10px;
    position:absolute;
    left:2px;
    bottom:0px;
    z-index:1;
}

.NScredits a, .NScredits a:visited {
text-decoration: none !important;
}

.NScreditsb {      /* Henkka & Jim links */
	color:#fff; 
	font-style: italic;
	font-size: 10px;
}

.NScreditsb a, .NScreditsb a:visited {
text-decoration: none !important;
color: #82cdfb !important;
font-style: italic;
}

/* This whole section is for the last strikes */
#MAP .NSstrikes {           /* Added for Last Strike feature */
	font-size: 2.0em;
	font-weight: bold;	
    position:absolute;     /* Must be absolute */
    z-index:2;
}

/* The following will control the "tool tips" that pop up on "last strikes" */
#MAP a.info{
	position:absolute;        /* Must be absolute */
	z-index:21;
	color:inherit;
	text-decoration:none;
	outline: none;
}

#MAP a.info span {
	display: none;   /* hide the span text using this css */
}

#MAP a.info:hover {
	z-index:25;
	color:inherit;
}

#MAP a.info:hover span { /* the span will display just on :hover state */
	display:block;
	position:relative;  /* absolute doesn't work in opera but relative seems to work with all */
	width:6em;
	border:1px solid #FFF;  
	background-color:#000; 
	color:#FFF;         
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;		
	-moz-border-radius: 6px;	 /* Rounded edges in Firefox */
}

#MAP a.info.uleft:hover span {  /* left & above */
	top: -9em;
	right: 7em;
}

#MAP a.info.uright:hover span {   /* right & above */
	top: -9em;
	left: 2em;
}
 
#MAP a.info.lleft:hover span {   /* left & below */
	top: -1em;
	right: 7em;
}

#MAP a.info.lright:hover span {  /* right & below */
	top: -1em;
	left: 2em;
}

#MAP a img {
    border:none;
}
/* End of last strikes */
/* The following are for the table that NSStorms-include provides */
.nsstormsstatus {               /* the separate heading above the storms table */
color: #87cefa;
font-size: 12px;
padding: 0 0 10px 0;
}

table.nsstorms {                /* style the table however you wish */
	width: 99%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	text-align: center;
}
table.nsstorms th {             /* heading row */
	color: white;
	font-size: .8em;	
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: #333333;
	background-color: #333333; 
	font-weight: normal;        /* otherwise headings will be bold */
	line-height: 12px;
}
table.nsstorms td {             /* normal cells */
	color: white;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
table.nsstorms td.hilite {      /* alternate rows */
	color: white;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
table.nsstorms td.weak {
	color: #00ff00;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
table.nsstorms td.medium {
	color: #FFFF00;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
table.nsstorms td.strong {
	color: #ff0000;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
table.nsstorms td.severe {
	color: #ff0080;
	font-size: .8em;
	border-width: 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-bottom: 1px solid #333333;
}
/* End of the NSStorms section */
/* AutoRange Dropdown */
/*
body { font-family:Arial, Helvetica, Sans-Serif; font-size:0.75em; color:#000;}

.dropdown {font-family:Arial, Helvetica, Sans-Serif; font-size:14px; color:#000;}
*/
.radar a, .dropdown a:visited { color:#97adad !important; text-decoration:none !important; outline:none;}
.radar a:hover { color:#fff !important;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; font-size: 10px; font-weight:inherit !important;}
.dropdown dd { position:relative; }
.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(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
				border:0px solid #000; width:100px;}
.dropdown dt a span {cursor:pointer; display:block; padding:0px;}

.dropdown dd ul { background:#333333 none repeat scroll 0 0; border:2px solid #000; color:#97adad; display:none;
				  left:0px; padding:0px 0px; position:absolute; top:2px; width:auto; min-width:100px; 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 */