h/*
/*
Theme Name: Venice Session Theme
Theme URI: 
Description:
Version: 0.1
Author: 3logic team
*/

/* Stili generici */

@charset "utf-8";

html, body
{
	margin:0px;
	padding:0px;
}

body, td, p, li, select, input {font-family: Arial, Helvetica, sans-serif;}

body
{
	background-image:url(../images/background_patt.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	color:#666666;
}

p
{
	padding:0px;
	margin:5px 0px;
}

h4,h2
{
	font-size:11px;
	padding:5px;
}

strong,bold
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

img
{
	border-style:none;
}

* li{
	padding:0px;
	list-style-image: url(../images/point_lista.gif);
	list-style-position: outside;
	margin-left:24px;
}

* ul{
	padding:0px;
	margin:5px 0px 5px 0px;
}

/* fix veloce */
a:link {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #529ED0;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
/*end fix veloce*/

a.genericLink:link {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
a.genericLink:visited {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
a.genericLink:hover {
	text-decoration: underline;
	color: #529ED0;
	font-weight:bold;
}
a.genericLink:active {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


input{
	width:80px;
	text-align:left;
	margin:0px;
	border:1px solid #efefef;
	border-right:0px;
	padding:5px;
	font-size:10px;
	color:#888888;
}

/* Stile elementi ricorrenti */

/* Stile tasto edit */

a.edit {
	color:#529ED0;
	font-size:12px;

}

a.edit:link {
	text-decoration: none;
	color: #529ED0;
}
a.edit:visited {
	text-decoration: none;
	color: #529ED0;
}
a.edit:hover {
	text-decoration: underline;
	color: #529ED0;
}
a.edit:active {
	text-decoration: none;
	color: #529ED0;
}

/* HEADER */

#page
{
	margin:0px;
	padding:0px;
	text-align:center;
}

#header
{
	margin-top:0px;
	padding-top:0px;
	width:982px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#header .v_links {
	background-image:url(../images/links_all.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	height:32px;
	text-align:right;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:3px;
	padding-top:0px;
}

.v_links .first {
	display:block;
	width: 58px;
	height: 30px;
	float: right;
}
.v_links .second {
	display:block;
	width: 222px;
	height: 30px;
	float: right;
	padding:0 0px;
}
.v_links .last {
	display:block;
	width: 56px;
	height: 30px;
	float: right;
	padding-left:2px;
}
.v_links .first a, .v_links .second a, .v_links .last a{
	display:block;
	width:19px;
	height:19px;
	float:right;
	
	margin-top:5px;
}
.v_links .first a{
	margin-right:6.5px;
}
.v_links .second a{
	margin-right:7.8px;
}
* html .v_links .second a { margin-right: 6px; } /* [IEfix] margins */
.v_links .last a{
	margin-right:8px;
}
* html .v_links .last a { margin-right: 6px; } /* [IEfix] margins */

#header #v_logo {
	width:40%;
	text-align:left;
	float:left;
}

#header .v_menu {
	padding-top:15px;
	width:46%;
	text-align:right;
	float:left;
}

#header .v_search {
	padding-top:14px;
	width:13%;
	text-align:left;
	float:right;
}

#header .v_search input{
	width:91px;
	text-align:left;
	margin:0px;
	float:left;
	border:1px solid #e6e6e6;
	border-right:0px;
	font-size:11px;
	height:13px;
}

#header .v_search a{
	float:left;
	display:block;
	width:25px;
	height:25px;
	background-image:url(../images/arr_search.jpg);
}

input.defaultText {width: 300px;}
input.defaultTextActive { color: #a1a1a1;}

/* PATH */

#v_path {
	margin-top:25px;
	width:982px;
	height:30px;
	text-align:center;
	background-image:url(../images/theme_patt.jpg);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}

#v_path .v_date{
	float:left;
	width:auto;
}

#v_path .arr_left{
	float:left;
	padding:5px;
}

#v_path .date_format{
	float:left;
	padding:7px 5px 5px 10px;
}

#v_path .titolo_format{
	float:left;
	padding:5px 5px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4E9ECF;
}

#v_path .arr_right{
	float:left;
	padding:5px;
}

#v_path .v_theme{
	width:auto;
	text-align:right;
	height:30px;
}

#v_path select {
	border:1px solid #cccccc;
	color:#999999;
	font-size:12px;
	padding:4px;
}

/* menu a tendina */

.divSession {
	padding:0px;
	margin:1px 20px 0px 0px;
	float:right;
	position:relative;
	z-index: 99;
}

.divSession img{
	display:block;
	float:left;
	height:25px;
	width:25px;
}

.divSession input{
	color:#4E9ECF;
	cursor:hidden;
	border-color:#e6e6e6;
	border-style:solid none solid solid;
	border-width:1px 0 1px 1px;
	float:left;
	font-size:11px;
	margin:0;
	padding:5px;
	text-align:left;
	height:13px;
	width:180px;
}

#sessionMenuItems {
	position:absolute;
	top:24px;
	left:0;
	width:200px;
	padding:2px 7px;
	display:none;
	border:1px solid #e6e6e6;
	border-top:none;
	z-index:100;
	text-align:left;
	background-color:#ffffff;

}

#sessionMenuItems a{ display:block; width:100%; margin:2px 0px; padding:0px;color:#888888; }

.divTheme {
	padding:0px;
	margin:1px 0px 0px 0px;
	float:right;
	position:relative;
	z-index: 99;
}

.divTheme img{
	display:block;
	float:left;
	height:25px;
	width:25px;
}

.divTheme input{
	color:#4E9ECF;
	cursor:hidden;
	border-color:#e6e6e6;
	border-style:solid none solid solid;
	border-width:1px 0 1px 1px;
	float:left;
	font-size:11px;
	margin:0;
	padding:5px;
	text-align:left;
	height:13px;
	width:130px;
}

#themeMenuItems {
	position:absolute;
	top:24px;
	left:0;
	width:150px;
	padding:2px 7px;
	display:none;
	border:1px solid #e6e6e6;
	border-top:none;
	z-index:100;
	text-align:left;
	background-color:#ffffff;

}

#themeMenuItems a{display:block; width:100%; margin:2px 0px; padding:0px;color:#888888; }

/* FOOTER */

#footer_content{
	width:982px;
	background-image:url(../images/footer_patt.gif);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	padding-bottom:5px;
}

#r_footer {
 	float:left;
}

#r_footer  a{
 	color:#666666;
}

#v_footer {
	float:right;
}

/* Stili pagine */

/* HOMEPAGE */

#v_flash {
	border: 0px;
	margin-bottom:0px;
	padding:0px;
	width:100%;
	text-align:center;
	height:440px;
}

#v_flash .flashmessage {
	font-size: 12px;
	padding: 150px 0;
}

#v_flash .flashmessage big {
	font-size: 18px;
}

#boxes {
	margin: 15px auto 10px;
	text-align: center;
	background-repeat: no-repeat;
	/* width: 982px; /**/
	width: 977px;
	padding: 0 0 0 5px; */
}
#boxes .box, #boxes .separator { position:relative; float:left; height:176px;}
#boxes .box { background:transparent url(../images/empty_bg-copy.jpg) no-repeat right top; width:278px; padding:0; text-align:center; }
#boxes .separator { width:68px; }
/*
#boxes .box_left { background:transparent url(../images/box_mindmap.jpg) no-repeat left center; }
*/
#boxes .homeBoxesPadding { position:relative; height:auto; margin: 8px 8px 30px 8px; }

* html #boxes .box_right a:visited { color: #666666; }
#boxes .box_right {	 background:transparent url(../images/box_percorso-copy.jpg) no-repeat right top; }
#boxes .box_right .homeBoxesPadding { padding:35px 0 0 0; }

#boxes #box_blog {
	margin-left:89px;
	float:left;
	width:268px;
	height:141px;
	background-image:url(../images/box_blog.jpg);
	padding: 35px 0 0 0;
	text-align:left;
	overflow: auto;
}

#boxes #box_blog .rollitem {
	background: transparent url(../images/point_lista.gif) no-repeat left 3px;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
}

#boxes .row {
	margin-top:5px;
}

#boxes input {
	border:1px solid #cccccc;
	padding:5px;
	color:#999999;
	font-size:10px;
	background-color:#F7F7F7;
}

#boxes #login {
	padding:3px;
	color:#FFFFFF;
	font-size:10px;
	background-color:#A9A9A9;
	margin-left:5px;
}

div.div_mindmap {
	margin:0px;
	padding:0px;
}

.clear_both
{
	clear:both;
}

/* Tag Cloud */

a.tc_corpo1{
	color:#666666;
	font-size:9px;
}
a.tc_corpo2{
	color:#666666;
	font-size:12px;
}

a.tc_corpo3{
	color:#666666;
	font-size:16px;
}

a.tc_corpo1:hover{
	color:#529ED0;
	text-decoration: none;
	font-weight:bold;
}
a.tc_corpo2:hover{
	color:#529ED0;
	text-decoration: none;
	font-weight:bold;
}
a.tc_corpo3:hover{
	color:#529ED0;
	text-decoration: none;
	font-weight:bold;
}

/* INTERVENTI */
/* Stile per i box dinamici */

#BoxesContainer{ width:804px; height:300px; margin:auto}
.contentBox{ border:1px solid #aaaaaa;width:400px;height:300px;float:left}

.boxMenuItem{width:196px; float:left; margin:2px; display:block;background-color:#bbddaa}
.boxMenuItem:hover{background-color:#bbaa99; color:Blue}
.boxMenuItemSelected{background-color:#ffffff}
.BoxData{height:275px;padding-top:10px; border:0px solid green}
.BoxDataItem{width:190px; padding:5px; font-size:12px; overflow:hidden; height:40px; float:left}
.boxDataImg{display:block; width:40px;height:40px; float:left; margin-right:3px}

.div_embed{
	background-image:url(../images/baloon.gif);
	background-repeat: no-repeat;
	padding:12px 0 0 6px;
	display:block;
	height:40px;
	width:206px;
	margin:10px 0px 0px 0px;
	position:absolute;
	left:100px;
}

.div_embed a{
	margin:0 0 0 3px;
	display:block;
	float:left;
	width:24px;
	height:24px;
	background-color:transparent;
}

.inp_embed{
	border: 1px solid #EFEFEF;
	width:256px;
	float:left;
 	margin:10px 0px 0px 0px;
	padding:5px;
}

/* Stile pagina */

#v_waves {
	width:100%;
	text-align:center;
	background-image:url(../images/onda.jpg);
	background-repeat:repeat-x;
}

#v_waves #content {
	width:982px;
	text-align:center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}

#v_waves #content .arrowBt {
	width:19px;
	height:372px;
	float:left
}

#v_waves #content #bottone {
	margin-top:130px;
}

#v_waves #content .videoArea {
	width:472px;
	position:relative;
	float:left;
	text-align:center;
	
	/*height:443px; OLD*/
	height:403px;
	padding-top:40px;
}

#v_waves #content .videoAreaInstitute {
	width:472px;
	position:relative;
	height:372px;
	float:left;
	text-align:center;
}

#flash_container{
	margin-top:40px;
	background-color: #c5c5c5;
}

#v_waves #content .name {
	width:300px;
	float:left;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#v_waves #content .nameTitle {
	width:300px;
	float:left;
	text-align:left;
	margin-right:auto;
	margin-left:20px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#v_waves #content .tit {
	width:432px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	color:#000000;
}

#v_waves #content .titolo {
	width:432px;
	text-align:left;
	color:#999999;
	font-size:12px;
	line-height:18px;
	float:left;
	font-style:italic;
}

#v_waves #content .date {
	width:180px;
	text-align:right;
	color:#000000;
	font-size:10px;
	line-height:18px;
	float:left;
}

#v_waves #content .video {
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
}

#v_waves #content .videoInstitute {
	margin-top: 40px;
	margin-right:auto;
	margin-left:auto;
}

#v_waves #content .videoInstitute a .flashmapPreview {
	width:432px;
	height:268px;
	background:transparent url(../images/vs_mdf.jpg) no-repeat bottom left;
	margin:0 auto;
}

#v_waves #content .videoInstitute a:hover .flashmapPreview {
	background-position: left top;
	cursor:hand;
}

#v_waves #content .shadow {
	width:432px;
	height:44px;
	background-image:url(../images/bottom_video_patt.jpg);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
	margin-top:-3px;
}

#v_waves #content .infoArea {
	width:510px;
	height:443px;
	float:left;
	position:relative;
}

#v_waves #content .infoAreaInstitute {
	width:472px;
	height:372px;
	float:left;
	position:relative;
}


#v_waves #content .autore {
	margin-top:40px;
	width:432px;
	margin-right:auto;
	margin-left:auto;
}

#v_waves #content .thumb {
	width:auto;
	text-align:left;
	float:left;
	margin: 0px 20px 0px 0px;
}

#v_waves #content .description {
	width:300px;
	text-align:left;
	float:left;
	color:#999999;
	overflow:auto;
	margin-top: 5px;
	padding-bottom:2px;
}

#v_path .v_theme_name{
	width:auto;
	text-align:right;
	height:40px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}

#v_waves #content .info_links {
	width:490px;
	padding:0px;
	height:70px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	position:absolute;
	bottom: 25px;
	left:20px;
}

#v_waves #content .info_links_1 {
	padding:0px;
	text-align:left;
	width:130px;
	float:left;
	font-weight:bold;
	color:#000000;
	margin-right:20px;
}

#v_waves #content .info_links_2 {
	padding:0px;
	text-align:left;
	margin:0px 20px 0px 10px;
	float:left;
	font-weight:bold;
	color:#000000;
}

#content .info_links_3 {
	padding:0px;
	text-align:left;
	margin:0px 0px 0px 0px;
 	float:left; 
	font-weight:bold;
	color:#000000;
}

.info_links_elem {
	float:left;
	padding: 0px;
	margin:3px 0px 15px 0px;
	clear:both;
}

#v_waves .top {
	text-align:left;
	margin-left:20px;
	width:130px;
	float:left;
	font-weight:bold;
	color:#000000;
}

#v_waves .separatore {
	width:982px;
	height:12px;
	padding:0px;
	text-align:center;
	background-image:url(../images/separatore1.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0px auto 0px auto;
	clear:both;
}

#v_waves #links {
	width:982px;
	height:auto;
	text-align:center;
	background-image:url(../images/links_patt.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	border-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#v_waves #links #col1 {
	width:49%;
	margin:-1px;
	border-right:1px solid #CCCCCC;
	height:auto;
	text-align:left;
	float:left;
	padding:0px;
	min-height:340px;
}

#v_waves #links .menuOn, #v_waves #links .menuOff
{
	text-align:left;
	float:left;
	margin:0px;
	font-weight:bold;
	padding:0px;
	width:49.5%;
	border-style:none;
	border-width:0px;
}

#v_waves #links .menuOn span, #v_waves #links .menuOff span
{
	padding:5px;
	margin:10px;
	display:block;
}

#v_waves #links .menuOn span{
	background-color:#E8F3F9;
	color:#4F9CD0;
}

#v_waves #links .menuOff span{
	background-color:#FFFFFF;
	color:#000000;
}

#v_waves #links #col1 #risultati {
	padding:0px 10px;
}

#v_waves #links #col1 #risultati p{
	padding:0px 5px;
}

#v_waves #links #col1 #risultati a.genericLink:link {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}

a.linkApprofondimenti:link {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
	text-align:justify;
}

a.linkApprofondimenti:visited {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}
a.linkApprofondimenti:hover {
	text-decoration: underline;
	color: #529ED0;
	font-weight:bold;
}
a.linkApprofondimenti:active {
	text-decoration: none;
	color: #529ED0;
	font-weight:bold;
}

/* div nascosto */
.divHidden{
	margin-top:80px;
	width:99%;
	height:auto;
	clear:both;
	text-align:left;
}


#v_waves #links #col2 #risultati {
	padding-left:10px;
	padding-right:10px;
}

#v_waves #links #col1 .item,
#v_waves #links #col2 .item
{
	width:50%;
	text-align:left;
	float:left;
	color:#4F9CD0;
	font-weight:bold;
	overflow:hidden;
	height:90px;
}

#v_waves #links #col1 .item .spacer,
#v_waves #links #col2 .item .spacer
{
	margin:10px 5px;
}

#v_waves #links #col1 #risultati .col1_,
#v_waves #links #col2 #risultati .col1_{
	width:40%;
	float:left;
	font-weight:bold;
}
#v_waves #links #col1 #risultati .col2_,
#v_waves #links #col2 #risultati .col2_{
	width:60%;
	float:left;
	font-weight:normal;
}
/*specificazione per allegati*/
#v_waves #links #col1 #risultati .col1_{
	width:40%;
}

#v_waves #links #col1 #risultati .col2_{
	padding-top:10px;
/* 	width:80%; */
}

#v_waves #links #col2 {
	width:49%;
	height:auto;
	text-align:left;
	float:left;
	border-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	min-height:340px;
}

#v_waves .shadow2 {
	width:982px;
	height:44px;
	text-align:center;
	background-image:url(../images/shadow2.jpg);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}

/* Comune Lista Temi e Speakers*/

.item_bold {
	font-weight:bold;
}

/* TEMI */

#v_waves #content2 {
	width:982px;
	text-align:center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
}

#v_waves #content2 #col1 {
	width:50%;
	height:auto;
	text-align:left;
	float:left;
	border-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	padding-bottom:15px;
	min-height:300px;
}
#v_waves #content2 #col1 .fullSizeTagCloud { text-align: center; }
#v_waves #content2 #col1 .fullSizeTagCloud a{ line-height: 25px; padding: 0 15px; }

#v_waves #content2 #col1 .fullSizeTagCloud .currentTag{background-color: #529ED0; color: white; padding:0 5px;}

#v_waves #content2 #col1 .contenitore{
	width:auto;
	text-align:left;
	padding:0 15px 15px 15px;
}

#v_waves #content2 #col1 .titolo{
	width:100%;
	text-align:left;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#v_waves #content2 #col1 .categoryLeftImageDiv{
	float:left;
	width:auto;
}

#v_waves #content2 #col1 .categoryLeftImageDiv img{
	margin-right:10px;
}

#v_waves #content2 #col1 .evidenziato{
	float:left;
	text-align:justify;
	color:#4F9CD0;
	font-size:14px;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
	width:49%;
}

#v_waves #content2 #col1 .evidenziato2{
	clear:both;
	width:90%;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:15px;
}

#v_waves #content2 .testo{
	width:100%;
	text-align:left;
	font-size:12px;
	margin: 0px 0px 15px 0px;
	padding:0px;
}

#v_waves #content2 #col1 h2 {
	font-size:14px;
	margin-top:20px;
	padding:0px;
}

#v_waves #content2 #col1 h3 {
	font-size: 12px;
}


#v_waves #content2 #col1 img{
 	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#v_waves #content2 #col2 {
	width:49%;
	height:auto;
	text-align:left;
	float:left;
	padding-bottom:30px;
	padding-top:22px;
}

#v_waves #content2 .menuOn, #v_waves #content2 .menuOff{
	width:44%;
	text-align:left;
	float:left;
	margin:10px;
	padding:0px;
	font-weight:bold;
}

#v_waves #content2 .menuOff span{
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
	display:block;
}

#v_waves #content2 .menuOn span{
	background-color:#E8F3F9;
	color:#4F9CD0;
	padding:5px;
	display:block;
}

#v_waves #content2 #col2 .item{
	width:200px;
	text-align:left;
	float:left;
	margin:10px;
	padding:5px;
	color:#999999;
	font-size:10px;
	color:#4F9CD0;
	font-weight:bold;
	height:70px;
	overflow:hidden;
}

#v_waves #content2 #col2 .sessionItem{
	width:400px;
	text-align:left;
	float:left;
	margin: 0px 10px;
	padding:5px;
	color:#666;
	font-size:10px;
	height:auto;
}

#v_waves #content2 #col2 .sessionItem .genericLink{ font-size:11px; }

#v_waves #content2 #col2 .sessionItem .testo{
    font-family:Arial,Helvetica,sans-serif;
    color:#666;
    font-weight:normal;
}
#v_waves #content2 #col2 .sessionItem .col1_{
	width:25%;
	float:left;
}

#v_waves #content2 #col2 .sessionItem .col2_{
	width:75%;
	float:left;
}
#v_waves #content2 #col2 .sessionItem .titolo{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:left;
    }
#v_waves #content2 #col2 .sessionItem .sottoTitolo {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color:#999999;
	text-align:left;
	margin:0;
}

#v_waves #content2 #col2 p{
	text-align:left;
}

#v_waves #content2 #col2 .item .col1_{
	width:40%;
	float:left;
	font-weight:bold;
}

#v_waves #content2 #col2 .item .col2_{
	width:60%;
	float:left;
	font-weight:normal;
}

#v_waves #content2 #col2 .titolo{
	line-height:30px;
	padding-top:20px;
	padding-left:15px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.menuOff, .menuOn {cursor:pointer;}
.UnvisibleContent{display:none;}

/* pagina RICERCA */

.evidenziatoSearch {
	float:left;
	text-align:justify;
	color:#4F9CD0;
	font-size:14px;
	font-style:italic;
	margin-top:5px;
	margin-bottom:0px;
/* 	width:49%; */
}

#v_waves #content2 #col2.colSearch{
	width:49%;
	height:auto;
	text-align:left;
	float:left;
	padding-bottom:30px;
	padding-top:0px;
}
.pSearch{
	font-weight:bold;
	font-size:12px;
	padding-left:16px;
}

/* LOGIN */

.divLogin {
	width:700px;
	padding-top:5px;
	background-color:#EAF3FA;
	margin-top:25px;
	margin-bottom:15px;
	margin-right:auto;
	margin-left:auto;
}

.loginForm {
	margin-top:15px;
}

/* ABOUT e NOTE LEGALI */

.st_titolo {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	margin:10px 0px 5px 0px;
}

.st_titolo img, .st_titolo href,.st_titolo {vertical-align:middle;}

.st_titolo_eventi {
	font-size: 16px;
	color: #529ED0;
	text-align:left;
	margin:10px 0px 8px 0px;
}
.st_sottoTitolo {
	font-size: 18px;
	font-style:italic;
	font-weight:normal;
	color:#999999;
	text-align:left;
	margin-bottom:30px;
	margin-left:0px;
	line-height:18px;
}
.st_box {
	margin:40px 0px 10px 0px;
	font-size: 11px;
	color:#999999;
	width:auto;
	text-align:left;
}

.separator{
	float:left;
	width:4.6%;
}

.st_col1 {
	float:left;
	position: relative;
	display:block;
	font-size: 11px;
	color:#999999;
	width:21.5%;
	text-align:left;
}

.st_col2 {
	float:left;
	font-size: 11px;
	color:#999999;
	width:75%;
	text-align:left;
}

.st_didascalia {
	font-size: 10px;
	font-style:italic;
	color:#999999;
	width:90%;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:30px;
}

.st_titolo2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width:98%;
	text-align:left;
}
.st_sottoTitolo2 {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color:#999999;
	width:700px;
	text-align:left;
	margin-bottom:10px;
}

.st_testo {
	width:700px;
	text-align:left;
	margin-bottom:10px;

}

.st_link {
	margin-top:25px;
	width:150px;
	background-color:#E3E3E3;
	padding:3px;
	font-size: 12px;
	color:#999999;
	text-align:left;
	margin-bottom:30px;
}


.st_col {
	width:49%;
	text-align:left;
	margin-bottom:30px;
	float:left;
}

.st_item {
	background-image:url(../images/point.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	text-align:left;
	margin-bottom:10px;
}

.st_col2 {
	width:23%;
	text-align:left;
	margin-bottom:20px;
	float:left;
	margin-right:17px;

}

.st_testo2 {
	width:auto;
	text-align:left;
	margin-bottom:10px;
	padding-left:15px;
}
.st_titolo3 {
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.st_testo3 {
	text-align:justify;
	margin-bottom:10px;
	margin-top:10px;
}

.st_sottoTitolo3 {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color:#999999;
	width:auto;
	text-align:left;
	margin-bottom:10px;
}

.body_pagine {
	font-size: 12px;
}

.intervento_titolo {
	font-size:11px;
}

a.intervento_sottotitolo:link{
	font-weight:normal;
}
a.intervento_sottotitolo:visited{
	font-weight:normal;
}

/****************/
/* Photogallery */
/****************/
.vsContent{
	width:982px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}

.vsGalleryTitle
{
	margin-top:45px;
	text-align:left;
	text-indent:-10px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding: 0 10px;
}
#vsGalleriesContainer
{
	width:1008px;
	margin-top:45px;
	margin-bottom:200px;
	position:relative;
	left:-13px;
	padding:0;
}
.vsGallery
{	
	text-align:left;
	width:100%;
}

#vsGalleryPager
{
	width:982px;
	height:auto;
	margin:10px auto 30px auto;
}

#vsGalleryPager .menu
{
	text-align:left;
	float:left;
	
	margin:0 20px 0 0;
	font-weight:bold;
	padding:0px;
	width:auto;
	border-style:none;
	border-width:0px;
}

#vsGalleryPager span
{
	padding:5px;
}

#vsGalleryPager .menuOn span{
	background-color:#E8F3F9;
	color:#4F9CD0;
}

#vsGalleryPager .menuOff span{
	background-color:#FFFFFF;
	color:#000000;
}
a.vsThumb{
	margin:0;
	padding:0;
	text-decoration:none;
}
a.vsThumb span{
	float:left;
	margin:4px 13px;
}
a.vsThumb:hover{
	text-decoration:none;
}
a.vsThumb img{
	margin:0;
	padding:0;
}

/**************************/
/* old photogallery style */
/**************************/

.vsText{
	text-align:justify;
	font-size:12px;

}

.vsPhotoContainer{
	width:982px;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	padding:0;
	text-align:justify;
}

.vsIllustrazioni{
	margin-bottom:180px;
}
.vsTitle{

	text-align:left;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding: 0 10px;
}

.widgetLink{cursor:pointer;}


/* Safari fix: lasciare per ultimo! */

html, body
{
	margin:0px;
	padding:0px;
}

