#check{
	padding:20px;
	min-height:500px;
	width:100%;
}

#list{
	clear:both;
}

#list table{
	width:720px;
	border-collapse:collapse;
	margin-top:30px;
	margin-bottom:30px;
}

#list th{
	background:#990000;
	padding:5px;
	color:#fff;	
}

#list th span{
	cursor:pointer;
	padding-right:10px;
	margin-right:-13px;
	margin-left:-5px;
}

#list .pr{
	width:30px;
}

#list th.nome span{
	margin-left:0;
}

#list td{
	padding:5px;
	text-align:center;
}

#list .nome{
	text-align:left;
}

#list .alternate{
	background:#CCCCCC;
}

#list .sort-asc, #list .sort-desc{
	background:#650000;
}

#list .sort-asc span{
	background:#650000 url(images/asc.gif) no-repeat right;
}

#list .sort-desc span{
	background:#650000 url(images/desc.gif) no-repeat right;
	color:#fff;
}

.loader{
	width:16px;
	height:16px;
	background:url(images/loader.gif) no-repeat;
	margin:0 auto;
}

#list a.green{
	color:#00CC00;
}

.banner{
	float:left;
	margin-left:20px;
}

form{
	float:left;
}
