﻿a.Album_Titolo
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    padding-left: 10px;
}

a.Album_Titolo:hover
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
    color: #BE0201;
}

a.lk_Paging
{
    color: #BE0201;
}

a.lk_Paging:hover
{
    color: #BE0201;
    text-decoration: none;
}

.Album_DataList
{
    width: 100%;
}

.Album_DataList_ItemStyle
{
    border: 1px Solid #666666;
    width: 25%;
}

.Album_DataList_FooterStyle
{
    height: 50px;
    font-family: Verdana;
    font-size: small;
    text-align: right;
}

.Album_Tabella
{
    width: 25%;
    height: 30px;
}

.Album_CellaIcona
{
    /*width:70px;*/
}

.Album_CellaTitolo
{
    /*width: 130px;*/
    text-align: center;
}

.Image_DataList
{
    width: 100%;
}

.Image_DataList_ItemStyle
{
    border: 1px Solid #666666;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Image_DataList_FooterStyle
{
    height: 50px;
    font-family: Verdana;
    font-size: small;
    text-align: right;
}


