/* CSS Document */

/* TAG HTML */
html, body {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #b94e96;
	font-size: 11pt;
}
p {
	margin:0;
}
area { border:none; outline: none;}
a {
	display:block;
	color: #981793;
	padding:10px;
	outline: none;
}
h1 {
	font-size: 13pt;
	color: #632181;
}
h2, h3, h4, h5, h6 {
	font-size: 12pt;
	color: #b84e94;
}
div.reset {
    clear: both;
}
/* BOX TEMPLATE */
div#container {
	width:880px;
	margin:0 auto;
}
div#header {
	width:880px;
}
div#content {
	float:right;
	width:730px;
	color: #195782;
	text-align: justify;
}
div#navigation {
	float:left;
	width:150px;
	background:#B9CAFF;
}
div#extra {
	float:left;
	clear:left;
	width:150px;
	background:#FF8539;
}
div#footer {
	clear:both;
	width:650px;
	margin:20px auto 0 auto;
	padding-top: 5px;
	border-top: 1px solid #195782;
	color: #195782;
	text-align:center;
	font-size:9pt;
}
div#footer p span#credits {
    font-size: 7pt;
}
div#footer p span#credits a {
    color: #195782;
    text-decoration: none;
    display: inline;
    padding: 0 0 5px 0;
}
/* CONTENT */
div#content div.padding a {
	margin:0;
	padding:0 !important;
	display: inline;
	color: #195782;
	font-size:11pt;
}
div.fileList {
	/*line-height: 70px;*/
    vertical-align: middle;
}
div.list_ico {
	clear: both;
	line-height: 60px;
}
div.fileList div.list_ico > .desc {
    width:700px;
}
div.list_ico > div.ico, div.list_ico > div.thumb {
	overflow: hidden;
	background-size: cover;
	float:left;
	margin-right: 5px;
}
div.list_ico > .ico {
	width: 70px;
	height: 70px;
}
div.list_ico > .thumb {
	width: 60px;
	height: 60px;
	box-shadow: 1px 4px 6px #888;
	border-radius: 5%;
	margin-top: 5px;
}
div.list_ico > div > a {
	width: 60px;
	height: 60px;
	display: block !important;
}
div.list_ico > div > a.lock {
	background-image: url(../../back/media/icons/lock_large_locked.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 20% auto;
}
div.list_ico > div > a.unlock {
	background-image: url(../../back/media/icons/lock_large_unlocked.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 20% auto;
}
div.boxino {
	padding-top:15px;
	padding-bottom:15px;
	color: #276388;
}
/* stili particolari per tinymce */
p.indicemosaico {
	border: none !important;
	padding:4px 0 4px 32px !important;
	background-image: url(../img/logoIndiciMosaico.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #b84e94;
	font-weight: bold;
}
p.indice {
	border: none !important;
	padding:4px 0 4px 32px !important;
	color: #b84e94;
	font-weight: bold;	
}
/* stili flash / integrale */
div.flash {
	border: none !important;
	margin-bottom: 15px;

}
div.integrale {
	border: none !important;
	margin-bottom: 15px;
}

span.more, span.less {
	cursor: pointer;
	font-weight: bold;
}