/* CSS Document */

/* Filtro */
.filtro {
	background-color: #FFFFFF;
	width: 99%;
}
.filtro #f_stats {
	width: 150px;
	color: #666666;
	font-size: 11px;
	padding-left: 5px;
	font-family: "Arial";
}
.filtro #f_stats b {
	color: #333333;
}

.filtro #f_form {
	width: auto;
	text-align: center;
	font-size: 9px;
}
.filtro #f_nav {
	width: 130px;
	text-align: right;
	font-size: 9px;
	padding-right: 5px;
}
.filtro #f_btn {
	margin-top: 1px;
	padding: 0px;
	width: 19px;
	height: 16px;
	margin: 1px;
}
.filtro input, .filtro select {
	height: 16px;
	font-size: 10px;
	font-family: "Arial Narrow";
	background-color: #EFEFEF;
}


/* Lista */

.list {
	margin-top: 10px;
	width: 99%;
}

.list th {
	padding-left: 3px;
	height: 20px;
}

.list th a:hover {
  text-decoration: underline;
}

.list td {
	height: 18px;
	border-bottom: 1px solid #EEEEEE;
}

.list .sort {
	background-color: #ABBEEF; 
}

.row_one {
	background-color: #F0F0F0;	
}

.row_two {
	background-color: #FFFFFF;
}

.list img {
	margin: 0px;
}


/* Dados do Processo */

#items {
	margin-bottom: 200px;
}

#items a {
	color: #0066CC;
}

#detalhe {
	padding: 10px;
	position: relative;
}

#dados {
    width: 95%;
	position: absolute;
	border-top: 2px solid #CCCCCC;
}

#dados td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.item_normal {
	height: 18px;
	text-align: left;
	background-color: #FFFFFF; 
	border-top: 1px solid #EEEEEE;
	border-right: 2px solid #CCCCCC;
}

.item_selected {
	line-height: 30px;
	text-align: right; 
	padding-right: 10px;
	vertical-align: middle;
	border-top: 2px solid #CCCCCC;
}

.item_normal:hover {
	background-color: #FFFFCC;
}

#detalhe,
.item_selected {
	background-color: #CCE6FF; 
}

#dados .line {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}

#dados .item {
	float: left; 

}
#dados .item {
	width: 150px;
	padding-left: 10px;
	position: relative;
}
#dados .acao {
	padding: 2px;
	color: #003399;
	font-weight: bold;
	position: relative;
	font-family: Tahoma;
	font-style: normal;
}

#anexos {
	background-color: #FFFFFF;
}
