@CHARSET "UTF-8";

.containerTable{
	margin-bottom: 10px;
}

.dataBig {
	width: 98.5%;
}

.dataMedium {
	width: 50%;
}

.dataSmall {
	width: 30%;
}


.titleTable {
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 10px;
	/*font-size: 11px;*/
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.dataGrid {
	width:100%;
	border-top: none;
	border-bottom: none;
}

.dataGrid
{
	font-family: Arial,Verdana,sans-serif;
	/*font-size: 11px;*/
}

.dataGrid tbody tr.cabecalho th,
.dataGrid thead tr th {
	height: 28px;
	padding: 4px 10px 2px;
	font-weight: bold;
	text-align: center;
}

.dataGrid tr td,.dataGrid tr th {
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
	padding: 4px;
}

.dataGrid tr td {
	height: 25px;
	vertical-align: middle;
	font-weight: normal;
	/*padding: 4px 5px;*/
}

* html .dataGrid tr td {
	height: 15px;
}

.dataGrid .totalBar td {
	text-align: right;
	padding-right: 10px !important;
	font-weight: bold;
}


.tableFooter {
	height:30px;
}

tr.tableFooter td,
tr.tableFooter th {
	font-weight:bold;
	/*text-align:right;*/
	border-top: 1px solid #E3912E;
	border-bottom: 1px solid #E3912E;
}

.tableFooter span,
.tableFooter th {
	font-weight:bold;
	text-transform:uppercase;	
}

.tableRadios {
	float: left;
	margin-right: 10px;
	border: none;
}

.cellInputCenter
{
	margin: auto;
	text-align: center;
}



.tableRadios tr td, .tableChecks tr td  {
	height: 18px;
	line-height: 18px;
	padding: 1px 1px 1px 10px;
	vertical-align: middle;
	border: none;
}

.tableRadios tr td span {
	font-weight: bold;
}

.tableChecks tr td {
	height: 18px;
	line-height: 18px;
	padding: 1px 1px 1px 10px;
	vertical-align: middle;
}

.tableChecks tr td input,.tableChecks tr td label {
	display: inline;
}


/* ///////// ICONS ///////// */
.iconLupa{width:20px; height:20px; cursor:pointer; border:none; background: url(../images/icons/icon_lupa.png) no-repeat top left !important;}
.iconFile{width:17px; height:20px; cursor:pointer; border:none; background: url(../images/icons/icon_file.png) no-repeat top left !important;}
/* //////////////////////////// */

* html .iconFile{
	background-color:#93C4E5;
	background-image:url(../images/icons/icon_file.png);
	background-position:0 50%;
	border-color:#C0C0C0;
	color:#FFFFFF;
	font-family:Arial,Verdana,sans-serif;
	/*font-size:11px;*/
	font-weight:bold;
	padding:2px 0 1px;
}

/* /////////////////////// PAGINAÇÃO ///////////////////////// */

.pagination{
	height:17px;
	color:#3777BC;
	margin-bottom:5px;
}
.pagination span{
	font-size:11px;
	display:inline-block;
}
.pagination a{
	color:#3777BC;
	text-decoration:none;
}

.pagination a:hover{
	text-decoration:underline;
}

.pagination a.selected{
	font-weight:bold;
	color:#6D6F71;
}

.pagination .prev{ 
	width:7px;
	height:17px;
	border:none;
	cursor:pointer;
	background: url(../images/setaPagEsqOff.png) no-repeat 0 5px !important;
}

.pagination .prev:hover{
	background: url(../images/setaPagEsqOn.png) no-repeat 0 5px !important;
}

.pagination .prevHome{ 
	width:12px;
	height:17px;
	border:none;
	cursor:pointer;
	background: url(../images/setaPrimeiraPagEsqOff.png) no-repeat 0 6px !important;
}

.pagination .prevHome:hover{
	background: url(../images/setaPrimeiraPagEsqOn.png) no-repeat 0 6px !important;
}

.pagination .next{
	width:7px;
	height:17px;
	border:none;
	cursor:pointer;
	background: url(../images/setaPagDirOff.png) no-repeat 0 5px !important;
}

.pagination .next:hover{
	background: url(../images/setaPagDirOn.png) no-repeat 0 5px !important;
}

.pagination .nextEnd{
	width:12px;
	height:17px;
	border:none;
	cursor:pointer;
	background: url(../images/setaUltimaPagDirOff.png) no-repeat 0 6px !important;
}

.pagination .nextEnd:hover{ 
	background: url(../images/setaUltimaPagDirOn.png) no-repeat 0 6px !important;
}

.cursorDefault{
	cursor:default;
}


