@CHARSET "UTF-8";


/* GRIDS */

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

table.grid * {
	font-size: 11px;
}
	
table.grid thead {
	background-color: #FFE892;
}

table.grid thead tr.labels {
	background: #AA997F;
	height: 18px ;
	color: white;
}

table.grid thead tr.labels * a{
	color: white;
	display:block;
	padding-top: 1px;
	*padding-top: 2px;
	padding-right: 10px;
}

table.grid thead tr.labels * a:hover{
	text-decoration: none;
}

table.grid thead tr.labels th{
	background: url("../img/grillaHeaderNormal.png") center;
	border-left: 1px solid #8A7862;
}

#content table.grid * th.first,
#content table.grid * td.first{
	border-left: none;
}
table.grid thead tr.labels th span{
	display: block;
	height: 18px;
	text-align: left;
	padding: 0 8px;
}

table.grid thead tr.labels th.first{
	background: url("../img/grillaHeaderNormal.png") left;
}

table.grid thead tr.labels th.last{
	background: url("../img/grillaHeaderNormal.png") right;
}

table.grid thead tr.labels th span.active_up,
table.grid thead tr.labels th span.active_down {
	background: url("../img/grillaHeaderActivo.png") center;
}

table.grid thead tr.labels th.first span.active_up,
table.grid thead tr.labels th.first span.active_down{
	background: url("../img/grillaHeaderActivo.png") left;
}

table.grid thead tr.labels th.last span.active_up,
table.grid thead tr.labels th.last span.active_down{
	background: url("../img/grillaHeaderActivo.png") right;
}

table.grid thead tr.labels th span a {
	text-decoration: none;
}

table.grid thead tr.labels th span.active_down a{
	color: #FFE791;
	background: url("../img/ordenDescendente.gif")  no-repeat right;
}

table.grid thead tr.labels th span.active_up a{
	color: #FFE791;
	background: url("../img/ordenAscendente.gif")  no-repeat right;
}

table.grid thead tr.filters {
	background-color: #FFE791;
}

table.grid thead tr.filters td{
	padding: 4px 7px;
	border-left: 1px solid #D6C279;
}

 
table.grid thead tr.filters td.filter_actions{
	text-align: center;
}

table.grid thead tr.separator {
	background-color: #A39276;
	height: 3px ;
}

table.grid th{
	text-align: center;
}


table.grid tbody tr {
	height: 22px;	
}

table.grid input {
	font-size:11px;	
	font-family: Verdana, sans-serif, sans; 
}
table.grid input.s,
table.grid input.m,
table.grid input.l{
	background: #FFFFFF url("../img/grillaInput.gif") left top;
	border-top:1px  solid #909092 ;
	border-right:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-bottom:1px solid #E4E4E4;
	padding:2px 3px 2px 3px;
}

table.grid select {
	background: #FFFFFF url("../img/grillaSelect.gif") left top;
	border-top:1px  solid #909092 ;
	border-right:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-bottom:1px solid #E4E4E4;
	font-size:11px;
	font-family: Verdana, sans-serif, sans;	
	padding:1px 1px 1px 3px;
}

table.grid *.s {
	width:50px;
}

table.grid *.m {
	width:100px;
}

table.grid *.l {
	width:180px;
}


table.grid 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 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;
	padding: 1px 6px 6px 0;
	*padding: 4px 0 6px 0;
	cursor: pointer;
}


table.grid tbody tr.odd {
	background-color: #EFECE7;
}

table.grid tbody tr.even {
	background-color: #E7E3DA;
}

table.grid tbody td {
	padding: 0 8px;
	border-left: 1px solid #C9C6C1;
}

table.grid tbody td.actions {
	text-align: center; 
}
table.grid tbody td.actions div {
	display:-moz-inline-box;
	display:inline-block;
	margin: 0 auto;
	margin-right: -5px;
}


table.grid tbody td.actions a {
	display:block;
	float:left;
	text-indent: -10000px;
	font-size: 0px;
	height: 14px;
	width: 14px;
	margin-right:5px; 
}

table.grid tbody td.actions .edit {
	background: transparent url("../img/btnGenerico02.gif");
}

table.grid tbody td.actions .remove {
	background: transparent url("../img/btnEliminar.gif");
}

table.grid tbody td.actions .operation {
	background: transparent url("../img/btnGenerico03.gif");
}

table.grid tbody td.actions .balance_entry {
	background: transparent url("../img/btnPagos.gif");
}

table.grid tfoot tr {
	background: #A39276;
	height: 5px ;
}

table.grid tfoot tr td.first{
	background: #A39276 url("../img/grillaPieNormalI.gif") left no-repeat;
}

table.grid tfoot tr td.last{
	background: #A39276 url("../img/grillaPieNormalD.gif") right no-repeat;
}

div.pagination {
	text-align: center;
}


a.add_new {
	font-weight: bold;
	color: black;
	padding-left: 19px;
	padding-top: 1px;
	background: url("../img/btnNuevo.gif") left bottom no-repeat;
}

a.add_item {
	font-weight: bold;
	color: #77664c;
	padding-left: 14px;
	padding-right: 19px;
	padding-top: 1px;
	background: url("../img/bulletHojita.gif") left center no-repeat;
}