/* alternative styles */

div.blocoUsuario {
	float: left;
	width: 230px;
}
div.blocoUsuario .campo {
	width: 150px;
	margin-left: 100px;
	margin-right: 50px;
	margin-bottom: 5px;
}
div.blocoUsuario label {
	position: absolute;
}
div.blocoUsuario h3 {
	font: normal 12px Trebutchet MS, Verdana, Arial, sans-serif;
	color: #AAA;
}
span.separator {
	clear: both;
}
.center {
	text-align: center;
}


body,input,select,td,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
	list-style-type: none;
}


th.sorted {
	background-color: orange;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/ordenacao/arrow_off.png);
}

th.order1 a {
	background-image: url(../images/ordenacao/arrow_down.png);
}

th.order2 a {
	background-image: url(../images/ordenacao/arrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #fea
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}