@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #EDEBE6;
    font-family: Trebuchet MS,arial,verdana,sans-serif;
    font-size: 100%;
    margin: 0 auto;
    min-width: 1200px;
    padding: 0;
    width: 100%;
}
a {
    color: #355B82;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #355B82;
}
img {
    border: medium none;
}
h6 {
    font-family: arial,verdana,sans-serif;
    font-size: x-small;
    font-weight: normal;
    margin-bottom: 5px;
    vertical-align: bottom;
}
h5 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
h4 {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
}
h3 {
    color: #333333;
    font-family: Trebuchet MS,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: left;
}
h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    text-align: left;
}
h1 {
    font-family: "Trebuchet MS",arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
#header {
    height: 60px;
}
#logo {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    line-height: 13px;
    margin-left: 5px;
    margin-top: 3px;
    text-align: right;
    width: auto;
}
#logo a {
    color: #000000;
}
#logo a:hover {
    text-decoration: none;
}
.user {
    float: right;
    font-size: 10px;
    width: 20%;
}
#ente {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}
.footer {
    clear: both;
    font-size: 11px;
    height: 20px;
    text-align: center;
}
.box {
    height: 100px;
    margin: 0 auto;
    padding: 0;
    width: 98%;
}
.ombra_inf {
    background-color: #FFFFFF;
    background-image: url("images/ombraInf.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    padding-bottom: 7px;
    width: 100%;
}
.centro {
    background-color: #FFFFFF;
    border-left: 1px solid #B7BD92;
    border-right: 1px solid #B7BD92;
    float: left;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
}
.centro .label {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    text-align: center;
}
.col_Sx {
    border-right: 1px solid #B7BD92;
    float: left;
    font-family: Tahoma,Verdana,sans;
    font-size: 11px;
   /* width: 189px; */
    margin: 0 auto;
}
.col_cent {
    background-color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 620px;
    line-height: 20px;
    overflow: auto;
    width: 40%;
}
.col_cent2 {
    background-color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 620px;
    line-height: 20px;
    overflow: auto;
    width: 40%;
}
.col_cent2 img {
    float: right;
}
.col_Dx {
    background-color: #FFFFFF;
    float: left;
    margin: 0 auto;
    overflow: auto;
    width: 40%;
}
.col_2pag {
    background-color: #FFFFFF;
    float: left;
    height: 615px;
    overflow: auto;
    width: 50%;
}
.col_doppia {
    background-color: #FFFFFF;
    float: left;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    width: 80%;
}
.contenuto {
    border-top: 1px solid #ccc;
}
.indice {
    font-size: 14px;
    margin-left: 10px;
}
.galleriaSel {
    border: 1px solid #355B82;
    padding: 3px;
}
.galleria {
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.nomePagSx {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
.nomePagDx {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
.console {
    font-size: 12px;
}
.titoloRichiesta {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 33px;
    margin-left: -10px;
    position: absolute;
    width: 33px;
}
.iceOutConStat {
    border: medium none;
    font-size: 0.5em;
    height: 25px;
    margin: 10px;
    width: 25px;
}
.iceOutConStatInactv {
    background: url("./xmlhttp/css/rime/css-images/blank.gif") no-repeat scroll center top transparent;
}
.iceOutConStatActv {
    background: url("./xmlhttp/css/rime/css-images/connect_active.gif") no-repeat scroll center top transparent;
}
.iceOutConStatCaution {
    background: url("./xmlhttp/css/rime/css-images/connect_caution.gif") no-repeat scroll center top transparent;
}
.iceOutConStatDisconnect {
    background: url("./xmlhttp/css/rime/css-images/connect_disconnected.gif") no-repeat scroll center top transparent;
}
