/* P5 Webtemplate v1.2.1 */
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-size:13px;line-height:1.231;margin:0}body,button,input,select,textarea{font-family:sans-serif;color:#222}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:0;}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace, monospace;_font-family:'courier new', monospace;font-size:1em}pre{white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;padding:0}button,input,select,textarea{font-size:100%;vertical-align:middle;margin:0}button,input{line-height:normal;overflow:visible}table button,table input{overflow:auto}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0000);height:1px;overflow:hidden;position:absolute;width:1px;margin:-1px;padding:0}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;overflow:visible;position:static;width:auto;margin:0}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}audio:not([controls]),[hidden],.ir br{display:none}::-moz-selection,::selection{background:#666;color:#fff;text-shadow:none}figure,form{margin:0}@media print{*{background:transparent!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^=javascript:]:after,a[href^=#]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
html, body {
        height : 100%;
}
        iframe#contentframe {
                width : 100%;
                border : 0;
                margin : 0;
                padding : 0;
                height : 100%;
        }
        
        #musicPlayer {
                width : 100%;
                height : 40px;
                position : absolute;
                bottom : 0;
                left : 0;
                overflow : hidden;
                 background : #a21216;
                border-top : 1px solid #9f9f9f;
                font-family : "Segoe UI", Calibri, Tahoma, sans-serif;
                -webkit-box-shadow: 0px -0px 5px 0px rgba(0, 0, 0, 0.7);
                -moz-box-shadow: 0px -0px 5px 0px rgba(0, 0, 0, 0.7);
                box-shadow: 0px -0px 5px 0px rgba(0, 0, 0, 0.7);
        }

        .container {
                width : 978px;
                margin : 2px auto 0 auto;
                background : #d2d2d2 url('../img/bg_noise.jpg');
                position : relative;
                height : 40px;
                display : block;
                left : -9px;
        }

        .playerTrack {
                display : block;
                padding : 0 10px;
                max-width : 312px;
                float : left;
                border-left : 1px solid #9f9f9f;
        }
        
                .playerArtist,
                .playerInfoLink {
                        color : #414141;
                        font-size : 13px;
                        max-width : 100px;
                        display : block;
                        float : left;
                        white-space : nowrap;
                        text-overflow : ellipsis;
                        overflow : hidden;
                        margin-right : 7px;
                        line-height : 41px;
                        height : 41px;
                }
                
                .playerTitle {
                        color : black;
                        font-size : 16px;
                        max-width : 175px;
                        white-space : nowrap;
                        text-overflow : ellipsis;
                        overflow : hidden;
                        display : block;
                        float : left;
                        line-height : 39px;
                        height : 41px;
                }
                
                .playerInfoLink {
                        position : absolute;
                        right : 5px;
                        top : 0;
                        float : none;
                        text-decoration : none;
                        border-left : 1px solid #9f9f9f;
                        padding-left : 13px;
                }
                
div.jp-audio {
        position : relative;
        display : block;
        float : left;
        width : 440px;
        padding-left : 10px;
        height : 40px;
}

.jp-waveform {
        width : 300px;
        display : block;
        height : 60px;
        position : absolute;
        top : -10px;
        left : 50px;
}
        .jp-waveform img {
                width : 100%;
                height : 100%;
        }

a.icon {
        background: url("../img/icons_player.png") 0 0 no-repeat;
        width : 18px;
        height : 17px;
        padding : 5px;
        margin : 6px 1px 0 1px;
        display:block;
        float : left;
        text-indent:-9999px;
        background-color : white;
        background-color : rgba(255,255,255,0.3);
}
        a.icon:hover {
                opacity : 0.7;
                filter : alpha(opacity=70);
        }
        a.jp-play { background-position : 6px 5px; }
        a.jp-pause { background-position : -21px 5px; display: block; width: 18px;}
        a.jp-mute { background-position : -76px 5px; margin-left: 315px;}
        a.jp-unmute { background-position : -98px 5px; display : block; margin-left: 315px;}

div.jp-progress-bg {
        display : block;
        position : absolute;
        top : 0;
        left : 80px;
        width : 300px;
        height : 40px;
        overflow : hidden;
        border-left : 1px solid #9f9f9f;
        border-right : 1px solid #9f9f9f;
        padding : 0 5px;
}
        div.jp-progress-bg img {
                width : 100%;
                height : 40px;
        }
div.jp-progress,
div.jp-volume-bar {
        overflow:hidden;
        background-color: #444;
        position: absolute;
        top:15px;
        height:10px;
        left:50px;
        width:186px;
}
        div.jp-progress {
                top : 0;
                height : 40px;
                width : 300px;
                background : none;
        }
div.jp-seek-bar {
        background : url('../img/black20.png');
        background : rgba(0,0,0,0.2);
        width:0px;
        height:100%;
        cursor: pointer;
}
div.jp-play-bar,
div.jp-volume-bar-value {
        background: #a21216;
        width:0px;
        height:100%;
}
        div.jp-play-bar {
                border-right : 1px solid #820000;
                background : url('../img/red40.png');
                background: rgba(130,0,0,0.4);
        }

div.jp-volume-bar {
        top : 18px;
        width:46px;
        height:5px;
        cursor: pointer;
        left:387px;
}

div.jp-jplayer audio,
div.jp-jplayer {
        width:0px;
        height:0px;
}

.jp-no-solution {
        width:500px;
        padding:5px;
        color:#000;
        display:block;
}
