/*
 * $Id: lists.css 6926 2008-11-04 22:01:25Z olivier $
 */


.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;
}
