@charset "utf-8";


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    background: transparent;
    margin: 0;
    padding: 0;
    color: #584d47;
}

a, a:visited, a:hover {
    text-decoration: none;
}

.project_detail_images {
    
    /*width: 800px;
    overflow: hidden;*/
}

.project_detail_thumbs_container {
    /*
    width: 800px;
    */
    /* float: left; */
    padding-bottom: 5px;
    height: 25px;
    width: 100%;
}

.project_detail_thumbs {
    width: 25px;
    height: 25px;
    background-color: #EEEEEE;
    float: left;
    margin: 0 5px 0 0;
}

.project_detail_thumbs_container, .project_detail_thumbs a, .project_detail_thumbs a:visited{
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}



.project_detail_thumbs a:hover {
    color: #ef7704;
}

.project_detail_thumbs_text {
    padding-top: 5px;
    text-decoration: none;
    color: #584d47;
}
a .project_detail_thumbs_text , a:visited .project_detail_thumbs_text {
    font-weight: bold;
    text-decoration: none;

}
a:hover .project_detail_thumbs_text{
    color: #ef7704;
    text-decoration: none;
}

.thumb_selected, a thumb_selected {
    color: #ef7704;
}




.big_image_container {
    /* float: left; */
}

.big_image_container img {
    /* float: left; */
}
.project_detail_close {
    float: right;
    width: 25px;
}
.project_detail_close a, .project_detail_close a img, .project_detail_close img a {
    text-decoration: none;
    border: 0;
    outline: none;
    float: right;
    width: 25px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td.detail_close {
    text-align: right;
}
