

body {
  background-color: #dddddd;
  padding: 5px 4% 5px 4%;
}

div#page {
  width: auto;
  height: auto;
  background-color: white; 
  padding: 15px;
  text-align: justify;
}

div#header {
  background-image:  url('../img/header_bg.gif');
  background-repeat: repeat-x;
  margin: 0;
  height: 122px;
}

#menu {
  width:             100%;
  height:            22px;
  background-color:  #da8d00;
  margin:            0;
  margin-bottom:     18px;
}

#menu ul    { margin: 0; padding: 0;      }
#menu ul li { display: inline; }

#menu ul li a {
  padding:           0 4px 0 4px;
  background-color:  #da8d00;
  color:             white;
  text-decoration:   none;
  float:             left;
  border-right:      1px solid white;
  line-height:       22px;
  font-weight:       bold;
  font-size:         12px;
  font-variant:      small-caps;
  
}

#menu ul li a:hover {
  background-color:  #3780b7;
  color:             white;
}

#menulist li a:hover, #menulist li#active a {
  color:             #FFFFFF;
  text-decoration:   none;
  background-color:  #3780b7;
  text-align:        left;
}



a, a:link, a:active, a:visited, a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #3780b7;
    text-decoration: underline;
  font-weight: normal;
}

a:visited {
    color: #666666;

}

#content {
  float: right;
  width:       70%;
  min-height: 430px;
  height: auto !important;
  height: 430px;
  z-index:     3; 
    font-family: arial, helvetica, sans-serif;
    font-size:   15px;
    padding-top: 1px;
}

#content p {
    margin: 10px 0px 0px 0px;
    font-family:    arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
}

#risform {
    background-color:  #ffffff;
    text-align:        left;
    font-family: arial, helvetica, sans-serif;
    font-size:   15px;
    padding-top: 1px;

}



#content pre.code {
  font-size:     12px;
  border: 1px dotted #aaaaaa;
  padding: 10px 2px 10px 2px;
  overflow: auto;
}

#content li {
    font-family:    arial, helvetica, sans-serif;
    font-size: 14px;
}

#navcontainer {
  float: left;
  width: 27%
}

div.rightbox {
  float: right;
  margin: 10px 10px 10px 10px;
  padding: 2px 5px 5px 5px;
  border: 3px solid orange;
}



#menuleft {
  margin: 0;
  padding: 0;
  padding:15px;
  list-style-type: square;
  color:       #3780b7;
}

div.menutitle {
  font-family: arial, helvetica, sans-serif;
  font-size:   14px;
  background-color:  #3780b7;
  color:       white;
  padding: 2px;
  letter-spacing: 1px;
}

ul.sub {
  margin:          0px 0px 0 20px;
  padding:         2px 2px 10px 0px;
  list-style-type: square;
}


ul.sub li {
    font-family: arial, helvetica, sans-serif;
    font-size:   13px;
    color:       #999999;
    text-align: left;
}

ul.sub a {
    color:       #666666;
    text-decoration: none;
    font-size:   13px;
}

ul.sub a:hover {
    color:       #3780b7;
}

h1 {
    font-family:    arial, helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
  color: #3780b7;
    margin-top: 0;
}
 
h2 {
    font-family:    arial, helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    margin: 20px 20px 0px 0px;
  color: #3780b7;
}

div.revert {
    font-family:    arial, helvetica, sans-serif;
    font-size: 14px;
    border: 1px dotted red;
    text-align: center;
    padding: 4px;
    margin: 0px 40px 0px 40px;
}

#footer p {


    clear: both;
    border-top:    1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin:      25px 0px 0px 0px;
    color: #999999;
     background-color: #f0f0f0;
   font-family: arial, helvetica, sans-serif;
    font-size:   11px;
    text-align: center;
			padding: 5px;
}
  
#footer a, #footer a:active, #footer a:visited, #footer a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    text-decoration: underline;
    font-weight: bold;
}


div.logo {
    padding:     10px 20px 10px 20px;
    font-family: arial, helvetica, sans-serif;
    font-size:   24px;
    font-weight: bold;
    color:       white;
    letter-spacing: 8px;
}

div.extname {
    padding: 0 20px 0 20px;
    font-family: arial, helvetica, sans-serif;
    font-size:   18px;
    color: white;
    letter-spacing: 2px;
}

ul.sub li a.on,  ul.sub li  a.on:hover
{
    font-family:    arial, helvetica, sans-serif;
    font-size: 13px;
    color: #da8d00;
    text-decoration: none;
}


/* Rifare panelmenu*/

#panelmenu {
  padding: 3px 0;
  margin: 10px  0px 0px  0px;
  font-family:    arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #3780b7;
  padding-left: 20px;
}

#panelmenu li {
  list-style: none;
  margin: 0;
  display: inline;
  font-size: 12px;
}

#panelmenu li a {
  font-family:    arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 3px 0.5em;
  margin-right: 5px;
  border: 1px solid #3780b7;
  border-bottom: none;
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: normal;
}

#panelmenu li a:hover
{
color: #000;
background-color: #3780b7;
}

#panelmenu li a.on
{
    font-family:    arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #da8d00;
    text-decoration: none;
}


#panelmenu li a#current
{
background: white;
border-bottom: 1px solid white;
}

p.back {
  padding: 6px 0 15px 0;
  border-top: 1px dotted #666666;
}

div.navig {
  font-family:    arial, helvetica, sans-serif;
  font-size:      10pt;
  margin-top:     1em;
  text-align:     right;
  border-bottom:  1px solid #666666;
  padding:        0 10px 2px 0 ;
}
div.navigbottom {
  font-family:    arial, helvetica, sans-serif;
  font-size:      10pt;
  margin:         1em 0 1em 0;
  text-align:     right;
  border-top:  1px solid #666666;
  padding:        2px 10px 2px 0 ;
}

span.on {
  padding:          2px 2px 2px 2px;
  font-family:      arial, helvetica, sans-serif;
  font-size:        10pt;
  background-color: #3780b7;
  color:            white;
  margin-left:      1px;
  font-weight:      bold;
  border: 1px solid #3780b7;
  width: 20px;
}

span.off {
  font-family:      arial, helvetica, sans-serif;
  font-size:        10pt;
  margin-left:      1px;
  background-color: #e2e2e3;
  color:            #3780b7;
  width: 20px;
  text-align: center;
}
a.navig, a.navig:link, a.navig:visited, a.navig:active, a.navig:hover {
  font-family:      arial, helvetica, sans-serif;
  font-size:        10pt;
  font-weight:      bold;
  text-decoration:  none;
  background-color: #e2e2e3;
  color:            #3780b7;
  padding:          2px 2px 2px 2px;
  border: 1px solid #3780b7;
}

a.navig:hover {
  background-color: #3780b7;
  color:            white;
}

img.logo {
  float: left;

}

img.bannerhp {
  clear: right;
  float: right;
}


