/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8-nov-2013, 20.16.02
    Author     : Gianluca
*/

table.helpT
{
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 500px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

td.helpHed
{
    /*
    border-bottom: 1px solid #5584d7;
    border-left: 1px solid #6699CC;
    background-color: #5584d7; 
    */

    border-bottom: 1px solid #9eceeb;
    border-left: 1px solid #9eceeb;
    background-color: #9eceeb;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    font-size: 11px;
    color: white;
}

td.helpBod
{
    border-top: 0px;
    /*
border-bottom: 1px solid #5584d7;
border-left: 1px solid #5584d7;
    */
    border-bottom: 1px solid #9eceeb;
    border-left: 1px solid #9eceeb;
    border-right: 0px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    font-size: 11px;
    color: black;
    background-color: #fafafa;
}

td.helpBodLinkNormali
{
    border-top: 0px;
    /*
border-bottom: 1px solid #5584d7;
border-left: 1px solid #5584d7;
    */
    border-bottom: 1px solid #9eceeb;
    border-left: 1px solid #9eceeb;
    border-right: 0px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    font-size: 11px;
    color: black;
    background-color: #fafafa;
}

td.helpBodLinkNormali a:visited {
    color:red;
}

table.sofT
{
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    /* border: 1px #6699CC solid; */
    border: 1px #9eceeb solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

td.helpBod a:link {
    text-decoration: none;
    color:black;
}

td.helpBod a:visited {
    text-decoration: none;
    color:#404040;
}

td.helpBod a:hover {
    text-decoration: underline;
}