/**************************************
	
	Posizionamento elementi della pagina
 							
 **************************************/

div#tree {
	width: 226px;
	float:left;
}


div#lista div#sezioni {
	float: left;
	margin-left:252px;
	margin-top:16px
}
div#lista div#pagination {
	float: right;
}
div#lista div#docs {
	clear: left;
}

div#doc div#doc_menu_L1 {
	float: left;
}
div#doc div#doc_menu {
	float: right;
}
div#doc div#estremi {
	clear: left;
}
div#rimandi div#rim_sezioni {
	float: left;
}

div#rimandi div#rim_pagination {
	float: right;
}

div#rimandi div#rim_docs {
	clear: left;
}

/**************************************************************************
	
	Elementi inizialmente nascosti
 							
 **************************************************************************/
div.divArt,  div#rimandi, div#rim_doc,  div#currRamo {
	display: none;
}


/**************************************************************************
	
							Layout
 							
 **************************************************************************/

/************************************************************************

							Classi generiche
 							
 ************************************************************************/

/* Menu orizzontale */
 
ul.h_menu {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.h_menu li {
	list-style-type: none;
	margin: 0 2px;
	padding: 0 3px;
	display:inline;
	float: none;
	width: auto;
}
ul.h_menu li.selected {
	font-weight: bold;
}

/* Estremi */

p.est_descr, div#doc div#body h3 {
	font-size: 100%;
	font-weight: normal;
	color: rgb(204, 0, 0);
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_titolo, div#doc div#body h4 {
	font-size: 100%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_descrdoc, div#doc div#body h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_oggetto {
	font-size: 100%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 1em 0 0 0;
}

 /************************************************************************

							Albero
 							
 ************************************************************************/

div#tree div {
	padding: 1px 0 1px 5px;
	

}
div#tree {
	margin: 16px 0 0 0;
	font-size:12px;
	padding-right:16px
}
div#tree a {
	text-decoration: none;
}



div#tree a.expand {
	background-image: url(http://datastorage02.maggioli.it/data/common/siti/images/expand.jpg);
	background-repeat: no-repeat;
	background-position: inherit left;
	padding: 0 0 0 16px;
}
div#tree a.collapse {
	background-image: url(http://datastorage02.maggioli.it/data/common/siti/images/collapse.jpg);
	background-repeat: no-repeat;
	background-position: inherit left;	
	padding: 0 0 0 16px;
}

div#tree a.leaf {
	background-image: url(http://datastorage02.maggioli.it/data/common/siti/images/leaf.jpg);
	background-repeat: no-repeat;
	background-position: inherit left;
	padding:0 0 0 16px;

}


/************************************************************************

							Loading
 							
 ************************************************************************/

div#loading {
	background-image: url(http://datastorage02.maggioli.it/data/common/siti/images/indicator.gif);
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 20px;
	border: 2px solid #555;
	position: absolute;
	left: 35%;
	top: 45%;
	display: none;
}

/************************************************************************

							lista
 							
 ************************************************************************/

div#pagination {
	color: #666;
}
div#pagination span {
	margin-left: 2em;
}
div#docs a.descr_a {
	background-image: url(http://datastorage02.maggioli.it/data/common/siti/images/v.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 11px;
}
div#docs {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	line-height: 1.8em;
}
div#docs div.ogg {
	color: #666;
	line-height: 1em;
	padding-left: 11px;
}
div#docs div.d_art {
	padding: 0.7em 0 0 11px;
}


#path {font-style:italic; margin-left:5px}

/************************************************************************

							doc
 							
 ************************************************************************/

div#doc div#estremi{
	border-top: 1px solid #ccc;
}

div#doc iframe {
	width: 100%;
	height: 700px;
	border:0;
	border-color:#FFFFFF;
	margin:0;
	padding:0
}
div#doc div#doc_back {
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

a.selected {
	color: #888;
}

div#doc p {
	margin-left: 0;
}

/************************************************************************

							rimandi
 							
 ************************************************************************/

div#rim_lista {
	border-top: 1px solid #ccc;
}

div#rim_caption {
	color: #444;
	line-height: 1.8em;
	margin-bottom: 1em;
}
div#rim_body {
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
}

/************************************************************************

							abstract
 							
 ************************************************************************/

 div#abstract {
 	float:left;
	display: block;
 }
 
div#content_tree{
	width:550px;
	margin-left:252px;
	margin-top:16px
}