﻿
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: 16;
	-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: 14;
	-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:0;
 width:40;
} 

.article_swipe_img
{
  position:absolute;
  left:0;
  display: block;
  background-color:silver; 
  width: 40px;
  height:40px;	
  cursor: pointer;
}