/* CSS Document */
.downloadInfoText {font-size:80%;}
.notMemberText {color:#CC0000;font-weight:bold;}
.okText {color:#006600;font-weight:bold;}
.awaitingDescription {color:#D0D0D0;}

#notAMember {border:2px solid #CC0000;font-weight:bold;text-align:center;margin-bottom:10px;}

#notWorkingMess {text-align:center;color:#CC3333;margin-bottom:10px;}

table {border:1px solid #000000;font-size:90%;}

th {border-top:1px solid #000000;border-bottom:1px solid #000000;border-right:1px dotted #FFFFFF;background-color:#034F1B;color:#FFFFFF;}
td {border-bottom:1px dotted #D0D0D0;border-right:1px dotted #D0D0D0;}

.center{text-align:center;}

table td img {width:75px;height:75px;}

.header { 
    background-image: url('http://www.palaeobotany.org/_img/tableHeaders/bg.gif');
    cursor: pointer;
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
}

.headerSortUp { 
    background-image: url('http://www.palaeobotany.org/_img/tableHeaders/asc.gif'); 
    background-color: #7C9C5F; 
}

.headerSortDown { 
    background-image: url('http://www.palaeobotany.org/_img/tableHeaders/desc.gif'); 
    background-color: #7C9C5F; 
}

