H6
{
    BACKGROUND-COLOR: #fff8dc;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 1px;
    PADDING-TOP: 1px;
    TEXT-ALIGN: justify;
    TEXT-DECORATION: none
}

/* ======== CALENDARIO ======== *
'   * ASP-Nuke 1.0, 1.1, 1.2  Copyright (c) 2002-2003 by Gaetan Bouveret   *
'   * Original ADD-ON by Redbaron76 (c) 2004 (webmaster@bisiacaria.com)    *
'   * Re-design by Frank Zalabard (c) 2004 (fsarzana@hotmail.com)          */
.myCalendarTitle
/* mese del calendario */
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	TEXT-ALIGN: center;
	font-weight : bold;
	color : #A5BADC;
}
/* giorno del calendario */
.myCalendarDAYS
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	LIST-STYLE-TYPE: square;
	TEXT-ALIGN: center;
	font-weight : bold;
	background-color: #FFFFFF;
}
/* selector <A> dei giorni del calendario */
.myCalendarDaynow
{
	FONT-SIZE: 11px;
    	TEXT-DECORATION: none;
    	TEXT-ALIGN: center;
}
/* scritta "questa settimana" */
.myCalendarThisWeek
{
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	TEXT-ALIGN: center;
}
/* giorni non appartenenti al mese corrente */
.myCalendarDAYSnot
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	TEXT-ALIGN: center;
	background : #e7eff7;
	color : #e7eff7;
}
/* riga dei giorni della settimana */
.myCalendarTopRow
{
	background : #4F78BC;
	color : #e7eff7;
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	LIST-STYLE-TYPE: square;
	TEXT-ALIGN: center;
	font-weight : bold;
	background-color: #A5BADC;
}
/* frecce per mese precedente/successivo */
.myCalendarArrows
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	TEXT-DECORATION: none;
	font-weight : bolder;
	color : #4778BC;
	text-align : center;
}
/* giorno di calendario con evento */
.myCalendarDAYSev
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	BORDER-LEFT: #bfdfff 0px solid;
   BORDER-BOTTOM: #ffffff 0px solid;
   LIST-STYLE-TYPE: square;
   TEXT-ALIGN: center;
   TEXT-DECORATION: none;
	COLOR: red;
	font-weight: bold;

}
/* giorno corrente */
.myCalendarDAYStoday
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
    	BORDER-BOTTOM: #ffffff 0px solid;
    	LIST-STYLE-TYPE: square;
    	TEXT-ALIGN: center;
    	TEXT-DECORATION: none;
    BACKGROUND-COLOR: #FFFFCC;
}
#event_detail
{
	color : black;
	position: absolute;
	left : 350px;
	top : 280px;
	width : 320px;
	height : 240px;
	display: none;
	z-index: 99;
	background-image: url(img/sfondo_evento.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
#event_detail .titolo {
	font-weight:bold;
}

/* Input Text non modificabile */
.noinput
{
	BORDER-RIGHT: #bfdfff 0px solid;
	BORDER-TOP: #bfdfff 0px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #bfdfff 0px solid;
   	BORDER-BOTTOM: #ffffff 0px solid;
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #F6F8FB;
	color : #4778BC;
}
/* ======== Fine CALENDARIO ======== */

/* ======== Inizio Personalizzazione ROUNDBOX ======== */
/* Intestazione Left, Centro e Right */
.MyTitleL
{
    BACKGROUND-IMAGE: url('roundbox/topleft.gif');
    WIDTH: 10;
    HEIGHT: 23px
}
.myTitleBox
{
BACKGROUND-IMAGE: url('roundbox/top.gif');
	HEIGHT: 23px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    TEXT-INDENT: 5px;
    LETTER-SPACING: 1px;
    BACKGROUND-COLOR: #A5BADC;
    TEXT-ALIGN: left
}
.MyTitleR
{
    BACKGROUND-IMAGE: url('roundbox/topright.gif');
    WIDTH: 10px;
    HEIGHT: 23px
}
/* Corpo Left, Centro e Right */
.myTDL
{
    BACKGROUND-IMAGE: url('roundbox/left.gif');
    WIDTH: 10px;
    HEIGHT: 3px
}
.myTDBox
{
    BACKGROUND-IMAGE: url(my-table.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.myTDR
{
    BACKGROUND-IMAGE: url('roundbox/right.gif');
    WIDTH: 10px;
    HEIGHT: 3px
}
/* Piede Left e Right */
.myTDFL
{
    BACKGROUND-IMAGE: url('roundbox/footerleft.gif');
    WIDTH: 10px;
    HEIGHT: 3px
}
.myTDFR
{
    BACKGROUND-IMAGE: url('roundbox/footerright.gif');
    WIDTH: 10px;
    HEIGHT: 3px
}
/* Fondo Left, Centro e Right */
.BOTTL
{
    BACKGROUND-IMAGE: url('roundbox/bottomleft.gif');
    WIDTH: 10px;
    HEIGHT: 15px
}
.BOTT
{
    BACKGROUND-IMAGE: url('roundbox/bottom.gif');
    WIDTH: auto;
    HEIGHT: 15px
}
.BOTTR
{
    BACKGROUND-IMAGE: url('roundbox/bottomright.gif');
    WIDTH: 10px;
    HEIGHT: 15px
}
/* Fine personalizzazione ROUNDOBX */
/* TOOLBAR */
.menuTitle
{
 font-size: 11px; font-weight: bold;
	color: #A5BADC; background-color: #FFFFCC;
}
.menuTitle A:link
{
 font-size: 11px; font-weight: bold;
	color: #A5BADC; background-color: #FFFFCC;
}
.menuItem
{
 font-size: 11px; font-weight: bold;
	color: #A5BADC; background-color: #FFFFCC;
}
.menuHeader {
	color : #6F91C8;
	background-color : #A5BADC;
	position: relative;
	left : 300px;
	top : 80px;
	width : 110px;
	height : 13px;
	display: none
}

.tb_mainview {
  border: 1px dotted gray;
}
.img_thumbnail {
	width: 187px;
	border: none;
	font-size: 8pt;
 }

/* end TOOLBAR */

#container {
	position:relative;
}

#albums {
	text-align: center;
	border: 1px solid #298FC2;
	width: 150px;
}
/*
#notizie {
	width: 390px;
}

#articoli {
	width: 390px;
}
*/
#notizie {
	width: 600px;
	float:left;
}

#articoli {
	width: 300px;
	float:left;
}

#videos {
	text-align: center;
	border: 1px solid #298FC2;
	width: 150px;
}


.separa_div {
  display:block;
  padding:8px 0;
  margin:0 10px;
  border-top: 1px dotted #298FC2;
}

.films_div {
  display:block;
  padding:8px 0;
  margin:0 10px;
  border-top: 1px dotted #298FC2;
}


/* ======== ARTICOLI ======== *
 *
 * Formattazione testi per articoli e notizie
 */
.titolo {
	color: #2f5eb1;
	font-family: 'Georgia',serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0pt;
	line-height: 36px;
	text-align: left;
	text-decoration: none;
	text-indent: 0pt;
	text-transform: none;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-bottom: 10px;
}


.author {
	font-family: arial;
	font-size: small;
	font-weight: bold;
}
#top_news .strillo_categoria {
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: red;
}
#top_news .strillo_data {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Arial,Verdana,sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: black;
}
#top_articles .strillo_data {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Arial,Verdana,sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: black;
}
#top_news .strillo_titolo {
	font-family: arial, helvetica;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: blue;
	text-shadow: 2px 2px 5px #888
}
#top_news .strillo_image {
  width: 180px;
  border: 0px;
  float:left;
  padding: 5px 5px;
}

#top_articles .strillo_titolo {
	font-family: arial, helvetica;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: green;
	text-shadow: 2px 2px 5px #aa0;
}

#top_news .strillo_testo {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Arial,Verdana,sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#top_articles .strillo_testo {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Arial,Verdana,sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#top_articles {border-bottom: dotted 1px; margin: 0px 5px; }
#top_news {border-bottom: dotted 1px; margin: 0px 5px; }
#TopArticles H3 {
  border-bottom: solid 1px;
  text-align: center;
  color: black;
  text-shadow: 2px 2px 5px #aaa;
}
#TopNews H3 {
  border-bottom: solid 1px;
  text-align: center;
  color: black;
  text-shadow: 2px 2px 5px #aaa;
}



.articolo_testo {
 	font-family:	tahoma;
 	font-size: 		small;
 	color: 			black;
}
.dida {
 	font-family:	tahoma;
 	font-size: 		x-small;
 	color: 			red;
	font-weight:	bold;
	text-align: 	center;
}


#ClientReferences h3 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}

#article_container h2 {
	display: block;
	color: #797979;
	font-family: 'Georgia-Italic','Georgia',serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	text-align: left;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
}


#article_container table td
{
	font-family: 'LucidaGrande','Lucida Grande','kedage','Sharjah','DejaVu Sans','Lucida Sans Unicode','serif','Arial',sans-serif;
	font-size: 12px;
	line-height: 16px;
}


#arTitle {
	color:#000;
 	font-family:'LucidaGrande','Lucida Grande','kedage','Sharjah','DejaVu Sans','Lucida Sans Unicode','serif','Arial',sans-serif;
 	font-size:13px;
 	font-stretch:normal;
 	font-style:normal;
 	font-variant:normal;
 	font-weight:400;
 	letter-spacing:0;
 	line-height:18px;
 	margin:0;
 	padding:0;
 	text-decoration:none;
 	text-indent:0;
 	text-transform:none;
}


#arTitle h2 {
	display: block;
	color: #797979;
	font-family: 'Georgia-Italic','Georgia',serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	text-align: left;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

.tablelinemain {font-weight:bold;}


