/*
 * Default stylesheet for extension wes_weatheralert
 * tx.wesweatheralert.css
 * 
 * NO CUSTOMER ADJUSTMNENTS HERE! Use .mod files inestead.    
 *
 * Version 1.1.0
 * Copyright (C) Weber eBusiness Services
 * http://www.weber-ebusiness.de 
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * C H A N G E L O G (add changes to top of list)
 * 
 *    1.1.0, 2010-03-17, Jaroslav Herber
 *    
 *        - Centered details in the weatherinfo-view with text-align: right
 *
 *    1.0.0, 2009-12-14, Jaroslav Herber
 *    
 *        - Initial Release         
 */

 .tx-wesweatheralert-alert {
    padding: 1px;
    margin: 0;
    position: relative;
    top: 0px;
    width: 240px;
    font-family: "Lucida Sans",Arial,Verdana,sans-serif;
}

     .tx-wesweatheralert-alert .stormalert_container {
        background: #dead30 url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_moderate.png) repeat-x 0 0;
        padding: 1px 0;
        position: relative;
    }

        .tx-wesweatheralert-alert .stormalert {
            background: #dead30 url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_moderate.png) repeat-x 0 -1px;
            margin: 0 -1px;
        }
        
            .tx-wesweatheralert-alert .stormalert .stormalert_content {
                height: 130px;
                position: relative;
            }

                .tx-wesweatheralert-alert .stormalert .stormalert_content a {
                    padding: 9px 15px;
                    display: block;
                    position: relative;
                    text-decoration: none;
                    color: #fff;
                    cursor: pointer;
                }
                
                    .tx-wesweatheralert-alert .stormalert .stormalert_content span {
                        display: block;
                    }
                    
                    
            .tx-wesweatheralert-alert .stormalert .stormalert_content .current_alert {
                width: 190px;
            }
            
            .tx-wesweatheralert-alert .stormalert .stormalert_content .link_to_dwd {
                background: url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_clouds_small.png) no-repeat 0 0;
                height: 52px;
                padding: 0px 0 0 81px;
                margin: 10px 0 0 0;
            }
            
            .tx-wesweatheralert-alert .stormalert .stormalert_content .link_to_dwd .content_text {
                padding-top: 15px;
            }
                        
                .tx-wesweatheralert-alert .stormalert .stormalert_content .subline {
                    color: #fff;
                    font-size: 1em;
                    margin: 0;
                    line-height: 1.15em;
                }            

                .tx-wesweatheralert-alert .stormalert .stormalert_content .subline {
                    text-transform: capitalize;
                    font-size: 1em;
                    letter-spacing: 0;
                }
                
                 .tx-wesweatheralert-alert .stormalert .stormalert_content .content_text {
                    color: #fff;
                    font-size: 0.75em;
                    line-height: 1.35em;
                    margin: 0.3em 0 0 0;
                }
                
                     .tx-wesweatheralert-alert .stormalert .stormalert_content span.link_info {
                        font-size: 0.93333em;
                    }

            
     .tx-wesweatheralert-alert .moderate,
     .tx-wesweatheralert-alert .moderate .stormalert {
        background-image: url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_moderate.png);
        background-color: #dead30;
    }
    
         .tx-wesweatheralert-alert .moderate .stormalert .stormalert_content a .subline,
         .tx-wesweatheralert-alert .moderate .stormalert .stormalert_content a .content_text {
            color: #333;
        }
    
     .tx-wesweatheralert-alert .striking,
     .tx-wesweatheralert-alert .striking .stormalert {
        background-image: url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_striking.png);
        background-color: #bd4a1d;
    }
    
     .tx-wesweatheralert-alert .storm,
     .tx-wesweatheralert-alert .storm .stormalert {
        background-image: url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_storm.png);
        background-color: #521908;
    }
    
     .tx-wesweatheralert-alert .extreme,
     .tx-wesweatheralert-alert .extreme .stormalert {
        background-image: url(/fileadmin/balingen/ext/wes_weatheralert/images/stormalert_extreme.png);
        background-color: #2e001d;
    }
    


/* WEATHER FORECAST */
.tx-wesweatheralert-info {
    position: relative;
    z-index: 30;
    padding: 0px 0 20px 0;
    width: 240px;
    font-family: "Lucida Sans",Arial,Verdana,sans-serif;
}

        .tx-wesweatheralert-info .weather_info {
            background: #edf9f9 url(/fileadmin/balingen/ext/wes_weatheralert/images/weather_background.gif) repeat-x 0 100%;
            border: 5px solid #C0E7E9;
            display: relative;
            z-index: 2;
            padding-bottom: 6px;
        }

            .tx-wesweatheralert-info .sky_container {
                width: 75px;
                height: 60px;
                float: left;
                margin: 5px 0 0 10px;
                position: absolute;
                overflow: hidden;
                display: block;
                z-index: 99;
            }

                .tx-wesweatheralert-info .sky_container img {
                    position: relative;
                    display: none;
                }

                .tx-wesweatheralert-info .sky_container .sky {
                    background: url(/fileadmin/balingen/ext/wes_weatheralert/images/wetter_icons.png) no-repeat -0 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 75px;
                    height: 60px;
                }

            .tx-wesweatheralert-info .weather_data {
                padding: 8px 0 8px 0;
                position: relaitve;
            }

            .tx-wesweatheralert-info .weather_info .notice {
                font-size: 10px;
                padding: 0 12px 6px 12px;
            }
            
            .tx-wesweatheralert-info .weather_info .notice  a {
                color: #003247;
            }

            /* Preload Border-Images */
            .tx-wesweatheralert-info .border_top {
                background: url(/fileadmin/balingen/ext/wes_weatheralert/images/weather_border_top.gif) no-repeat 0 -5000px;
            }

            .tx-wesweatheralert-info .border_bottom {
                background: url(/fileadmin/balingen/ext/wes_weatheralert/images/weather_border_bottom.gif) no-repeat 0 -5000px;
            }

                .tx-wesweatheralert-info .weather_info h3.current_temperature {
                    color: #295A5F;
                    font-size: 32px;
                    line-height: 1em;
                    padding: 0;
                    margin: 15px 25px 15px 0;
                    position: relative;
                    text-align: right;
                }

                .tx-wesweatheralert-info .weather_info .items {
                    border-top: 1px solid #A9BDBF;
                    width: 180px;
                    display: block;
                    margin: 0 auto;
                }

                    .tx-wesweatheralert-info .weather_info .item {
                        border-bottom: 1px solid #A9BDBF;
                        padding: 2px;
                        display: block;
                        font-size: 11px;
                        color: #685C53;
                        text-align: right;
                    }
                    
                        .tx-wesweatheralert-info .weather_info .time {
                            border: none;
                            padding-right: 25px;
                        }

                    .tx-wesweatheralert-info .weather_info .items .extended,
                    .tx-wesweatheralert-info .weather_info .notice {
                        display: none;
                    }
                    .tx-wesweatheralert-info.details .weather_info .items .extended {
                        display: block;
                    }

            /* Weather-Details Button */
            .tx-wesweatheralert-info .weather_details {
                float: right;
                background: #C0E7E9;
                margin: -5px 0 0 0;
                z-index: 1;
                position: relative;
            }

                .tx-wesweatheralert-info .weather_details a {
                    padding: 4px 14px 5px 15px;
                    display: block;
                    font-size: 11px;
                    text-decoration: none;
                    position: relative;
                    color: #003247;
                }

                    .tx-wesweatheralert-info .weather_details a span {
                        background: url(/fileadmin/balingen/ext/wes_weatheralert/images/weather_details_arrow.gif) no-repeat right 0.6em;
                        padding-right: 15px;
                        display: block;
                        position: relative;
                    }

        /* Extended weather */
    .tx-wesweatheralert-pi2 .extended_weather {
        margin: -2px -10px 0 -10px;
        position: relative;
        width: 238px;
        z-index: 30;
    }

        .tx-wesweatheralert-pi2 .extended_weather .weather_info {
            background: #7bbbf2 url(/fileadmin/balingen/ext/wes_weatheralert/images/weather_bg_active.png) repeat-x 0 0;
            border: none;
        }

            .tx-wesweatheralert-pi2 .extended_weather .border_top {
                background-position: 0 0;
                border: none;
            }

            .tx-wesweatheralert-pi2 .extended_weather .border_bottom {
                background-position: 0 bottom;
                padding: 7px 0 10px 15px;
            }

                .tx-wesweatheralert-pi2 .extended_weather .weather_details {
                    display: none;
                    margin-right: 8px;
                }

                    .tx-wesweatheralert-pi2 .extended_weather .weather_info h3.current_temperature {
                        color: #00567a;
                    }

                    .tx-wesweatheralert-pi2 .extended_weather .weather_info .items {
                        color: #003247;
                        border-color: #e1ebf5;
                        position: relative;
                        left: -7px;
                    }
                    
                    .tx-wesweatheralert-pi2 .extended_weather .weather_info .time {
                        padding-right: 38px;
                    }

                    .tx-wesweatheralert-pi2 .weather_info .items .item {
                        border-color: #e1ebf5;
                    }

                    .tx-wesweatheralert-pi2 .extended_weather .weather_info .items .extended {
                        display: block;
                    }
                    
                    
/* weatheralerts */
        .tx-wesweatheralert-alert #weatheralerts {
            display: none;
        }
        
        .detailStormAlert .tx-wesweatheralert-alert #weatheralerts {
            display: block;
        }
        
        .detailStormAlert .tx-wesweatheralert-alert {
            width: 730px;
        }
        
        #weatheralerts {
            padding: 28px 40px 10px 40px;
            color: #fff;
            background: #dead30 url(/fileadmin/images/default/stormalert_moderate.png) repeat-x scroll 0 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
        }
        
        #weatheralerts.moderate {
            color: #333;
        }
        
        #weatheralerts.striking {
            background-image: url(/fileadmin/images/default/stormalert_striking.png);
            background-color: #bd4a1d;
        }
        
        #weatheralerts.storm {
            background-image: url(/fileadmin/images/default/stormalert_storm.png);
            background-color: #521908;
        }
        
        #weatheralerts.extreme {
            background-image: url(/fileadmin/images/default/stormalert_extreme.png);
            background-color: #2e001d;
        }
        
            #weatheralerts .alert_headline {
                font-size: 25px;
                line-height: 1.2em;
                margin: 5px 0 5px;
                padding-bottom: 30px;
            }
    
            #weatheralerts .alert_icon_container {
                float: left;
                width: 166px;
                height: 108px;
                margin-bottom: 50px;
            }
            
            #weatheralerts .alert_icon_container .alert_event {
                width: 100%;
                height: 100%;
                background: url(/fileadmin/ext/wes_weatheralert/images/weatheralerts.png) repeat-x 0 100%;
            }
                
                #weatheralerts .alert_icon_container .thunderstorm {
                    background-position: 0 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .strong_winds {
                    background-position: 1494px 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .heavy_rain {
                    background-position: 1328px 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .heavy_snowfall {
                    background-position: 1162px 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .fog {
                    background-position: 996px 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .cold_temperatures {
                    background-position: 830px 100%;
                    width: 128px;
                }
                
                #weatheralerts .alert_icon_container .slippery_roads {
                    background-position: 664px 100%;
                    width: 132px;
                }
                
                #weatheralerts .alert_icon_container .thaw {
                    background-position: 498px 100%;
                    width: 107px;
                }
                
                #weatheralerts .alert_icon_container .high_temperatures {
                    background-position: 332px 100%;
                    width: 107px;
                }
                
                #weatheralerts .alert_icon_container .strong_uv_radiation {
                    background-position: 166px 100%;
                    width: 107px;
                }
                
                
            #weatheralerts .alert_info_inner_container {
                padding-left: 166px;
                margin-bottom: 50px;
            }
            
                #weatheralerts .alert_duration {
                    font-size: 14px;
                    font-weight: bold;
                    padding: 2px 0;
                }

                #weatheralerts .alert_altitude {
                    font-size: 14px;
                    padding: 2px 0 16px 0;
                }
                
                #weatheralerts .alert_info_container .alert_description, #weatheralerts .alert_info_container .alert_instruction {
                    font-size: 15px;
                    line-height: 1.4em;
                    margin-top: 0;
                    margin-bottom: 0.5em;
                }
                
                #weatheralerts .alert_info_container + .alert_info_container {
                    margin-top: 2.0em;
                }
                
                #weatheralerts .alert_info_container {
                    clear: both;
                }