/* 
*
* This is the stylesheet belonging to de potoalbummodulecontroller
*
*
*
*/

.Tree .treeitem_0{
    display: none;
    font-size: 26px;
    color: #000000;
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    margin-bottom: 10px;
}

.Tree .treeitem_1{
    font-size: 15px;
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
    /*text-indent: 30px;*/
    margin-bottom: 10px;

}

.Tree .treeitem_2{
    text-indent: 20px;
    text-align: right;
    margin-bottom: 10px;
}

.fotoalbum .liquid-round {
    position: relative;
    float: left;
    top: 10px;
    width: 110px;
    margin:3px 0px;
    background:#edeeed url(../images/left.gif) repeat-y left top;
}

.fotoalbum .top {
    width: 110px;
    height:20px;
    background:url(../images/top.gif) no-repeat left top;
}

.fotoalbum .top span {
    display:block;
    position:relative;
    height:20px;
    background:url(../images/top-right.gif) no-repeat right top;
}

.fotoalbum .center-content {
    position:relative;
    background:url(../images/right.gif) repeat-y right top;
}

.fotoalbum .bottom {
    height:20px;
    background:url(../images/bottom.gif) no-repeat left bottom;
}
.fotoalbum .bottom span {
    display:block;
    position:relative;
    height:20px;
    background:url(../images/bottom-right.gif) no-repeat right top;
}



.fotoalbum .photoitem{
    text-align: center;
    vertical-align: middle;
    height: 100px;
}

.fotoalbum .photoitem * {
    vertical-align: middle;
}

.fotoalbum .photoitem{
    display: block;
}

.fotoalbum .photoitem span{
    display: inline-block;
    height: 100%;
    width: 1px;

}

.fotoalbum img.landscape{
    width: 100px;
}

.fotoalbum img.portrait{
    height: 100px;
}


