/*
    thumbview.css   22.11.2006  (c) Johannes Frank <jfrank@aejf.de>
*/


table.thumbview
{
}

table.thumbview td
{
    border-style: none;
    text-align: center;
    vertical-align: top;
}

table.thumbview td img
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
}

table.thumbview td a,
table.thumbview td a:link,
table.thumbview td a:visited
{
    color: #c0c0c0;
    text-decoration: none;
}

table.thumbview td a:hover
{
    color: #000000;
    text-decoration: none;
}

table.thumbview td a:hover img
{
    border-color: #000000;
}

table.thumbview td a:active
{
    color: #0000ff;
    text-decoration: none;
}

table.thumbview td div.thumbbuttons
{
    visibility: hidden;
    position: relative;

    width: 36px;

    height: 18px;
    top: 23px;
    left: 33px;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
}

table.thumbview td div.thumbbuttons a img,
table.thumbview td div.thumbbuttons a:link img,
table.thumbview td div.thumbbuttons a:visited img,
table.thumbview td div.thumbbuttons a:active img
{
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
}

table.thumbview td div.thumbbuttons a:hover img
{
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

table.thumbview td.statusline
{
    height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 11px;
    text-align: left;
    background-color: #c0c0c0;
}

table.thumbview td.statusline img
{
    margin: 1px;
    border-style: none;
}
