div.nws_warning{margin:10px 10px 0px 10px;; border:1px solid red; background: pink; padding: 5px; text-align: center}
div.nws_warning a:link, div.nws_warning a:active, div.nws_warning a:visited{text-decoration:none; color: red;}
div.nws_warning h1{font-size: 16px; margin: 0px;}
PRE{font-size: 11px;}
div.footer{font-size:10px;border-top: 1px solid black;text-align: center;padding: 5px;line-height: 18px;}
div.footer a{color: black;display:inline;padding:3px;text-decoration: none;margin-bottom: 5px;}
div.footer a:hover{padding:3px;text-decoration: none;background: #aaff00;}
.transMenu {
        position:absolute;
        overflow:hidden;
        left:-1000px;
        top:-1000px;
        }
div.content_div{
        width:100%;
        overflow:hidden;
        border: 1px white solid;
}
/*
div.content_container div p{
        color: #342B0C;
        border: 1px solid #aaaaaa;
        background: #FFEAA3;
        margin:0px 13px 0px 20px;
        padding: 3px 3px 3px 20px;
        font-weight: bold;
        font-size:14px;
}
*/
div.headline{
        padding:10px 0px 4px 13px;
        margin-bottom:5px;
        font-size:15px;
        font-weight:bold;
        color:black;
        border-bottom: 1px #aaaaaa solid;
}


div.headline_menu {
        padding:0px;
        margin:-2px 0px 20px 0px;
}

span.station_location{
        font-weight: normal;
        font-size: 12px;
        color: #999999;
}

p.forecast_text{
        font-size: 13px;
        margin:0px 13px 7px 13px;
        padding: 3px 0px 3px 7px;
}

div.content_div a{
        text-decoration: none;
        color: #1235CC;
}


tr.title_row td{
        padding: 5px;
        font-size: 11px;
        text-align: center;
        font-weight: bold;
}

table.five_day{
        width: 550px;
        cell-padding: 3px;
        cell-spacing: 0px;
        border: 1px #dddddd solid;
        margin:auto;
}

table.five_day td{
        padding: 5px;
        test-align:center;
        vertical-align:top;
}

tr.icon_row td{
        font-size: 10px;
        text-align: center;
}

tr.text_row td{
        padding: 5px;
        font-size: 11px;
        text-align: center;
        vertical-align: top;
}

td.alt_column{
        background: #dddddd;
        text-align:center;
}
td.even_column{
        text-align:center;
}
p.forecast_headline{
        color: #13192d;
        border: 1px solid #2e3242;
        background: #aad1e9;
        margin:0px 13px 0px 13px;
        padding: 3px 3px 3px 5px;
        font-weight: bold;
        font-size:14px;
}

hr.headline_underline{
        display:inline;
        margin: 0px 13px -2px 13px;
        color:#000000;
        background-color:#000000;
        width:100%;
        height:1px;
        border:0px;
}

div.headline_menu a{
        padding:5px 7px 5px 7px;
        margin:0px 0px 4px 10px;
        text-decoration: none;
        font-size:11px;
        font-weight:normal;
        color:#666666;
        border-bottom: 1px #aaaaaa solid;
        border-left: 1px #aaaaaa solid;
        border-right: 1px #aaaaaa solid;
}
div.headline_menu a:hover{
        background: #aaaaaa;
        padding:5px 7px 5px 7px;
        margin:0px 0px 4px 10px;
        text-decoration: none;
        font-size:11px;
        font-weight:normal;
        color:black;
        border-bottom: 1px #aaaaaa solid;
        border-left: 1px #aaaaaa solid;
        border-right: 1px #aaaaaa solid;
}

div.current_conditions {
        float:right;
        margin: 8px 10px 2px 8px;
        border: 1px #aaaaaa solid;
        background: #ffffff;
        text-align: center;
        padding: 5px;
}

a.printable {
        text-decoration:none;
        color:#0000cc;
        font-size:12px;
        font-weight:500;
}

a.printable:hover {
        text-decoration:underline;
        color:#0000cc;
        font-size:12px;
        font-weight:500;
}

div.legend {
        margin:20px;
        width:525px
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
        position:absolute;
        }

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
        position:relative;
        left:0px; top:0px;
        z-index:2;
        }

.transMenu.top .items {
        border-top:none;
        }

/* each TR.item is one menu item */
.transMenu .item {
    color:#222;
    font-size:13px;
    font-family:sans-serif;
    text-decoration:none;
        /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
        border:none;
        cursor:pointer;
        cursor:hand;
        }

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
        position:absolute;
        left:0px; top:0px;
        z-index:1;
        -moz-opacity:.95;
        filter:alpha(opacity=95);
        }

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
        position:absolute;
        z-index:3;
        top:3px; width:2px;
        -moz-opacity:.8;
        filter:alpha(opacity=80);
        }

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
        position:absolute;
        z-index:1;
        left:3px; height:2px;
        -moz-opacity:.8;
        filter:alpha(opacity=80);
        }

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
        background:#aaaaaa;
        color:black;
        }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
        margin-left:10px;
        }


table.banner_table a{
        text-decoration: none;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}

td.top_menu{
        border-right: 1px solid #444444;
}

td.top_menu_cell a{
        color: #000000;
        font-size: 12px;
        padding: 10px 12px 7px 12px;
        border-left: 1px solid #444444;
}

td.level2_menu{
        border-right: 1px solid #bbbbbb;
}

td.level2_menu a{
        color: #bbbbbb;
                padding-left: 12px;
        padding-right: 12px;
                padding-top: 4px;
                padding-bottom: 6px;
        border-left: 1px solid #bbbbbb;
}

a.top_menu_cell {

}

a.top_menu_cell_hover {
        color: black;
        padding: 5px 12px 5px 12px;
        background: #ffffff;
        cursor: pointer;
        border-top: 1px solid #000000;

}

a.level2_menu_cell {
        color: #000000;
}

a.level2_menu_cell_hover {
                color: black;
        background: #ffffff;
        cursor: pointer;
}

tr.top_row{
        background: #1d82c3;
}

tr.bottom_row{
        background: #26325b;
}


fieldset.page_sponsor {
        display:inline;
        padding:4px;
        margin:0px;
        margin-top: 10px;
        border: 1px #aaaaaa solid;
        background: #ffffff;
        width:150px;
}

fieldset.page_sponsor legend{
font-size:10px;
        color: #aaaaaa;
}


div.sidenav a{
        font-size: 13px;
        position: relative;
        background: #ffffff;
        color: #555555;
        border-bottom: 1px solid #aaaaaa;
        display: block;
        text-decoration:none;
        padding: 4px;
        padding-left: 6px;

}
div.sidenav a:hover{
        display: block;
        color: black;
        background: #cccccc;
        border-bottom: 1px solid #aaaaaa;
        text-decoration:none;
        padding: 4px;
        padding-left: 6px;

}
div.sidenav a.level1{
        font-size: 11px;
        position: relative;
        background: #ffffff;
        color: #555555;
        border-bottom: 1px solid #aaaaaa;
        display: block;
        text-decoration:none;
        padding: 3px;
        padding-left: 9px;

}
div.sidenav a.level1:hover{
        display: block;
        color: black;
                background: #cccccc;
        border-bottom: 1px solid #aaaaaa;
        text-decoration:none;
        padding: 3px;
        padding-left: 9px;

}
div.sidenav{
        position: relative;
        display:block;
        border: 1px solid #aaaaaa;
        border-bottom: none;
}
div.sidenav_header{
        margin-top: 6px;
        background: #1d82c3;
        border-top: 3px solid #26325b;
        padding: 8px;
        color: black;
        font-size: 12px;
}

