/* Controls */
.Button
{
    width: 80px;
    height: 22px;
    background-color: #528DA3;
    border-color: #a0a0a0;
    border-width: 1px;
    border-style: outset;
    color: White;
    font-size: 12px;
    font-weight: normal;
}

.DDL
{
    width: 200px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a0a0;
    background-color: #ffffff;
    color: Black;
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
}

.TextBox, .TextArea
{
    width: 300px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a0a0;
    background-color: #ffffff;
    color: Black;
    font-weight: normal;
    padding: 2px;
}

.TextBox
{
    font-size: 12px;
}

.TextArea
{
    font-family: Arial;
    font-size: 11px;
}

.logintitle
{
    font-size: 12px;
    line-height: 24px;
    color: #f0f0f0;
    background-color: #026383;
    font-weight: bold;
    text-align: center;
}

.logintext
{
    font-size: 11px;
    text-align: justify;
    padding: 5px 5px 5px 5px;
    color: #1C3E5A;
}

.loginlabel
{
    font-size: 11px;
    text-align: right;
    line-height: 35px;
    width: 160px;
    color: #101010;
}

/* GridViews */
.pagerstyle{
    background-color: White;
    color: #404040;
    font-size: 12px;
    font-weight: bold;
}

.pagerstyle a:link {font-size: 12px; COLOR: #3A84AB; font-weight:bold; TEXT-DECORATION: underline}
.pagerstyle a:visited {font-size: 12px; COLOR: #3A84AB; font-weight:bold; TEXT-DECORATION: none}
.pagerstyle a:active  {font-size: 12px; COLOR: #3A84AB; font-weight:bold; TEXT-DECORATION: none}
.pagerstyle a:hover {font-size: 12px; COLOR: #ff0000; font-weight:bold; TEXT-DECORATION: underline}


.headerstyle {
    background-color:#FBCB99;
    background-image: url(../img/sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;    
    font-size: 11px; 
    color: White;
    height: 30px;
    padding-left: 15px;
}
.headerstylenosort {
    background-color:#FBCB99;
    background-image: url(../img/sort_disabled.gif);
    background-repeat: no-repeat;
    background-position: center left;    
    font-size: 11px; 
    color: Black;
    height: 30px;
}    
.headerstyle a{
    text-decoration: none;
    color: Black;
    display: block;
}    

.alternatingrowstyle{
    background-color:#d0d0d0;
    font-size: 11px;
    height: 30px;
}
.rowstyle{
    background-color: #f0f0f0;
    font-size: 11px;
    height: 30px;
}

.rowstyle td, .alternatingrowstyle td {
}

.sortascheaderstyle{
    background-image: url(../img/sort_asc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;  
    padding-left: 15px;         
}
.sortdescheaderstyle{
    background-image: url(../img/sort_desc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;       
    padding-left: 15px;
}   

#newslist 
{
    margin-bottom: 15px;
}

#linkslist 
{
    margin-bottom: 15px;
}

/* Prezzi */

.alternatingrowstyle_room{
    background-color: #ffffff;
}

.rowstyle_room{
    background-color: #eeeeee;
}


.alternatingrowstyle_supp{
    background-color: #FCFFCD;
}

.rowstyle_supp{
    background-color: #FFF7DF;
}

/* Area messaggistica */
.messlistNew
{
    background: #FBFFE0;
    margin: 5px;
    padding: 5px;
    border: 1px solid #808080;
}

.messlistUser
{
    background: #e0e0e0;
    margin: 5px;
    padding: 5px;
    border: 1px solid #808080;
}

.messlistAlt
{
    background: #D8F6E0;
    margin: 5px;
    padding: 5px;
    border: 1px solid #808080;
}

/* Modal Popup gallery */
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    width: 450px;
    text-align: center;
}

.modalPopupHeader
{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    background: #404040;
}


