table.sjgrid {
	border: 1px solid #959595;
	border-collapse: collapse;
	width: 100%;
	
	padding: 0;
	margin: 0;
	font-size: 11px;
	clear: both;
	margin-bottom:10px;
}

table.sjgrid .querySupport button {
	border: 1px solid #ddd;
	padding: 3px;
	color: #55391c;
	font-size: 10px;
	margin:2px;
	margin-left: 5px;
	background: #FFF;
	cursor: pointer;
}


table.sjgrid tr.alt:hover, table.sjgrid tr:hover {
	background-color: #019cde;
}

table.sjgrid .querySupport, table.sjgrid .querySupport:hover {
	border: 0px;
	background-color: none;
}

table.sjgrid .querySupport div {
	text-align: right;
}

table.sjgrid .subtitulo select {
	width: 95%;
	border: 1px solid #AAA;
}

table.sjgrid img {
	vertical-align: middle;
}

table.sjgrid .ico_asc_desc {
	float:right;
}

table.sjgrid .subtitulo {
	background: #FFFFFF url(../images/pageoptions2.jpg) repeat-x bottom;
}

table.sjgrid .subtitulo span {
	width: 40px;
	display: block;
	float: left;
}

table.sjgrid td div input[type='text'],td div input[type='password'],.subtitulo input[type='text'],.subtitulo input[type='password'],.subtitulo  select {
	width: 100% !important;
	margin-left:-1px;
	padding:0px;
	
}
table.sjgrid .subtitulo input {
	background: #019cde;
	color:#fff;
	border:1px solid #555;
}
table.sjgrid .querySupport,table.sjgrid .barra_tabela {
	background: #ebebeb;
}

table.sjgrid th {
	background: #555555;
	margin:0px;
	color: #FFF;
	padding:1px;
	font-weight:normal;
	border: 1px solid #AAA;
}

table.sjgrid tr.alt {
	background-color: #eceff5;
	color: #333;
}

table.sjgrid td {
	padding: 1px;
	color: #333;
	border-top: 1px solid #959595;
	border-right: 1px solid #cccccc;
	vertical-align:top;
}

table.sjgrid td input {
	padding: 0px;
	margin: 0px;
}

table.sjgrid .barra_tabela {
	text-align: center;
}

table.sjgrid .barra_tabela input {
	width: 120px !important;
	margin: 4px;
}

table.sjgrid .barra_tabela a {
	padding: 2px 2px 2px 2px;
	margin: 2px;
	text-decoration: none;
	color: #333;
}

table.sjgrid .barra_tabela a img {
	border: 0px solid #ffa500;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 3px;
}

table.sjgrid select {
	width: 50px;
}
table.sjgrid .paginationExport {
	float: left;
	width: 110px;
}

table.sjgrid .paginationNumbers {
	margin-top:-5px;
	float: left;
	text-align: right;
	width: 99%;
}

table.sjgrid .trsearch, table.sjgrid .trsearch:hover ,
table.sjgrid .massActions, table.sjgrid .massActions:hover {
	background-color:#FFF;
}

table.sjgrid .trsearch input[type=image],
table.sjgrid .massSelectbts input[type=image] {
	margin:0px;
	padding:0px;
	border:0px;
	background:none;
	vertical-align:middle;
}

table.sjgrid .massActions select {
	width:200px;
	
}
table.sjgrid .massSelect {
	float:left;
	padding-top:3px;
	padding-left:3px;
}
table.sjgrid .massSelectbts {
	float:right;
}