/* CSS Document */

/*Background*/
body {
	background-image: url(../imgs/bg_fundo.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

input,select,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:hover {
	text-decoration:underline;
}

.bg_topo{
	background:url(../imgs/bg_top.jpg) left top repeat-x;
	height:16px;
}
.bg_fundo_01 {
	background:url(../imgs/bg_fundo_01.jpg) right top no-repeat;
	height:762px;
}
.bg_fundo_02 {
	background:url(../imgs/bg_fundo_02.jpg) left top no-repeat;
	height:762px;
}
.bg_meio_01 {
	background:url(../imgs/bg_meio_01.jpg) right top repeat-y;
	height:100%;
}
.bg_meio_02 {
	background:url(../imgs/bg_meio_02.jpg) left top repeat-y;
	height:100%;
}
.bg_inf_01 {
	background:url(../imgs/bg_inf_01.jpg) right top repeat-y;
	height:85px;
}
.bg_inf_02 {
	background:url(../imgs/bg_inf_02.jpg) left top repeat-y;
	height:85px;
}
.bg_rodape{
	background:url(../imgs/bg_rodape.jpg) left top repeat-x;
	height:30px;
}
.bg_novidades{
	background:url(../imgs/novidades.jpg) left top no-repeat;
	height:391px;
}
.bg_box{
	background:url(../imgs/box_03.jpg) left top no-repeat;
	height:140px;
}
.bg_box_capa{
	background:url(../imgs/box_capa_02.jpg) left top no-repeat;
	height:177px;
}
.tabelapagamento{
 	font-size:9px;
	font-family: courier-new, Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}
/*MENU*/
/*.bg_menu{
	background-color:#2E93BE;
	border:2px solid #FFFFFF;
	height:29px;
}*/
/*.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}*/
#menu{
	margin:0;
	padding:10px 0 0 0;
	width:512px;
	height:25px;
	background-color:#2E93BE;
	vertical-align:middle;
}
#menu li{
	list-style:none;
	display:inline;
}
.menu_txt_branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
#menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
/*MENU INTERNAS*/
.bg_menu_int{
	background:url(../imgs/bg_menu_interna.jpg) left top no-repeat;
	height:279px;
}
.menu_int{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu_int a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu_int a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
/*TEXTOS*/
.titulo_laranja{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF2A4B;
	text-decoration: none;
}
.txt_branco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_cinza{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}
.txt_cinza2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}
.txt_cinza_bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.txt_azul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #13729B;
	text-decoration: none;
}
/*TITULOS*/
.tit_azul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #13729B;
	text-decoration: none;
}
.tit_branco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/*BORDAS*/
.borda_fotinha{
	border:2px solid #666666;
}
/*BOTÕES*/
.button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0;
	background-color:#FFFFFF;
	cursor:hand;
	width:60px;
	height:20px;
	color: #13729B;
	text-decoration: none;
	font-weight: bold;
}
.button_azul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0;
	background-color:#13729B;
	cursor:hand;
	width:60px;
	height:20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.button_azul_test{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0;
	background-color:#13729B;
	cursor:hand;
	width:135px;
	height:20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.button_azul_confirmar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0;
	background-color:#13729B;
	cursor:hand;
	width:80px;
	height:20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.submitOk{ /* Padrão para botões do sistema antigo */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:0;
	background-color:#13729B;
	cursor:hand;
	/*width:80px;*/
	/*height:20px;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.submitOk2
{
	/*
    BORDER-RIGHT: black 1px;
    BORDER-TOP: black 1px;
    BORDER-LEFT: black 1px;
    BORDER-BOTTOM: black 1px;
	*/
	border:0;
    FONT-SIZE: 10px;
    CURSOR: pointer; /*hand;*/
    COLOR: #FFFFCC;
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva;
    BACKGROUND-COLOR: #205e9d;
}
.submitDisabled
{
	/*
    BORDER-RIGHT: black 1px;
    BORDER-TOP: black 1px;
    BORDER-BOTTOM: black 1px;
    BORDER-LEFT: black 1px;
	*/
	border:0;
    FONT-SIZE: 10px;
    CURSOR: pointer; /*hand;*/
    COLOR: #fff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva;
    BACKGROUND-COLOR: silver;
	text-decoration: none;
	font-weight: bold;
}

.submitDisable
{
	/*
    BORDER-RIGHT: black 1px;
    BORDER-TOP: black 1px;
    BORDER-BOTTOM: black 1px;
    BORDER-LEFT: black 1px;
	*/
	border:0;
    FONT-SIZE: 9px;
    CURSOR: pointer; /*hand;*/
    COLOR: #fff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva;
    BACKGROUND-COLOR: silver;
	text-decoration: none;
	font-weight: bold;
}

.submit{ /* Padrão para botões do sistema antigo */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:0;
	background-color:#13729B;
	cursor:hand;
	/*width:80px;*/
	/*height:20px;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.select_capa {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width:160px;
}
.input_capa {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}




/* LINKS */

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #708090; /*silver;*/
	/*color: #666666;*/
	text-decoration: none;
}
a:hover {
	color:#006699;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.readonly{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#708090;
	background-color:#F8F8FF;
	/*font-weight:bold;*/
}

/*--- Começo Formatação para botões ---*/
.botao_refresh span{visibility:hidden;}
.botao_refresh{
background:url(/images/arrow_refresh.png) no-repeat;
text-decoration:none;
width:20px;
height:20px;
cursor:pointer;
border:0px;
}
.botao_new span{visibility:hidden;}
.botao_new{
background:url(/images/add.gif) no-repeat;
text-decoration:none;
width:20px;
height:20px;
cursor:pointer;
border:0px;
}
/*--- Fim Formatação para botões ---*/

