
a 
{
color:black;
text-decoration: none;
        
}


.anulado{

text-decoration:line-through;
}
.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.expand-detail {
    font-size: 0.9em;
    margin: 0;
    
}


.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

.grid-view
{
	padding: 15px 0;
        
}

.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view thead tr th, .grid-view tbody tr td
{
    /* font-weight: bold; */
	
    /* font-size: 1.1em; */
	
    border: 1px rgb(252, 252, 252) solid;
	
    /*padding: 0.3em;*/
}

.grid-view thead tr th
{
	color: white;
        
        background-color: darkgray;
/*	background-color: #86C6DA;*/
	/* background: url("bg.gif") repeat-x scroll left top white; */
	text-align: center;
}

.grid-view thead tr th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover
{
	color: #FFF;
}

.grid-view thead tr th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view thead tr th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}


.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	/*background: #F8F8F8;*/
}

.grid-view table.items tr.odd
{
	/*background: #E5F1F4;*/
}

.grid-view table.items tr.selected
{
	/*background: #BCE774;*/
}

.grid-view table.items tr:hover.selected
{
	/*background: #CCFF66;*/
}

.grid-view table tbody tr:hover
{
/*	background: #ECFBD4;*/
        background: #F8F8F8;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 86px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
	width: 100%;
	border: 1px solid #ccc;
}