/* Listagem de licitacao */


/*-------------------------------------------Resultados --------*/
#resultados{
	width:345px;
	float:left;
	margin:15px 0 0 0;}
	
	#resultados div {
	width:335px;
	margin-bottom:20px;}
	
	#resultados h4 a {
	background:#808080;
	display:block;
	width:330px;
	height:15px;
	padding:3px 0 0 5px;
	color:#fff;
	cursor:pointer;}
	
	#resultados p strong {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#3a4033;
	margin:5px 0 5px 0;}
		
#resultados .status {
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	color:#7b7b7b;}
		
/*============Destaques de licitacao ================*/
	
.lic_destaque {
	background:;
	border:1px #b5aaaa solid;
	padding:2px;}	
	
	.lic_destaque h4 a {
	font-weight:bold;
	font-size:12px;
	color:#FFF;}

 	.lic_destaque p {
	margin:5px;}

 	.lic_destaque p strong {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	margin:5px;}
	
	
/*-------------------------------------------Filtro --------*/	
#filtro{
	background:#f7f8f7;
	width:217px;
	margin-top:15px;
	padding:10px 0 20px 8px;
	float:left;
	border:1px #9b9b9b solid;}
	
.num input, .ano input, .categoria input, .tipo input, .unidade input, .status input, .dt_limite input, .pal_chave input {
	font:bold 10px Arial, Helvetica, sans-serif;
	border:1px #7b7b7b solid;
	height:15px;
	float:left;
	padding:3px 0 0 0;}
	
	#filtro select {
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px #a4b97f solid;
	display:block;
	height:20px;
	float:left;}
	
	#filtro label {
	padding-top:10px;
	height:auto;
	float:left;}
	

.num, .ano {
	width:99px;
	float:left;
	margin-right:8px;}	
	
	.num input, .ano select {
	width:99px;}	
	
.categoria, .tipo, .unidade, .status {
	display:block;
	clear:both;}
	
	.categoria select, .tipo select, .unidade select, .status select  {
	display:block;
	clear:both;
	width:210px;
	height:18px;}
	
.dt_limite {
	display:block;
	clear:both;
	padding:0;
	margin:0;
	width:210px;
}
		
.pal_chave {
	display:block;
	width:210px;
	height:25px;
	clear:both;
	padding:0;
	margin:0;}
	
	.pal_chave input {
	width:210px;}
	
.bt_calendario {
	margin-left:3px;
	float:left;}
	
	
#btn_aplicarFiltro {
	background:url(images/bt_filtrar.gif) no-repeat 0 0;
	display:block;
	width:46px;
	height:25px;
	border:none;
	text-indent:-5000px;
	overflow:hidden;
	line-height:0;
	margin:5px 0 0 0;
	cursor:pointer;	
	float:left;}

/*-------------------------------------------Login --------*/
.id_login {
	background:#f7f8f7;
	width:209px;
	margin:20px 4px 0 0;
	padding:10px 8px 5px 8px;
	float:right;
	border:1px #9b9b9b solid;
	overflow:hidden;}
	
.email, .senha {
	display:block;
	width:200px;
	clear:both;
	margin-top:10px;}
	
	.email input, .senha input {
	display:block;
	width:210px;
	height:18px;
	clear:both;
	border:1px #7b7b7b solid;
	font:normal 10px Arial, Helvetica, sans-serif;}
	
.novo_cad a {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#454545;
	background:#ebebeb;
	display:block;
	width:200px;
	margin:30px 0 10px 0;
	padding:5px;}

.bt_login {
	background:url(images/bt_login.gif) no-repeat 0 0;
	display:block;
	width:46px;
	height:25px;
	border:none;
	text-indent:-5000px;
	overflow:hidden;
	line-height:0;
	cursor:pointer;	
	margin-top:5px;
	clear:both;}
	
	#uc_licitacao_login_btn_logoff {
	background:url(images/bt_logoff.gif) no-repeat;}	
	
		#uc_licitacao_login_lbl_lembrar_senha {
		text-align:right;
		float:right;
		width:auto;
		height:20px;
		clear:both;
		margin:-20px 8px 0 5px;}
	
		#uc_licitacao_login_lbl_novo_cadastro {
		clear:both;
		width:210px;
		height:auto;
		float:right;}
		
/*---------- not found licitacao nao encontrada --------*/

.not_found {
	background:url(images/error.gif) no-repeat right top;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#474747;
	margin:0 0 0 8px;
	padding:15px 0 0 0;
	display:block;
	height:100px;}
			

