﻿/*
    Stili della griglia Caleidoscopio
*/
.GridViewStyle {
    border-radius: 5px;
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid #EEFFEE;
    border-top: 2px solid #EEFFEE;
    padding: 4px;
}

    .GridViewStyle a {
        color: #000000;
    }

.GridViewHeaderStyle th {
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    background-color: #EBBC5E;
    border-radius: 4px;
}

.GridViewHeaderStyle {
    background-color: #EEFFEE;
    font-weight: bold;
    color: #EEFFEE;
}

.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: #FBCC6E;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle {
    background-color: #EEFFEE;
    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 {
    border-radius: 5px;
    background-color: #FBCC6E;
    color: #3E2907;
    border-style: outset;
    cursor: pointer;
    cursor: hand;
}

.ListaHeader {
    padding-left: 110px;
    !important;
    font-size: smaller;
}

.BlankLeftColumn {
    float: right;
    width: 1% !important;
}

.ContentColumn {
    float: left;
    width: 97% !important;
    z-index: 0;
}

.Divider {
    clear: both;
}

.Validator {
    float: left;
    width: 89%;
    border-style: solid;
    border-width: 1px;
    background-color: Yellow;
    border-color: Red;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.GenericPanel {
    float: left;
    width: 100%;
}

.SectionExt {
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SectionTitleBar {
    float: left;
    width: 100%;
    background-color: #86A8D3;
    color: White;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.SectionTitleBarInside {
    float: left;
    width: 100%;
    padding: 4px;
    text-align: center;
}

.SectionInt {
    float: left;
    width: 100%;
    background-color: AliceBlue;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ButtonBar {
    float: left;
    background-color: #EEFFEE;
    padding-left: 5px;
    padding-right: 5px;
}

.FormLabelHeader {
    float: left;
    width: 50%;
    text-align: right;
    color: Black;
    height: 23px;
    vertical-align: middle;
}

.FormLabel {
    float: left;
    width: 25%;
    text-align: right;
    color: Black;
    height: 23px;
    vertical-align: middle;
}

.FormItem {
    float: left;
    width: 65%;
}

.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: AliceBlue;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #EEFFEE;
    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;
}
