﻿
 /****************************************
 **            BOTÃO padrão             **
 *****************************************/
 
.botao_off:hover , .botao_off:active , .botao_off:focus
{
    border: none;
}
    
.botao_off
{
    background: url("../images/btn_off.gif") repeat-x;
    display:block;
    height:23px;
    text-align:center;
    text-decoration:none;
    font:bold 11px arial;
    padding-top:3px;
    margin: 0;
    color:#069;
}

.botao_off .botao_esq
{    
    float:left;
    background: url("../images/btn_off_esq.gif") no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
    }
.botao_off .botao_dir
{
    float:right;
    background: url("../images/btn_off_dir.gif") no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
}


.botao_hov
{
    background: url("../images/btn_on.gif") repeat-x;
    color:#000;
    display:block;
    height:23px;
    text-align:center;
    text-decoration:none;
    font:bold 11px arial;
    padding-top:3px;
    margin: 0;
    border: none; 
    text-decoration:none;   
}

.botao_hov .botao_esq
{    
    float:left;
    background: url("../images/btn_on_esq.gif")  no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
}
    
    
.botao_hov .botao_dir
{
    float:right;
    background: url("../images/btn_on_dir.gif") no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
}


.botao_on
{
    background: url("../images/btn_hov.gif") repeat-x;
    color:#000;
    display:block;
    height:23px;
    text-align:center;
    text-decoration:none;
    font:bold 11px arial;
    padding-top:3px;
    margin: 0;
    border: none;
    text-decoration:none;   
}
.botao_on .botao_esq
{    
    float:left;
    background: url("../images/btn_hov_esq.gif") no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
    }
    
    
.botao_on .botao_dir
{
    float:right;
    background: url("../images/btn_hov_dir.gif") no-repeat 0 0;
    width:3px;
    height:23px;
	margin-top: -3px;
        }
        
        
  
.botao_hold
{
    background: url("../images/btn_hold.gif") repeat-x;
    color:#aaa;
    display:block;
    height:23px;
    width:8em;    
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    font-family:Arial;
    padding-top:3px;
    margin: 0;
    border: none;
    text-decoration:none;

    }
.botao_hold .botao_esq
{    
    float:left;
    background: url("../images/btn_hold_esq.gif") no-repeat 0 -3px;
    width:3px;
    height:23px;
	margin-top: -3px;
    }
    
    
.botao_hold .botao_dir
{
    float:right;
    background: url("../images/btn_hold_dir.gif") no-repeat 0 -3px;
    width:3px;
    height:23px;
	margin-top: -3px;
}



