﻿TABLE.table_detail
{
    width: 100%;
    background-color: #ffffff;
}
TABLE.table_detail_photo
{
    width: 100%;
    background-color: #d4d3d3;
}
TD.image
{
    height: 250px;
    text-align: center;
}
#simplemodal-overlay
{
    background-color: #000;
}
#simplemodal-container
{
    background-color: #333;
    border: 8px solid #fe6500;
    padding: 12px;
}
#closeImage
{
    position: absolute;
    margin-top: -28px;
    margin-left: -28px;
    cursor: pointer;
}
TD.image IMG
{
    height: 250px;
    border: solid 2px #fe6500;
    cursor: pointer;
}
TD.thumbs
{
    text-align: center;
}
TD.thumbs IMG
{
    height: 100px;
    border: solid 2px #fe6500;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    background-color: #ffffff;
    float: left;
    cursor: pointer;
}
TD.thumbs IMG:hover
{
    background-color: #fe6500;
}
TD.pdf SPAN
{
    font-size: 12px;
    font-weight: 700;
    color: #c0c0c0;
    display: block;
    margin: 7px 13px 7px 13px;
}
TD.pdf A
{
    font-size: 12px;
    font-weight: 700;
    color: #aa0a00;
    text-decoration: none;
    display: block;
    margin: 7px 13px 7px 13px;
}
TD.pdf A:hover
{
    color: #aaa;
    text-decoration: underline;
}
TABLE.table_detail SPAN.description
{
    display: block;
    color: #343434;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    font-size: 13px;
    line-height: 170%;
}
/**/
DIV.detail_container
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #ffffff;
    height: 24px;
    padding-left: 12px;
    background-image: url(images/detail-bg.jpg);
}
.detail_caption
{
    font-size: 13px;
    font-weight: 500;
    color: #878787;
    width: 110px;
    display: block;
    float: left;
    text-align: right;
    padding-top: 3px;
}
.detail_text
{
    font-size: 14px;
    font-weight: 700;
    color: #565656;
    display: block;
    text-align: justify;
    padding-top: 3px;
    padding-left: 5px;
}
SPAN.lbl_note
{
    display: block;
    color: #333;
}
/**/
DIV.alt_container
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #ffffff;
    height: 21px;
    padding: 5px 2px 2px 2px;
    padding-left: 30px;
    background-image: url(images/h1-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat; /*border: solid 1px #FFa6a6;*/
}
.alt_caption
{
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    width: 200px;
    display: block;
    float: left;
    text-align: right;
}
.alt_box
{
    font-size: 11px;
    font-weight: 700;
    color: #777777;
    background-color: #ffffff;
    border: solid 1px #a6a6a6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.alt_box_error
{
    font-size: 11px;
    font-weight: 700;
    background-color: #ffCDCD;
    color: #777777;
    border: solid 1px #FFa6a6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
DIV.alt_container A
{
    display: inline-block;
    margin: 3px 3px 3px 3px;
    text-decoration: none;
    color: #aa0a00;
}
DIV.alt_container A:hover
{
    color: #ffffff;
    text-decoration: none;
}

