div#container
{
    min-height: 100%;
    width: 1000px;
    position: relative;
    margin: 0 auto 8px;
    /*background-color: #D3E4BA;*/
    padding-bottom: 0px;
}

div#pageHeader
{
   height: 241px;
   background-image:url('Images/pageHeader.png'); 
   background-repeat: repeat-x;
   background-position: left top;
   background-color: #B8DC94;
   background-attachment:scroll;	
   text-align: left;
}

div#pageHeader .canvas
{
    width: 996px;
    margin: 0 auto;
    position: relative;
}


div#pageHeader h1
{
   background-image:url('Images/logo.png'); 
   background-repeat: no-repeat;
   background-attachment: scroll;	
   display: block;
   height: 141px;
   margin-left: 20px;
   text-indent: -9999px;
   width: 360px;
   padding: 0;
   position: absolute;
   cursor: pointer;
}

div#menuUser
{
    float:right; 
    padding-right:10px;
    position: absolute;
    top: 5px;
    right: 0px;
}

div#pageHeader .canvas .module div.title
{
    display: none;
}

div#menu
{
   position: relative;
   font-weight: normal;
   height: 40px;
   font-size: 11pt;
   top: 193px;
   width: 996px;
   margin: 0 auto;
   /*border-bottom: solid 2px red;*/
}

div#pageBody
{
    position: relative;
    padding-top: 8px;
}

div#pageFooter
{
	width: 100%;
	min-height:20px;
	background-color: LightSteelBlue;
	text-align: center;
}

div.SoftwareArtSid
{
    background-image:url('Images/SID.gif'); 
    background-position: right;
    background-repeat: no-repeat;
}

.content-box-top
{
    height: 12px;
    background-image:url('Images/content-rounded.png'); 
    width: 740px;
}

.content-box-content
{
    background-color: White;
    background-image:url('Images/sfondo_content.png'); 
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: Transparent;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    min-height: 300px;
}

.module .title
{
    font-size: 140%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #023F7E;
    padding-bottom: 10px;
}

.content-box-bottom
{
    height: 12px;
    background-image:url('Images/content-rounded.png'); 
    background-position: 0 -12px;
}

.content-box2-top
{
    /*height: 12px;
    background-image:url('Images/content2-rounded.png'); */
}

.content-box2-content
{
    background-color: White;
    /*background-image:url('Images/sfondo2_content.png'); */
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: Transparent;
}

.content-box2-bottom
{
    /*height: 12px;
    background-image:url('Images/content2-rounded.png'); 
    background-position: 0 -12px;*/
}

div#pageContent
{
    /*overflow: hidden;
    padding: 0 9px 12px;
    position: relative;
    width: 722px;
    background-color: White;*/
}

table#tableContent
{
    width:100%;
    margin-top: 0px;
    padding-bottom: 0px;
}

td.pageContent
{
	text-align: justify;
	vertical-align: top;
	/*width: 705px;*/
}

td.colLeft
{
	vertical-align: top;
	text-align: left;
	width: 248px;
	padding-left: 8px;
	background-image:url('Images/content2-rounded.png'); 
}

table.archivio
{
    /*width: 100%;*/
}

table.archivio td
{
    vertical-align: top;
    padding: 8px;
    border-bottom: dotted 1px #11994E;
}


div#menuLenguages
{
    position:relative;
    text-align: right;
    margin: 0;
    padding: 0;
}

div#address
{
    color: white;
    padding: 0px;
    text-align: right;
    font-weight: normal;
    float: right;   /*left*/
    top: 25px;
    right: 35px; /*left: 740px;*/
    position: relative;
    font-size: 80%;
}

div#address a
{
	color: White;
}

div#pageContent a
{
    /*color: #CC0000;*/
}

div#menu a
{
    color: #023F7E;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

div#menu a:hover
{
    /*color: white; dovuto ad immagine sfondo */
}

div#menu a.selected:hover
{
    color: white;
}

div#menu a.selected
{
    color: white;
}

div#menu a .subind {
    display:none;
}

a.moreinfo
{
    background-image: url('Images/moreinfo.png');
    background-repeat:no-repeat;
    background-position: left center;
    line-height: 22px;
    padding: 5px 0 5px 29px;
}

span.menuTree
{
    color:Gray;
    font-size: 85%;
}

span.copyright
{
    font-size: 85%;
    color: gray;
}

input.search
{
    width: 90px;
    height: 13px;
    font-size: 10pt;
    border-color: #CCCCCC;
    background-color: White;
}

/*testata del sito*/
img.header
{
   position: absolute;
   top: 53px;
}
