﻿body, html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font: 13px Arial,Verdana,Helvetica,sans-serif;
}

/************************ STRUTTURA PAGINA *******************************/
#div_main
{
	width: 950px;
	margin: auto;
	background-image: url(../immagini/body.gif);
	background-repeat: repeat-y;
}
#div_header
{
	border-bottom: solid 2px #dfdfdf;
	height: 139px;
}
#div_riferimenti
{
	background-color: #dfdfdf;
	text-align: center;
	font-size: 11px;
}
#div_menu
{
	float: left;
	width: 150px;
}
#div_right
{
	float: left;
	width: 170px;
	padding: 10px 0px 0px 0px;
	background-color: white;
}
#div_content
{
	float: left;
	width: 590px;
	text-align: center;
	padding: 20px;
}
#div_footer
{
	clear: both;
	text-align: center;
	border-top: solid 1px #dfdfdf;
	background-color: white;
	padding-top: 5px;
}
/************************* MENU *****************************/
.div_menu_liv1
{
	cursor: pointer;
	height: 20px;
	padding: 5px 5px 5px 5px;
	font-variant: small-caps;
	border-bottom: solid 1px black;
	background-color: #3544B1;
	border-left: solid 10px #dfdfdf;
	border-right: solid 2px #dfdfdf;
	color: White;
}
.div_menu_liv2
{
	cursor: pointer;
	height: 10px;
	padding: 1px 5px 5px 15px;
	font-variant: small-caps;
	border-bottom: solid 1px black;
	display: none;
	background-color: #aaaaff;
	border-left: solid 10px #dfdfdf;
	border-right: solid 2px #dfdfdf;
}

/************************ PAGINA IN CONSTRUZIONE **********************/
#span_unserConstruction
{
	font-size: 20px;
}


/***************************ENTITY LIST CONTROL***************************/

.ELC_RM
{
	clear: both; /* non modificare */
	height: 20px;
}
.ELC_RM_DivLeft
{
	float: left; /* non modificare */
	width: 150px;
	border-right: solid 1px white;
}
.ELC_RM_DivRight
{
	float: left; /* non modificare */
}
.ELC_RA
{
	clear: both; /* non modificare */
	height: 18px;
	background-color: #b0c4de;
}
.ELC_RA_DivLeft
{
	float: left; /* non modificare */
	width: 150px;
	border-right: solid 1px white;
}
.ELC_RA_DivRight
{
	float: left; /* non modificare */
}
.ELC_RA_DivRight div /* i div all'interno di ELC_RA_DivRight sono quelli che contengono i pulsanti */
{
	float: left; /* non modificare */
	padding-right: 10px;
	text-align: left;
}

/* Stile pannello impostazioni di ricerca */
.ELC_RIR
{
	clear: both; /* non modificare */
	height: 20px;
}
/* Stile pannello impostazioni di ricerca */
.ELC_RIR_DivLeft
{
	float: left;
}
/* Stile pannello impostazioni di ricerca */
.ELC_RIR_DivRight
{
	float: left;
}

.ELC_DivContenitore
{
	padding: 10px;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
}
.ELC_DivPanSup
{
	border: solid 1px black;
	width: 100%;
}
.ELC_Griglia
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px gray;
	padding: 0;
	margin: 0;
}
.ELC_Griglia th
{
	background-color: #b0c4de;
	font-weight: bold;
	height: 30px;
	color: Black;
	text-align: center;
	border: solid 1px gray;
}
.ELC_Griglia td
{
	border: solid 1px gray;
}


/***************************MASCHERA AGGMOD***************************/
.aggmod_td_1 /* colonna validatore */
{
	padding-left: 2px;
	border-bottom: silver 1px solid;
	background-color: #f5f5f5;
	width: 10px;
}
.aggmod_td_2 /* colonna descrizione */
{
	padding-left: 2px;
	border-bottom: silver 1px solid;
	background-color: #f5f5f5;
	border-right: silver 1px solid;
	font-size: 12px;
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
}
.aggmod_td_3 /* colonna valore */
{
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: silver 1px solid;
	background-color: White;
}


/*************************** MENU ******************************/



/*CALENDARIO*/

.calendario .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #fffacd;
	color: red;
}
.calendario .ajax__calendar_other .ajax__calendar_day, .calendario .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.calendario .ajax__calendar_hover .ajax__calendar_day, .calendario .ajax__calendar_hover .ajax__calendar_month, .calendario .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.calendario .ajax__calendar_active .ajax__calendar_day, .calendario .ajax__calendar_active .ajax__calendar_month, .calendario .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}

/*IMMAGINI ENTITY CONTROL*/
.tbl_immaginientitycontrol
{
	text-align: center;
	border: solid 2px black;
	border-collapse: collapse;
}
.tbl_immaginientitycontrol td
{
	border: solid 1px Gray;
	padding: 5px;
}

/*LINK2FILES ENTITY CONTROL*/
.tbl_link2filesentitycontrol
{
	border-collapse: collapse;
	text-align: left;
}

.tbl_link2filesentitycontrol th
{
	padding: 2px 10px 2px 10px;
	border-bottom: solid 1px black;
	font-weight: bold;
	font-style: italic;
}
.tbl_link2filesentitycontrol td
{
	padding: 2px 10px 2px 10px;
	border-bottom: solid 1px black;
}

.tabpan_message
{
	text-align: left;
	color: Red;
	font-size: 14px;
}










/* LIGHTBOX.CSS */
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	backgrounewdata: transparent url(../immagini/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	backgrounewdata: url(../immagini/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	backgrounewdata: url(../immagini/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* END OF LIGHTBOX.CSS */

.tbl_galleria
{
	border-collapse: collapse;
}
.tbl_galleria td
{
	border: solid 2px #dcdcdc;
	width: 280px;
	vertical-align: top;
	margin: 10px;
}
.span_galleria_nofoto
{
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.div_galleriarecord
{
	padding: 10px;
}

div#news
{
	margin: 10px;
}

p.news
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
	width: 100%;
	border-bottom: solid 1px black;
}
table.news
{
	width: 100%;
}

table.news td
{
	border-bottom: dotted 1px gray;
	padding: 5px;
}

table.news td a
{
	color: Black;
	text-decoration: none;
}

table.news td a:hover
{
	color: Black;
	text-decoration: underline;
}

table.news span.data
{
	font-weight: bold;
	letter-spacing: 1px;
}


/*TROFEO DEGASPERI*/

div#download_degasperi
{
	text-align: left;
}

div#download_degasperi a
{
	display: block;
	text-decoration:none;
}

div#download_degasperi a:hover
{
	font-weight:bold;
}

div#download_degasperi a img
{
	vertical-align: middle;
	border:0;
}

div#download_degasperi a span
{
	vertical-align: middle;
	margin-left:5px;
}

/*TROFEO VITTORIA*/

div#download_trofeovittoria
{
	text-align: left;
}

div#download_trofeovittoria a
{
	display: block;
	text-decoration:none;
}

div#download_trofeovittoria a:hover
{
	font-weight:bold;
}

div#download_trofeovittoria a img
{
	vertical-align: middle;
	border:0;
}

div#download_trofeovittoria a span
{
	vertical-align: middle;
	margin-left:5px;
}
