﻿html, body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Calibri;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

p
{
    margin-top: 0px;
    padding: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* Weather 3 col layout */
#weather_left
{
    width: 195px;
    padding-right: 10px;
    float:left;
}

#weather_middle
{
    width: 480px;
    float: left;
}

.weather_sidebar_articles
{
    margin-bottom: 20px;
    margin-top: 3px;
	float: left;
}

.weather_portal_three_content_holder
{
    margin-top: 10px;
	padding-left: 10px;
    float: left;
    width: 475px;
}

.weather_portal_content_holder
{
    margin-top: 10px;
	padding-left: 10px;
    float: left;
    width: 680px;
}

.accuweather_map
{
    width: 480px;
    float: left;
    margin-bottom: 10px;
}

.more_accuweather
{
    width: 480px;
    font-size: 9pt;
    margin: 10px 0px 10px 0px;
    float: left;
}

.weatherwatch_news
{
    width: 480px;
    font-size: 9pt;
    margin: 10px 0px 10px 0px;
    float: left;
}

.interactive_map
{
    width: 680px;
    font-size: 9pt;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    float: left;
}

.more_headlines
{
    margin-top: 10px;
    color: #0360ad;
    font-weight: bold;
    font-style: italic;
}

.alert_button
{
    margin-bottom: 10px;
}

.alert_button img
{
    border: 0 none;
}

.weather_header_text
{
    color: #0360ad;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

.weather_header_small
{
    color: #0360ad;
    font-size: 11pt;
    font-weight: bold;
}

.weather_header_small a:hover
{
    color: #0360ad;
    text-decoration: none;
}

.no_articles_found
{
    font-style: italic;
}

.weather_content_holder
{
    margin: 10px 0px 10px 0px;
}

/* Five Day Forecast */
.FiveDayForecast
{
    width: 195px;
    margin: 10px 0px 10px 0px;
    float: left;
}

.five_day_forecast_table
{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 194px;
}

.fiveday_day {
    color: #ffffff;
    background-color: #0071bc;
    width: 45px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.fiveday_img {
    width: 60px;
    text-align: center;
    border-bottom:1px solid #cccccc;
}

.fiveday_text
{
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    text-align: right;
    font-size: 12px;
}

/* Storm History Page */
.storm_history
{
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 9pt;
    width: 150px;
    float: left;
    border-bottom: dotted 1px #aaa;
}

/* Storm year Page */
.header_row
{
    background-color: #0360ad;
    font-weight: bold;
    color: #fff;
}

.header_row td
{
    padding: 5px 0px 5px 2px;
}

.content_row
{
    background-color: #eee;
}

.content_row td, .content_row_alternate td
{
    padding: 5px 0px 5px 2px;
    border-bottom: solid 1px #ccc;
}

.storm_table
{
    width: 475px;
    font-size: 9pt;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.storm_table_small
{
    width: 190px;
    font-size: 9pt;
    border-right: solid 1px #ccc;
}

/* Current Conditions Box */
.CurrentConditionsHolder
{
    width: 300px;
    font-size: 9pt;
    margin: 10px 0px 10px 0px;
    float: left;
}

.current_conditions_heading
{
    text-decoration: none;
    font-weight: bold;
    color: #990000;
    font-style: italic;
}

.weather_temp
{
    color: #0360ad;
    font-size: 18px;
}

/* Storm Details page */
.storm_details_nav
{
    margin: 10px 0px 10px 0px;
    font-size: 8pt;
}

.storm_fact
{
    width: 230px;
    float: left;
    margin: 5px 0px 10px 0px;
    padding-right: 10px;
    min-height: 32px;
}

.storm_fact_header
{
    font-weight: bold;
}

.storm_news_articles
{
    margin: 2px 0px 10px 0px;
}

.storm_tracking_map
{
    margin: 2px 0px 10px 0px;
}

.storm_details
{
    margin: 2px 0px 10px 0px;
}


/* Storm News Page */
.weather_news_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

/* News articles on main page */

.news_item_holder
{
    width: 480px;
    float: left;
    margin-bottom: 8px;
}

.large_news_headline
{
    font-size: 11pt;
    font-weight: bold;
    clear: both;    
}

.small_news_headline
{
    font-size: 9pt;
    clear: both;
}

/* TOP news */
.top_news_item_holder
{
    width: 480px;
    float: left;
    margin-bottom: 8px;
}

.top_news_img_holder
{
    width: 200px;
    float: left;
    padding-right: 10px;
}

.top_news_img_holder img
{
    width: 200px;
}

.top_news_txt_holder
{
    width: 270px;
    float: left;
}

.larger_news_headline
{
    font-size: 14pt;
    margin-bottom: 3px;
    font-weight: bold;
    clear: both;
}

/* Weather Forecast Page */
.forecast_item
{
    margin-top: 10px;
    width: 480px;
}

/* Active Storms */
.active_storm_holder
{
    width: 480px;
    float: left;
    margin: 10px 0px 10px 0px;
    font-size: 8pt;
    font-weight: bold;
}

.active_storm_name
{
    width: 480px;
    float: left;
    color: #0360ad;
    font-size: 14pt;
    font-weight: bold;    
    font-style: italic;
}

.active_storm_img
{
    width: 153px;
    float: left;
    padding-right: 5px;
    margin-bottom: 5px;    
}

.active_storm_img img
{
    width: 153px;
    height: 106px;
    cursor: pointer;
    border: none;
}

.active_storm_link
{
    width: 470px;
    font-size: 8pt;
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}
