/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxx PADRÃO DE BOTÕES xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/ 

/* Botões da tela add_locais no módulo de Pragas e Doenças */

div#vermelho
{
    width: 160px;
    margin-top: 3px;
    font-family: arial;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    background-color: #ff9999;
    border-color: #660000;
    border-style: solid;
    border-width: 1px;
    color: #000000;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ff9999), color-stop(0.99, #eeeeee));
    background: -ms-linear-gradient(top, #ff9999 85%,#eeeeee 99%);
    background: -moz-linear-gradient(center bottom, #ff9999 65%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#amarelo
{
    width: 160px;
    margin-top: 3px;
    font-family: arial;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    background-color: khaki;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: #fff;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, khaki), color-stop(0.99, #eeeeee));
    background: -ms-linear-gradient(top, khaki 85%,#eeeeee 99%);
    background: -moz-linear-gradient(center bottom, khaki 65%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#verde
{
    width: 160px;
    margin-top: 3px;
    font-family: arial;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    background-color: darkseagreen;
    color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: #fff;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, darkseagreen), color-stop(0.99, #eeeeee));
    background: -ms-linear-gradient(top, darkseagreen 85%,#eeeeee 99%);
    background: -moz-linear-gradient(center bottom, darkseagreen 65%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#cinza
{
    width: 160px;
    margin-top: 3px;
    font-family: arial;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    background-color: darkgray;
    color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: #fff;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, darkgray), color-stop(0.99, #eeeeee));
    background: -ms-linear-gradient(top, darkgray 85%,#eeeeee 99%);
    background: -moz-linear-gradient(center bottom, darkgray 65%, #eeeeee 99%);
    background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}



/*** Botões das index ***/

a.regAtivos {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") 0px -72px no-repeat;
    text-decoration: none;
}

a:hover.regAtivos {
    background-position: 0px -108px;
}

a.regInativos {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") -565px 0px no-repeat;
    text-decoration: none;
}

a:hover.regInativos {
    background-position: -565px -36px;
}

a.todosRegistros {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") -142px -72px no-repeat;
    text-decoration: none;
}

a:hover.todosRegistros {
    background-position: -142px -108px;
}

a.apParcela {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") -284px -72px no-repeat;
    text-decoration: none;
}

a:hover.apParcela {
    background-position: -284px -108px;
}

a.apMovimento {
    display: block;
    width: 140px;
    height: 36px;
    background: url("../img/botoes.png") -425px -72px no-repeat;
    text-decoration: none;
    text-align: center;
}

a:hover.apMovimento {
    background-position: -425px -108px;
}

a.apVoltar {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") -565px -72px no-repeat;
    text-decoration: none;
}

a:hover.apVoltar {
    background-position: -565px -108px;
}

a.apPular {
    display: block;
    width: 141px;
    height: 36px;
    background: url("../img/botoes.png") 0px -144px no-repeat;
    text-decoration: none;
}

a:hover.apPular {
    background-position: 0px -180px;
}


/* Div usada para inserir os botões de controle de página  */
#btnControle{
    margin-top: 20px;
    width: 300px;
}

.btnAprovador{
    margin-top: 20px;
    width: 935px;
    text-align: center
}

.btn_acao_consulta{
    text-align: right;
    margin-top: -17px;
}