/* CSS Document */

body {
    margin: 20px 0px 0px 0px;
    padding:0;
    background: #e5e5e5;
    background: white;
    color: #000;
    font: normal 69% Verdana, Arial, Helvetica, sans-serif;
//    background: url("/images/marble.gif") repeat left top;
}
h1{font-size: 1.8em}
h2{color:red;font-size: 1.2em; font-weight: bold; margin: 0.3em 0 0.5em; padding-left: 0.6em; }

h3{
    font-size: 1.0em;
    font-weight: bold;
/*    background:#cc9933;*/
    color:black;
    margin: 0.3em 0 0.5em;
    padding: 2px 5px 2px 5px;
}
h4{
    font-size: 1.0em;
    background:silver;
    color:yellow;
    margin: 0.3em 0 0.5em;
    padding: 2px 5px 2px 5px;
}
h5{font-size: 1em}
h6{font-size: 0.85em}

a:hover {color: #012063;}

img {border-style: none;}

/*line-height*/
p, blockquote, pre,ol, dl, ul, form {line-height:1.3em}

/* set di base per margini e padding */
h4, h5, h6{margin: 0.3em 0 0.5em; padding-left: 0.6em !important; color: #555}
address, blockquote, dl, form,fieldset, ol, table, p, pre, ul {
    margin-top: 0.2em; margin-bottom: 1em
}
li {margin-top: 0.2em; margin-bottom: 1em}


#portal-top {
	width: 100%;
/*	background: #cc9933;*/
	color: #000;
/*	margin: 0 -3px;*/
	height:80px;
	padding:0;
/*	border-bottom:1px solid blue;*/
/*	float:left;*/
	bacground-color:yellow;
}
#portal-logo {
	height:64px;
	margin:0;
	padding:0;
	color:black;
}

/*------------------------------------ COLONNE  */
#visual-portal-wrapper {
    /*	width:1024px;*/
    /* lele2013 width: 90em;*/
    background: white;
    position:relative;
    text-align: left;
    margin: 0 auto; /* auto fa la centratura automatica*/
    padding: 0;
    border: 1px solid red;
}

div#portal-columns {
    /*	width: 1024px;*/
    /* lele2013 width: 90em;*/
    background:inherit;
    color: #000;
    float:left;
    padding-top:0em;
    overflow:auto;
    width:100%;
}


div#portal-column-one {
    margin: 1px 10px 0 0;  /*lele top right bottom left */
    float: left;
    /*	width: 180px;*/
    width: 10%;
    color: #000;
    border-right:1px solid blue;
    border-bottom:1px solid blue;
}
#content {
    margin: 0px 0 0 20px;  /*lele top right bottom left */
    /*	width:811px;*/
    /* lele2013 width:77em;*/
    background: inherit;
//    border-left: 1px solid red;
    width:90%;
}

#portal-logo h1 {
    margin:0;
    color:black;
    padding-top:11px;
    margin-left:2em;
    font-size: 2em;
    background-colore:red;
}
#portal-logo h1 span {
    margin-left:2em;
}
#portal-logo div {
    margin-top:0.2em;
    margin-left:9em;
    font-size: 1.8em;
    color:black;
}

#portal-footer {
    background: #FFF;
    color: #666;
    font-size: 1em;
    text-align: center;
    width: 100%;
    margin: 0 -3px;
}
#portal-column-one, #portal-column-two, #content, #content-duecol, #portal-footer {
    padding: 0.5em 0;
}
div p {
    margin: 0;
    padding: 0.5em 1em;
}
#portal-siteactions {
    background-color: transparent;
    position:absolute;
    right:0px;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin:0;
    line-height: normal;
    padding: 0;
    width: 50em;/*360px;*/
    top: 0px;
}
#portal-siteactions li {
    display: inline;
}
#portal-siteactions li a {
    font-size:1em;
    color: black;
    font-weight:bold;
    height: auto;
    padding: 0.2em;
    margin-right: 1em;
    text-decoration: none;
}
#portal-siteactions li.selected a {
    color:red;
    background:pink;
}
#portal-siteactions li a:hover {
    font-weight:normal;
}

#portal-globalnav {    
    float:left;
    width:100%;
    background:#667512;
    font-size:100%;
    line-height:normal;
}
#portlet-navigation-tree {
    padding: 0px 10px 0px 0px;
    font:0.95em Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0px 0 0px;
}
#portlet-navigation-tree ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
#portlet-navigation-tree li  {
    margin:3px 0;
    padding:0;
    list-style-type:none;   
}
#portlet-navigation-tree li a {
    font:0.95em Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:4px 6px 4px 20px;
    color: black;
    text-decoration:none;
    font-weight: bold;
/*    background: #055091 url("images/bt_menu.gif") no-repeat left center;*/
    background: #cc9933 url("images/bt_menu.gif") no-repeat left center;
    background: white url("images/bt_menu.gif") no-repeat left center;
    display:block;
/*    border: 1px solid #F00;*/
}
#portlet-navigation-tree li a:hover {
    font:0.95em Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#061265;
}
#portlet-navigation-tree ul ul {
    margin:0;
    padding:0.5em 1px 0.5em 0;   
}
#portlet-navigation-tree ul ul li a {
    display:block;
    font-size:0.95em;
    color:black;
/*    padding:3px 6px 3px 15px;*/
    font-weight: bold;
    text-decoration: none;
    border:none;
    background-color: #FFF;
    background-image: none;/*  url("images/bt_menu2liv.gif");*/
    background-repeat: no-repeat;
    background-position: left center;
}
#portlet-navigation-tree ul ul a:hover{
    font-size:0.95em;
    color:#00005A;
    background-color:#CCCCCC;
    font-weight: normal;
    text-decoration: none;
}

.hiddenStructure {
    display: none;
}
