﻿/*
    Stili della griglia Caleidoscopio
*/
.GridViewStyle
{
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid #EBE9ED;
    border-top: 2px solid #EBE9ED;
    padding: 4px;
}

    .GridViewStyle a
    {
        color: #000000;
    }

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    background-color: #EBBC5E;
}

.GridViewHeaderStyle
{
    background-color: #EBE9ED;
    font-weight: bold;
    color: #EBE9ED;
}

.GridViewFooterStyle
{
    background-color: #EBBC5E;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.GridViewRowStyle
{
    background-color: #EEFFEE;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

    .GridViewRowStyle td, .GridViewAlternatingRowStyle td
    {
        border: 1px solid #EBE9ED;
    }

.GridViewSelectedRowStyle
{
    background-color: #6ea3f2;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #EBE9ED;
    text-align: center;
    outline-color: Black;
}

    .GridViewPagerStyle table /* to center the paging links*/
    {
        margin: 0 auto 0 auto;
    }

/*
    Stili della pagina di ricerca standard
*/
.btnCal
{
    background-color: #6ea3f2;
    color: #3E2907;
    border-style: outset;
    cursor: pointer;
    cursor: hand;
}

.BlankLeftColumn
{
    float: left;
    width: 5%;
}

.ContentColumn
{
    float: left;
    width: 89%;
    z-index: 0;
}

.Divider
{
    clear: both;
}

.Validator
{
    float: left;
    width: 89%;
    border-style: solid;
    border-width: 1px;
    background-color: Yellow;
    border-color: Red;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.GenericPanel
{
    float: left;
    width: 100%;
    background-color: #EBE9ED;
}

.SectionExt
{
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
}

.SectionTitleBar
{
    float: left;
    width: 100%;
    background-color: #4682b4;
    color: darkblue;
}

.SectionTitleBarInside
{
    float: left;
    width: 100%;
    padding: 4px;
    text-align: center;
}

.SectionInt
{
    float: left;
    width: 100%;
    background-color: #EBE9ED;
}

.ButtonBar
{
    float: left;
    background-color: #EBE9ED;
    padding-left: 5px;
    padding-right: 5px;
}

.LeftButton
{
    float: left;
    text-align: right;
    color: Black;
    padding-top: 15px;
}

.FormLabel
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    height: 23px;
    vertical-align: middle;
}

.FormItem
{
    float: left;
    width: 65%;
}

.FormItemLong {
    float: left;
    width: 75%;
}

.FormLabelInner
{
    line-height: 22px;
}

.FormLeftButton
{
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    padding-top: 15px;
    padding-bottom: 15px;
}

.FormRightButton
{
    float: left;
    width: 65%;
    padding: 15px;
}

.GridButton
{
    float: right;
    width: 10%;
    padding: 10px;
}

.SectionLogin
{
    background-color: #4682b4;
}



/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family: Ar;
    font-size: 14px;
    font-weight: bold;
    background-color: #EBE9ED;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
    padding-top: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #4682b4;
    height: 20px;
}

.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    height: 20px;
}

.Tab .ajax__tab_hover .ajax__tab_inner
{
    cursor: pointer;
    color: #000000;
    padding-left: 10px;
}

.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    height: 20px;
}

.Tab .ajax__tab_inner
{
    color: #666666;
    padding-left: 10px;
}

.Tab .ajax__tab_outer
{
    color: #666666;
    padding-right: 6px;
    margin-right: 2px;
}

.baseHeader
{
    font-family: Arial Narrow;
    font-size: 26px;
    color: #284775;
    padding-left: 155px;
    float: left;
}

.headerDate {
    font-family: Arial;
    font-size: 16px;
    text-transform: uppercase;
    color: #284775;
    padding-right: 15px;
    text-align: right;
    float: right;
}

.headerIndirizzoAssistenza {
    font-family: Arial Narrow;
    font-size: 11px;
    color: #284775;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}

a.informativaCookies {
    font-family: Candara !important;
    font-size: 12px !important;
    padding-right: 15px !important;
    float: right !important;
    color: #284775;
}

input:not([type="image"])
{
    border-color: cadetblue; 
    border-radius: 5px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
}

select
{
    border-color: cadetblue;
    background-color: aliceblue; 
    border-radius: 5px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.FormLabelIscrizioneScadenza {
    float: left;
    width: 12%;
    text-align: left;
    color: Black;
    height: 23px;
    vertical-align: middle;
}

.FormItemIscrizioneScadenza {
    float: left;
    width: 5%;
    text-align: right;
}

.FormItemIscrizioneScadenzaSpazio {
    float: left;
    width: 5%;
    text-align: right;
}

.FormItemIscrizioneScadenzaSpazioLungo {
    float: left;
    width: 25%;
    text-align: right;
}