﻿body.mainArt {
	-webkit-overflow-scrolling: touch;
    overflow-y: Auto;
}

div.ui-loader
{
	display:none;
}

.testata
{
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 26px;
}

td.infoNameXsl
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

td.infoValueXsl
{
	font-size: 12px;
	text-align: left;
}

td.infoXsl
{
	font-weight: bold;
}

div.TopTitleSeparator
{
	height: 2px;
	border-top: 1px solid #27697a;
}

div.BottomTitleSeparator
{
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.FirstPageSeparator
{
	height: 1px;
	border-top: 1px solid grey;
	margin-top: 5px;
	
}


table.infoXsl
{
	margin-top: 5px;
	margin-left: 5px;
	border: 0px;
	text-align: left;
	background-color: #EFEFEF;
	border: 1px solid grey;
}

.dot
{
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	cursor: pointer;
}

.abstractTitle
{
	font-size: 2.5em;
	font-family: Georgia;
	letter-spacing: 0.1em;
	color: rgb(142,11,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.abstractSummary
{
	font-family: Verdana;
	font-size: 16px;
	-moz-column-count: 1;
	-moz-column-gap: 1em;
	-webkit-column-count: 1;
	-webkit-column-gap: 1em;
	column-count: 1;
	column-gap: 1em;
	line-height: 1.5em;
	color: rgb(69,54,37);
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-style: italic;
}


.abstractText
{
	font-family: Verdana;
	font-size: 14px;
	-moz-column-count: 1;
	-moz-column-gap: 1em;
	-webkit-column-count: 1;
	-webkit-column-gap: 1em;
	column-count: 1;
	column-gap: 1em;
	line-height: 1.5em;
	color: rgb(69,54,37);
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.buttonStyle
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	white-space: nowrap;
	margin-left: 5px;
}
.buttonStyle:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.buttonStyle:active
{
	position: relative; /*top:1px;*/
}

.buttonStyleDown
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin-left: 5px;
}
.swiper
{
 opacity:0.0;
 filter:alpha(opacity=0); 
 white-space:nowrap;
 position:absolute;
 top:0px;
 width:40px;
} 

.article_swipe_img
{
  position:absolute;
  left:0;
  display: block;
  background-color:silver; 
  width: 40px;
  height:40px;	
  cursor: pointer;
}

/*	ARTICOLI IN PREVIEW	*/

div.newsTextArticle {
	position: relative;
	width: 100%;
	min-height: 96%;
	height: Auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: left;
	z-index: 3;
}

div.newsTextProperties {
	position: relative;
	margin-top: 10px;
	min-height: 75px;
	height: Auto;
	width: 100%;
	font-family: monospace;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	z-index: 2;
	border-bottom: 1px solid #000000;
}

strong.source {
	font-size: 32px;
}

div.pageSource {
	position: absolute;
	bottom: 3px;
	right: 13px;
	width: auto;
	height: auto;
	font-size: 12px;
}

div.editionSource {
	position: absolute;
	bottom: 17px;
	right: 13px;
	width: auto;
	height: auto;
	font-size: 12px;
}

div.directorSource {
	position: absolute;
	bottom: 17px;
	width: 100%;
	height: auto;
	font-size: 12px;
}

div.propSource {
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: auto;
	font-size: 12px;
}

div.newsTextHeader {
	position: relative;
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	z-index: 3;
	border: 0px solid #000000;
}

div.newsTextSubHeader {
	position: relative;
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	font-style: italic;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	z-index: 3;
	border: 0px solid #000000;
}

div.newsTextTitle {
	position: relative;
	/*padding: 0px 5px 0px 5px;*/
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 32px;
	background-color: #ffffff;
	color: #000000;
	border: 0px solid #7f9db9;
	text-align: left;
	font-weight: bolder;
	z-index: 3;
}



div.newsTextBody {
	position: relative;
	width: 95%;
	height: Auto;
	padding: 10px 20px 10px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0px solid #000000;
	/*overflow: auto;*/
	z-index: 3;
}

pre.newsTextPre {
	position: relative;
	padding:8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0px solid #000000;
	/*overflow: auto;*/
	z-index: 1;
}

div.newsTextPre {
	position: relative;
	/*padding: 20px;*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	background-color: #ffffff;
	border: 0px solid #000000;
	line-height: 150%;
	/*overflow: auto;*/
	
	-webkit-column-count: 2;
	-webkit-column-rule: 0px;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-rule: 0px;
	text-align: justify;
	z-index: 1;
}

.notVis {
	display: none;
}