body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

.Tyellow { color: #FF3; margins 2px 2px 2px 2px;}
.Twhite  { color: #FFF; margins 2px 2px 2px 2px;}


/*****************/
/*** HEADLINES ***/
/*****************/

.SPCWeatherHeadlinesBoxHigh {
        border: 2px solid #ff17f8;
        background-color:#ff81f8;
        width: 99%;
        margin: 5px auto 5px auto;
	padding: 2px;
        border-radius: 6px;:q
}

.SPCWeatherHeadlinesBoxMdt {
        border: 2px solid #d20011;
        background-color:#eb7e82;
        width: 99%;
        margin: 5px auto 5px auto;
        padding: 2px;
        border-radius: 6px;:q
}

.SPCWeatherHeadlinesBoxEnh {
        border: 2px solid #fc8134;
	background-color:#e9c188;
	width: 99%;
	margin: 5px auto 5px auto;
	padding: 2px;
	border-radius: 6px;:q
}

.SPCWeatherHeadlinesBoxSlgt {
        border: 2px solid #ff9334;
        background-color:#f7f690;
        width: 99%;
        margin: 5px auto 5px auto;
        padding: 2px;
        border-radius: 6px;:q
}

.SPCWeatherHeadlinesBoxMrgl {
        border: 2px solid #2c7843;
	background-color:#7ac687;
	width: 99%;
	margin: 5px auto 5px auto;
	padding: 2px;
	border-radius: 6px;:q
}

.SPCWeatherHeadlinesBoxNull {
        border: 2px solid #0057a5;
        background-color:#afddf6;
        width: 99%;
        margin: 5px auto 5px auto;
        padding: 2px;
	border-radius: 6px;:q
}

.SPCWeatherHeadlinesHigh {
        color:#ff17f8;
        text-align: center;
        font: bold 14pt Arial;
	text-shadow: 1px 1px #aaa;
}

.SPCWeatherHeadlinesMdt {
        color:#d20011;
        text-align: center;
        font: bold 14pt Arial;
        text-shadow: 1px 1px #aaa; 
}

.SPCWeatherHeadlinesEnh {
        color:#fc8134;
	text-align: center;
	font: bold 14pt Arial;
	text-shadow: 1px 1px #aaa;
}

.SPCWeatherHeadlinesSlgt {
        color:#ff9334;
        text-align: center;
        font: bold 14pt Arial;
        text-shadow: 1px 1px #aaa;
}

.SPCWeatherHeadlinesMrgl {
        color:#2c7843;
	text-align: center;
	font: bold 14pt Arial;
	text-shadow: 1px 1px #aaa;
}

.SPCWeatherHeadlinesNull {
        color:#0057a5;
        text-align: center;
        font: bold 14pt Arial;
	text-shadow: 1px 1px #aaa;
}

.SPCWeatherHeadlinesBody {
        color: #000000;
        padding-left: 15px;
        padding-right: 15px;
        font: 10pt Arial;
}
.SPCWeatherHeadlinesBody a {
	color: #004a82;
}

.SPCWeatherHeadlinesBody a:hover {
	color: #4ba3e3;
}
/********************************/
/*** HAZARDOUS WEATHER MATRIX ***/
/********************************/

td.off {
background:#91b8ff;
}
td.on {
background:#003399;
}

.matrix {
        font-size: 8pt;
        font-family: arial;
}
A.black:link {
        color: #000000;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.black:visited {
        color: #000000;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.black:active {
        color: #000000;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.black:hover {
        color: #000000;
        font-size: 8pt;
        text-decoration: underline;
        font-family: arial;
}
A.awhite:link {
        color: #ffffff;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.awhite:visited {
        color: #ffffff;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.awhite:active {
        color: #ffffff;
        font-size: 8pt;
        text-decoration: none;
        font-family: arial;
}
A.awhite:hover {
        color: #ffffff;
        font-size: 8pt;
        text-decoration: underline;
        font-family: arial;
}

/*Modification to the Hazard Matrix for consistency with 
Convective Outlook colors. CMM - 2/17/2015
*/
.ac-high { background: #ff81f8; vertical-align: middle; }
.ac-mod { background: #eb7e82; vertical-align: middle; }
.ac-enh { background: #e9c188; vertical-align: middle; }
.ac-slight { background: #f7f690; vertical-align: middle; }
.ac-mrgl { background: #7ac687; vertical-align: middle; }
.ac-seetext { background: #fcde0a; vertical-align: middle; }
.ac-nosevere { background: #d2ffa6; vertical-align: middle; }
.ac-nothunder { background: #afddf6; vertical-align: middle; }
.mx-unknown { background: #ffffff; vertical-align: middle; }
.mx-inprogress { background: #ffffff; vertical-align: middle; }
.ac48-sig { background: #ff0000; vertical-align: middle; }
.ac48-severe { background: #f7f690; vertical-align: middle; }
.ac48-uncertain { background: #fbf58c; vertical-align: middle; }
.ac48-noarea { background: #e7e7e7; vertical-align: middle; }
.ac48-unknown { background: #ffffff; vertical-align: middle; }
.ac48-15p { background: #f7f690; vertical-align: middle; }
.ac48-30p { background: #e9c188; vertical-align: middle; }
.fw12-extreme { background: #ff7fff; vertical-align: middle; }
.fw12-critical { background: #ff7f7f; vertical-align: middle; }
.fw12-seetext { background: #fcde0a; vertical-align: middle; }
.fw12-low { background: #d2ffa6; vertical-align: middle; }
.fw38-critical { background: #ff7f7f; vertical-align: middle; }
.fw38-uncertain { background: #fbf58c; vertical-align: middle; }
.fw38-noarea { background: #e7e7e7; vertical-align: middle; }

/***********************/
/*** SEVERE WX CLIMO ***/
/***********************/

#formTbl {
	background:#eee;
	border:1px solid #d5d5d5;
}
#formCell {
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

#formTxt {
	font-size: 11px;
}

.imgwrapper
{       position: relative;
        display: block }

.mapbutton {
        font: 11px arial;
}

.maptext {
        font: 11px arial;
}

.maintbl
{
        border: 1px solid black;
        background: #FFFFFF;
        width: 935px;

}

.menuTbl {
        background: #fff;
        border-spacing: 5px 0;
}

.menuTbl td {
        background:#444444;
        text-align: center;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid white;
}

.menuTbl td a, a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration:none;
        color:#fff;
        line-height: 1.2em;
}

.menuTbl td:hover {
        background: #222222;
}

.menuTbl td a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration:underline;
        color:#fff;
        line-height: 1.2em;
}

.formTbl {
        border: 1px solid black;
}

#climoTab {
	background: #a2b5cd;
	padding: 2px;
	text-align: center;
	border:1px solid #556c85;
	-moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 0px;
        border-radius: 10px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
}

#climoTab a, a:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #3f556d;
        text-decoration:none;
}

#climoTbl td:hover {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	border: 1px solid #a2b5cd;
	background: #d6e4f4; 
}

#climoHelp {
	float: right;
	margin: 0;
	}

#climoHelp a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #666;
	text-decoration:none;
}

#climoHelp a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #0076fa;
        text-decoration:underline;
}
	

#ClimoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 10px 2px 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

#ClimoTxt a, a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
	text-decoration:none;
	color: #0076fa; 
}

#ClimoTxt a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration:underline;
        color: #0076fa;      
}

/*******************************/
/*** SVR CLIMO -- FRONT PAGE ***/
/*******************************/

#example {
        width:300px;
        height:213px;
        position:relative;
}

#ribbon {
        position:absolute;
        top:-3px;
        left:-15px;
        z-index:500;
}

#frame {
        position:absolute;
        z-index:0;
        width:300px;
        height:213px;
        top:-3px;
        left:-80px;
}

/*
        Slideshow
*/

#slides,
#slides1,
#slides2 {
        position:relative;
        top:0px;
        left:4px;
        z-index:100;
}

/*
        Slides container
        Important:
        Set the width of your slides container
        Set to display none, prevents content flash
*/

.slides_container {
        width:300px;
        overflow:hidden;
        position:relative;
        display:none;
}

/*
        Each slide
        Important:
        Set the width of your slides
        If height not specified height will be set by the slide content
        Set to display block
*/

.slides_container div.slide {
        width:300px;
        height:213px;
        display:block;
}


/*
        Next/prev buttons
*/

#slides .next,#slides .prev {
        position:relative;
        top:107px;
        left:-39px;
        width:24px;
        height:43px;
        display:block;
        z-index:101;
}

#slides .next {
        left:585px;
}
/*
        Pagination
*/

.pagination {
        margin:0px auto 0;
        width:100px;
}

.pagination li {
        float:left;
        margin:0 1px;
        list-style:none;
}

.pagination li a {
        display:block;
        width:12px;
        height:0;
        padding-top:12px;
        background-image:url(/new/images/pagination.png);
        background-position:0 0;
        float:left;
        overflow:hidden;
}

.pagination li.current a {
        background-position:0 -12px;
}

.caption {
        z-index:500;
        position:absolute;
        top:188px;
        left:0px;
        height:20px;
        padding:2px 20px 2px 0px;
        width:298px;
	background: #fff;
        font-size:14px;
        line-height:1.33;
        color:#000;
	text-shadow: 1px 1px #ccc;
}

/****************************/
/*** FORECAST TOOLS CYCLE ***/
/****************************/
.slideshow { 
	height: 220px;
        width: 310px;
}
.slideshow img {
	height: 213px;
        width: 300px;
	padding: 0px;
	border: 0px;
}

.slideshow1 { 
        height: 220px;
        width: 310px; 
}
.slideshow1 img {
        height: 213px;
        width: 300px;
        padding: 0px;
        border: 0px;
}

.slideshow2 { 
        height: 220px;
        width: 310px; 
}
.slideshow2 img {
        height: 213px;
        width: 300px;
        padding: 0px;
        border: 0px;
}


/*************************/
/*** FLOT REPORT PLOTS ***/
/*************************/

#placeholder > div.legend > table {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

#rptNav {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.2em;
        margin: 0 10px 2px 10px;
        padding: 5px;
        background: #fff;
}

#rptNav a, a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration:none;
        color: #0076fa;
}

#rptNav a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration:underline;
        color: #0076fa;
}

#rptLabel {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
	font-weight: bold;
        line-height: 1.2em;
        margin: 0 10px 2px 10px;
        padding: 5px;
        background: #fff;
}

#noRPT {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.3em;
	background: #fff;
}

/************************/
/*** SOCIETAL IMPACTS ***/
/************************/

td.off {
background:#91b8ff;
}
td.on {
background:#003399;
}

.impacts {
        font-size: 8pt;
        font-weight: bold;
        font-family: arial;
        vertical-align: middle;
}

.cities_high { background: #ff7fff; vertical-align: middle; }
.cities_mdt { background: #e67f7f; vertical-align: middle;}
.cities_enh { background: #e6c27f; vertical-align: middle; }
.cities_slgt { background: #f6f67f; vertical-align: middle; }
.cities_mrgl { background: #7fc57f; vertical-align: middle; }

/***************************/
/*** HIGHLIGHTS 4-PANEL ***/
/**************************/

#HighlightContainer {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #000000;
}

#HighlightContainer a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #0062ae;
}

#HighlightContainer a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4ba3e3;
}

#HighlightTitle {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000;
	text-align: center;
	text-shadow: 1px 1px #ccc;
}

#TopicContainer {
	border: 1px solid #ccc;
	padding: 0px;
	-moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;

}
/****************/
/*** RESEARCH ***/
/***************/

.SPCResearchList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #aedbf4;
        background: #fffff0;
}
.SPCResearchList li {
        background: url('/new/images/feature_stories_bullet2.png') no-repeat;
        padding: 4px 4px 4px 21px;
	line-height: 1.2em;
	border-bottom: 1px dotted #ccc;
}
.SPCResearchList li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
        color: #0062ae;
}
.SPCResearchList li a:hover {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        text-decoration: underline;
        color: #4ba3e3;
}

/********************/
/*** PRODUCT TABS ***/
/********************/

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #afddf6;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #111; }
ul.tabbernav li a:visited { color: #111; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #4ca4e3;
 border-color: #0062ae;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

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

.tabberlive .tabbertab {
 width:348px;
 padding:1px;
 border:1px solid #aaa;
 border-top:0;

}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:300px;
 overflow:auto;
}

/**************************/
/*** SPC PRODUCT ALERTS ***/
/**************************/

.SPCProducts {
        width: 348px;
	height: 460px;
	padding: 0px;
        overflow: auto;
}
.SPCProductsNew {
        list-style-type: none;
        padding-left: 0px;
        margin: 0px;
        border: 1px dotted #ff0000;
        line-height: 1.2em;
        background: #ffffef;
}

.SPCProductsOld {
        list-style-type: none;
        padding-left: 0px;
        margin: 0px;
        border: 1px dotted #DDDDDD;
        line-height: 1.2em;
        background: #f5ffff;
}

.SPCProductsOld td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
	line-height: 1.2em;
}

.SPCProductsNew td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
	line-height: 1.2em;
}

.SPCProductsNew a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: underline;
        color: #0062ae;
	line-height: 1.2em;
}

.SPCProductsOld a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: underline;
        color: #0062ae;
	line-height: 1.2em;
}

.SPCProductsNoMD {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
        padding: 20px 0px 0px 20px;
}
.SPCProductsNoWW {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        font-weight: bold;
        list-style-type: none;
	padding: 20px 0px 0px 70px;
}   

.ACbg {
        height: 90px;
        width: 125px;
        }
.ACsm {
        height: 75px;
        width: 100px;
        }

.WWbg {
        height: 90px;
        width: 125px;
        }
.WWsm {
        height: 75px;
        width: 100px;
        }

.MDbg {
        height: 90px;
        width: 125px;
        }
.MDsm {
        height: 75px;
        width: 100px;
        }


/******************************/
/*** SPC Case Study Archive ***/
/******************************/

#CaseArchive {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ebf3ff;
}
#CaseArchive a {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #0062ae;
}
#CaseArchive a:hover {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #4ba3e3;
}

/**********************/
/*** SPC QUICK VIEW ***/
/**********************/

.SPCQuickView {
        background: #0062ae;
        position:relative;
        height: 20px;
        width:582px;
        display: block;
        vertical-align: middle;
        padding: 5px 0 5px 0px;
        /*text-shadow:.5px .5px 1px #000;*/
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 0px;
        border-radius: 10px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;

}

.SPCQuickView ul {
        padding-left: 0px;
        margin-left: 10px;
        display: inline;
        z-index: 1 ;
}

.SPCQuickViewTab {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
        margin-right: 5px;
        display: inline;
        border-left:1px solid #43adff;
        background-position: left bottom;
}

.SPCQuickViewTabFirst {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
        margin-right: 5px;
        display: inline;
        border-left:none
        background-position: left bottom;
}

.SPCQuickViewTabLast {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
        margin-right: 5px;
        display: inline;
        border-left:1px solid #43adff;
        background-position: left bottom;
}

.SPCQuickViewTab a, .SPCQuickViewTabFirst a, .SPCQuickViewTabLast a {
        color: #FFF;
        text-decoration: none;
        padding-left: 2px;
}


/*** END CONTENT FORMATTING ***/
/***________________________________________________________________________***/
/*** BEGIN FOOTER ***/

#bottom {
         width:1050px; height:30px;
          background-image:url(/new/images/nesdis_body_bottom.png);
         background-repeat:no-repeat;
         margin:-5px auto 0px auto;
}

/***________________________________________________________________________***/
/***________________________________________________________________________***/
/*** BEGIN BOXED ***/
.boxed-disabled {
  border: 2px solid black;
  border-radius: 5px;
}
/*** END BOXED ***/

