﻿body
{
}

.circle_link
{
}

.circle_link li
{
	background-image: url('../images/arrow_circle_violet.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


a:link
{
	text-decoration: none;
	color: #666;
}


a:visited
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: none;
	color: #cc0000;
}


.mpseparator
{
	background-image: url('../images/separation.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.item_menu_style
{
	font-family: Lucida Sans;
	font-size: 11px;
	background-image: url('../images/menu_header_back.gif');
	background-repeat: repeat-x;
	height: 58px;
}


.footer_span
{
	font-family: Verdana;
	font-size: x-small;
	color: Gray;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.footer_link
{
	font-family: Verdana;
	font-size: x-small;
	color: Blue;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.footer_link:hover
{
	text-decoration: underline;
	cursor: hand;
}


.articolo_titolo
{
	font-family: Arial;
	font-size: x-large;
	color: #00386B;
	text-align: justify;
	vertical-align: top;
}

.articolo_titolo:hover
{
	text-decoration: underline;
	cursor: hand;
}


.articolo_content
{
	font-family: Lucida Sans Unicode;
	font-size: small;
	color: Black; /*text-align: justify;*/
	border-bottom: dotted 1pt LightGrey;
	vertical-align: top;
	line-height: 20px;
}

.articolo_content_black
{
	font-family: Calibri;
	font-size: small;
	color: #DBDBDB;
	color: White; /*text-align: justify;*/
	 border-bottom: 1px solid #DBDBDB;
	vertical-align: top;
	line-height: 20px;
	 margin-bottom: 15px;
    padding-bottom: 15px;
    width: 500px;
}

h2.articolo_content_black
{
	font-family: Times New Roman;
	font-size: medium;
	color: #DBDBDB; /*text-align: justify;*/	
	line-height: 20px;	 
}

.articolo_content_white
{
	font-family: Lucida Sans Unicode;
	font-size: small;
	color: White; /*text-align: justify;*/
	 border-bottom: 1px solid #DBDBDB;
	vertical-align: top;
	line-height: 20px;
	 margin-bottom: 15px;
    padding-bottom: 15px;
}

h2.articolo_content_white
{
	font-family: Times New Roman;
	font-size: medium;
	color: #DBDBDB; /*text-align: justify;*/	
	line-height: 20px;	 
}


.articolo_content_medium
{
	font-family: Lucida Sans Unicode;
	font-size: x-small;
	color: Black; /*text-align: justify;*/
	border-bottom: dotted 1pt LightGrey;
	vertical-align: top;
	line-height: 15px;
}

.separator_td
{
	width: 10px;
}



/* styling for the image wrapper  */
#image_wrap
{
	/* dimensions */
	width: 677px;
	height: 390px;
	margin: 15px 0 15px 40px;
	padding: 15px 0; /* centered */
	text-align: center; /* some "skinning" */
	background-color: #efefef;
	border: 2px solid #fff;
	outline: 1px solid #ddd;
	-moz-ouline-radius: 4px;
}


.reg_titolo
{
	font-family: Arial;
	font-size: small;
	padding-left: 5;
	padding-right: 5;
	color: Gray;
}

.reg_label
{
	font-family: Arial;
	font-size: small;
	padding-left: 5;
	padding-right: 5;
	color: Black;
}


/** Gallery with gray scale  **/
ul.gallery {
	width: 708px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
/** end of Gallery with gray scale ***/


/* High Slide code */
.highslide span {
	display: block;
}
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-image {
	border: 10px solid #FFFFFF;
}
.highslide-caption {
	padding: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}
/* End High Slide code */