/*
BODY {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: black;
    background: #003 url(images/home_patt.jpg) no-repeat
}

BODY TD {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: black;
}

A {
    text-decoration: none;
    color: #000099;
    padding: 1px;
}

A:HOVER {
    text-decoration: none;
    color: #CF0000;
    background: #DDDDDD;
}

.bigText {
    font-size: 11pt;
    font-weight: normal;
}

.smallText {
    font-size: 8pt;
    font-weight: normal;
}

.leftPadding {
    padding-left:10px;
}

#button {
    background-image:url(images/button_back.gif);
}

#button2 {
    background-image:url(images/button_back2.gif);
}

#posLeft {
    position: relative;
    left:0;
    vertical-align: middle;
}

#posRight {
    position: relative;
    right:0;
    vertical-align: middle;
}

*/

/****************************************************/

.titleText {
    font-size: 14pt;
    font-weight: bold;
}

.subtitle {
    color: #ffffff;
    font-family: arial;
    font-size: 10pt;
    font-style: italic;
    font-weight: regular;
    margin: 0px,0px,6px,0px;
}

/* cambiato il font da tahoma ad arial e ridotta la dimensione a 15 px */
.title {
    color: #FFFFFF;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}


.sidebar {
    background-image: url(none);
}

.tdBody  {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none
}

a:link   {
    color: #45b9ff;
    font-weight: bold;
    text-decoration: none
}

a:visited   {
    color: #45b9ff;
    font-weight: bold;
    text-decoration: none
}

a:hover  {
    color: #f5f5f5;
    text-decoration: underline
}

a:active   {
color: #026bbf;
text-decoration: none
}

.altlink     {
font-weight: bold;
font-size: 11px;
line-height: 15px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none
}

.altlink a:link    {
color: #45b9ff;
text-decoration: none
}

.altlink a:visited   {
color: #45b9ff;
text-decoration: none
}

.altlink a:hover     {
color: #fff;
text-decoration: none
}

.altlink a:active   {
color: #45b9ff;
text-decoration: none
}

.disab {
    color: #5667a4
}

.sBold {
    font-weight: bold;
}

.sItalic {
    font-style: italic;
}

body  {
    /*background: #003 url(../images/home_patt.jpg) no-repeat;*/
	text-align: left !important;
}

.picture-caption {
    text-align: right;
    font-style: italic;
    font-size: 11px;
}

.search-box {
/*    background-color: #333366;
    border-color: #9999CC;*/
    width: 110px;
    color: #000000;
    font-size: 9pt;
    display: inline;
}