.grid {
	border: 1px solid #d8d8d8;
	width: 100%;
}

.gridline3d {
	background: #FFFFFF;
}

.gridlinedivisora {
	background: #d8d8d8;
}

.gridborderdivisora {
	border-right: 1px solid #d8d8d8;
}

.gridcontroles {
	font: bold 10 arial;
	color: #747171;
	background: #e9e9e9;
	height: 20px;
	padding: 3px
}

.gridheader {
	font: bold 11 arial;
	color: #747171;
	background: #efefee;
	height: 24px;
	padding: 3px
}

.griditem {
	font: 11 arial;
	color: #747171;
	background: #F8F8FF;
	height: 22px;
	padding: 3px
}

.gridselecionado {
	font: 11 arial;
	color: #747171;
	background: #FFFFFF;
	height: 22px;
	padding: 3px
}

.gridlink {
	font: 11 arial;
	color: #747171;
}

.gridlink:hover {
	font: 11 arial;
	color: #747171;
	text-decoration: none;
}

.grid th {
	font: bold 11 arial;
	text-align: left;
	color: #747171;
	background: #efefee;
	height: 24px;
	padding: 3px;
}

.grid th a {
	font: bold 11 arial;
	color: #747171;
	text-decoration: none;
}

.grid th.sortable,th.soted {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../imgs/displaytag/arrow_off.png);
}

.grid th.order1 {
	background-image: url(../imgs/displaytag/arrow_down.png);
}

.grid th.order2 {
	background-image: url(../imgs/displaytag/arrow_up.png);
}

.grid td,td a {
	font: 11 arial;
	color: #747171;
}

div.exportlinks {
	font: bold 11 arial;
	color: #747171;
	background-color: #ffffff;
	height: 20px;
	width: 735px;
	padding: 3px;
}

span.export {
	background-repeat: no-repeat;
	font: bold 11 arial;
	color: #747171;
	background-color: #ffffff;
	height: 20px;
	padding: 1px 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../imgs/displaytag/xls.png);
}

span.csv {
	background-image: url(../imgs/displaytag/csv.png);
}

span.pdf {
	background-image: url(../imgs/displaytag/pdf.png);
}

span.xml {
	background-image: url(../imgs/displaytag/xml.png);
}

.pagtotal {
	font: 11 arial;
	color: #747171;
	text-decoration: none;
	padding-top: 10px;
}

.pagtotal:hover {
	font: 11 arial;
	color: #747171;
	text-decoration: none;
	padding-top: 10px;
}

.pagde {
	font: 11 arial;
	color: #747171;
}

.paginput {
	font: 12 arial;
	color: #6f6d6d;
	border: 1px #c9c8c8;
	height: 22px;
	padding: 4px;
}

.btpag {
	vertical-align: middle;
	border: 0;
}

.btpagdisable {
	vertical-align: middle;
	border: 0;
	opacity: 0.4;
	filter: alpha(opacity = 40)
}
