﻿.BackEnd_Header
{
    background-color: #FFFFFF;
}
.BackEnd_Header a
{
    text-decoration: none;
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.BackEnd_Header th
{
    border-bottom: solid 1px #abaabb;
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.Marketing_Header
{
    border-bottom: solid 1px #000000;
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.Marketing_Cell
{
    border-bottom: solid 1px #d2d2d2;
    color: #828282;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.Marketing_Row
{
    background-color:#FFFFFF;
}
.Marketing_Row:hover
{
    background-color:#d2d2d2;
}

.BackEnd_HeaderFatt
{
    border-bottom: solid 1px #abaabb;
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    /*text-align: left;*/
    font-weight:bold;
    padding-left: 5px;
    padding-right: 5px;
}
.BackEnd_RowFatt
{
    border-bottom: solid 1px #abaabb;
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.BackEnd_RowTitle
{
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 14px;
    font-weight:bold;
}
.BackEnd_RowCheck
{
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.BackEnd_FooterFatt
{
    color: #000000; 
    font-family: Lucida Sans Unicode, Verdana; 
    font-weight:bold; 
    font-size: 12px;
}
.BackEnd_PaginatorBack
{
    width:700px;
    background-color: #dfe1e8;
    text-align:right;
}
.BackEnd_PaginatorBack a, .BackEnd_PaginatorBack span
{
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.BackEnd_RowStyle
{
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    background-color: #FFFFFF;
}

.BackEnd_RowStyle_Head
{
    color: #FFFFFF;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    background-color: #000088;
}


.BackEnd_RowStyle td
{
    border-bottom: solid 1px #efeff0;
}
.BackEnd_RowStyle:hover
{
    color: #000000;
    background-color: #efeff0;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
    cursor:pointer;
}
.BackEnd_TotText
{
    color: #000000;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.RedRow
{
    color: Red;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
.GreenRow
{
    background-color: #a1dbb3;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;    
}
.OrangeRow
{
    background-color: #faba30;
    font-family: Lucida Sans Unicode, Verdana;
    font-size: 12px;    
}

.BackEnd_Button
{
    background-image: url('/BackEnd/imgs/BackEnd_Button.png' );
    background-color: Transparent;
    background-repeat: no-repeat;
    font-family:Lucida Sans Unicode, Verdana;
    width: 158px;
    height: 35px;
    color: White;
    font-size: 13px;
    border-style: none;
    cursor: pointer;
    text-align:center;
}

.BackEnd_Button_off
{
    background-image: url('/BackEnd/imgs/BackEnd_Button_off.png' );
    background-color: Transparent;
    background-repeat: no-repeat;
    font-family:Lucida Sans Unicode, Verdana;
    width: 158px;
    height: 35px;
    color: White;
    font-size: 13px;
    border-style: none;
    cursor: pointer;
    text-align:center;
}

.BackEnd_ButtonCheck
{
    background-image: url('/BackEnd/imgs/BackEnd_ButtonCheck.png' );
    background-color: Transparent;
    background-repeat: no-repeat;
    font-family:Lucida Sans Unicode, Verdana;
    width: 170px;
    height: 35px;
    color: White;
    font-size: 13px;
    border-style: none;
    cursor: pointer;
    text-align:center;
}
.BackEnd_Label
{
    font-family: Lucida Sans Unicode , Verdana;
    font-size: 12px;
    color: #000000;
    text-align:left;
}
.BackEnd_EmptyText
{
    font-family: Lucida Sans Unicode , Verdana;
    font-size: 12px;
    color: #000000;
    text-align:center;
}
.BackEnd_Testo
{
    font-family: Lucida Sans Unicode , Verdana;
    font-size: 12px;
    color: #828282;
     text-align:left;
}
.BackEnd_LinkButton
{
    font-family: Lucida Sans Unicode , Verdana;
    font-size: 12px;
    color: #000000;
    text-align:left;
    font-weight:bold;
}
.BackEnd_Note
{
    font-family: Lucida Sans Unicode , Verdana;
    font-size: 10px;
    color: #000000;
     text-align:left;
}