
/* BODY */

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	color: #666666;
	background: #e6e6e6 url(/images/bg-header.gif) repeat-x scroll 0px -8px;
}

/* GENERICI */

* html textarea
{
	background-attachment: fixed;
}

form
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}	

img
{
	border: 0px;
}

a
{
	color: #00163d;
	text-decoration: none;
}

a:visited
{
	color: #00163d;
	text-decoration: none;
}

a:hover
{
	color: #00163d;
	text-decoration: underline;
}

a:active
{
	color: #00163d;
	text-decoration: underline;
}

p, ul, ol, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 175%;
	color: #333333;
}

h2
{
	font-size: 150%;
	color: #333333;
}

h3
{
	font-size: 125%;
	color: #333333;
}

h4
{
	font-size: 100%;
	text-transform: uppercase;
	color: #333333;
}

ul
{
	list-style: none;
	margin-bottom: 8px;
}

ul li
{
	padding-left: 30px;
	background: url(/images/arrow.gif) no-repeat 15px 6px;
	line-height: 150%;
}

ol
{
	margin-bottom: 8px;
}

ol li
{
	margin-left: 35px;
	line-height: 150%;
}

p
{
	margin-bottom: 4px;
	line-height: 1.3em;
}

div.clear
{
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

div#col2 h3
{
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 35px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background: url(/images/grad2.gif) repeat-x center #F7F7F7;
	color: #666666;
}

div#col3 h3
{
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 35px;
	overflow: hidden;
	line-height: 30px;
	color: #666666;
}

/* STRUTTURA */

div#pagina
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	overflow: hidden;
}

div#header
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 292px;
	overflow: hidden;
	background: url(/images/bg-header.jpg) no-repeat scroll left top;
	position: relative;
}

div#logo
{
	position: absolute;
	margin-left: 32px;
	margin-top: 48px;
	width: 128px;
	height: 128px;
	overflow: hidden;
	background: url(/images/logo2.gif) no-repeat scroll left top;
}

div#title
{
	position: absolute;
	margin-left: 32px;
	margin-top: 180px;
	width: 400px;
	overflow: hidden;
}

div#title h1
{
	color: white;
}

div#flash
{
	position: absolute;
	margin-left: 531px;
	margin-top: 3px;
	width: 425px;
	height: 283px;
	overflow: hidden;
}

div#banner
{
    margin: 24px auto 12px auto;
	width: 468px;
	height: 60px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}

div#banner div.wrapper
{
    width: 468px;
    height: 60px;
}

div#banner div.wrapper ul li
{
    width: 468px;
}

div#shadow1
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	overflow: hidden;
	background: url(/images/shadow-left.gif) repeat-y scroll left top;
}

div#shadow2
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	background: url(/images/shadow-right.gif) repeat-y scroll right top;
}

div#shadow3
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	overflow: hidden;
	background: white url(/images/grad1.gif) repeat-x scroll right top;
}

div#col1
{
	float: left;
	display: inline;
	width: 550px;
	min-height: 500px;
	overflow: hidden;
}

div#col1pad
{
	width: 518px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

div#col2
{
	float: left;
	display: inline;
	width: 220px;
	overflow: hidden;
	background: url(/images/bg-col1-center.gif) repeat-y scroll left top;
}

div#col3
{
	float: left;
	display: inline;
	width: 170px;
	min-height: 500px;
	overflow: hidden;
}

div#col2 div#col2bottom
{
	width: 220px;
	overflow: hidden;
	background: url(/images/bg-col1-bottom.gif) no-repeat scroll left bottom;
}

div#col2 div#col2top
{
	width: 220px;
	min-height: 500px;
	overflow: hidden;
	background: url(/images/bg-col1-top.gif) no-repeat scroll left top;
}

div#col2 div#col2pad
{
	width: 196px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 32px;
	padding-bottom: 32px;
}

div#col3 div#col3pad
{
	width: 158px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 12px;
	padding-top: 32px;
	padding-bottom: 32px;
}

div#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 90px;
	overflow: hidden;
	background: #666666 url(/images/bg-footer.gif) repeat-x left top;
	color: #AAAAAA;
}

div#footer a
{
	color: white;
}

div#footer div#nav3
{
	float: left;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 8px;
}

div#footer div#indirizzi
{
	float: left;
	line-height: 1.3em;
	margin-left: 16px;
	font-size: 8pt;
}

div#footer div#localidautore
{
	float: right;
	margin-top: 10px;
}

table#logo
{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table#logo tr td
{
	width: 50%;
	text-align: center;
	vertical-align: bottom;
}

/* NAVIGAZIONE1 */

div#nav1
{
	position: absolute;
	bottom: -1px;
	left: 32px;
	height: 30px;
	width: 820px;
	overflow: hidden;
}

div#nav1 span.left
{
	float: left;
	display: block;
	width: 0px;
	height: 30px;
	overflow: hidden;
}

div#nav1 span.center
{
	float: left;
	display: block;
	height: 30px;
	overflow: hidden;
}

div#nav1 span.right
{
	float: left;
	display: block;
	width: 0px;
	height: 30px;
	overflow: hidden;
}

div#nav1 div.center a
{
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #E6E6E6;
	text-decoration: none;
}
div#nav1 div.center a:visited
{
}
div#nav1 div.center a:hover span.left
{
	background: url(/images/tab-normal-left.gif) no-repeat scroll left bottom;
}
div#nav1 div.center a:hover span.center
{
	background: url(/images/tab-normal-center.gif) no-repeat scroll left bottom;
}
div#nav1 div.center a:hover span.right
{
	background: url(/images/tab-normal-right.gif) no-repeat scroll left bottom;
}
div#nav1 div.center a:active
{
}

div#nav1 div.center a span.left
{
	float: left;
	display: inline;
	width: 10px;
	height: 30px;
	overflow: hidden;
	background: url(/images/tab-normal-left.gif) no-repeat scroll left top;
	cursor: pointer;
}

div#nav1 div.center a span.center
{
	float: left;
	display: inline;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
	background: url(/images/tab-normal-center.gif) repeat-x scroll left top;
	cursor: pointer;
}

div#nav1 div.center a span.right
{
	float: left;
	display: inline;
	width: 10px;
	height: 30px;
	overflow: hidden;
	background: url(/images/tab-normal-right.gif) no-repeat scroll left top;
	cursor: pointer;
}

div#nav1 div.center div.mark
{
	float: left;
	display: block;
	height: 30px;
	overflow: hidden;
}

div#nav1 div.center div.mark span.left
{
	float: left;
	display: inline;
	width: 10px;
	height: 30px;
	overflow: hidden;
	background: url(/images/tab-active-left.gif) no-repeat scroll left top;
	cursor: pointer;
}

div#nav1 div.center div.mark span.center
{
	float: left;
	display: inline;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
	background: url(/images/tab-active-center.gif) repeat-x scroll left top;
	cursor: pointer;
	line-height: 30px;
	color: #00163d;
}

div#nav1 div.center div.mark span.right
{
	float: left;
	display: inline;
	width: 10px;
	height: 30px;
	overflow: hidden;
	background: url(/images/tab-active-right.gif) no-repeat scroll left top;
	cursor: pointer;
}

div#nav1 div.center div.separatore
{
	float: left;
	display: inline;
	width: 8px;
	height: 30px;
	overflow: hidden;
}

/* NAVIGAZIONE2 */

div#nav2
{
	margin-top: 12px;
	height: 31px;
	overflow: hidden;
}

div#nav2 div.left
{
	float: left;
	display: inline;
	width: 1px;
	height: 31px;
	overflow: hidden;
}

div#nav2 div.center
{
	float: left;
	display: inline;
	height: 31px;
	overflow: hidden;
}

div#nav2 div.right
{
	float: left;
	display: inline;
	width: 1px;
	height: 31px;
	overflow: hidden;
}

div#nav2 div.center div#tuseiqui
{
	float: left;
	display: inline;
	margin-right: 8px;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	font-size: 8pt;
	font-style: italic;
	color: #999999;
}

div#nav2 div.center div#path
{
	float: left;
	display: inline;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	font-size: 8pt;
}

/* NAVIGAZIONE3 */

div#nav3
{
}

div#nav3 a
{
	float: left;
	display: inline;
	color: white;
}

div#nav3 a:visited
{
}

div#nav3 a:hover
{
	color: #f26522;
}

div#nav3 a:active
{
	color: #f26522;
}

div#nav3 div.mark
{
	float: left;
	display: inline;
}

div#nav3 div.separatore
{
	float: left;
	display: inline;
	width: 16px;
	height: 1px;
	overflow: hidden;
}

/* TREEVIEW NAVIGAZIONE */

div.navtree
{
	margin-left: -12px;
	margin-right: 0px;
}

div.navtree div.navnode
{
	margin-left: 12px;
}

div.navtree div.navnode a.normal
{
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 24px;
	overflow: hidden;
	background: url(/images/arrow.gif) no-repeat scroll 10px 11px;
	border-bottom: 1px solid #efefef;
}
div.navtree div.navnode a.normal:visited
{
}
div.navtree div.navnode a.normal:hover
{
}
div.navtree div.navnode a.normal:active
{
}

div.navtree div.navnode a.selected
{
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 24px;
	overflow: hidden;
	background: #efefef url(/images/arrow2.gif) no-repeat scroll 10px 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
div.navtree div.navnode a.selected:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
div.navtree div.navnode a.selected:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
div.navtree div.navnode a.selected:active
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* PATHVIEW NAVIGAZIONE */

div.navpath
{
	color: #999999;
}

div.navpath div.pathlink
{
	float: left;
	display: inline;
	margin-right: 8px;
}

div.navpath div.pathselected
{
	float: left;
	display: inline;
	margin-right: 8px;
}

div.navpath div.pathsep
{
	float: left;
	display: inline;
	width: 9px;
	height: 31px;
	margin-right: 8px;
	background: url(/images/arrow.gif) no-repeat scroll left center;
}

/* NEWS */

div.newslist
{
	font-size: 8pt;
}

div.newslist div.text
{
}

div.newslist div.date
{
	color: #999999;
}

div.newslist div.read
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.newslistseparator
{
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 8px;
}

/* BOTTONE "LEGGI ANCORA" */

a.readmore
{
	display: block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-left: 28px;
	overflow: hidden;
	background: url(/images/readmore.gif) no-repeat scroll left top;
}

a.readmore:hover
{
	text-decoration: none;
	background: url(/images/readmore.gif) no-repeat scroll left bottom;
}

/* DETTAGLI CANALE */

div.channeldetails
{
}

div.channeldetails div.date
{
	color: #999999;
}

div.channeldetails div.subtitle
{
}

div.channeldetails div.attached
{
	float: left;
	display: inline;
	margin-top: 8px;
}

div.channeldetails div.attached div.photos
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.channeldetails div.attached div.photos img
{
	border: 1px solid #bebec0;
}

div.channeldetails div.attached div.files
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.channeldetails div.text
{
}

div.channeldetails div.subchannel
{
	display: inline-block;
}

/* DETTAGLI NEWS */

div.newsdetails
{
}

div.newsdetails div.date
{
	color: #999999;
}

div.newsdetails div.attached
{
	float: left;
	display: inline;
	margin-top: 8px;
}

div.newsdetails div.attached div.photos
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.newsdetails div.attached div.photos img
{
	border: 1px solid #bebec0;
}

div.newsdetails div.attached div.files
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.newsdetails div.text
{
}

/* DETTAGLI SCHEDA */

div.objectdetails
{
}

div.objectdetails div.date
{
	color: #999999;
}

div.objectdetails div.attached
{
	float: left;
	display: inline;
	margin-top: 8px;
}

div.objectdetails div.attached div.photos
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.objectdetails div.attached div.photos img
{
	border: 1px solid #bebec0;
}

div.objectdetails div.attached div.files
{
	width: 128px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 7pt;
}

div.objectdetails div.text
{
}

/* ELEMENTI FORM */

input, select, textarea, .inputbox
{
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox
{
	background: #FFFFFF;
	color: #666666;
}

.inputbox
{
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

.buttonbox
{
	padding: 2px 5px;
	border: 1px solid #6E9DCD;
	color: #FFFFFF;
	background: url(/images/bg-button.gif) repeat-x center #6E9DCD;
}

span.testo_informativa
{
	font-size: 8pt;
	line-height: 1.1em;
	color: #999999;
}

/* ANYTHING SLIDER */

div.anythingSlider                      { position: relative; }
div.anythingSlider div.wrapper          { position: absolute; top: 0px; left: 0px; overflow: auto; }
div.anythingSlider div.wrapper ul       { width: 99999px; list-style: none; position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; }
div.anythingSlider div.wrapper ul li    { display: block; float: left; margin: 0px; padding: 0px; }
div.anythingSlider a.arrow              { display: none; width: 30px; height: 30px; top: 50%; margin-top: -15px; text-indent: -9999px; position: absolute; cursor: pointer; }
div.anythingSlider a.forward            { background: url(/js/jquery.anythingslider-1.2/next.png); right: 0px; }
div.anythingSlider a.back               { background: url(/js/jquery.anythingslider-1.2/prev.png); left: 0px; }

div#thumbNav                            { display: none; position: absolute; left: 2px; bottom: 2px; }
div#thumbNav a                          { background: url(/js/jquery.anythingslider-1.2/opa50.png); color: white; padding: 2px 7px 2px 7px; margin-right: 5px; display: inline-block; text-decoration: none; }
div#thumbNav a:hover                    { background: url(/js/jquery.anythingslider-1.2/opa75.png); color: white; }
div#thumbNav a.cur                      { background: #FEA519; color: black; }

a#start-stop                            { display: none; background: url(/js/jquery.anythingslider-1.2/opa50.png); color: white; padding: 2px 7px 2px 7px; width: 40px; text-align: center; position: absolute; right: 2px; bottom: 2px; text-decoration: none; }
a#start-stop:hover                      { background: url(/js/jquery.anythingslider-1.2/opa75.png); color: white; }
a#start-stop.playing                    { background: #FEA519; color: black; }

div.anythingSlider div.wrapper ul ul    { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0px; }
div.anythingSlider div.wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
