#item{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pagina{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:300px;
}

div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
	margin:0;
	padding:0;
	font-size: 11px;
	background-repeat:no-repeat;
	list-style-type:none;
}

a{
	color:#000000;
}

img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	height: 1px;
}

table {
	border: 1px solid #666;
	width: 100%;
	margin: 20px 0 20px 0;
}

th,td {
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

thead tr {
	background-color: #fc0;
}

th, th a, th a:visited {
  	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

th a:hover {
	text-decoration: underline;
  	color: f2f2f2;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../img/arrow_off.png);
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
}

th.order2 a {
	background-image: url(../img/arrow_up.png);
}

table.its thead tr {
	background-color: #62A2D0;
}

table.its tr.even {
	background-color: #C3DFEB;
}

<!-- barra de exportação -->
div.exportlinks {
	background-color: #FFFFFF;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;;
	top:25px;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}
