/*Mozilla!*/
.makemozwork
{
}

v\:*
{
    behavior: url(#default#VML);
}

#leftpane-bar .normal, #rightpane-bar .normal, body
{
    background-color: #fff;
}

a.side-link:link, a.side-link:active, a.side-link:visited, a.side-link:hover
{
    border: 1px solid #ececec;
}

/*color of lighter text boxes.*/
#leftpane-bar .light, #rightpane-bar .light
{
    background-color: #f5f5f5;
}

/*control padding between mainlinksdiv and others below*/
#leftpane-bar, #rightpane-bar, #content
{
    padding-top: 1%;
}

#leftpane-bar .search_button
{
    height: 25px;
}

/*GLOBAL STYLES  ##################################################################################*/
body
{
    margin: 0px 1px 0px 0px;
    padding: 0px;
    font-size: 75%;
    font-family: tahoma;
}

/*for non-visual agents.*/
.no-display
{
    display: none;
}
h3
{
    display: none;
}

.noborder
{
    border-top: 0px;
}

/*defines div that holds content divs*/
#content-container
{
    background-color: white;
    margin-left: 130px;
    margin-right: 130px; /* border-left: 2px solid #cccccc;     border-right: 2px solid #cccccc; */
    padding-top: 1%;
    padding-left: 8px;
    padding-right: 8px;    
}


/*EXT-NAV STYLES  #################################################################################*/
#ext-nav
{
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #CCCCCC;
    color: #999999;
}

#ext-nav a:link, #ext-nav a:active, #ext-nav a:visited, #ext-nav a:hover
{
    font-size: 95%;
    color: gray;
    text-decoration: none;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

#ext-nav a:hover
{
    border-style: none none dotted none;
    border-width: 1px;
    border-color: gray;
}


/*HEADER STYLES  ##################################################################################*/
.title-div
{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 3px;
}
.title-div a
{
    text-decoration: none;
    color: white;
}
.title-div img
{
    border: none;
}

h1
{
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 220%;
    color: white;
    padding-left: 2%;
    padding-bottom: 1.5%;
    padding-top: 1%;
}



/*MAIN NAV STYLES  ################################################################################*/

#main-nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    height: 34px;
    background: #7FBA24;
    font-size: 110%;
}

#main-nav ul li
{
    float: left;
    display: block;
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#main-nav ul li a
{
    display: block;
    padding: 9px 18px 9px 18px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.03em;
    font-weight: bold;
    width: 150px;
}

#main-nav ul li a:hover
{
    display: block;
    padding: 9px 18px 9px 18px;
    color: #7FBA24;
    text-decoration: none;
    letter-spacing: 0.03em;
    font-weight: bolder;
    background-color: #fff;
}

#main-nav ul li .active
{
    background-color: #68961E;
}


/*SIDE BARS  ######################################################################################*/

/*main styles*/
#leftpane-bar, #rightpane-bar
{
    width: 130px;
    padding-top: 1%;
    line-height: 150%;
}

#leftpane-bar
{
    float: left;
    border-right: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#rightpane-bar
{
    float: right;
    text-align: right;
    border-left: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

/*sub-nav stuff*/
#leftpane-bar ul, #rightpane-bar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#leftpane-bar li, #rightpane-bar li
{
    padding: 0;
}

#leftpane-bar a:link, #leftpane-bar a:active, #leftpane-bar a:visited, #leftpane-bar a:hover
{
    color: black;
    display: block;
    padding-left: 6px;
}

#leftpane-bar a:hover
{
    background-color: white;
}

/*other*/
#leftpane-bar .light, #rightpane-bar .light
{
    border-top: 1px solid gray;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#leftpane-bar .normal, #rightpane-bar .normal
{
    padding-right: 0.5%;
    border-top: 1px solid gray;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#leftpane-bar span, #rightpane-bar span
{
    font-size: 90%;
    font-weight: 700;
}

#leftpane-bar .no-padding a:link
{
    padding: 0;
}

#leftpane-bar .subnav, #rightpane-bar .subnav
{
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.subnav span
{
    padding-left: 3px;
}


/*CONTENT STYLES  #######################################################################################*/
#content-container div
{
}

h2
{
    line-height: 170%;
    padding-left: 5px;
    border: 1px solid #cccccc;
    letter-spacing: 1px;
    font-size: 90%;
    color: black;
    margin-bottom: 0.5%;
    padding-top: 0;
    margin-top: 0;
}

acronym
{
    border-bottom: 1px dashed gray;
    cursor: help;
}

kbd
{
    font-size: 120%;
}

.action-bar
{
    background-color: #C0C0C0;
}

.action-bar input
{
    margin-left: 10px;
}

.data-section
{
    width: 500px;
    border: solid 1px #C0C0C0;
    padding: 5px;
    margin-top: 10px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 1px;
}

.weatherIconSelection label
{
    vertical-align: middle;
    background-color: #eeeeee;
}
.weatherIconSelection img
{
    vertical-align: top;
    background-color: #eeeeee;
    width: 37px;
}
.weatherIconSelection td
{
    width: 45px;
    height: 63px;
}
.windSelection td
{
    text-align: center;
    background-color: #eeeeee;
    width: 37px;
    cursor: pointer;
}

/*
#table_weatherIcon
{
    position:relative;
    top:-40px;    
}
.weatherIconSelection input
{
    height: 20px;
    margin: 19px 0px 0px 8px;
    position:relative;     
    top:60px;
    z-index:1;
}

.weatherIconSelection td
{   
    width: 45px;
    height: 63px;    
}


*/

.infoWindowLocations th
{
    font-weight: bold;
}

#image_load
{
    position: absolute;
    top: 50%;
    right: 50%;
    visibility: hidden;
}

/*FOOTER STYLES  ##################################################################################*/
#footer
{
    background-color: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 90%;
    color: gray;
    float: left;
    width: 100%;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
    color: #00008B;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}


/*RATING  ########################################################################################*/
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(images/SavedStar.png);
}

/*TICKER #########################################################################################*/
#ticker_content
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 130px;
    clear: both;
}
#ticker_content .wrapper
{
    position: relative;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 130px;
    padding-left: 0;
    list-style-type: none;
}
#ticker_content .headline
{
    position: relative;
    width: 130px;
    left: 1px;
    overflow: visible;
    float: left;
    z-index: 1;
}
#ticker_content .next
{
    margin-top: -100px; /* for IE */
    filter: alpha(opacity=40); /* CSS3 standard */
    opacity: 0.4; /* for Mozilla */
    -moz-opacity: 0.4;
}
#ticker_content active
{
    background-color: #EEE;
    border-bottom: none;
}

#ticker_content .ticker_table
{
    padding: 0px;
    margin: 0px;
    width: 110px;
    border: solid 1px #ccc;
}

#ticker_content .ticker_table td
{
    padding: 0px 4px 0px 0px;
    margin: 0px;
}

#ticker_content .ticker_table img
{
    height: 30px;
}

/*SEARCH #########################################################################################*/
#search_results
{
}

#search_results .header td
{
    font-weight: bold;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
#search_results th
{
    line-height: 400%;
}
#search_results td
{
    padding: 0px 10px 0px 5px;
    height: 12px;
    border-bottom: dotted 1px #ccc;
}

/*STATION #########################################################################################*/
#station_info
{
}
#station_info td
{
    font-weight: bold;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    vertical-align: top;
}
#station_weather, #station_weather table, #station_weather td
{
    font-weight: normal;
    background-color: #fff;
    border-bottom: none;
    border-right: none;
}

/*REGISTERAWS ###################################################################################*/
#aws_info.table
{
   min-width:700px;
}
#aws_info td.label
{
    font-weight: bold;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    vertical-align: top;
    width: 150px;
}
#aws_info input.rownum
{
    width:40px;
}

/*OTHER #########################################################################################*/
#button_save
{
    position: relative;
    width: 100%;
    left: 80px;
    top: -495px;
    z-index: auto;
    float: none;
    clear: none;
    height: 22px;
}
#button_save input
{
    height: 21px;
    width: 90px;
    background-color: #fff;
    border: 2px outset #808080;
    cursor: pointer;
}
a.grijs
{
    color: #080;
    text-decoration: none;
    font-size: 8pt;
    font-family: Arial,Verdana;
}
a.grijs:hover
{
    color: #080;
    text-decoration: underline;
    font-family: Arial,Verdana;
}
