
/* ************************************* */
/* IMAGE GALLERY                         */
/* ************************************* */



/* ************************************* */
/* MAIN CONTENT */

a.picsURL:link, .picsURL:active, .picsURL:focus, .picsURL:visited {
    color: #000000;
    text-decoration: none;
}

img.picsPic {
    border: 0px;
}

.picsURL:hover {
    color: #000000;
    text-decoration: none;
}

div.picsContent {
    padding-left: 50px;
}

.picsTitle {
    vertical-align: middle;
}

.picsGroupDesc {
    border-bottom: 2px solid #FF9900;
    margin-bottom: 20px;
}



/* ************************************* */
/* GROUP VIEW */

.picsTable, .picsHeader, .picsPages {
    padding-left: 40px;
}

.picsTable {
    width: auto;
    margin: auto;
}

.picsCol {
    margin-right: 15px;
    width: 110px;
    float: left;
    margin: auto;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    background-color: #EBC37D;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #FFECCC;
}

.picsRow {
    float: left;
}

.picsRowEnd {
    clear: both;
}

.picsGroupDesc p {
    text-align: justify;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

p#firstChild:first-letter {
    font-size: 18px;
    color: #8A0000;
    font-weight: bold;
}

.picsGroupDesc h2 {
    padding: 0px;
    margin: 0px;
    color: #8A0000;
    padding-bottom: 15px;
    padding-left: 43px;
    background-image: url('../gfx/obutton.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    font-size: 18px;
}



/* ************************************* */
/* DETAIL VIEW */

.picsDetHeader {
    text-align: right;
    float: right;
    width: 150px;
}

.picsDetHeader {
    float: right;
    width: 135px;
    display: inline;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: auto;
    text-align: center;
}

.picsDetHeader div.picsDetHeaderOverview {
    float: right;
    padding-right: 10px;
}

.picsDetHeader .picsDetHeaderBack {
    float: left;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

.picsDetHeader div.picsDetHeaderNext {
    float: left;
    display: inline;
}

.picsImage, .info, .picsDetTitle, .picsDetDesc {
    clear: both;
    margin: auto;

    text-align: center;
}

.picsImage img {
    border: 10px solid #EBC37D !important;
    display: inline;
}



/* ************************************* */
/* GROUP LISTING */

img.picsGroupImg {
    border: 0px;
}

span.hide {
    display: none;
}

div.picsGroupImg, div.picsGroupTitle {
    float: left;
}

div.picsGroupImg {
    margin-bottom: 10px;
}

div.picsGroupTitle {
    height: 40px;
    width: 450px;
    margin-left: 5px;
}

a.picsGroupTitle {
    background-color: #EBC37D;
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: middle;
    display: block;
    height: 35px;
}

a.picsGroupTitle:hover {
    background-color: #FFECCC;
}

span.first-line {
    font-weight: bold;
}

div.picsContent p {
    padding: 0px;
    margin: 0px;
}

div.picsContent p#firstChild {
    display: block;
    width: 495px;
    text-align: justify;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FF9900;
}

div.picsContent p#firstChild:first-line {
    font-weight: bold;    
}

