body
{
    font-family: Verdana;
    font-size: 9pt;
}

.welcome 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.Menu:hover
{
    width: 80px;
    text-align: center;
    vertical-align: middle;
    cursor: hand;
    font-size: 7pt;
    color: #f8f8ff;
    font-family: Verdana;
    text-decoration: none;
    height: 30px;
    background-image: url(images/GradientRosso.jpg);
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    font-weight: bold;
}
.Menu
{
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-size: 7pt;
    color: #000080;
    font-family: Verdana;
    text-decoration: none;
    height: 30px;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.MenuStatic
{
    font-size: 10pt;
    color: white;
    font-family: Verdana;
    text-align: center;
    text-decoration: none;
    height: 30px;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

.RedLine
{
    background-color: #ff0000;
    height: 5px;
}
.BlueLine
{
    background-color: #000080;
    height: 5px;
}

.LeftShadow
{
    width:7px;
    background-image: url(/images/ShadowLeft.gif);
    background-repeat: repeat-y;
}
.RightShadow
{
    width:7px;
    background-image: url(/images/Shadowright.gif);
    background-repeat: repeat-y;
}

.LinkButton
{
    font-size: 8pt;
    color: #00008b;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}
.LinkButton:hover
{
    font-size: 8pt;
    color: #ff0000;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.Input
{
    font-size: 8pt;
    color: #00008b;
    font-family: Verdana;
    text-decoration: none;
    background-color: #e6e6fa;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.InputMandatory
{
    font-size: 8pt;
    color: #00008b;
    font-family: Verdana;
    background-color: #f5deb3;
    text-decoration:none;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.Label
{
    font-size: 8pt;
    color: #00008b;
    font-family: Verdana;
    text-decoration:none;
}


.GridGeneral
{ 
    background-color: #F8F3F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    border-right: #cccccc 1px; 
    padding-right: 4px; 
    border-top: #cccccc 1px; 
    padding-left: 4px; 
    padding-bottom: 4px; 
    margin: 4px; 
    border-left: #cccccc 1px; 
    padding-top: 4px; 
    border-bottom: #cccccc 1px; 
}


.GridCornice
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.GridTitolo
{
    font-weight: bold;
    font-size: 9pt;
    color: #000080;
    font-family: Verdana;
}
.tbmain 
{
	background-color: #F8F3F7;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.GridHeader
{
    background-color: #999999;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-right: #cccccc 1px;
    padding-right: 4px;
    border-top: #cccccc 1px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin: 4px;
    border-left: #cccccc 1px;
    padding-top: 4px;
    border-bottom: #cccccc 1px;
}
.GridRow
{
    font-size: 9pt;
    color: #000000;
    font-family: Verdana;
}
.GridAltRow
{
    font-size: 9pt;
    color: #000000;
    font-family: Verdana;
    background-color: #f5f5f5;
}

.GridHeaderSmall
{
    font-size: 8pt;
    color: #696969;
    font-family: Verdana;
    background-color: #dcdcdc;
}
.GridRowSmall
{
    font-size: 7pt;
    color: #696969;
    font-family: Verdana;
}
.GridAltRowSmall
{
    font-size: 7pt;
    color: #696969;
    font-family: Verdana;
    background-color: #f5f5f5;
}

.Buttons
{
	background-color: #000099;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

