/*A{
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration: none;
}*/

.input_texto{
	border : 1 solid black;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}

.input_combo {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}

.titulo_busca{
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	background-color: #7E8EAF;
}

.txt_titulo {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
}

.musica {
	font-size : 8pt;
	font-family : Courier;
}

.txt {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}

.txt_vermelho {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
}

.txt_vermelho_bold {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-weight : bold;
	text-decoration: none;
}

.txt_rotulo {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
}

.txt_rotulo_2 {
	font-size : 12pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
}

.texto::HOVER {
	text-decoration : none;
	background-color : Silver;
}

.botaoAlterar {
	background: url(../img/editar.jpg) repeat; margin-left: 20px;
	color : White;
	border : thin none Black;
	cursor : hand;
	height : 20px;
	width : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}


.botao {
		font-size:10px;
		font-family:Verdana,Helvetica;
		font-weight:bold;
		color:white;
		background: url(../img/fundo_botao.jpg) repeat; margin-left: 5px;
		border:0px;
		height:15px;
}

.inicio {
	/*text-align: Justify;*/
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;

	margin-bottom: 10px;
	/*font-weight: bold;*/
	color: black;
}


.tabela_externa {
	border-bottom : 1px solid Black; 
	border-top : 1px solid Black;
	border-right : 1px solid Black; 
	border-left : 1px solid Black;
	background-color : #146683;
	cellpadding : 0px;
	cellspacing : 0px;
}

.tabela_borda{
	border-bottom : 1px solid Black; 
	border-top : 1px solid Black;
	border-right : 1px solid Black; 
	border-left : 1px solid Black;
}

.tabela_interna {
	background-color : #ffffff;
	cellpadding : 0px;
	cellspacing : 0px;
}

.tabela_sub_interna {
	border-bottom : 1px solid Black; 
	border-top : 1px solid Black;
	border-right : 1px solid Black; 
	border-left : 1px solid Black;
	background-color : #ffffff;
	cellpadding : 0px;
	cellspacing : 0px;
}

.err_msg{
	font-family: verdana, arial;
	font-size: 11;
	font-weight: normal;
	color: black;
}

.erro{
	border : 1px solid;
	border-bottom-color : Silver;
	border-left-color : #E1E1E1;
	border-right-color : #ABABAB;
	border-top-color : #E0E0E0;
	font-family: verdana, arial;
	font-size: 18;
	font-weight: bold;
	color: red;
	background: #ededed;
}
.linha_grid{
	background : "#c0c0c0";
	height:1px;
}

.coluna_grid{
	background : "#c0c0c0";
	width:1px;
}

.link_txt_titulo{
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	text-decoration :  underline;
}
