﻿/*___________________________________ coppie nome/valure ( controlli CTC )__________________________________*/
.ct_container
{
    font-family: Arial, Tahoma, Sans-Serif;
    color: #565656;
    font-size: 12px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #FFFFFF;
}
.ct_container_error
{
    font-family: Arial, Tahoma, Sans-Serif;
    color: #565656;
    font-size: 12px;
    background-color: #ffCDCD;
    border: solid 1px #FFa6a6;
    padding: 3px 3px 3px 3px;
}
.ct_caption
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    width: 130px;
    display: block;
    float: left;
    text-align: right;
    padding-top: 3px;
}
.ct_text
{
    display: block;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    color: #565656;
    background-color: #F5F5F5;
    width: 400px;
    overflow: auto;
}
.ct_box
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    color: #565656;
    background-color: #FFFFFF;
    padding-left: 5px;
    border: solid 1px #c0c0c0;
    min-width: 250px;
}
.ct_box_error
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    color: #565656;
    background-color: #FFCDCD;
    padding-left: 5px;
    border: solid 1px #FFA6A6;
    min-width: 250px;
}
.ct_chk
{
    padding-left: 0px;
    display: inline;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 500;
    color: #777777;
}
/*_________  CONTROLLI CONTENUTI DINAMICI  ____________*/
A.data_link
{
    display: block;
    margin-bottom: 7px;
    color: #565656;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
A.data_link:visited
{
    color: #565656;
}
A.subject_link
{
    display: block;
    margin-bottom: 7px;
    color: #f99c11;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
A.subject_link:visited
{
    color: #f99c11;
}
A.external_link
{
    color: #032157;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
A.external_link:visited
{
    color: #032157;
}
A.external_link:hover
{
    color: #032157;
    text-decoration: underline;
}
.ct_data
{
    display: inline;
    color: #565656;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.ct_subject
{
    display: inline;
    color: #f99c11;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}
.ct_attribute_master
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #565656;
}
.ct_value_master
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-weight: normal;
    color: #f99c11;
}
.ct_attribute
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    margin: 10px 2px 0px 75px;
    font-weight: normal;
    color: #565656;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
}
.ct_value
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: -1px 2px 5px 75px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
    overflow: auto;
}
/*_________  CONTROLLI DELLE MASTER DI CONTENUTI DINAMICI  ____________*/
.MasterDataLink
{
    display: block;
    margin-bottom: 7px;
    color: #f99c11;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.MasterSubjectLink
{
    display: block;
    margin-bottom: 7px;
    color: #f99c11;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
.attributeLabel
{
    display: inline;
    margin: 5px 2px 5px 15px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #515151;
}
.valueLabel
{
    display: inline;
    margin: 5px 2px 5px 2px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #515151;
}

/*________________________________ FORMS DEGLI ALLEGATI ________________________*/
.attachmentContainer
{
    width: 80%;
    margin: 25px 5px 5px 130px;
    padding: 10px 10px 10px 10px;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: 500;
}
.attachmentLabel
{
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
}
.attachmentButton
{
    margin-left: 10px;
    padding: 2px 3px 0px 3px;
    width: 100px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: 700;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #DAE8F5;
    border-color: #DADADA;
    background-image: url(FORMS/_button_delete.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}
/*________________ FORM DI DynamicEdit.aspx (sezione mappatura delle proprietà ) _________________*/
.mapLabel
{
    display: inline;
    width: 80px;
    text-align: right;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    background-color: #E5E5E5;
    margin-right: 10px;
    border-style: none;
    border-width: 1px;
}
.mapBox
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 100px;
    margin-right: 15px;
}
.mapShortBox
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 20px;
    margin-right: 15px;
}
.mapButton
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 50px;
    margin-right: 10px;
}
.mapCheckbox
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    border-style: none;
    margin-right: 10px;
}

