.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button{
    background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
}

a.button span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #444;
} 

a.button:active {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration:"none";
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    text-decoration:"none";
} 



a.buttonDisabled
{
   background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:#A0A0A0;
    display:block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;               
}

a.buttonDisabled span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #A0A0A0 ;    
} 

a.button[disabled="disabled"]
{
  background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:#A0A0A0;
    display:block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;           
}

a.button[disabled="disabled"] span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #A0A0A0 ;    
} 


a.button[disabled="true"]
{
  background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:#A0A0A0;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;           
}

a.button[disabled="true"] span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #A0A0A0 ;    
} 



a.buttonDisabled
{
  background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:#A0A0A0;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;           
}

a.buttonDisabled span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #A0A0A0 ;    
} 



a.buttonDanger{
    background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color: #cf0000;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
}

a.buttonDanger span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #cf0000;
} 

a.buttonDanger:active {
    background-position: bottom right;
    color: #cf0000;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration:"none";
}

a.buttonDanger:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    text-decoration:"none";
} 

a.buttonDangerDisabled
{
  background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:Gray;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;   
}

a.buttonDangerDisabled span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color:Gray;
} 



a.button:active {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration:"none";
}





.button[disabled="true"]
{
  background: transparent url('../media/bg_button_a.png') no-repeat scroll top right;
    color:#A0A0A0;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration:"none";
    cursor: inherit;           
}

a.button[disabled="true"] span {
    background: transparent url('../media/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration:"none";
    color: #A0A0A0 ;    
}

.btn-language-size {
    min-width: 40px;
    margin: 0 5px;
}

/*.linkIsDisabled {
    pointer-events: none;
}*/

.tableButtonRight{
    float: right;
    margin-left: 5px;
}