﻿body
{
    font-size:1.4em;
    font-weight: bold;
}
h3
{
    font-size:1.2em;
    margin-bottom: 6px;
    font-weight: normal;
}
p
{
    margin-top: 6px;
}


a, a:visited
{
    color: blue;
    text-decoration: none;
    /*font-size:1.2em;*/
}


#container 
{
    position: relative;
    display: block;
    width: 718px;
    height: 100%;
    min-height: 337px;
    margin: 5px 0px 0px 8px;
    background-color: transparent;
    overflow:auto;
    z-index:1;
}

#sfondoContainer
{
    position:fixed;
    top: 5px;
    left: 8px;
    z-index: 0;
}


#form1
{
    height: 98%;
}

ul
{
    list-style: none;
}

ul h3
{
    margin-bottom: 0px;
    margin-top: 18px;
}
ul > li
{
    margin: 14px 0px 0px 0px;
    display: block;
    height: auto;
    overflow:auto;
}

ul > li img
{
    margin: 0px 10px 0px 0px;
}

#frameLinguettaHeader
{
    padding: 0;
    width: 100%;   
    height: 48px;   
    position:absolute;
    top: 0;
    left: 0px; /* 6px;  */
    z-index:1;
}
#linguettaHeader
{
    width: 100%;
    position:static;
}
#bodyContainer
{
    position: absolute;
    display: block;
    margin: 0;
    padding: 15px 8px 10px 8px;
    top: 0px;  
    left: 0px;
    right: 0px;
    bottom:0px;
    background-color:transparent;
    z-index:0;
}


#innerbox
{
    background-color: white;
    color:Black;
    position: absolute;
    top: 0px;
    left: 0px;
    right:0px;
    min-height: 359px;
    z-index:0;
}


#colsx, #coldx
{
    position:relative;
    margin-top: 0px;
    padding: 4px 8px 12px 8px;
}
#colsx
{
    float:left;
    left: 0px;
    background-color: transparent;
    width: 324px;
    border-right: 1px solid #cccccc;
}
#coldx
{
    margin-left: 349px;
    background-color: transparent;
    width: 333px;
}
#description
{
    background-color:transparent;
    margin-top: 47px;
    /*padding: 8px;*/
    height: 0px;
    padding: 0px;
    font-size:1.2em;
}

.chatIcon, a > .chatIcon
{
    border: 0;
    float: left;
}


.titleHeader
{
    position: absolute;
    color: White;
    margin: 16px 10px 0px 20px;
    font-size: 18px;
    font-weight: normal;
}
