@CHARSET "UTF-8";

table.grid_light {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 12px;
}

table.grid_light * {
	font-size: 11px;
}

table.grid_light td,
table.grid_light th {
	padding-right: 4px;
	padding-left: 4px;
}

table.grid_light thead{
	background-color: #E1DDD3;
	
}

table.grid_light thead tr th {
	height: 18px ;
	color: black;
	padding-right: 4px;
	padding-left: 4px;
}

table.grid_light thead tr th,
table.grid_light tbody tr td {
	padding: 0 8px;
}

table.grid_light thead tr th {
	border-left: 1px solid #c2bdb7;
}

table.grid_light thead tr th.first {
	background-image: url("../img/tablaHeaderI.png");
	background-position: left;
	background-repeat: no-repeat;
	border-left: none;
}

table.grid_light thead tr th.last {
	background-image: url("../img/tablaHeaderD.png");
	background-position: right;
	background-repeat: no-repeat;
}

table.grid_light tbody tr.odd {
	background-color: #F3F1EC;
	height: 20px;
}

table.grid_light tbody tr.even {
	background-color: white;
	height: 20px;
}


table.grid_light tbody tr.odd td {
	border-left: 1px solid #cdccc8;
}

table.grid_light tbody tr.even td {
	border-left: 1px solid #d6d6d6;
}

table.grid_light tbody tr td.first {
	border-left: none;
}


table.grid_light tbody .down,
table.grid_light tbody .down_disabled,
table.grid_light tbody .up,
table.grid_light tbody .up_disabled {
	width: 17px;
	height: 14px;
	display:-moz-inline-box;
	display:inline-block;
}

table.grid_light tbody .down {
	background: transparent url("../img/flechaBajar.gif") center no-repeat;
}

table.grid_light tbody .down_disabled {
	background: transparent url("../img/flechaBajarD.gif") center no-repeat;
}

table.grid_light tbody .up {
	background: transparent url("../img/flechaSubir.gif") center no-repeat;
}

table.grid_light tbody .up_disabled {
	background: transparent url("../img/flechaSubirD.gif") center no-repeat;
}



table.grid_light tbody span.button {
	padding-left: 9px;
	*padding-left: 3px;
	display:-moz-inline-box;
	display:inline-block;
	margin-top:4px;
	margin-right:9px;
}

table.grid_light tbody tr.odd span.button {
	background: transparent url("../img/btnSmallOdd.gif") top left no-repeat;
}

table.grid_light tbody tr.even span.button {
	background: transparent url("../img/btnSmallEven.gif") top left no-repeat;
}


table.grid_light tbody span.button input {
	text-align:center;
	border: none;
	margin: 0;
	font-weight: bold;
	font-size: 9px;
	color:#646464;
	font-family: Verdana, sans-serif, sans;
	padding: 0px 9px 6px 0;
	*padding: 3px 0 6px 0;
	cursor: pointer;
}

table.grid_light tbody tr.odd span.button input{
	background: transparent url("../img/btnSmallOdd.gif") right top no-repeat;
}

table.grid_light tbody tr.even span.button input{
	background: transparent url("../img/btnSmallEven.gif") right top no-repeat;
	
}
/* **** */
	

table.grid_light tbody.summary tr{
	background-color: #fff3c9;
	font-weight: bold;
}
 
table.grid_light tbody.summary tr.separator {
	background-color: #e7e3da;
	height: 3px ;
}

table.grid_light tbody.summary tr td.actions{
	text-align:center;
}

table.grid_light tbody.summary span.button {
	background: transparent url("../img/btnStandardGrid.png") top left no-repeat;
	padding-left: 7px;
	*padding-left: 3px;
	display:-moz-inline-box;
	display:inline-block;
}

table.grid_light tbody.summary span.button input {
	background: transparent url("../img/btnStandardGrid.png") right top no-repeat;
	text-align:center;
	border: none;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, sans-serif, sans;
	padding: 1px 6px 6px 0;
	*padding: 4px 0 6px 0;
	cursor: pointer;
}

/* *** */

table.grid_light tfoot{
	background-color: #e7e3da;
	
}


table.grid_light tfoot tr td {
	height: 4px;
	background-image: url("../img/tablaPieI.png");
	background-position: left;
	background-repeat: no-repeat;
	padding: 0;
}
table.grid_light tfoot tr td span{
	display:block;
	height: 4px;
	background-image: url("../img/tablaPieD.png");
	background-position: right;
	background-repeat: no-repeat;
	
}

