﻿body
{
    font-family: Verdana;
    font-size: small;
    color: White;
}

.boleto
{
    font-family: Verdana;
    font-size: small;
    color: White;
   
    background-color: #669999;
}
.fonteBoleto
{
 font-size:12px;
	}

a
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.linkTermo:hover
{
	text-decoration: underline;
}

input[disabled], 
input[readonly], 
select[disabled], 
select[readonly], 
checkbox[disabled], 
checkbox[readonly], 
textarea[disabled], 
textarea[readonly]
{
color: #888888;
cursor: default;
	}

.botao
{
     width: 143px; 
     height: 25px; 
     text-align: center;
     background-color: #669999;
     border: solid 2px White;
     cursor: pointer;
}

.botao:hover
{
    width: 143px; 
     height: 25px; 
     text-align: center;
     background-color: #336666;
     border: solid 2px White;
     cursor: pointer;
}

.botao_login
{
     width: 100px; 
     height: 20px; 
     text-align: center;
     background-color: #669999;
     border: solid 2px White;
     cursor: pointer;
}

.botao_login:hover
{
     width: 100px; 
     height: 26px; 
     text-align: center;
     background-color: #336666;
     border: solid 2px White;
     cursor: pointer;
}

.separador
{
     height: 7px;
}

.textbox_login
{
    height: 10px;
    width: 100px;
    font-size: x-small;
    font-family:Verdana;
}

.textbox
{
    height: 13px;
    width: 230px;
    font-size: 12px;
    font-family: Verdana;
}
.textboxboleto
{
    width: 230px;
    font-size: 12px;
    font-family: Verdana;
}

.textbox_grid
{
    height: 13px;
    width: 130px;
    font-size: 12px;
    font-family: Verdana;
}

.dropdownlist
{
    height: 19px;
    width: 236px;
    font-size: 12px;
    font-family: Verdana;
}
.dropdownlistrelatorio
{
    height: 19px;
    width: 450px;
    font-size: 10px;
    font-family: Verdana;
}

.textarea
{
    height: 80px;
    width: 230px;
    font-size: 10px;
    font-family: Verdana;
}

.obrigatorio
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}

.nao_obrigatorio
{
    font-weight: normal;
    padding-right: 5px;
    text-align: right;
}

.titulo
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}

.ementa
{
    font-weight: normal;
    padding-right: 5px;
    text-align: justify;
    font-size:12px;
}

.tabela_th
{
     background-color: #003366;
     font-weight: bold;
     text-align: center;
}

.tabela_pager
{
     background-color: #003366;
     text-align: center;
}

.tabela_td_impar
{
    background-color: #336666;
}

.tabela_td_par
{
    background-color: #468C8C;
}

.tabela_td_impar_hand
{
    background-color: #336666;
    cursor: pointer;
}

.tabela_td_par_hand
{
    background-color: #468C8C;
    cursor: pointer;
}

.td_link_button
{
	vertical-align: middle;
	padding: 0px 10px 0px 5px;
}