/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 20 ottobre 2009 */


/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}

/* contenuti nelle tabelle */
.contenttable p.bodytext{
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #558AEA;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 130%;
	color: #558AEA;
	font-weight: normal;
}
h2{
	font-size: 130%;
	color: #000000;
	font-weight: normal;
}
h3{
	font-size: 110%;
	color: #558AEA;
	font-weight: normal;
}
h4{
	font-size: 110%;
	color: #000000;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #558AEA;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}
ol{
	font-size: 80%;
}
ol ol{
	font-size: 100%;
}
ol ol ol{
	font-size: 100%;
}

ol ul {
	font-size: 100%;
}

hr {
	/*background: #CCC;*/
	color: #CCC;
	height: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 1000px;
	padding: 10px 0px 11px 0px;
	margin: 0px auto 10px auto;
	overflow: hidden;
	background-image: url(../images/bgr_footer.png);
	background-attachment: scroll;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#header {
	width: 980px;
	height: 120px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/bgr_header.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#logo {
	width: 410px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}

#search {
	width: 410px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ico_header {
	width: 110px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box_snowReport {
	width: 164px;
	height: 62px;
	float: right;
	padding: 40px 8px 8px 8px;
	margin: 0px 0px 0px 10px;
	background-color: #DAEAFF;
	background-image: url(../images/title_snowReport.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#box_parkReport {
	width: 164px;
	height: 72px;
	float: right;
	padding: 30px 8px 8px 8px;
	margin: 0px 0px 0px 10px;
	background-color: #DAEAFF;
	background-image: url(../images/title_parkReport.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

#main {
	width: 980px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background-color: #999;
}

#menu {
	width: 980px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background-color: #010101;
	background-image: url(../images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

#colSx {
	width: 600px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#colDx {
	width: 370px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top {
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

#contentSx {
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#advertising {
	width: 570px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	background-image: url(../images/title_advertising.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#contentDx {
	width: 370px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#bottom {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

#footer {
	width: 980px;
	padding: 8px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

/*********** #menu styles ***********/
.menu {
	float: left;
	font-size: 75%;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #5387EC;
	text-decoration: none;
}

.menu-act {
	float: left;
	font-size: 75%;
	color: #5387EC;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-act a, .menu-act a:link, .menu-act a:visited, .menu-act a:active {
	display: block;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	color: #5387EC;
	font-weight: bold;
	text-decoration: none;
}
.menu-act a:hover {
	color: #5387EC;
	text-decoration: none;
}


.menu-level2 {
	border-bottom: 1px solid #1D3B75;
	font-size: 70%;
	color: #5387EC;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-level2 a, .menu-level2 a:link, .menu-level2 a:visited, .menu-level2 a:active {
	display: block;
	padding: 0px 30px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu-level2.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 20px;
	color: #5387EC;
	font-weight: bold;
	text-decoration: none;
}
.menu-level2 a:hover {
	color: #FFF;
	text-decoration: none;
}

.menu-level2-act {
	border-bottom: 1px solid #1D3B75;
	font-size: 70%;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-level2-act a, .menu-level2-act a:link, .menu-level2-act a:visited, .menu-level2-act a:active {
	display: block;
	padding: 0px 30px 0px 12px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgr_menu-level2.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menu-level2-act a:hover {
	color: #FFF;
	text-decoration: none;
}



/************** Box report styles **************/
#box_parkReport .bodytext, #box_snowReport .bodytext {
	font-size: 70%;
	color: #000000;
	font-weight: bold;
}



/************** Box styles **************/
.box01 {
	width: 220px;
	height: 190px;
	float: left;
	padding: 10px 60px 0px 60px;
	margin: 0px 0px 0px 0px;
	background-color: #1F3E7A;
	background-image: url(../images/bgr_box.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.box02 {
	width: 570px;
	height: 170px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #D2DCF0;
}



/************** news scorrevoli styles **************/
.tx-itsnewsticker-pi1 {
	height: 30px;
	padding: 0px 10px 0px 120px;
	margin: 10px 0px 10px 0px;
	background-color: #1D3B75;
	background-image: url(../images/bgr_breakingNews.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}
.tx-itsnewsticker-pi1 table {
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse:collapse;
	border-spacing: 0px;
}
.tx-itsnewsticker-pi1 span {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.tx-itsnewsticker-pi1 span a, .tx-itsnewsticker-pi1 span a:link, .tx-itsnewsticker-pi1 span a:visited, .tx-itsnewsticker-pi1 span a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.tx-itsnewsticker-pi1 span a:hover {
	color: #5387EC;
	text-decoration: none;
}



/************** #footer styles **************/
#footer {
	font-size: 70%;
	color: #000;
	/*text-align: center;*/
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}



/************** immagini styles **************/
#logo img, #ico_header img, #top img, #advertising img, #bottom img {
	display:block;
}

#top div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image, #advertising div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0px;
}



/************** didascalia img styles **************/
.csc-textpic-caption {
	padding-top: 5px;
	color: #000000;
	font-size: 70%;
}





/* ---------------------- Classi proprietarie delle Extension ------------------- */

/* CLASSI RELATIVE AI FORM */

/* Mail Form */
form {
	padding: 0px;
	margin: 0px;
}
.csc-mailform {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
.csc-mailform legend {
	display:none;
}
.csc-mailform label {
	color: #666666;
        text-align:right;
	width:160px;
	float:left;
	margin:0px 3px 0px 0px;
	/*line-height: 0.8;*/
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	margin:0px 5px 3px 0px;
}
.csc-mailform input, .csc-mailform textarea {
	border: 1px solid #CCCCCC;
	font-size:13px;
}
.csc-mailform-radio input {
	border: 0px;
}

.csc-mailform-radio label {
	float: none;
	margin:0px;
	padding:0px;
	width:auto;
	font-weight: normal;
}
.csc-mailform-submit {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.csc-mailform-field label{
	font-weight: normal;
}
fieldset {
	border: none;
}



/* CLASSI RELATIVE ALLE NEWS */

/* Visualizzazione Lastest (news) */

.news-latest-container {
	width: 310px;
	height: 175px;
	float: left;
	padding: 15px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	background-color: #1F3E7A;
	background-image: url(../images/bgr_box.jpg);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.news-latest-item {
	color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 0px solid #CCC;
	overflow: hidden;
}
.news-latest-item p.bodytext {
	width: 248px;
	float: left;
	margin: 0px;
	font-size: 70%;
	color: #FFF;
}
.news-latest-image {
	width: 50px;
	float: left;
 	margin: 0px 12px 0px 0px;
 	padding: 0px;
}
.news-latest-image img {
	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	border: 0px solid #D9251C;
}
.news-latest-item h3 {
	width: 248px;
	float: left;
	color: #FFF;
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.news-latest-item h3 a, .news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active {
	color: #FFF;
 	font-weight: bold;
 	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.news-latest-date {
 	color: #FFF;
 	font-size: 70%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 0px 0px;
}
.news-latest-morelink {
	font-size: 75%;
	margin: 8px 0px 0px 0px;
}
.news-latest-morelink a, .news-latest-imorelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	color: #FFF;
 	font-weight: normal;
 	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #FFF;
	text-decoration: none;
}



/* Visualizzazione List (lista news) */

.news-list-container {
	margin: 0px;
}
.news-list-item p.bodytext {
	margin: 0px;
	font-size: 80%;
}
.news-list-item {
	color: #666666;
 	border-bottom: 1px solid #E4E4E4;
 	padding: 0px 0px 10px 0px;
 	margin: 0px 0px 10px 0px;
 	overflow: hidden;
}
.news-list-item h3 {
	color: #558AEA;
	font-size: 85%;
	margin-bottom: 2px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active {
	color:#558AEA;
	text-decoration: none;
	font-weight: bold;
}
.news-list-item h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.news-list-date {
	color: #666666;
 	font-size: 70%;
 	font-weight: normal;
 	/*font-style: italic;*/
 	margin: 0px 0px 0px 0px;
}
.news-list-image img {
	float: right;
	margin: 0px 0px 0px 12px;
	padding: 0px;
 	border: 1px solid #558AEA;
}
.news-list-morelink {
	font-size: 75%;
	margin: 5px 0px 0px 0px;
}
.news-list-morelink a, .news-list-imorelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	color: #558AEA;
 	font-weight: normal;
 	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #000000;
	text-decoration: none;
}

.tx-ttnews-browsebox  {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.tx-ttnews-browsebox p {
	font-size: 12px;
	color: #558AEA;
	padding: 0px;
	margin: 0px;
}
.tx-ttnews-browsebox table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.tx-ttnews-browsebox table p {
	font-size: 12px;
	color: #666666;
}
.tx-ttnews-browsebox table p a, .tx-ttnews-browsebox table p a:link, .tx-ttnews-browsebox table p a:visited, .tx-ttnews-browsebox table p a:active {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.tx-ttnews-browsebox table p a:hover {
	color: #558AEA;
	text-decoration: none;
}
.tx-ttnews-browsebox-SCell p a, .tx-ttnews-browsebox-SCell p a:link, .tx-ttnews-browsebox-SCell p a:visited, .tx-ttnews-browsebox-SCell p a:active, .tx-ttnews-browsebox-SCell p a:hover {
	font-weight: bold;
}

.news-list-editpanel {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}



/* Visualizzazione Single (Dettaglio News) */

.news-single-container {
}
.news-single-item {
	overflow: hidden;
}
.news-single-item p.bodytext {
	/*margin: 0px;*/
}
.news-single-item h2 {
	color: #558AEA;
	font-size: 110%;
	font-weight: normal;
}
.news-single-date {
	color: #666666;
 	font-size: 70%;
 	font-weight: normal;
 	font-style: italic;
 	margin: 0px 0px 0px 0px;
}
.news-single-image {
	float: right;
	margin: 0px;
	padding: 0px;
}
.news-single-image img {
	margin: 0px 0px 2px 12px;
	padding: 0px;
	border: 1px solid #558AEA;
}
p.news-single-imgcaption {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 70%;
	color: #666666;
	text-align:right;
}
.news-single-content {
	color: #666666;
}
.news-single-files {
	color: #558AEA;
	font-size: 80%;
	font-weight: bold;
}
.news-single-files img {
	padding-right: 4px;
}
.news-single-files a, .news-single-files a:link, .news-single-files a:visited, .news-single-files a:active {
	font-size: 90%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.news-single-files a:hover {
	color: #000;
	text-decoration: underline;
}

.news-single-backlink {
	font-size: 75%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
.news-single-backlink a, .news-single-backlink a:link, .news-single-backlink a:visited, .news-single-backlink a:active {
	color: #558AEA;
	font-weight: normal;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000000;
	text-decoration: none;
}



/*********** ricerca styles ***********/
.search {
	/*float: right;*/
	overflow: hidden;
}

.csc-form-sword {
	font-size: 13px;
	color: #000;
	width: 192px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	/*padding: 1px 2px 1px 2px;*/
	border: 1px solid #DAEAFF;
	background-color: #DAEAFF;
	display:block;
	float: left;
}
.go-button {
	font-size: 70%;
	color: #FFF;
	width: 60px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000;
	background-color: #000;
	display:block;
	float: left;
}

.csc-searchResultInfo {
	width: 100%;
}
.csc-searchResultRange {
	font-size: 80%;
	font-weight: bold;
}
.csc-searchResultPrevNext {
	font-size: 80%;
	font-weight: normal;
}

h3.csc-searchResultHeader {
	font-size: 90%;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
h3.csc-searchResultHeader a, h3.csc-searchResultHeader a:link, h3.csc-searchResultHeader a:visited, h3.csc-searchResultHeader a:active {
	color: #5285EB;
	font-weight: bold;
	text-decoration: none;
}
h3.csc-searchResultHeader a:hover {
	color: #000000;
	text-decoration: none;
}

p.csc-searchResult {
	font-size: 80%;
	margin: 5px 0px 0px 0px;
}

.csc-searchform {
	margin:20px 0px 0px 0px;
}
p.csc-form-label {
	margin:0px;
	font-size: 80%;
	font-weight: bold;
}
h3.csc-noSearchResultMsg {
	color: #5285EB;
	font-size: 80%;
	font-weight: bold;
}



/* CLASSI RELATIVE ALLA NEWSLETTER */

.newsletter-form-labels {
	font-size: 75%;
}

.newsletter-form-fields input, .newsletter-form-fields textarea {
	margin: 0px 5px 3px 5px;
	font-size: 80%;
	border: 1px solid #CCC;
}
.newsletter-form-fields-checkbox input {
	border: 0px;
}
.newsletter-form-required {
	font-size: 70%;
	color: #D81F12;
}

.newsletter-form-text {
	font-size: 75%;
}
