﻿div#divEstatisticosTable 
{
	width:517px;
	height:214px;	
	overflow:auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

html>body div#divEstatisticosTable {
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#divEstatisticosTable table {
	border-collapse: collapse;
	width:500px;
	background-color: Transparent;
}

#tableEstatisticos tr th tr{
	background: url(../images/detalhe/dtable.gif) #FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	position: relative;
	text-align: left
}

#tableEstatisticos tr th {
	background: url(../images/detalhe/dtablerow.gif) #FFF repeat-x scroll center left;
	display: table-cell;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-variant:small-caps;
	font-weight:bolder;
	
}

#tableEstatisticos tr td {
	background: url(../images/detalhe/dtablerow.gif) #FFF repeat-x scroll center left;
	border-right: 1px solid #CCC;
	display: table-cell;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

#tableEstatisticos tr.odd th {
	background: url(../images/detalhe/dtablerow.gif) #EEE repeat-x scroll center left;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-variant:small-caps;
	font-weight:bolder;
}

#tableEstatisticos tr.odd td {
	background: url(../images/detalhe/dtablerow.gif) #EEE repeat-x scroll center left;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

#tableEstatisticos tr:hover th, #tableEstatisticos tr:hover td, #tableEstatisticos tr.odd:hover th, #tableEstatisticos tr.odd:hover td {
	background: url(dtablerow.gif) #999 repeat-x scroll center left;
	color: #FFF;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: middle
}


#tableEstatisticos tr:hover th a,#tableEstatisticos tr:hover td a,#tableEstatisticos tr.odd:hover th a,#tableEstatisticos tr.odd:hover td a {
	color: #FFF;
	text-decoration: none
}

#tableEstatisticos tr:hover th a:hover,#tableEstatisticos tr:hover td a:hover, #tableEstatisticos tr.odd:hover th a:hover,#tableEstatisticos tr.odd:hover td a:hover {
	color: #FFF;
	text-decoration: underline;
}

#tableEstatisticos {
	display: block;
	height: auto;
	overflow: auto;
}

#tableEstatisticos tr th {
	width: 180px;
}

#tableEstatisticos tr th + td {
	width: 320px
}

#tableEstatisticosHeader {
	display: block;
	overflow: hidden;
}

#tableEstatisticosHeader tr th{
	background: url(../images/detalhe/dtable.gif) #FFF repeat-x scroll center left;
	border: 1px solid #CCC;
	display: block;
	font: normal normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 498px;
}

table.measureTable {
    border: 1px solid #000000;
    width: 95%;
    vertical-align:middle;
    text-align:center;
}
table.measureTable td {
    border: 1px solid #000000;
}