/* CSS Document */

a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textarea{
	width: 80%;
}


/** botao **/
.button{
	background: url(../files/fundo_txt.png);
	font:10px Arial, Helvetica, sans-serif;
	color: #09C;
	border: 1px  #CCC solid;
	height:19px;
	cursor:pointer;
}

/** botao no onmouseover **/
.button_over{
	background: url(../files/fundo_txt.png);
	font:10px Arial, Helvetica, sans-serif;
	color: #09C;
	border: 1px  #CCC solid;
	height:19px;
	cursor:pointer;
	text-decoration: underline;
}

/** texto dos ícones **/
.texto_ico{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006699;
	font-style: inherit;
}


/** text field no onmouseout **/
.textField{
	background-color: #dadada;
	margin: 2px;
	border: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	height: 16px;
	padding-left: 8px;
}


/** text field no onmouseover **/
.textField_over{
	background-color: #efefef;
	margin: 0px;
	border: 2px #F93 solid;
	font: 10px Arial, Helvetica, sans-serif;
	color: #0099CC;
	height: 20px;
	padding-left: 8px;
}



/** usado no menu e em subtítulos de módulos **/
.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #09C;
	font-weight:bold;
	height: 21px;
	background-image: url(../files/bg_menu.jpg);
}

/** onde fica a localização das páginas **/
.menu2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height: 21px;
	background-color:#FFF;
}


/** usado no subemnu **/
.submenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 26px;
	cursor: pointer;
	color:#333
}

.submenu_over{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 26px;
	cursor: pointer;
	color:#333;
	text-decoration: underline;
}

/** texto utilizado no painel **/
.texto_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

/** usado nas linhas das tabelas **/
.linhas_consulta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:21px;
	background:#f7f7f7;
}

/** usado nas linhas das tabelas **/
.linhas_consulta_over{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #006699;
	height:21px;
	background:#efefef;
}

/** onde fica a data **/
.barra_horizontal{
	border-bottom-color:#efefef;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-top-color:#efefef;
	border-top-style:solid;
	border-top-width: 1px;
	color: #09C;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:21px;
}

/** usado na base da index , nos direitos autorais **/
.base{
	background: #666666;
	color: #CCCCCC;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height: 12px;
}

/** usado somente p/ colocar uma borda em uma tabela **/
.borda{
border-style:solid;
border-color:#dadada;
border-width:1px;
width: 100%;
}


/** usado no div das imagens **/
.div_imgs{
	position: absolute;
	border-color:#cccccc;
	background:#cccccc;
	border-width: 8px;
	border-style: solid;
	display: none;
}

/** usado na mensagem "FECHAR" do pop up **/
.pop_up{
	border-width: 1px;
	border-color:#efefef;
	border-style: solid;
	
	top: 3px;
	left: 3px;
	
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	background:#FFFFFF;
	width:auto;
	height: 11px;
}


/* div aguarde */
.loading{
	position:absolute;
	width: 80px;
	height: 18px;
	top: 5px;
	right: 5px;
	background-color:#0099CC;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	display: block;
}

.remover_selecionados{
	font: 10px Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #666666;
}

.remover_selecionados a{
	color: #666666;
	text-decoration: none;
}
.remover_selecionados a img{
	border: 0px;
}
.remover_selecionados a:hover{
	color: #666666;
	text-decoration: underline;
}