body
{
    text-align: center;   /*centra in IE 5.x */
    color: #000000;
    background-color: #CCCCCC;
    font-family: Arial, Verdana, Serif;
    font-size: 12px;
}

a
{
    color: #3B76BB;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

img
{
    border: 0;
}

table
{
    border-collapse: collapse;
}

td
{
    
    border-color: #505050;
    border-width: 1px;
}

h2
{
    background-image: url('h2_background.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: -20px;
}

ul
{
    list-style-type: none;
}

div#container
{
    width: 950px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    background-color: #FFFFFF;
}

td.borders
{
    border-style: solid;
}

table#loghi
{
    width: 100%;
    background-color: #CCCCCC;
}
table#loghi td
{
    padding-bottom: 10px;
}

td#navigation
{
    text-align: center;
    background-color: #505050;
    font-weight: bolder;
}
td#navigation a
{
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px 10px 15px;
}
td#navigation a:hover
{
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    background-color: #3B76BB;
}
.active_section
{
    background-color: #3B76BB;
}
td#navigation img
{
    vertical-align: middle;
}

td.image
{
    width: 775px;
    height: 198px;
    background-repeat: no-repeat;
}
td#img_home
{
    background-image: url('img_home.jpg');
}
td#img_chisiamo
{
    background-image: url('img_chisiamo.jpg');
}
td#img_ssss
{
    background-image: url('img_ssss.jpg');
}
td#img_formazione
{
    background-image: url('img_formazione.jpg');
}
td#img_camps
{
    background-image: url('img_camps.jpg');
}

td#contact
{
    width: 175px;
    color: #505050;
    padding-left: 10px;
}
td#contact div
{
    text-align: center;
}

td#coldx
{
    width: 175px;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: top;
}
td#coldx h2
{
    margin-bottom: 3px;
    margin-left: 0px;
}
td#coldx h3
{
    padding-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
}
td#coldx div
{
    padding-left: 15px;
}
td#coldx img
{
    padding-left: 15px;
}

td#page
{
    width: 775px;
    padding: 0px 25px 10px 45px;
    vertical-align: top;
}

table#footer
{
    background-color: #CCCCCC;
    clear: right;
    width: 100%;
}
table#footer td
{
    padding-top: 5px;
    padding-left: 0px;
    vertical-align: top;
    color: #505050;
}

table#ssss
{
    width: 100%;
}
table#ssss td
{
    vertical-align: bottom;
}

table.lista
{
    width: 100%;
}
table.lista td
{
    border-bottom-style: solid;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align: bottom;
}

tr.titoli td
{
    padding-left: 0px;
    padding-right: 10px;
}

td.data
{
    color: #C80000;
    width: 100px;
}

.center
{
    text-align: center;
}

table.corsi
{
    font-size: small;
}
table.corsi td
{
    border-bottom-style: solid;
    vertical-align: top;
}

td.disciplina
{
    vertical-align: middle;
}

table#links
{
    width: 100%;
}
table#links td
{
    border-bottom-style: solid;
    vertical-align: bottom;
}

.recheck
{
    color: #FF0000;
    font-weight: bold;
}
.okcheck
{
    color: #000000;
}
.communication
{
    color: #0000FF;
}