.list table {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    border-spacing: 0;
}

.list th, .list td {
    border: 1px solid #ddd;
    padding: 0.1em 0.5em;
}

.list th {
    font-weight: bold;
/*    background: #f7f7f0; */
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-bottom-color: #bbb;
    text-align: center;
    background-image: url(../img/header_background.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;
}


.list th a {
    text-decoration: none;
    color: #a00;
}

.list th a .asc, .list th a .desc {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 16px;
}

.list th a .asc {
    background-image: url(../img/asc.gif);
}

.list th a .desc {
    background-image: url(../img/desc.gif);
}



.list tr.odd {
    background: #f7f7f7;
}

.list tr.even {
    background: #fcfcfc;
}

.list tr:hover {
    background: #eed !important;
}


.list .actions a {
    font-size: 0.9em;
}

.list .actions img {
    vertical-align: middle;
    margin: 0 0.1em;
}

.list th.actions span {
    display: none;
}

/* Nas tabelas onde há células com acções, não deixar o texto fazer
   wrap. */
.list .actions {
    white-space: nowrap;
}

.list td.icon {
    text-align: center;
 }

.list td.nome {
    text-align: left;
 }

.list td.number {
    text-align: right;
 }


.list span.nota {
    font-weight: bold;
    font-size: 1.1em;
    color: #a00;
    padding-right: 0.5em;
}

.list span.emissivo {
    font-size: 0.9em;
    color: grey;
}

.list span.indeferido {
    font-size: 1.0em;
    color: #a00;
}

.list span.autorizado {
    font-size: 1.0em;
    color: green;
}

.list .nota table{ 
    width: 100%;            
 } 
.list .nota li {
    list-style-type: square;
    list-style-image: url(images/bullet.gif);
    margin-left: 1.5em;
}

.list .nota ul {
    padding: 0.7em;
}

.referencia {
   background-color: #fffed0;
   border: 1px solid #ddd;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 3em;
 }

.pagination {
    margin: 1em 0;
}

.greyed {
    color: #999;
}

.list p {
    margin: 0;
}


/** Pagination **/

.pag_top {
           margin: 10px 0 20px 0;
           }

.pag_bottom {
              margin-top: 5px;
              }

.resume { 
          margin: 10px 0 10px 0;
          }