/* global */da
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}
p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}
.nixprint {font-family:arial;}
@media print {
    .noPrint { display: none; }
}
h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}
h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}
h3
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}
h4
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}
h5
{ margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 100%;
}
img{border: 0px;}
/* link color on all pages */
a{
color: white;
outline: none;}
/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}
.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}
.centerpage {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}
/* unordered list  margin: 0px 0px 11px 0px; margin: 8px 0px 0px 16px;*/  
/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}
ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

.button {
	padding: 5px 10px;
	background: #2664cf;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	display: inline;
	cursor: pointer
	}
.button {
	border: 1px solid #4cadfc;
	border-radius: 4px;
	}


/*----  DROPDOWN MENU ----*/
ul#nav {margin: 2px 0 0 8px;}
drop a { display: inline-block; color: #fff; font-family: Verdana; font-size: 12px; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0px; padding: 1px; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.1em; vertical-align: middle;  padding: 5px 10px; 	border: 1px solid white; border-radius: 5px;}
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default;}
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; min-width: 165px;}
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible;}
.arrow-down {
	width: 0; 
	height: 0;
	top:10px; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
	padding: 0px;
		    position:absolute;
    display:inline-block;
}
.arrow-right {
	width: 0; 
	height: 0;
		border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
	padding: 0px;
	   position:absolute; 
    display:inline-block;
}

/* main container         install when you want to locate a div/table  border: 1px dashed rgb(34,70,79);*/
#main
{ width: 860px;
  margin-left: auto; 
  margin-right: auto;
    border-radius: 0px 0px 15px 15px;
}
#links1
{vertical-align: top;
  width: 860px;
  height: 30px;
}
/* links above the logo / footer */
#links, #footer, #NEWfooter
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 860px;
  height: 20px;
  font-size: 94%;
  text-transform: uppercase;
}
#links{text-align: right;}
#footer{  width: 820px;text-align: center;}
#links a, #footer, #NEWfooter, a{text-decoration: none;}
#links a:hover, #footer, #NEWfooter, a:hover{text-decoration: none;}
/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 860px;
  height: 125px;
  text-align: right;
}
#logo1
{ margin-left: auto; 
  margin-right: auto;
  width: 100px;
  height: 100px;
  text-align: left;
}
#logo h1, #logo h4
{ margin: 0px;
  padding: 80px 0px 0px 0px;
  font-size: 150%;
  text-align: right;
  letter-spacing: .2em;
}
/* gizmo and temp */
#menu{
color: white;
 height: 42px;
  width: 860;
  margin-left: auto; 
  margin-right: auto;
}
 #menuT{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:13px;
width:100%;
border-collapse:collapse; 
  }
 #menuT td.alt{
  float: right;
  font-size:35px;
  font-weight:bold;
  }
#menu ul{margin: 0px auto;} 
#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 
#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 860px;
  height: auto;
  padding: 0px;
  overflow: hidden;
    border-radius: 0px 0px 15px 15px;
} 
#contentwide
{ margin-left: auto; 
  margin-right: auto;
  width: 1060px;
  height: auto;
  padding: 0px;
  overflow: hidden;
    border-radius: 0px 0px 15px 15px;
}
#main-copy-dark {/* used for background on mwastronomy page */
  color: white;
  background-color: black;
  text-align: justify;
  line-height: 1.5em;
  border:1px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
}
/* column 1 - contains sidebar items */ 
#column1
{ width: 207px;
  float: right;
  padding: 16px 08px 15px 0px;
padding-bottom:120%; 
margin-bottom:-120%; /* Height for the coloumn  1975--------------------------------*/
}
.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}
/* Advisory box and such for atom     -----------------------------------------------------------------------------------*/
.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  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: #FFFF85;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #FFFF85;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;
  background-color: #B3F7FF;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(34,70,79);
}
.warningBox {
  color: black;
  font-size: 13px;
  text-align: center;
  background-color: #E28080;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 0px dashed rgb(255,255,255);
}
.warningBox, .watchBox a, .advisoryBox a {
  color: black;
}
.tornadowarningBox {
  color: black;
  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);
}
.tornadowarningBox a {
  color: black;
}
/* End ----  Advisory box and such for atom     -----------------------------------------------------------------------------------*/

/*  top box right hand side */
.sbihead1
{ height: 14px;
  width: 188px;
  padding: 5px 10px 5px 19px;
  text-transform: uppercase;
}
.sbicontent2
{padding: 16px 8px 8px 19px;
height: 345px;
  width: 174px;
 background: #FAF7F8;
  color: black;
  border:1px solid #a1a1a1;
  border-radius:0px 0px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.sbicontent1
{padding: 16px 8px 8px 19px;
height: 345px;
  width: 174px;
 background: #FAF7F8;
  color: black;
  border:1px solid #a1a1a1;
  border-radius:0px 0px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
/* second box right hand side */
.sbihead2
{ height: 14px;
  width: 188px;
  padding: 5px 10px 5px 19px;
  text-transform: uppercase;
}
.sbicontent2
{padding: 16px 8px 8px 19px;
height: 150px;
  width: 174px;
 background: #FAF7F8;
  color: #000000;
  border:1px solid #a1a1a1;
  border-radius:0px 0px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 10px 5px 19px;
  text-transform: uppercase;
}
.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}
.smokeycenter
{ 
 width: 186px;
 padding: 4px 6px 4px 6px;
 background: #FAF7F8;
  text-align: center;
  margin: 0 auto;
   border:1px solid #a1a1a1;
  border-radius:0px 0px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.smokeycenter2
{ 
 width: 186px;
 padding: 4px 6px 4px 6px;
 background: #FAF7F8;
  text-align: center;
  margin: 0 auto;
   border:1px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.sbicontent{padding: 14px 8px 8px 19px;}
.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}
.sbilinks{padding: 0px;}
.sbilinks ul{margin: 0px auto;} 
.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 
.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 623px;
  float: left;
  padding: 12px 3px 15px 19px;
padding-bottom:100%; 
margin-bottom:-100%;
}
.column2 tr.alt td  {
         border-bottom:1px solid #000000;
}
.col2body tr.alt td  {
         border-bottom:1px solid #000000;
}
.col2body .underline{  
border-bottom:1px dashed #FFFFFF;  
} 
.col2body .underline2{  
border-bottom:1px dashed #FFFFFF;
 text-align: right;  
}
#datatable right 
{
text-align: right;
} 
.colhead1
{ border:3px solid #a1a1a1;
padding:1px 3px;
 text-align: center ; 
color: #FFFFFF;
width:600px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: 2px 0px 8px 0px;
 /* Old Firefox */
}
#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}
#column2 h4
 { color: #FFFFFF;
 background: blue;
 text-align: center ; 
 border-radius: 9px 9px 0px 0px;
padding: 4px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
#column2 h5
 { color: #FFFFFF;
text-align: center ; 
 border-radius: 9px 9px 0px 0px;
padding: 4px 0px 0px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 2px solid black;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
.extremes
{padding: 6px 8px 8px 9px;
 width: 184px;
 background: #FAF7F8;
  color: #000000;
    font-size: 1em;
     text-align: center ; 
  border:1px solid #a1a1a1;
  border-radius:0px 0px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.col2body1
{padding: 16px 12px 8px 8px;
height: 420px;
  width: 580px;
 background: #EDDAE2;
  color: #000000;
  border:1px solid #a1a1a1;
    margin: 0px 0px 12px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.col2discussion
{padding: 16px 8px 8px 9px;
  width: 590px;
color: #000000;
  border:1px solid #a1a1a1;
    margin: 0px 0px 12px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.col2river
{padding: 8px 8px 8px 9px;
  width: 590px;
color: #FFFFFF;
  border:3px solid #FFFFFF;
    margin: 0px 0px 12px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.col2comment
{padding: 8px 8px 8px 9px;
  width: 780px;
color: #FFFFFF;
  border:3px solid #FFFFFF;
    margin: 0px 0px 12px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.col2search
{padding: 8px 8px 8px 9px;
  width: 650px;
color: #FFFFFF;
  border:3px solid #FFFFFF;
    margin: 5px 0px 60px 60px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}

.col2body
{
padding: 8px 0px 8px 4px;/* paddin= top right bottom left */
 width: 600px;
  border:1px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.col2bodyradar
{padding: 4px 4px 0px 4px;
height: 400px;
  width: 565px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.col2bodyforecast
{padding: 4px 4px 4px 4px;
margin-left:10px;
height: 280px;
  width: 205px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.col2bodyforecast1
{padding: 4px 4px 4px 4px;
margin-left:10px;
height: 200px;
  width: 505px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
/* column 2 - NEWpage content =================================*/

#NEWcolumn2
{ text-align: justify;
  width: 832px;
  float: left;
  padding: 12px 3px 15px 19px;
}
#NEWcolumn2f
{ text-align: justify;
  width: 832px;
  float: left;
  padding: 4px 3px 4px 4px;
}

#NEWcolumn2wide
{ text-align: justify;
  width: 1032px;
  float: left;
  padding: 12px 3px 15px 19px;
}
.NEWcol2body1 .NEWcol2bodysnow, h4, h1{
text-align: center;
}
.NEWcol2body1
{padding: 10px 8px 8px 8px;    /* top right bottom left */
  width: 794px;
border:1px solid #a1a1a1;
 background: none;
    margin: 0px 0px 10px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.NEWcol2bodyf
{padding: 0px 8px 8px 0px;    /* top right bottom left */
  width: 830px;
border:1px solid #a1a1a1;
 background: none;
    margin: 0px 0px 0px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}

.NEWcol2bodysnow
{padding: 10px 8px 8px 8px;    /* top right bottom left */
  width: 970px;
border:1px solid #a1a1a1;
    margin: 0px 0px 10px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.conusradar
{padding: 8px 4px 2px 4px;
margin-left: 90px;
height: 581px;
  width: 610px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.conusradarthumbs
{padding: 8px 4px 2px 4px;
  width: 785px;
 background: #ffffff;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.conusradarthumb
{display: inline-block;
padding: 5px 1px 1px 5px;
  width: 140px;
  height: 121px;
 background: #6C8FAF;
  color: #000000;
  border:1px solid black;
  border-radius:10px 10px 10px 10px;

}

.NEWridge
{padding: 10px 1px 8px 1px;    /* top right bottom left */
  width: 830px;
border:1px solid #a1a1a1;
    margin: 0px 0px 0px 0px;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
#NEWfooter
{width: 860px;
text-align: center;
}
.NEWcolheadridge1
{ border:2px solid #FFFFFF;
padding:1px 3px;
  text-align: center ; 
color: #FFFFFF;
width:832px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: 2px 0px 8px 0px;
 /* Old Firefox */
}
.top5
{ 
 width: 186px;
 padding: 4px 6px 4px 6px;
  text-align: center;
  margin: 0 auto;
   border:1px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.toptenhead
{ font-family: arial, sans-serif;
text-align: center;
  letter-spacing: .1em;
  font-size: 14px; 
  margin: 0 auto;
}
.toptencolhead
{ border:3px solid #FFFFFF;
padding:1px 3px;
  text-align: center ; 
color: #FFFFFF;
width:500px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: auto;
 /* Old Firefox */
}
.NEWcolhead1
{ border:2px solid #FFFFFF;
padding:1px 3px;
  text-align: center ; 
color: #FFFFFF;
width:780px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: 2px 0px 8px 0px;
 /* Old Firefox */
}
 /* ---------------------------------------------------------------------Video */
.NEWvideohead1
{ border:2px solid #FFFFFF;
text-align: center ; 
padding:1px 3px;
  text-align: center ; 
color: #FFFFFF;
width:640px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: 2px 0px 8px 0px;
 /* Old Firefox */
}
.videodayweek
{ border:2px solid #FFFFFF;
padding:1px 3px;
  text-align: center ; 
color: #FFFFFF;
width:75px;
border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    margin: 2px 0px 8px 0px;
 /* Old Firefox */
}
.vid { color: white; }
.vid:hover { color: green; }
.vid:active { color: Red; }
.vid:visited { color: white; }
#videoday
{padding: 1px 4px 2px 22px;
margin-left: 60px;
height: 581px;
  width: 800px;

  color: #000000;
/*border: 5px dashed rgb(34,70,79);*/
  text-align: center;
}
/* column 2 - NEWpage content =================================*/
div.databoximg
{ padding: 4px 2px 2px 4px;
height: 120px;
  width: 160px;
          text-align: center;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 3px 3px 3px #888888;
}
div.databox
{height: 260px;
  width: 185px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.databox1
{
height: 260px;
  width: 285px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
div.databox2
{
height: 260px;
  width: 105px;
 background: #FAF7F8;
  color: #000000;
  border:2px solid #a1a1a1;
  border-radius:10px 10px 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}
.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover, .col2river a, .col2search a
{ padding: 0px 0px 0px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.sidebaritem a:hover, #column2 a:hover, .col2search a:hover{border-bottom: 1px solid;}

/* column 2 - NEWpage content =================================*/

.ajaxDashboard .datahead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color:  white;
        background-color: #202020;
        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: #202020;
        text-align: center;
}
.ajaxDashboard .data1, .metardata1 {
         color: white;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         border-bottom: 1px solid #CCCCCC;

         text-align: left;
}
.ajaxDashboard .data2 {
         color: white;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         background-color: #4A4A4A;
         text-align: left;
}
