#listaDados {
	border:1px solid #CCC;
}
#listaDados table.dataGrid {
	font:12px Arial, Helvetica, sans-serif;
}
#listaDados table.dataGrid th {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:left;
}
#listaDados table.dataGrid td, #listaDados table.dataGrid th {
	padding:4px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
#listaDados table.dataGrid td strong {
	font:bold 14px Arial, Helvetica, sans-serif;
}

/* PAGINACAO DE TABELAS */
#paging {
	background:#F0F0F0;
	border:1px solid #CCC;
	margin-top:0;
	overflow:hidden;
	padding:3px 0;
}
#paging ul li {
	float:left;
	margin:0 2px;
}
#paging ul li a {
	text-decoration:none;
	padding:1px 0;
	display:block;
	width:16px;
	text-decoration:none!important;
}
#paging ul li a.first {
	background:url(/contents/ico/pagination_1_first.png) no-repeat;
}
#paging ul li a.first-disable {
	background:url(/contents/ico/pagination_1_first.png) no-repeat;
	background-position:-16px 0;
}
#paging ul li a.prev {
	background:url(/contents/ico/pagination_1_previous.png) no-repeat;
}
#paging ul li a.prev-disable {
	background:url(/contents/ico/pagination_1_previous.png) no-repeat;
	background-position:-16px 0;
}
#paging ul li a.next {
	background:url(/contents/ico/pagination_1_next.png) no-repeat;
}
#paging ul li a.next-disable {
	background:url(/contents/ico/pagination_1_next.png) no-repeat;
	background-position:-16px 0;
}
#paging ul li a.last {
	background:url(/contents/ico/pagination_1_last.png) no-repeat;
}
#paging ul li a.last-disable {
	background:url(/contents/ico/pagination_1_last.png) no-repeat;
	background-position:-16px 0;
}

#ctn1 { width:100%; float:left; overflow:hidden; min-height:250px; }
#ctn1 ul { width:100%; }
#ctn1 ul li { width:45%; float:left; height:150px; margin-right:25px; padding:0 5px; }
#ctn1 ul li h2 { font:bold 1.2em Arial, Helvetica, sans-serif; border-bottom:2px solid #F2F2F2; padding:3px 0; margin-bottom:10px; }
#ctn1 ul li img { vertical-align:middle; }
#ctn1 ul li p { font-size:12px; height:40px; padding:4px 0; }
#ctn1 ul li a { font-weight:bold; }

/* RESULTADO PESQUISA ESTATICAS DE URL */
#stat-result {
	float:left;
	width:100%;
	margin:10px 0 40px 0;	
}
#stat-result p, #stat-result h2, #stat-result h3 {
	margin:10px 0;
	padding:0 3px;
}
#stat-result .box-stat-result {
	margin:8px 0; padding:3px 0 3px 0; border:1px solid #ccc; outline:1px solid #F4F4F4;
}
#stat-result .lista-clique li {
	border-bottom:1px solid #CCC;
	font-size:11px;
	padding:5px;
}
#stat-result .lista-clique li.head span {
	font:bold 12px Arial, Helvetica, sans-serif!important;	
}
#stat-result .lista-clique li span {
	line-height:20px;
}
#stat-result .lista-clique li span.data {
	float:right;
	width:70px;
}
#stat-result .lista-clique li span.clique {
	width:20px; font:bold 1.6em Tahoma, Geneva, sans-serif;
}
#stat-result .lista-clique li span.ref {
	float:left;
	width:80%;
}
