/* Start of CMSMS style sheet 'slimbox' */
/* SLIMBOX */


.noprint {
    display: none;
}

.albumComment {
   float: left; 
   width: 300px;
   border-right: 1px #eee solid;
   padding: 0 5px 0px 0;
   margin-right: 5px;
}

.picturelist {
    display: block;
    overflow: auto;
    position: relative;
    /*top: -1px;*/
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    margin-top:0;

}


#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
        z-index: 200;
}

#lbBottomContainer {
        width: 200px;
        position: relative;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        left: 50%;
        overflow: hidden;
        background-color: #fff;
        z-index: 202;

}

.lbLoading {
        background: #fff url(/modules/Album/templates/db/slimbox/images/loading.gif) no-repeat center;
        z-index: 201;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;

}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
        background: transparent url(/modules/Album/templates/db/slimbox/images/prevlabel.gif) no-repeat 0% 50%;

}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
        background: transparent url(/modules/Album/templates/db/slimbox/images/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 33px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/closelabel.gif) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
        margin-left: 10px;
        
}

#lbCaption {
        font-weight: bold;
}

/* Album and Picture Lists */
.thumb
{
        padding:0;
        width:155px;
        margin: 0px 0.5em 0.5em 0;

/* Thumbnail spacing */
        text-decoration:none;
        line-height:normal;
        list-style-type:none;
        text-align:center;
        float:left;
        height: 180px;
        position: relative;

}

.thumb a
{
        display:block;
        height:72px;
/* Set link formatting*/
        width:100px;
/* Thumb width*/
/* Thumb height*/
        padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
        margin:0 auto 10px auto;
        background-color:white;
        border: 2px solid #eee;
        text-decoration:none;
        /*float:left;*/
        position:relative;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
        background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
        background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
        text-align:left;
        font-style:normal;
        font-size: 80%;
}

.albumname a
{
        display: block;
        border: none;
        margin:0;
        padding:0;
        background-color:transparent;
        width: 110px;
}
.albumpicturecount
{
        text-align:center;
        font-weight:normal;
        color: #000;
}

.albumcomment
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
}

.albumnav
{
        text-align:center;
        font-weight:normal;
        font-style:normal;
        font-size:smaller;
}

.instructiontext
{
        font-weight:normal;
        font-style:normal;
        font-size:smaller;
        font-style:italic;
    
}
.thumb p {
  margin: 2px 0;
  padding: 0 10px;
  text-align: center;
}
.albumlist .albumcomment{
  display: none;
}
.albumlist .thumbposition{
 text-align: center;
}
.album_content h3{
  font-family: Helvetica, Arial;
  font-size: 150%;
  font-weight: normal;
}

body #content .albumName {
    font-family: Helvetica, Arial;
    font-size: 150%;
    clear: both;
    border-bottom: 1px #eee dotted;
    padding: 3px 14px;
    padding-bottom: 6px; 
    font-weight: normal;
    color: #444;
    letter-spacing: 1px;
    padding-left: 0px;
}
/* End of 'slimbox' */

