/****************************************************************/
/* Desenvolvido por VIRTUALIZA COMUNICAÇÃO VIRTUAL	            */
/* www.virtualiza.com.br										*/
/* (48)3433-2001												*/
/****************************************************************/
@import url("index.css");
.conteudoInternas{
	float: left;
	width: 730px;
}
/*box*/
.box{
	float: left;
	width: 702px;
	padding-left: 10px;
}
.internaBox{
	float: left;
	width: 700px;
	margin-top: 20px;
	background-image: url(../imagens/imgExames.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #57A209;
}
.txtBox{
	float: left;
	width: 400px;
	padding-left: 10px;
	margin-top: 10px;
	color: #666666;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	line-height: 160%;
}
.boxTxt{
	float: right;
	width: 410px;
	padding-left: 20px;
}
.ttl{
	width: 702px;
	height: 30px;
	text-align: center;
	background-color: #57A209;
}
.ttlExames{
	margin-top: 7px;
	text-align: center;
}
/*lista*/
.envolveListaConvenios{
	float: left;
	width: 400px;
	padding-left: 10px;
	margin-top: 10px;
}
.listaExames{
	float: left;
	width: 130px;
}
.itemLista{
	float: left;
	width: 130px;
	color: #666666;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	line-height: 160%;
}
.envolveBoxLetras{
	float: left;
	width: 400px;
	padding-left: 4px;
	margin-top: 10px;
}

.envolveLetra{
	float: left;
	width: 21px;
	height: 21px;
	padding: 2px;
	margin: 3px;
	border: 1px solid #999999;
	text-align: center;
	cursor: pointer;
}
.letra{
	width: 15px;
	height: 15px;
	padding: 3px;
	text-align: center;
	background-color: #157551;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.letraHover{
	width: 15px;
	height: 15px;
	padding: 3px;
	text-align: center;
	background-color: #57A209;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*busca*/
.envolveBusca{
	float: left;
	width: 400px;
	padding-left: 10px;
}
.inputBusca{
	float: left;
	width: 150px;
	border: 1px solid #157551;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	margin-top: 8px;
}
/*exames*/
.boxExames{
	float: left;
	width: 700px;
	margin-top: 50px;
}
.linhaExame{
	float: left;
	width: 680px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-color: #DFFCC2;
	border-bottom: 1px dashed #999999;
	cursor: pointer;

}
.linhaExameHover{
	float: left;
	width: 680px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-color: #B5F971;
	border-bottom: 1px dashed #999999;
	cursor: pointer;
}
.txtExame{
	float: left;
	width: 70%;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 12px;
	color: #666666;
}
.txtCodigo{
	float: left;
	width: 30%;
	text-align: right;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 12px;
	color: #666666;
}
#paginacao{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	color: #666666;
}
#paginacao a {
	color: #666666;
}
