﻿/******************************************/
/*  OVERWRITE Jquery-UI for Button*/
input.ui-button 
{
    padding-bottom:0px;
    padding-top:0px;
    color: black; 
    font-family:Arial;
    font-size:14px;
    min-width:120px;

    opacity:0.77;
    filter: alpha(opacity=77);    

}
/******************************************/


/******************************************/
/*  OVERWRITE Jquery-UI for Button in TAB*/
 /*Div.tabs-content .ButtonUI 
{
    color: #FFFFFF; 
    background: url(images/UI_Button_bg.png) repeat-x center;
}

 Div.tabs-content .ButtonUI:hover
{
    background: url(images/UI_Button_hover.png) repeat-x center;
}

 Div.tabs-content .ButtonUI:active
{
    background: url(images/UI_Button_active.png) repeat-x center;
}*/
/******************************************/


/******************************************/
/*  OVERWRITE Jquery-UI for A HREF*/
.ui-button-text-only, .ui-button-text
{
    color:#FFFFFF;    
    border:none;
    padding-bottom:0px;
    padding-top:0px;
}
/******************************************/



/******************************************/
/* This Class use JQuery-UI Button()*/
.ButtonUI 
{
    
    line-height : 36px;
    text-align: center;    
    background: url(mb_images/Button_normal.png) repeat-x center;
}

.ButtonUI:hover
{
    color:#FFF;
    background: url(mb_images/Button_hover.png) repeat-x center;
    opacity:0.77;
    filter: alpha(opacity=77);

}

.ButtonUI:active
{
    color:#FFF;
    background: url(mb_images/Button_active.png) repeat-x center;
    opacity:0.77;
    filter: alpha(opacity=77);
}

.ButtonUI:disabled {
    background:#3B3B3B;
    color:#FFF;
    /*display:none;*/
}
/******************************************/



.btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active  
{
    text-decoration: none;
    text-align: center;
    font: bold 12px sans-serif;
    color:#fff;    
}

a.btn:hover{  background-position: 0 -24px;}
a.btn:active{ background-position: 0 -48px;}

a.btn_72 {
    display:block;
    width: 72px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG.png) 0 0 no-repeat;
}

a.btn_84 {
    display:block;
    width: 84px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG_84.png) 0 0 no-repeat;
}

a.btn_96 {
    display:block;
    width: 96px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG_96.png) 0 0 no-repeat;
}

a.btn_108 {
    display:block;
    width: 108px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG_108.png) 0 0 no-repeat;
}

a.btn_120 {
    display:block;
    width: 120px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG_120.png) 0 0 no-repeat;
}

.btn_132 {
    display:block;
    width: 120px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG_132.png) 0 0 no-repeat;
}

a.btn_144 {
    display:block;
    width: 144px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_BG.png) 0 0 no-repeat;
}

a.btn_192 {
    display:block;
    width: 192px;
    height: 20px;
    padding: 4px 0px 0px 0px;
    background: url(images/Buttons_192_BG.png) 0 0 no-repeat;
}
a.btn_browse {
    display:block;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    background: url(images/Buttons_Browse.png) 0 0 no-repeat;
    text-indent: -9999px;
}

a.btn_folder {
    display:block;
    width: 16px;
    height: 16px;
    margin: 0px 3px;
    background: url(images/folder.png) 0 0 no-repeat;
    text-indent: -9999px;
}

a.btn_play
{
    display:block;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    background: url(images/media_play_green.png) 0 0 no-repeat;
    text-indent: -9999px;
}

a.btn_play_disable
{
    display:block;
    width: 16px;
    height: 16px;
    margin:0px 0px;
    background: url(images/media_play_disabled.png) 0 0 no-repeat;
    text-indent: -9999px;
}

a.btn_question
{
    display:block;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(images/view.png) 0 0 no-repeat;
    text-indent: -9999px;
 }

a.btn_config
{
    display:block;
    width: 16px;
    height: 16px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(images/cog.png) 0 0 no-repeat;
    text-indent: -9999px;
 }


a.btn_download
{
    display:block;
    width: 17px;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(images/Button_Download.png) 0 0 no-repeat;
    text-indent: -9999px;
}

a.transcoding {

    display:block;
    border: solid orange;
}

a.transcodeReady {

    display:block;
    border: solid green;
}

a.btn_download_mb
{
    display:block;
    width: 20px;
    height: 18px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(mb_images/Download_icon_small.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_auction
{
    display: inline-block;
    width: 17px;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(News-X/auction-bid.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_attach
{
    display:block;
    width: 17px;
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin:0px;
    background: url(images/Button_Paperclip.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_delete
{
    display:block;
    width: 16px;
    height: 16px;
    margin:0px 0px;
    background: url(images/delete.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_search
{
    display:block;
    width: 16px;
    height: 16px;
    margin: 0px 3px ;
    background: url(images/find.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_copyClipboard
{
    display:inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 3px ;
    background: url(images/CopyToClipboardIcon.png) 0 0 no-repeat;
    text-indent: -9999px;
}
a.btn_2newsx
{
    display:block;
    width: 16px;
    height: 16px;
    margin: 0px 3px ;
    background: url(images/Globe.png) 0 0 no-repeat;
    text-indent: -9999px;
}


.btn-disable{
	background-color: #111111;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}
