/*---------- Tabelas Standart ----------*/

table.std {
/*	border-collapse: collapse; /* CSS2 */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #fff;
	padding:1px;
}


table.std td {
/*	border-collapse: collapse; /* CSS2 */
	background: #dadada;
	padding:2px;
	
}


table.std th {
	/* border-bottom: 1px solid white; */
	background: #9fa2a6;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding:2px;
}


table.std tr.even td {
	background: #cbcbcb;
}

/*---------- Tabelas Pool ----------*/

table.poll {
/*	border-collapse: collapse; /* CSS2 */
	color: #fff;
	padding:1px;
	text-align:left;
}


table.poll td {
/*	border-collapse: collapse; /* CSS2 */
	
	padding-top:5px;
	text-align:left;
}


table.poll thead {
	/* border-bottom: 1px solid white; */
	
	font-size: 13px;
	text-align: left;
	padding-bottom:15px;
}


table.poll tr.even td {
	background: #cbcbcb;
}

