body {
	overflow: scroll;
	overflow-x:hidden;
}

.sort-table {
border : 0px solid #000000;
border-top: 0px solid #F0F3F7;
border-left: 0px solid #F0F3F7;		
border-bottom: 1px solid #202624;
border-right: 1px solid #202624;
	font:		Icon;
	/*border:		1px solid #000000;*/
	background:	#161616;

	color:		#ffffff;
}

.sort-table thead {

    font-size : 11px;
	background:	#0b0b0b;
	color: #ffffff;
}

#LayerPopFundo {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
	margin:0;
	background-color:#1e1e22;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	z-index:100;
}

.imagemBanner {
	margin-left:400px;
	margin-top:200px;
	opacity:0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=100);
	z-index:100;
}

#LayerPop {
	top:260px;
	position: absolute;
	left:50%;
	width:250px;
	margin-left:-125px; /*Metade do tamanho da layer*/
	z-index:101;
}


.sort-table td {

        font-size : 11px;
	padding:	2px 5px;
	color: #ffffff;
}

.sort-table thead td {
    solid #000000;
	border-color:	#164F83;
	cursor:			default;
	color: #ffffff;
}

.sort-table thead td:active {
	border-color:	#000000;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	#000000;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("imagens/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("imagens/upsimple.png");
}

.even {
	background:	#262D2B;
}

.even2 {
	background:	#161616;
}
