/** BASIC */

html, body {
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("/img/sfondo.gif") repeat-x left top;
}

#container {
	width: 778px;
	background: #FFFFFF url("/img/sfondo.gif") repeat-x left top;
	margin: 0px auto;
}





/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}





/** HEADER */

#header {
	width: 778px;
	height: 101px;
	margin: 0px auto;
	position: relative;
}






/** LOGO */

#logo {
	float: left;
	width: 360px;
	height: 84px;
	padding-top: 14px;
}


#logo span {
	display:none;
}







/** CONTACT */

#contact {
	float: right;
	padding: 50px 0px 0px 0px;
}

#contact .text_contact1 {
	margin: 0px;
	padding: 15px 35px 15px 0px;
	background: url("/img/telefono.gif") no-repeat right center;
}




/** CERCA */

#search {
	float: right;
	padding: 20px 0px 0px 0px;
	margin-top:10px;
	width: 150px;
}

#search label { position: absolute; left: -10000px; }

#SearchTextsearch {
	/*color: #B2B2B2;*/
	color: #999999;
	width: 100px;
	padding: 0px;
	margin: 0px;
	height: 15px;
	/*background: url(/img/textsearch.jpg) no-repeat left top;
	padding:5px 2px 5px 2px;
	border: 1px;*/
}

#submitsearch {
	width: 23px;
	height: 25px;
	background: url(/img/cerca.gif) no-repeat left top;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
}







/** MENU TOP */
#menu_top {
	float: right;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 410px;
	height: 22px;
	background: #DFDFDF url("/img/menu_top_bg4.gif") no-repeat left bottom;
}

#menu_top ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

#menu_top li {
	display: inline;
}

#menu_top a {
	display: block;
	float: left;
	padding: 0px 12px;
	background: url(/img/menu_top_spacer2.jpg) no-repeat left center;
}

#menu_top .first a {
	background: none;
}







/** MENU NAV */

#menu_nav {
	width: 778px;
	height: 42px;
	margin: 0px auto;
}

#menu_nav ul {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	list-style: none;
}

#menu_nav li {
	display: inline;
	position: relative;
}

#menu_nav a {
	display: block;
	float: left;
	padding: 0px 13px 0px 15px;
	background: url("/img/menu_nav_spacer.gif") no-repeat left center;
}

#menu_nav .first a {
	background: none;
}

#menu_nav li > .tooltip {
	display: none;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 300px;
	height: 200px;
	background-color: #8ABAE4;
	border: 1px solid black;
	color: white;
}

#menu_nav li:hover .tooltip {
	display: block;
}









/** MENU LAT */

#menu_sez {
	margin-bottom: 30px;
}

#menu_sez ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_sez ul ul {
	list-style: none;
	margin-left: 15px;
	padding: 0px;
}

#menu_sez li {
	margin-bottom: 4px;
}

#menu_sez li a {
	width:180px;
	height: 20px;
	display: block;
	padding: 2px 0 2px 12px;
	border-bottom: 1px solid #DDDDDD;
	background: url(/img/menu_bullet1.jpg) no-repeat left center;
}

#menu_sez ul ul a {
	width:165px;
	background: url(/img/menu_bullet2.jpg) no-repeat left center;
}		






/** ARGOMENTI CORRELATI */

#correlati {
	padding-bottom: 20px;
}



/** HOME PAGE */

/** SPLASH */

#splash {
	width: 778px;
	height: 175px;
	margin: 0px auto;
	padding: 15px 0px;
}



/** BOX1: Box splash sinistra */

#splash_left {
	float: left;
	width: 375px;
	height: 175px;
	padding: 0px;
}
p#splash_flash {
	padding: 0px;
	margin: 0px;
}
p#splash_left embed {
	padding: 0px;
	margin: 0px;
}


/** BOX2: Box splash destra */

#splash_right {
	float: right;
	width: 388px;
	height: 175px;
	background: no-repeat;
}

#splash_right .content {
	padding: 85px 10px 2px 60px;
}

/*#splash_right h2 {
	height: 88px;
	background: url(/img/box_top.jpg) no-repeat left top;
}*/

#splash_right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash_right li {
	color: #B1F0FF;
	padding-right: 15px;
	display: inline;
}

#splash_right li a {
	padding-left: 12px;
	background: url(/img/freccia.gif) no-repeat left center;
	color: #B1F0FF;
}



/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 457px;
	padding: 0px 0px 0px 35px;
}

#right {
	float: right;
	width: 238px;
	padding: 18px 30px 0px 0px;
}






/** BOX TOP */

#box_top div {
	padding: 10px 0px 15px 0px;;
}

/** Home: BOX BASSO SX */

#box_bottom_left {
	float: left;
	width: 208px;
	padding: 0px 10px 0px 0px;
}

/** Home: BOX BASSO DX */

#box_bottom_right {
	float: left;
	width: 210px;
	padding-left: 20px;
}




/** Sidebar */

#box_sidebar {
	height: 380px;
	min-height: 380px;
	padding: 0px 24px;
}

html>body #box_sidebar {
	height: auto;
}




/** TOOLS */

#tools {
	margin-top: 15px;
	float:right;
}

#tools ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#tools ul li {
	border: 1px solid white;
}

#tools ul li a {
	display: block;
}




/** clearer */
#clearer {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}



/** menu tab */
div#div_tab_top {
	clear: both;
	height:50px;
}
ul#tab_top {
	float: right;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D7D7D7
}
ul#tab_top li {
	float: right;
	margin: 0 0.2em 0;
	padding: 0
}
ul#tab_top a {
	float: left;
	padding: 0 0 0 0.4em;
	background: url(/img/tab_top.png) no-repeat top left;
	text-decoration: none;
	color: #222
}
ul#tab_top span {
	float: left;
	padding: 0.4em 0.4em 0.4em 0;
	background: url(/img/tab_top.png) no-repeat top right;
	cursor: pointer
}
/*
ul#tab_top li.active a, ul#tab_top a:hover {
	background: url(/img/tab_top_current.png) no-repeat top left
}
ul#tab_top li.active span, ul#tab_top a:hover span {
	background: url(/img/tab_top_current.png) no-repeat top right;
	color: #184D8A
}
*/

ul#tab_bottom {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #D7D7D7
}
ul#tab_bottom li {
	float: left;
	margin: 0 0.2em 0;
	padding: 0
}
ul#tab_bottom a {
	float: left;
	padding: 0 0 0 0.4em;
	background: url(/img/tab_bottom.png) no-repeat bottom left;
	text-decoration: none;
	color: #222
}
ul#tab_bottom span {
	float: left;
	padding: 0.4em 0.4em 0.4em 0;
	background: url(/img/tab_bottom.png) no-repeat bottom right;
	cursor: pointer
}
/*
ul#tab_bottom li.active a, ul#tab_bottom a:hover {
	background: url(/img/tab_bottom_current.png) no-repeat bottom left
}
ul#tab_bottom li.active span, ul#tab_bottom a:hover span {
	background: url(/img/tab_bottom_current.png) no-repeat bottom right;
	color: #184D8A
}
*/








.box_tree {
	width: 70%;
	border: 1px solid #AAAAAA;
	padding: 5px;
	margin: 5px;
}

.box_tree div.riga {
	margin: 0px;
	padding: 0px;
	float:left;
	width:100%;
	border-bottom: 1px dashed #DDDDDD;
	padding-top: 1px;
}

.box_tree div.tree_actions {
	margin: 0px;
	padding: 0px;
	float: right;
	top: 0px;
}
.box_tree input.ordine{
	height: 1em;
	margin-top: -1px;
	width: 25px;
	text-align: center;
}

.error_box{
	border: 1px solid red;
	font-size: 14px;
	color: red;	
	padding: 5px;
	margin: 5px;
	clear: both
}

.box_del{
	padding:5px; 
	border: 1px solid black; 
	margin: 10px; 
	display:block; 
	float: left
}

table#files {
	width: 100%;
}

table.file {
	width: 100%;
	margin: 10px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table.file td {
	padding: 2px 4px;
}
table.file td.img_cell, table.file td.name_cell {
	border-right: 1px solid #CCCCCC;
	width: 120px;
	text-align: center;
}
table.file td.type_cell, table.file td.size_cell, table.file td.dl_cell {
	border: 1px solid #CCCCCC;
}
table.file td.titolo_cell {
	font-weight: bold;
}
table.file td.dl_cell a {
	padding-right: 18px;
	background: url("/img/down.png") no-repeat right center;
}
table.file td.dl_cell {
	width: 80px;
}
table.file td.size_cell {
	width: 60px;
}



#tools ul li a.stars{
	display: inline;
}
img.stars {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}






/* Editor style */
#home_edit_content {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
#home_edit_content h2, #home_edit_content h3 {
	margin-top: 10px;
}
#home_preview {
	border: 1px solid #AAAAAA;
	width: 778px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#home_edit_content label{
	display: block;
}


#thumb {
	width: 100%;
	overflow:auto;
}
#thumb div.drag {
	float: left;
	width: 150px;
	height: 90px;
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
}
#thumb div.drag p {
	text-align:center;
}

#static_drop{
	margin-top:20px;
	width: 100%;
	overflow:auto;
}

.droppable-active {
	background-color: #FAFFA3;
}
.droppable-hover {
	background-color: #FF7676;
}
