/* ------------ GERAL ------------- */
.sh_mensagem {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
}
#sh_show_detalhes {
  width:242px;
  height:150px;
  overflow:auto;
	text-align:left;
}
.idcampo {
	font:bold 11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
}
.destaques {
	font:11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
}
.header {
	font:12px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#FFFFFF;
}
.pesquisa {
	font:bold 10px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
}

/* ------------ LINKS ------------- */
a.sh_res:link {
	font:11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
	text-decoration:none;
}
a.sh_res:active {
	font:11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
	text-decoration:none;
}
a.sh_res:visited {
	font:11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#000000;
	text-decoration:none;
}
a.sh_res:hover {
	font:11px "Trebuchet ms", Verdana, Arial, Sans-Serif;
	color:#0080C0;
	text-decoration:underline;
}

/* ------------ FORMULÁRIOS ------------- */
.sh_campo {
  font-family : "Trebuchet ms", Verdana, Arial, Sans-Serif;
  font-size : 11px;
  color: #0080C0;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 1px #0080C0 solid;
}
.sh_drop {
  font-family: "Trebuchet ms", Verdana, Arial, Sans-Serif;
	font-size: 10px;
  color: #0080C0;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 1px #0080C0 solid;
}      
.sh_botao {
	font-family: "Trebuchet ms", Verdana, Arial, Sans-Serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  border-width: thin;   
  border-style: solid;
  /* width: 90px; */
  height: 25px;
	border-color: #0080C0;
}
.sh_text {  
	font-family : "Trebuchet ms", Verdana, Arial, Sans-Serif;
  font-size : 11px;
  font-weight: bold;
  color: #0080C0;
  background-color: #FFFFFF;
  border: 1px #0080C0 solid;
}

/* ------------ BARRA LIMITADORA ------------- */
table.sh_limitbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: normal;
}
td.sh_limitbar {	
	background-color: #0080C0;
	padding: 2px;
	height:10px; 
	width:10px; 
	cursor:pointer; 
	border:1px solid #FFFFFF;
}
a.sh_limitbar:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.sh_limitbar:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.sh_limitbar:hover {
	text-decoration: none;
	color: #C0C0C0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
