@import url('project.css');

.references {
    margin: 0px 0px 0px 5px;
}
.references table.reference {
    font-family: Verdana, Tahoma, sans-serif;
    width: 645px;
    border: 0px;
    border-collapse: collapse;
    border-color: #fff;
}

.references table tr.on {
    background-color: #efefef;
}
.references table tr.off {
    background-color: #f9f9f9;
}
.references table td {
    height: 22px;
    border: 0;
    border-bottom: 1px dotted #ccc;
}
.references table td.main {
    background-image: url('../img/menu-arrow-main.gif');
    background-position: 0px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 15px;
    font-weight: 700;
}
.references table td.sub {
    background-image: url('../img/menu-arrow-sub.gif');
    background-position: 15px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 25px;
}
.references table td.product {
    font-size: 8.5pt;
    background-image: url('../img/menu-arrow-subcat.gif');
    background-position: 30px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 40px;
}
.references table td.reference {
    font-size: 7.5pt;
    text-align: left;
}
.references table td.header {
    font-size: 7.5pt;
    font-weight: 700;
    text-align: left;
    background-color: #f4f4f4;
}
.references table td.reference.state, 
.references table td.header.state  {
    width: 125px;
    padding: 0 0 0 55px;
    border-right: 1px dotted #ccc;
}
.references table td.reference.town, 
.references table td.header.town {
    width: 95px;
    border-right: 1px dotted #ccc;
}
.references table td.reference.object, 
.references table td.header.object {
    width: 260px;
    border-right: 1px dotted #ccc;
}
.references table td.reference.year, 
.references table td.header.year {
    width: 50px;
    text-align: center;
    border-right: 1px dotted #ccc;
}
.references table td.reference.photo, 
.references table td.header.photo {
    width: 60px;
    text-align: center;
}


.references table td.reference.photo a {
     font-size: 7.5pt;
     text-decoration: none;
}
.references table td.reference.photo a:hover {
    text-decoration: underline;
}
