﻿#task-panel-top
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    border-top: 1px solid #bfbfbf;
    background: #333;
    background: url('images/Menu.png') repeat-x #ececec;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999; /*z-index:10000000;*/
    padding: 0 8px;
    z-index: 123; /* para o menu fica por cima dos outros controles*/
}

.task-panel-content-top
{
    min-width: 958px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto; /*background:#999;*/
    height: 25px;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    position: relative;
    float: left;
}

#task-panel
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    border-top: 1px solid #bfbfbf;
    background: #333;
    background: url('images/task-panel_bg.jpg') repeat-x #ececec;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999; /*z-index:10000000;*/
    padding: 0 8px;
}

.task-panel-content
{
    min-width: 958px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto; /*background:#999;*/
    height: 42px;
    border-right: 1px solid #fff; /* border-left: 1px solid #fff;*/
    position: relative;
}
div.uploader-area
{
    height: 42px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    width: 240px;
    background: url('images/task-panel_progress-default.jpg') top repeat-x;
    position: relative;
    float: left;
    cursor: pointer;
}
div.uploader-area-progress
{
    height: 42px;
    background: url('images/task-panel_bg_progress_upload.jpg') repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
div.uploader-area-details
{
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 5px 0 0 40px;
    background: url('../img/mini-uploader-icon.png') 8px 8px no-repeat;
}
div.uploader-area-details h4
{
    font-size: 1.2em;
    padding: 8px 0 0 0;
    margin: 0 0 0 10px;
}
div.uploader-area-details span
{
    font-size: 1em;
    margin: 0 0 0 10px;
}

/* mediacenter area */
div.mc-area
{
    height: 42px;
    width: 210px;
    background: url('../img/task-panel_progress-default.jpg') top repeat-x;
    position: relative;
}
div.mc-area-progress
{
    height: 42px;
    background: url('../img/task-panel_bg_progress_track.png') repeat-x top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
div.mc-area-content
{
    height: 42px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0 0 0 50px;
    background: url('../img/mc/mc_logo_bg.png') 8px 8px no-repeat;
}
div.mc-mini-controller
{
    height: 36px;
    width: 100%;
    position: relative;
}

div.mc-mini-controller a
{
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
a.mini-btn-play
{
    height: 30px;
    width: 30px;
    left: 25px;
    top: 5px;
    background: url('../img/mc/mc_mini_btn_play-pause_sprite.png') repeat-x left top;
}
a.mini-btn-play:hover
{
    background: url('../img/mc/mc_mini_btn_play-pause_sprite.png') repeat-x right top;
}

a.mini-btn-pause
{
    height: 30px;
    width: 30px;
    left: 25px;
    top: 5px;
    background: url('../img/mc/mc_mini_btn_play-pause_sprite.png') repeat-x left bottom;
}
a.mini-btn-pause:hover
{
    background: url('../img/mc/mc_mini_btn_play-pause_sprite.png') repeat-x right bottom;
}

a.mini-btn-prev
{
    height: 18px;
    width: 18px;
    left: 0px;
    top: 11px;
    background: url('../img/mc/mc_mini_btn_prev-next_sprite.png') repeat-x left top;
}
a.mini-btn-prev:hover
{
    background: url('../img/mc/mc_mini_btn_prev-next_sprite.png') repeat-x right top;
}

a.mini-btn-next
{
    height: 18px;
    width: 18px;
    left: 62px;
    top: 11px;
    background: url('../img/mc/mc_mini_btn_prev-next_sprite.png') repeat-x left bottom;
}
a.mini-btn-next:hover
{
    background: url('../img/mc/mc_mini_btn_prev-next_sprite.png') repeat-x right bottom;
}

div.mini-volume
{
    height: 19px;
    width: 52px;
    position: absolute;
    top: 11px;
    left: 87px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url('../img/mc/mc_mini_volume_bg.png') repeat-x center;
}

div.mini-volume a.mini-vol-btn
{
    background: url('../img/mc/mc_mini_btn_volume_sprite.png') no-repeat left top;
    width: 17px;
    height: 18px;
}
div.mini-volume a.mini-vol-btn:hover
{
    background: url('../img/mc/mc_mini_btn_volume_sprite.png') no-repeat left bottom;
}
div.mini-volume a.muteOn
{
    background: url('../img/mc/mc_mini_btn_volume_sprite.png') no-repeat right top;
}
div.mini-volume a.muteOn:hover
{
    background: url('../img/mc/mc_mini_btn_volume_sprite.png') no-repeat right bottom;
}
div.mini-volume a.muteOff
{
    background: url('../img/mc/mc_mini_btn_volume_sprite.png') no-repeat left top;
}

div.vol-controll
{
    position: relative;
    height: 18px;
    background: #999;
    width: 30px;
    margin: 0 0 0 18px;
}
div.vol-controll div.vol-pos
{
    background: #00204e;
    width: 70%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

div.vol-controll div.vol-mask
{
    height: 18px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url('../img/mc/mc_mini_volume-mask.png');
}
div.mc_drag-panel-content-tree div.mini-filemanager ul li span.mc-add-file-btn
{
    display: none;
}

div.mc_drag-panel-content-tree div.mini-filemanager ul li:hover span.mc-add-file-btn
{
    background: url("../img/arrow_right3.png") no-repeat scroll center 0 transparent;
    display: block;
    height: 12px;
    padding: 0;
    width: 16px;
    position: absolute;
    top: 4px;
    right: -4px;
    cursor: pointer;
}

div.mc-info h4
{
    font-size: 1.2em;
    padding: 8px 0 0 0;
    margin: 0;
}
div.mc-info span
{
    font-size: 1em;
    margin: 0;
}



/* news */
div.news-area
{
    height: 42px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #ffffff;
    width: 180px; /*240*/
    padding: 5px 20px 0 40px;
    background: url('../img/mini-news-icon.png') 8px 8px no-repeat;
    float: left;
    position: relative;
    cursor: pointer;
}

div.news-area-titulo
{
    height: 42px;
    width: auto; /*240*/
    padding: 5px 20px 0 80px;
    background: url('../img/mini-news-icon.png') 8px 8px no-repeat;
    float: left;
    position: relative;
    cursor: pointer;
}

div.news-area-titulo h4
{
    font-size: 1.2em;
    padding: 8px 0 0 0;
    margin: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    font-family: Verdana, Arial;
}

div.news-area h4
{
    font-size: 1.2em;
    padding: 8px 0 0 0;
    margin: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
}
div.news-area span
{
    font-size: 1em;
    margin: 0 0 0 10px;
}


/*Menu esquerdo*/

ul.task-panel-menuE
{
    height: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #bfbfbf;
    float: left;
    position: relative;
}

ul.task-panel-menuE li
{
    float: left;
    height: 42px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #fff;
    padding: 0 10px;
}

ul.task-panel-menuE li.PesquisaLI a
{
    margin: 7px 0 0 0;
    display: block;
    height: 32px;
    width: 32px; /*background:url('../img/ssl-switch_bg_sprite.png') left top no-repeat;*/
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: url('filter_list.png') left top no-repeat;
    text-decoration: none;
    cursor: pointer;
}

ul.task-panel-menuE li.NovoLI a
{
    margin: 7px 0 0 0;
    display: block;
    height: 32px;
    width: 32px; /*background:url('../img/ssl-switch_bg_sprite.png') left top no-repeat;*/
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: url('document_new.png') left top no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.ContextMenuLinkNovo
{
    margin: 7px 0 0 0;
    display: block;
    height: 32px;
    width: 32px; /*background:url('../img/ssl-switch_bg_sprite.png') left top no-repeat;*/
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: url('document_new.png') left top no-repeat;
    text-decoration: none;
    cursor: pointer;
}
.ContextMenuPanel
{
}




ul.task-panel-menu
{
    height: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #bfbfbf;
    float: right;
    position: relative;
}
ul.task-panel-menu li
{
    float: left;
    height: 42px;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #fff;
    padding: 0 10px;
}
ul.task-panel-menu li.no-padding
{
    padding: 0;
}
ul.task-panel-menu li a
{
    display: inline-block;
}

/* ssl switch */
ul.task-panel-menu li.ssl-switch a
{
    margin: 7px 0 0 0;
    display: block;
    height: 29px;
    width: 63px; /*background:url('../img/ssl-switch_bg_sprite.png') left top no-repeat;*/
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: url('images/ssl-switch_bg_sprite.png') left top no-repeat;
    text-decoration: none;
}


ul.task-panel-menu li.ssl-switch a span
{
    font-weight: bold;
    font-size: 1.1em;
}
/***/


/* settings */
ul.task-panel-menu li.settings:hover, ul.task-panel-menu li.settings.active
{
    background: url('../img/task-panel_hover_bg.jpg') repeat-x;
}
ul.task-panel-menu li.settings a
{
    display: block;
    height: 42px;
    width: 42px;
    background: url('../img/settings_icon.png') center no-repeat transparent;
    padding-top: 5px;
    line-height: 15px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
/***/


/* wuc_option PopupControlExtender */

.PopupControlExtender2
{
    padding: 2px;
    margin: 0;
    border: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}



.PopupControlExtender2 ul
{
    padding: 2px;
    margin: 0;
    border: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
    width: 120px;
    font-size: 14px;
    padding-top: 5px;
    margin-top: 2px;
    position: absolute;
    background-color: #F0F0F0;
    border: 1px solid #979797; /*background-image: url(images/menu_ul_bg.png);*/
    background-repeat: no-repeat;
}

.PopupControlExtender2 a
{
    display: block;
    text-decoration: none;
    font-size: .75em;
    color: #000000;
    padding: 3px 12px 3px 30px;
}

.PopupControlExtender2 li
{
    float: right;
    height: 0;
    font-size: 14px;
    cursor: pointer;
    width: 100px;
    border-right: 0;
    height: 15px;
}

.PopupControlExtender2 ul li a:hover
{
    background-color: #606060 !important;
    color: #FFFFFF !important;
}






/* wuc_option PopupControlExtender */

