﻿.section_header
{
    color: #ffffff;
    padding: 2px;
    background-color: #0A6EAB;
    width: 100%;
    height: 20px;
}
.section_header_title
{
    font-weight: bolder;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    width: 98%;
}
.section_header_image
{
    vertical-align: middle;
    background-image: url(Images/arrows_up.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 2%;
}
.section_detail
{
    width: 100% !important;
}
/* classe di appoggio per la modifica di .section_detail_name*/
.sezione_dettaglio_nome
{
    background-color: #efefef;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 20% !important;
    vertical-align: top;
    height: 30px !important;
    padding: 5px;
}

.sezione_dettaglio_nome_thin
{
    background-color: #efefef;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 20% !important;
    vertical-align: top;
    padding: 5px;
}
.section_detail_name
{
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    width: 150px !important;
    width: 20%;
    vertical-align: top;
    height: 30px !important;
}
.sezione_dettaglio_bold
{
    background-color: #fff;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 100%;
    vertical-align: top;
    height: 30px !important;
    padding: 5px;
    font-weight: bold;
}
.sezione_dettaglio_valore_bold
{
    background-color: #f6f6f6;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 100%;
    vertical-align: top;
    height: 30px !important;
    padding: 5px;
    font-weight: bold;
}
.section_detail_button
{
    height: 26px !important;
    min-height: 26px !important;
    vertical-align: middle !important;
    padding: 2px;
}
.section_detail_name_short
{
    width: 40px;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    min-width: 40px;
    vertical-align: middle;
}
.section_detail_email
{
    border: #cccccc solid 1px;
    background-color: #f6f6f6;
}
.section_detail_name_email
{
    background-color: #f6f6f6;
    color: #000000;
    min-width: 40px !important;
    width: 100px;
}
.section_detail_value_email
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    min-width: 160px !important;
}
.section_detail_corpo_email
{
    background-color: #fff;
    color: #000;
    border-top: solid 1px #cccccc;
    padding: 10px;
}
/* classe di appoggio per la modifica di .section_detail_value*/
.sezione_dettaglio_valore
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 30% !important;
    height: 30px !important;
    padding: 5px;
}
.sezione_dettaglio_valore_thin
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 30% !important;
    padding: 5px;
}
.sezione_dettaglio_valore_doppio
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 60% !important;
    height: 30px !important;
    padding: 5px;
}
.sezione_dettaglio_valore_esteso
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 100%;
    height: 30px !important;
    padding: 5px;
}
.sezione_dettaglio_valore_meno_esteso
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 35%;
    height: 30px !important;
    padding: 5px;
}

.sezione_dettaglio_valore_esteso_thin
{
    background-color: #f6f6f6;
    color: #0A6EAB;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    width: 100%;
    padding: 5px;
}
.section_detail_value
{
    background-color: #f6f6f6;
    color: #0A6EAB; /*padding:3px;*/
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    min-width: 160px !important; /*vertical-align:middle !important;*/
    height: 30px !important;
}

.section_detail_box
{
    width: 250px;
    border-bottom: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    min-width: 200px;
    vertical-align: middle;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    padding-left: 5px;
}
.sezione_dettaglio_box
{
    background-color: #efefef;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    width: 20% !important;
    vertical-align: middle;
    font-weight: bold;
    height: 30px !important;
    padding: 5px;
}
.dottedTopLine
{
    border-top: dotted 1px #000000;
}
.section_detail_textBox
{
    width: 400px;
    vertical-align: middle;
}
.section_detail_dropDownList
{
    width: 405px;
}
.section_detail_help
{
    text-align: right;
    background: #0A6EAB;
    color: #ffffff;
    font-weight: bold;
    border: solid 0px #0A6EAB;
    padding: 0px 3px 0px 3px;
}
.section_detail_checkBoxList
{
    width: 100%;
}
.section_detail_checkBoxList td
{
    border-bottom: solid 1px #0A6EAB;
    padding: 3px;
    vertical-align: middle;
}
.section_detail_overview
{
    width: 100%;
    border-bottom: solid 1px #000000;
}
.section_detail_overview_row_button
{
    text-align: center;
    width: 100px;
    border-left: solid 1px #0000ff;
}
.section_detail_overview_header
{
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
}
.section_detail_overview_row
{
    background-color: #ffffff;
    color: #000000;
}
.section_detail_overview_row_Alternative
{
    background-color: #eeeeee;
    color: #000000;
}
.section_detail_overview_row_column
{
    padding: 2px 5px 2px 5px;
}
.section_detail_overview_pager
{
    background-color: #ffffff;
    color: #000000;
    padding: 0px;
    text-align: right;
}
.section_detail_overview_pager td /* this is a construction to show lines in the pager */
{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
.section_detail_overview_pager td td /* this is a construction not to show lines in page numbers from the pager */
{
    padding: 0px;
    border: solid 0px #ff0000;
}
.section_detail_overview_pager a a.hover a:active a.visited
{
    padding: 0px;
    color: #000000;
}


.section_label_text
{
    width: 200px;
    height: 30px;
    vertical-align: middle;
    background-color: #f6f6f6;
    border-bottom: solid 1px #FFFFFF;
}

.section_label_text_bold
{
    width: 200px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
}
.sezione_dettaglio_info
{
    background-color: #f6f6f6;
    border: solid 1px #ffffff;
    padding-left: 5px;
    padding-bottom: 5px;
    height:30% !important;
}
