@charset "utf8";
/* CSS Document */

.tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	cursor: default;
	
}
.cabecalho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
	background-image: url(/images/gridView/grid_fundo.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 18px;
}
.div_gridView {

}

.pg-ctrl {
	font:bold 15px verdana;
	color: #0063e3;
	text-decoration: none; 
	cursor: pointer;    
	padding:3px;
	margin:0px;
	border: 0px;
}

.pg-normal {

	font:9px verdana;
	color: #333;
	text-decoration: none; 
	cursor: pointer;
	background-color:#f9f9f9;
	padding:0px 4px;
	margin:1px;
	border: 1px solid #0063e3;
}
.pg-selected {
	font:9px verdana;
	color: #fff;
	text-decoration: none; 
	cursor: pointer;
	background-color:#0063e3;
	padding:0px 4px;
	margin:1px;
	border: 1px solid #dde;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

