/*---------------------------------
  general page settings
---------------------------------*/

html, body {
    background: #493f93; /*blu-viola intenso*/
    margin: 0;
    padding: 0;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    color: #FFFFFF; /* testo in bianco*/
    text-align: center;
}

/*---------------------------------
  logo
---------------------------------*/

#logoleft {
    float: left;
    position: relative;
    width: 80%;
    font-size: 93%;
    line-height: normal;
    height: 100px;
}

#logoright {
    float: right;
    position: relative;
    width: 20%;
    font-size: 93%;
    line-height: normal;
    height: 100px;
}

#bann0 {
    float: left;
    width: 100%;
    height: 10px;
    background: url("images/bg4.png") repeat-x top;
}

#bann {
    float: left;
    width: 100%;
    height: 25px;
    background: url("images/bg2.png") repeat-x top;
}

#bann2 {
    text-align: right;
    font-size: 55%;
    margin-right: 1em;
}

/*---------------------------------
  menu
---------------------------------*/

#portalTabs {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: normal;
    background: #000000;
}

#portalTabs ul {
    margin: 0;
    padding: 5px 50px 0;
    list-style: none;
}

#portalTabs li {
    float: left;
    background: url("images/left.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
}

#portalTabs li a {
    float: left;
    display: block;
        background: url("images/right.png") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    margin-right: 2px;
}

#portalTabs a {
    float: none;
}


#portalTabs li.selected {
    background-image: url("images/left_on.png");
}

#portalTabs li.selected a {
    background-image: url("images/right_on.png");
    color: #ffffff;
    padding-bottom: 5px;
}

#portalTabs li a:hover {
    color: #000000;
}

/*---------------------------------
  block menu come sopra ma a sx
---------------------------------*/

.blockmenuc {
    width: 100%;
    list-style: none;
    border-top: 5px solid #000000;
    padding-top: 10px;
    margin-bottom: 20px;
}

.blockmenu a {
    display: block;
    text-decoration: none;
    padding: 2px 20px 2px;
    height: 15px;
    line-height: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #000000;
    font-size: 10px;
    font-weight: bold;
    color: #493f93; /* blu-viola intenso */
    background: url("images/bullet2.png") left no-repeat;
}

.blockmenu a:hover { /* blu-viola intenso*/
    color: #493f93;
    background: #000000 url("images/bullet.png") left top no-repeat;
    text-decoration: none;
    letter-spacing: 2px;
    border-bottom: 1px solid #000000;
}

.blockmenu .mysel a {
    color: #493f93; /* blu-viola intenso*/
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #000000;
}

/*---------------------------------
  body structure
---------------------------------*/

#tema {
    background: #493f93 url("images/logouiagm1_blue_azzurro.gif") right top  no-repeat;
    width: 96%;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#outer {
    width: auto;
}

#inner {
    margin: 0;
    width: 100%;
}

#leftbody,
#rightbody {
    width: 19%;
    float: left;
    position: relative;
    margin-left: 2%;
    display: inline;
    margin-top: 20px;
}

#centerbody {
    width: 52%;
    float: left;
    position: relative;
    margin-left: 3%;
    padding-right: 1%;
    border-right: 1px solid #000000;
    display: inline;
}

#centerbody_forum {
    width: 72%;
    float: left;
    position: relative;
    margin-left: 3%;
    padding-right: 1%;
    display: inline;

}

#ga {
    width: 45%;
    float: left;
    position: relative;
    margin-left: 3%;
    padding-left: 1%;
    border-left: 1px solid #ef7f2f;
    display: inline;
}

#gea {
    width: 45%;
    float: right;
    position: relative;
    margin-left: 3%;
    padding-left: 1%;
    border-left: 1px solid #ef7f2f;
    display: inline;
}

/*---------------------------------
  blocks
---------------------------------*/

.block {
    background: #635ABE/*5048a5*/; /*blu chiaro*/
    border-top: 5px solid #ef7f2f;
}

.blockimg {
        padding: 0;
        margin: 0;
}

/*Silvia differenzia il titolo dei blocchi di dx e di sx*/
.blocktitledx {
    height: 0px;
    margin-bottom: 5px;
}

.blocktitlesx {
    height: 25px;
    margin-bottom: 5px;
}

.blocktitlesx .inside {
    float: right;
    padding: 0px;
    margin: 0px;
    width: 23px;
    height: 25px;
}

.blocktitledx .inside {
    float: right;
    padding: 0px;
    margin: 0px;
    width: 23px;
    height: 0px;
}

.blocktitlesx .title {
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.blocktitledx .title {
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #000000;
}

.blockcontent {
    margin: 3px;
    color: #000000;
    font-size: 11px;
    padding: 15px 15px 0px 15px;
}

.blockfooter {
    background: url("images/blockfooter.gif") no-repeat bottom right;
    height: 20px;
    padding-top: 10px;
}

/*---------------------------------
  sections
---------------------------------*/

.section h1 {
    padding-top: 3px;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
    letter-spacing: 1px;
}

.section {
    margin-top: 5px;
    padding: 5px;
    font-size: 12px;
    text-align: justify;
    /*color: #000000;*/
    color: #ffffff;/*silvia*/
}

.section span {
    font-size: 100%;
}

.sectioncontent {
    width: 100%;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
    width: auto;
    font-size: 11px;
    padding: 5px;
    text-align: justify;
    background: #5048a5;
    /*background: #635abe;*/
}

.comment {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d5d6d7;
}

.footnews {
    margin-top: 15px;
    padding: 5px;
    font-size: 11px;
    border-top: 1px solid #cccccc;
}

.footnews a:link {
    color: #686868;
}

.footnews a:active {
    color: #686868;
}
.footnews a:visited {
    color: #686868;
}

.footnews a:hover {
    color: #0072ff;
}

#footer {
    color: #000000;
    width: 100%;
    min-width: 500px;
    text-align: center;
    font-size: 10px;
    background: url("images/bg3.png") repeat-x top;
    margin-top: 2px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {
    font-size: 11px;
}
/*per indirizzo mail anti-spam*/
abbr {
    color: #ffffff;
}
abbr:Hover{
    text-decoration: underline;
    color: #ef7f2f;
}

a:visited, a:link, a:active {
    text-decoration: none;
    color: #FFFFFF;
        font-weight: bold;
}

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

td, th {
    font-size: 11px;
}

table {
    font-size: 100%;
}

img {
    border: none;
}


img.section {
    /*border:4px solid #5048a5;*/
    border:4px solid #635abe;
}

hr {
    height: 1px;
    color: #cccccc;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    padding: 1px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important;
}

h1 {
    font-size: 120%;
    height:27px;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 80%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("images/bullet.png");
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2em;
    padding: 0;
}

ul a, ol a {
    text-decoration: underline;
}

li {
    margin-bottom: 0px;
}

dt {
    font-weight: bold;
}

dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #000000;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: #ffffff;
    padding: 0.5em;
}

form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #000000;
    color: Black;
    /*background-color: #5048a5;*/ /* blu chiaro*/
    background-color: #635abe;
    width: 100%;
    padding: 1px;
    font: 1em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

input {
    border: 1px solid #cccccc;
    /*background-color:#5048a5;*/
    background-color:#635abe;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif
}

select {
    border: 1px solid #000;
    font-size: 12px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
    background-color: #ccc;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: Black;
    background-color: #f9f9f9;
}

pre {
    font-size: 90%;
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: #000000;
    background-color: #f9f9f9;
}

.netscape4 {
    display: none;
}

.clr {
    clear: both;
}

.noul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

.titlesilvia {
    /*background-color: #5048a5;*/
    background-color: #635abe;
    text-align: center;
    font-weight: bold;
}

.piccolo {
    font-size: 90%;
}
