/* ------------------------------------------------------------
BODY
general and layout
no specific colors and no font sizes after the body
------------------------------------------------------------*/

body {
	margin: 0 0 0 0;
}

.everything {
	background: url(/GLDI/images/layout/head_bkg.jpg) repeat-x top left;
}

/* ------------------------------------------------------------
General purpose classes - TAGS
------------------------------------------------------------*/

div, p, a { margin: 0; padding: 0; }
ol, ul, li { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
img { margin: 0; border: 0; }
input { padding: 2px; }
table, tr, td, th,
thead, tbody, tfoot, caption { margin: 0; padding: 0; } 

table {
	display: table; 
	empty-cells: show; 
	border-collapse: collapse; 
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
td { 	vertical-align: top; }

h3 { font-size:1.4em; font-weight:bold;}
h3.autore { font-size:1.3em; font-weight:bold; font-style:italic; text-align:right;}


/* ------------------------------------------------------------
    stili per l'html genenrato nelle HtmlPages
------------------------------------------------------------*/

.HtmlContentPage ol, 
.HtmlContentPage ul, 
.HtmlContentPage li {
    margin: 0px 0px 0px 15px; 
    padding: 0px 0px 0px 0px;
}


/* -------------------------------------------------   hr --*/

hr {  
	text-align: center;
	height: 1px;
	border: none;
}
html>body hr {  
	margin: 0 auto;
	height: 1px;
	border: none;
}
hr.thin {
	
}

/* ----------------------------------------------   A link --*/

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/* ------------------------------------------------------------
General purpose classes - SPECIFIC CLASSES
------------------------------------------------------------*/

.clearerBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearerLeft {
	clear: left;
	height: 1px;
	overflow: hidden;
}
.clearerRight {
	clear: right;
	height: 1px;
	overflow: hidden;
}
.hidden, .skipNav {
	display: none;
}
img.printLogo {
    display: none;    
}

img.sinistra {
    float:left;
    margin: 10px 10px 10px 0px;
    text-align:left;
}
img.destra {
    float:right;
    margin: 10px 0px 10px 10px;
    text-align:right;
}
img.centro {
    margin: 10px auto 10px auto;
    text-align:center;
    display:block;
}


p.sottotitolo {
    font-family:Georgia,Times,serif;
    font-size:1.6em;
    font-weight:normal;
    text-align:right;
    color:#1F4AA0;
}
a.goModify {
    background:transparent url(/GLDI/images/buttons/modify.gif) no-repeat scroll 2px;
    display:block;
    font-weight:normal;
    margin:0pt 16px 0pt 0pt;
    padding:4px 0pt 4px 24px;
    text-decoration:none;
}
.paper {
    background:transparent url(/GLDI/images/buttons/papericon.gif) no-repeat scroll 0pt 2px;
    color:#999999;
    font-size:0.9em;
    margin:0pt;
    padding:0pt 0pt 2px 20px;
}
h4.negative {
    background-color:#774C17;
    color:#d8dccf;
    padding-left:10px;
    border-bottom:0pt none;
}

/* ------------------------------------------------------------
WRAPPERS generali
------------------------------------------------------------*/

.mainWrapper {
	text-align: center;
	margin: 0 auto;
}
.preHeadWrapper {}
.headWrapper {
	width: 950px;
	height: 166px;
	margin: 0 auto;
	background: url(/GLDI/images/layout/header03.jpg) no-repeat 0 0;
}
.postHeadWrapper {}

.contentWrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.pathWrapper {
	margin: 16px 16px 16px 0;
	padding: 0 0 4px 8px;
	border-bottom: 1px dotted #bbb;
}
.preColumnsWrapper {}
.column01Wrapper {
	float: right;
	width: 264px;
	text-align: left;
}
.column02Wrapper {
	/*margin-right: 264px;*/
	margin-right: 270px;
	text-align: left;
	padding: 0px 24px 36px 0;
}
.column03Wrapper {}
.preFootWrapper {}
.footWrapper {
	clear: both;
	padding: 32px 0 32px 0;
}
.footWrapper {
	text-align: center;
}
.postFootWrapper {}


/* ------------------------------------------------------------
LOGIN (is inside headWrapper )
------------------------------------------------------------*/

.loginOff {
	float: right;
	width: 128px;
	height: 23px;
	padding: 118px 70px 0 0;
	background: url(/GLDI/images/layout/login_off2.jpg) no-repeat bottom left;
}
.loginOff a,
.loginOn a {
    display:inline;
    width:auto;
    padding: 4px 0 0 0;

}
.flags 
{
    margin: 2px 1px 0 1px;
}

.loginOn {
	/*display: none;*/
	float: right;
	width: 128px;
	height: 67px;
	padding: 74px 70px 0 0;
	background: url(/GLDI/images/layout/login_on.jpg) no-repeat bottom left;
}
.loginOn input {
	width: 50px;
	border: 1px solid #fff;
	padding: 0 4px 0 4px;
}
.loginOn a.CambioPassword {
	margin: 0 0 0 0;
	padding: 12px 0 4px 0;
}

/* ------------------------------------------------------------
MENU (is inside headWrapper )
------------------------------------------------------------*/

.horizontalMenu {
	padding: 146px 0 0 0;
}
.horizontalMenu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.horizontalMenu li {
	float: left;
	list-style-type: none;
	margin: 0 6px 0 0;
	padding: 0 0 0 12px;
	height: 20px;
	background: url(/GLDI/images/layout/menu_left.jpg) no-repeat top left;
}
.horizontalMenu li a {
	display: block;
	float: left;
	height: 20px;
	background: url(/GLDI/images/layout/menu_right.jpg) no-repeat top right;
	padding: 0 12px 0 0;
}
.horizontalMenu li.selected {
	background: url(/GLDI/images/layout/menu_left_sel.jpg) no-repeat top left;
}
.horizontalMenu li.selected span {
	display: block;
	float: left;
	height: 20px;
	background: url(/GLDI/images/layout/menu_right_sel.jpg) no-repeat top right;
	padding: 0 12px 0 0;
}

/* ------------------------------------------------------------
NAVIGATION MENU ( in column )
------------------------------------------------------------*/

a.selected {
    background: url(/GLDI/images/layout/columnMenu_bkgHover.jpg) repeat-y top center;
    font-weight:bold;
}

.boxTop {
	background: url(/GLDI/images/layout/columnMenu_head.jpg) no-repeat top left;
	margin: 16px 0 0 0;
	padding: 0;
}
.boxTop h2 {
	padding: 26px 14px 10px 14px;
	margin: 0 12px 0 12px;
	border-bottom: 1px solid #fff;
}
.boxContent {
	background: url(/GLDI/images/layout/columnMenu_bkg.jpg) repeat-y top left;
	padding: 0 12px 0 12px;
}
.boxContent ul {
	padding: 0;
	margin: 0;
}
.boxContent li {
	display: inline;
}
.boxContent ul a,
.boxContent ul span.selected {
	display: block;
	padding: 2px 14px 2px 14px;
	border-bottom: 1px solid #fff;
}
.boxContent ul a, .boxContent ul .selected { padding-left: 14px; }
.boxContent ul ul a, .boxContent ul ul .selected { padding-left: 24px; }
.boxContent ul ul ul a, .boxContent ul ul ul .selected { padding-left: 34px; }
.boxContent ul ul ul ul a, .boxContent ul ul ul ul .selected { padding-left: 42px; }
.boxContent ul ul ul ul ul a, .boxContent ul ul ul ul ul .selected { padding-left: 52px; }
.boxContent ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul .selected { padding-left: 62px; }
.boxContent ul ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul ul .selected { padding-left: 72px; }
.boxContent ul ul ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul ul ul .selected  { padding-left: 82px; }

.boxContent ul span.selected {
	background: url(/GLDI/images/layout/columnMenu_bkgSelected.jpg) repeat-y top center;
}
.boxContent ul span.level0 {
	font-weight:bold;
	padding: 0px 0px 0px 10px;
}
.boxContent ul a:hover,
.boxContent ul a:active {
	background: url(/GLDI/images/layout/columnMenu_bkgHover.jpg) repeat-y top center;
}
.boxBottom {
	background: url(/GLDI/images/layout/columnMenu_bkgBottom.jpg) no-repeat top center;
	height: 25px;
	font-size: 0em;
}
.boxContent .navSec {
	display: block;
	padding: 2px 14px 2px 14px;
	border-bottom: 1px solid #fff;
	background: url(/GLDI/images/layout/columnMenu_bkgHover.jpg) repeat-y top center;
}


/* ------------------------------------------------------------
Menu line in FOOTER
------------------------------------------------------------*/

.footerMenu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 12px 0;
}
.footerMenu li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	border-left: 1px solid #fff;
}
.footerMenu li:first-child {
	border-left: 0px solid #fff;
}



/* ------------------------------------------------------------
Content
------------------------------------------------------------*/

.column02Wrapper h2.pageTitle {
	border-bottom: 1px solid #fff;
	padding: 0 0 22px 0;
}

.column02Wrapper h2.homeTitle {
	border-bottom: 1px solid #fff;
	padding: 0 0 22px 0;
}

.column02Wrapper p {
	padding: 0.5em 0 0.5em 0;
}
.column02Wrapper .anchor {
	display: inline;
	width: 1px;
	height: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1px;
	font-size: 1px;
}
.column01Wrapper p {
	padding: 0.3em 0 0.3em 0;
}

/* ------------------------------------  liste del Content 
---------------- lasciato come in PCR --- da controllare */


ul.docList  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.docList li {
	background: url(/GLDI/images/layout/newshp.jpg) no-repeat 0 10px;
	padding: 4px 0 16px 0;
}
.docList li.docBlock {
	margin-bottom: 30px;
}
.docList li li {
	background: none;
	padding: 0;
	border: 0;
}
.docList li img.news {
    float:left;
    margin: 10px 16px 6px 0px;
    text-align:left;
}
.docList li .title {
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #adb0a5;
}
.docList li .title a {
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 24px;
}
.docList li .description {
	display: block;
	padding: 12px 0 4px 0;
	margin: 0 0 0 0;
}
.docList li .date {
	background: url(/GLDI/images/layout/calendarhp.jpg) no-repeat 0 2px;
	padding: 2px 12px 4px 28px;
	margin: 0 0 4px 0;
}
.docList li .paper {
	background: url(/GLDI/images/buttons/papericon.gif) no-repeat 0 2px;
	padding: 2px 12px 4px 28px;
	margin: 0 0 4px 0;
}

.docList li .file {
	padding: 2px 0 2px 4px;
}
.docList li .file a {
	display: block;
	padding: 0 0 0 24px;
	height: 20px;
}




/* --------------------------------------------- 
    Navigatore - Tabelle                 
--------------------------------------------- */

p.NavObjectDetail {
	
}
h4.tableLabel {
	font-size:0.9em;
	text-align:left; 
	color:#50697D;	
	margin:0 0 -10px 4px;
	padding:10px;
	padding-bottom:0px;
}
.basetab {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin: 20px 12px 20px 0;
	border-top: 1px solid #aaa;
}
.basetab th, 
.basetab td {
	padding: 3px;
	border-bottom: 1px solid #aaa;
}
.basetab th {
	text-align: left;
	color: #eee;
	background: #aaa;
	font-weight: normal;
	font-style: italic;
}
.basetab a:link,
.basetab a:visited,
.basetab a:hover,
.basetab a:active {
    color:#345d89;
    text-decoration:none;
}
.basetab tbody span {
	padding-right: 12px;
	color:#333;
}

/* tabelline contestuali azioni ecc */

.basetab td ul { 
	position: absolute;
	font-size: 0.9em;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none; 
}
.basetab ul li { 
	border-bottom: solid 1px #fff;
	padding: 0 0 0 4px;
}
.basetab ul li.categ {
	font-weight: bold;
	color: #555;
	background-color: #ccc;
}
.basetab td:hover ul, 
.basetab td.sfhover ul {
	display:block;
}







a.btn{
	border:1px outset #ccc;
	margin:1px; padding:1px;
	text-decoration:none; color: #9a2800;
	background-color:#CCCCCC;
}
.flt{ 
	background-color:#f4f4f4; border:1px inset #ccc; 
	margin:0; width:100%;
}
.flt_s{
	background-color:#f4f4f4; border:1px inset #ccc; 
	margin:0; width:90%;
}





/* --------------------------------------------- 
    Backoffice - Albero Pagine                
--------------------------------------------- */
.tree {
	border-top: 1px solid #fff;
	margin-top: 24px;
	float:left;
	width: 660px;
}
.tree div {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 0;
	margin: 0 0 0 0;
}
.tree img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}
.tree div.buttonTools {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	height: 12px;
	margin-right: 4px;
}
.tree .buttonTools img {
	margin: 0 0 0 2px;
}
.tree .treeTools {
	display: inline;
	padding-left: 10px;
}
.tree .treeTools a:link {
	padding-left: 8px;
}
.tree .treeEven {
	clear: right;
}
.tree .treeOdd {
	clear: right;
}
.tree .level1 {
	padding-left: 0;
}
.tree .level2 {
	background-image: url(/GLDI/images/buttons/indent_02.gif);
	padding-left: 15px;	
}
.tree .level3 {
	background-image: url(/GLDI/images/buttons/indent_03.gif);
	padding-left: 30px;
}
.tree .level4 {
	background-image: url(/GLDI/images/buttons/indent_04.gif);
	padding-left: 45px;
}
.tree .level5 {
	background-image: url(/GLDI/images/buttons/indent_05.gif);
	padding-left: 60px;
}
.tree .level6 {
	background-image: url(/GLDI/images/buttons/indent_06.gif);
	padding-left: 75px;
}
.tree .level7 {
	background-image: url(/GLDI/images/buttons/indent_07.gif);
	padding-left: 90px;
}
.tree .level8 {
	background-image: url(/GLDI/images/buttons/indent_08.gif);
	padding-left: 105px;
}



/* --------------------------------------------- 
    Overrule vari               
--------------------------------------------- */

.box_close {
	display: none;
}


/* ------------------------------------------------------------
   for documents
------------------------------------------------------------*/

img.attached {
	margin: 4px 4px 0 8px;
	vertical-align: middle;
    float: left;
}

/* ------------------------------------------------------------
ICONS for files linked
------------------------------------------------------------*/

a.attached {
	padding-left: 24px; 
	background-repeat: no-repeat; 
	background-position: 1px 2px;
}
a.avi {background-image: url(/GLDI/images/icons/avi.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.doc {background-image: url(/GLDI/images/icons/doc.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.dot {background-image: url(/GLDI/images/icons/dot.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.eps {background-image: url(/GLDI/images/icons/eps.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.gif {background-image: url(/GLDI/images/icons/gif.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.htm {background-image: url(/GLDI/images/icons/htm.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.jpg {background-image: url(/GLDI/images/icons/jpg.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.mov {background-image: url(/GLDI/images/icons/mov.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.mp3 {background-image: url(/GLDI/images/icons/mp3.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.pdf {background-image: url(/GLDI/images/icons/pdf.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.ppt {background-image: url(/GLDI/images/icons/ppt.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.psd {background-image: url(/GLDI/images/icons/psd.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.rtf {background-image: url(/GLDI/images/icons/rtf.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.txt {background-image: url(/GLDI/images/icons/txt.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.wmf {background-image: url(/GLDI/images/icons/wmf.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.wmv {background-image: url(/GLDI/images/icons/wmv.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.xls {background-image: url(/GLDI/images/icons/xls.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.zip {background-image: url(/GLDI/images/icons/zip.gif); 
       background-repeat:no-repeat; padding-left:20px;}

a.int {background-image: url(/GLDI/images/icons/int.gif); 
       background-repeat:no-repeat; padding-left:20px;}
a.ext {background-image: url(/GLDI/images/icons/ext.gif); 
       background-repeat:no-repeat; padding-left:20px;}


a.edit {
    background:transparent url(/GLDI/images/buttons/modify.gif) no-repeat scroll 2px 2px;
    display:block;
  	width: 20%;
    float:left;
    margin:0 16px 0 0;
    padding:4px 0 4px 24px;
}
a.tagEdit {
    background:transparent url(/GLDI/images/buttons/tag_edit.gif) no-repeat scroll 2px 2px;
    display:block;
   	width: 20%;
    float:left;
    margin:0 16px 0 0;
    padding:4px 0 4px 24px;
}
a.docDownload {	
    float:left;
   	width: 20%;
    padding-left: 24px; 
	background-repeat: no-repeat; 
	background-position: 1px 2px;
}


/* ------------------------------------------------------------
 Bandierine per le sottosezioni
------------------------------------------------------------*/
a.flagIta 
{
    display:inline;
    width:18px;
    height:18px;
    /*background: url(/GLDI/images/layout/it_flag_s.gif) no-repeat top left;*/
    background: url(/GLDI/images/layout/it_flag_g.gif) no-repeat top left;
    margin: 4px 1px 0 1px;
    padding-right:14px;
}
a.flagIta:hover 
{
    background: url(/GLDI/images/layout/it_flag.gif) no-repeat top left;
}

a.flagEng 
{
    display:inline;
    width:18px;
    height:18px;
    /*background: url(/GLDI/images/layout/en_flag_s.gif) no-repeat top left;*/
    background: url(/GLDI/images/layout/en_flag_g.gif) no-repeat top left;
    margin: 4px 1px 0 1px;
    padding-right:14px;
}
a.flagEng:hover 
{
    background: url(/GLDI/images/layout/en_flag.gif) no-repeat top left;
}

a.flagFra 
{
    display:inline;
    width:18px;
    height:18px;
    /*background: url(/GLDI/images/layout/fr_flag_s.gif) no-repeat top left;*/
    background: url(/GLDI/images/layout/fr_flag_g.gif) no-repeat top left;
    margin: 4px 1px 0 1px;
   padding-right:14px;

}
a.flagFra:hover 
{
    background: url(/GLDI/images/layout/fr_flag.gif) no-repeat top left;
}

a.flagAra 
{
    display:inline;
    width:18px;
    height:18px;
    /*background: url(/GLDI/images/layout/po_flag_s.gif) no-repeat top left;*/
    background: url(/GLDI/images/layout/po_flag_g.gif) no-repeat top left;
    margin: 4px 1px 0 1px;
    padding-right:14px;

}
a.flagAra:hover 
{
    background: url(/GLDI/images/layout/po_flag.gif) no-repeat top left;
}

a.private 
{
    display:inline;
    width:18px;
    height:18px;
    /*background: url(/GLDI/images/layout/locked_s.gif) no-repeat top left;*/
    background: url(/GLDI/images/layout/locked_g.png) no-repeat top left;
    margin: 4px 1px 0 1px;
    padding-right:14px;
}
a.private:hover 
{
    background: url(/GLDI/images/layout/locked.png) no-repeat top left;
}



/* ----------------------------------------------------  image gallery */

.galleriaDetails {
	/*background-color: #eee;*/
	padding: 4px;
	margin:12px 0px 0px 0px;
	float:left;
	clear:left;
	width:100%;
	/*border-top: 1px solid #ddd;*/
}
.galleriaDetails .left {
	float: left;
	padding-left: 4px;
}
.galleriaDetails .right {
	float: right;
	padding-right: 4px;
	font-size: 0.9em;
}

 .galleriaDetails a:link,
 .galleriaDetails a:visited {
	text-decoration: none;
}
table.galleria {
    float:left;
    width:100%;
}

table.galleria tr.immagine td {
	border: 3px solid #d8dccf;
	/*background-color: #eee;*/
	padding: 5px;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
 table.galleria td img {
	clear: none;
	float: none;
	margin: 0;
	/*border: 1px solid white;*/
}
 table.galleria tr.dida td {
	border: 5px solid #d8dccf;
	/*background-color: white;*/
	padding: 5px 5px 0px 5px;
	width: 33%;
	text-align: left;
}
tr.dida td .title {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	border-bottom: 1px solid #ADB0A6;
	margin-bottom: 3px;
}
tr.dida td .tags {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}
tr.dida td .date {
	background: url("../images/buttons/calendar.gif") no-repeat 0 0;
	padding-left: 16px;
}
tr.dida td .author {
	background: url("../images/buttons/volontarioR.gif") no-repeat 0 0;
	padding-left: 16px;
}
tr.dida td .modifysmall {
	background: url("../images/buttons/modifysmall.gif") no-repeat 0 0;
	padding-left: 16px;
	font-size: 0.9em;
}
 .bigImage {
	border: 1px solid #aaa;
	float: left;
}
.jumpMenu {
	width: 400px;
}


.homeNews {
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

.homeNews ul.docList  {

}

.homeNews .docList li {
	background: url() transparent no-repeat 0 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*clear: both;*/ /*Lasciare commentato - risolve un bug su firefox! */
}
/* the following element has been added cause of a weird IE7 vs FF2
behaviour, regarding the vertical positioning of a floated element
within a LI */
.homeNews .docList li .whole {
	float: left;
	margin: 0 0 12px 0;
	width:100%;
}

.homeNews .docList li img.news {
    float:left;
	margin: 0 8px 0 0;
	border-right: 8px solid #d8dccf;
}


/* --------------------------------------------- 
    PopUp              
--------------------------------------------- */

.homePopUp 
{
    display:block;
    width: 500px;
    height:480px;
    position:fixed;
    top:200px;
    margin: 0px auto 0px 200px;
    border:2px solid #ADB0A6;
    background-color: #d8dccf;
}


/* --------------------------------------------- 
    Gestione Documenti              
--------------------------------------------- */
.privateDocs .buttonTools {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	height: 12px;
	margin-right: 4px;
}
.privateDocs li {
	border-bottom:1px dotted #BBBBBB;
	list-style-type: none;
}

.privateDocs .buttonTools img {
	margin: 2px 0 0 2px;
}

ul.categorie {
	margin-left: 20px;
}


/* --------------------------------------------- 
    Gestione Risorse              
--------------------------------------------- */
.privateRes {
	float: left;
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 12px;
	width:100%;
}

.privateRes .buttonTools {

}
.privateRes li {
	border-bottom:1px dotted #BBBBBB;
	list-style-type: none;
}

.privateDocs .buttonTools img {
	margin: 2px 0 0 2px;
}


/* --------------------------------------------- 
    Tag Engine             
--------------------------------------------- */


.tagEngine .path {
	padding: 12px 0 80px 0;
	font-style: italic;
	color: #999;
}
.tagEngine .tagList {
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #ADB0A5;
}
.tagEngine .tagList label {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ADB0A5;
}
#contentWrapper #content .tagEngine .tagList a:link, 
#contentWrapper #content .tagEngine .tagList a:visited {
	text-decoration: none;
}
.tagEngine .tagNew label {
	display: block;
	padding: 0 0 8px 0;
	font-style: italic;
}
.tagEngine .tagNew input {
	width: 60%;
	margin: 0 0 8px 0;
}

.tagEngine .right {
	display: block;
	float: right;
	
}