/* Gthumb "Clean" layout, v. 2005-02-25 */

/* Title, header, footer */

div.thumbnails {
    margin: 5% 0 5% 0;
    position: relative;
    left: 10%;
    width: 80%;
    background-color: white;
    border: 1px dashed #669999;
}
div.thumbnails table {
	margin:auto;
    border-collapse: collapse;
    border-width: 0;
}

div.thumbnails caption {
    margin:auto;
    text-align: left;
    padding: 2px 0 10px 4px;
    background-color: white;
}

div.thumbnails h3{
    padding: 2px 0 0 4px;
    background-image: url('/lib/img/heading-bg.png');
    background-repeat: no-repeat;
    margin: 5px;
}

div.thumbnails img {
    border:none;
}

div.navigation {
    float: right;
    width: 150px;
    text-align: right;
    padding: 4px;
    font-size: 9pt;
    font-weight: bold;
}

div.navigation a:link, div.navigation a:visited, div.navigation a:hover, div.navigation a:active {
    border: none;
    
}

div.navigation img {
    border:none;
    vertical-align: bottom;
}


div.image_box {
    margin: 5% 0 5% 0;
    position: relative;
    left: 10%;
    width: 80%;
    background-color: white;
    text-align: center;
    border: 1px dashed #669999;
    background-color: white;
    
}    

div.image_box h3{
    padding: 2px 0 0 4px;
    background-image: url('/lib/img/heading-bg.png');
    background-repeat: no-repeat;
    margin: 5px;
    text-align: left;
    display: block;
}

div.image_box img {
    border: none;
}

td.td_index {
	width: 215px;
    padding-top:0;
	vertical-align: top;
    text-align: center;
    background-image: url('thumb-bg.gif');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

div.thumb-box {
    height: 100px;
    padding: 10px 0 0 0;
}