/************************* PAGE ************************/
#page
{ 
}
#page-body
{
}
#page-header {
}
#page-header .title {
}
#page-footer
{
}
/************************* /PAGE ************************/


/************************* SKINS ************************/


/************* skinmenu 01 *************/

/* menu */


.skinmenu01 .menuOn>.menu-frame
{
	background-image: url("/images/menubtn-frame-on.gif");
}
.skinmenu01 .menuOn>.menu-frame-hover
{
	background-image: url("/images/menubtn-frame-on-hover.gif");
}
.skinmenu01 .menuOff>.menu-frame
{
	background-image: url("/images/menubtn-frame-off.gif");
}
.skinmenu01 .menuOff>.menu-frame-hover
{
	background-image: url("/images/menubtn-frame-off-hover.gif");
}
.skinmenu01 .menuLabel>.menu-frame
{
	background-image: url("/images/menulabel-frame-off.gif"); 
}


.skinmenu01 .menu,
.skinmenu01 .menuLabel
{
	border: 0;
}
.skinmenu01 .menuLabel .menu-item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 8px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	height: 7px;
}

/*

esempio di come modificare un singolo e specifico menu, in questo caso "menu_le_nostre_linee"


.skinmenu01 #menu_le_nostre_linee.menuLabel>.menu-frame
	{
	font-weight: bold;
	text-align: center;
	background-color: #999;
	background-image: url("/images/menulabel-frame-off.gif");
	background-image: none;
}
.skinmenu01 #menu_le_nostre_linee.menuLabel>.menu-item
{
	text-align: right;
}
*/

/* menu: icona */

/*
.skinmenu01 .menu-icon {
	display: block;
	width: 8px;
	height: 8px;
	float:left;
	margin: 0 4px 0 0;
}
.skinmenu01 .menuOn .menu-icon {
	display: block;
	background-color: #00F;
	border: 1px solid #00F;
}
.skinmenu01 .menuOff .menu-icon {
	display: block;
	background-color: #06C;
	border: 1px solid #06C;
}
.skinmenu01 .menuLabel .menu-icon {
	display: none;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.skinmenu01 .menuSubArea .menu-item .menu-icon {
	display: block;
	background-color: #069;
	border: 1px solid #069;
}
.skinmenu01 .menuSubArea .menu-item-selected .menu-icon {
	display: block;
	background-color: transparent;
	border: 1px solid #000;
}
*/

/************* /skinmenu 01 *************/



/************* skin 01 *************/
.skin01 .box-header>.box-frame
{
	background-color: transparent;
	background-image: url("/images/box-frameheader-off.gif");
	border: 0;
}

.skin01 .box-body>.box-frame
{
	background-color: transparent;
	background-image: url("/images/box-framecontent-off.gif");
	border: 0;
}

.skin01 .box-footer>.box-frame
{
	background-color: transparent;
	background-image: url("/images/box-framecontent-off.gif");
	border: 0;
}
/************* /skin 01 *************/




/************************* /SKINS ************************/



/*******************************************************/
/************************* MENU DA STYLE-DEFAULT E MODIFICATO ************************/
#mainmenu {
}
.menu,
.menuLabel
{
	position: relative;
	border: 0px solid #FFF;
	margin: 6px 10px 6px 10px;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.menu a:hover
{
	text-decoration: underline;
	color: #CCC;
}

.menu.menuOff {
	padding: 4px 2px 4px 10px;
	color: #000;
	background-color: #FFC700;
}
.menu.menuOff a {
	color: #000;
	
}
.menu.menuOff a:hover {
	color: #000;
}

.menu.menuOn {
	padding: 4px 2px 4px 10px;
	background-color: #EEE;
}
.menu.menuOn a {
	color: #000;
	text-decoration: none;
}
	
.menu.menuOn a:hover {
	color: #000;
	text-decoration: underline;
}

.menuLabel {
	padding: 8px 10px 8px 10px;
	background-color: #6BB741;
	color: #000;
}



/* menu con immagine di background */
.menuOn>.menu-frame,
.menuOn>.menu-frame-hover,
.menuOff>.menu-frame,
.menuOff>.menu-frame-hover,
.menuLabel>.menu-frame,
.menuLabel>.menu-frame-hover
{
	width: 51%;
	background-image: none;
	background-repeat: no-repeat;
}

.menu-frame.frame-top-left,
.menu-frame-hover.frame-top-left
{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left top;
}
.menu-frame.frame-top-right,
.menu-frame-hover.frame-top-right
{
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-position: right top;
}
.menu-frame.frame-bottom-left,
.menu-frame-hover.frame-bottom-left
{
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: left bottom;
}
.menu-frame.frame-bottom-right,
.menu-frame-hover.frame-bottom-right
{
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: right bottom;
}








/* /menu con immagine di background */


.menu-item,
.menu-item-selected
{
	width: auto;
	height: auto;
	padding: 2px;
	position: relative;
}

/* menu: icona */
.menu-icon {
	display: none;
}
.menuOn .menu-icon {
}
.menuOff .menu-icon {
}
.menuLabel .menu-icon {
}
.menuSubArea .menu-item .menu-icon {
}
.menuSubArea .menu-item-selected .menu-icon {
}




.menuArea
{

}
.menuArea-active
{

}
.menuOff .menuSubArea
{
	display: block;
}
.menuArea-hidden,
.menuOff .menuSubArea-hidden
{
	display: none; /* */ /* attiva: subarea nascosta */
}

.menuSubArea
{
	border-top: 0px solid #FFF;
	margin: 5px 15px 0px 10px;
	padding: 5px 0;
	position:relative;
	display: block;
	float:none;
	clear: both;
}

.menuSubArea-active
{
	border-top: 0px solid #000;
	margin: 5px 0px 0px 10px;
	padding: 5px 0;
}

.menuArea .menu-item
{
}
.menuArea .menu-item-selected
{
	background-color: #FFF;
}
.menuArea-active .menu-item
{
}
.menuArea-active .menu-item-selected
{
	background-color: #FFF;
}

.menuSubArea .menu-item
{
	border-bottom: 0px solid #FFF;
	padding: 5px 0;
}
.menuSubArea .menu-item-selected,
.menuSubArea .menu-item-selected a
{
	background-color: #FFF;
	padding: 5px 0;
	color: #000;
}
.menuSubArea-active .menu-item
{
}
.menuSubArea-active .menu-item-selected
{
	background-color: #FFF;
}

.menu-item-level0 {		margin-left: 0px; }
.menu-item-level1 {		margin-left: 10px; }
.menu-item-level2 {		margin-left: 20px; }
.menu-item-level3 {		margin-left: 30px; }
.menu-item-level4 {		margin-left: 40px; }
.menu-item-level5 {		margin-left: 50px; }
.menu-item-level6 {		margin-left: 60px; }
.menu-item-level7 {		margin-left: 70px; }
.menu-item-level8 {		margin-left: 80px; }
.menu-item-level9 {		margin-left: 90px; }
.menu-item-level10 {	margin-left: 100px; }


/* box-header */
.box .box-header
{
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	height: auto;
	text-align: center;
	margin: 0;
	background-color: #999;
	position: relative;
}
.box .box-header .frame-center {
	padding: 5px;
}
.box .box-header,
.box .box-header a
{
	font-weight: bold;
	color: #000;
	line-height: auto;
	text-decoration: none;
}
.box .box-header a:hover
{
	color: #000;
	text-decoration: underline;
}
/* /box-header */







/************************* /MENU DA STYLE-DEFAULT E MODIFICATO ***********************/
/*******************************************************/





/******************* PAGINE SPECIFICHE ******************/
/* classe per pagine specifiche .page_nomepagina
   esempio:
.page_index .main-header-logo {
	background-color: #FAA;
}
*/

/* index (homepage) */


.page_index #slideShow-eventi {
}
.page_index #slideShow-stampa {
}
/******************* /PAGINE SPECIFICHE ******************/








/************************* VARIE DA STYLE-DEFAULT E MODIFICATO ************************/




.page-footer
{
	display: block;
	float: none;
	clear: all;
	width: 100%;
	height: 10px;
	margin: 10px auto 10px auto;
	text-align: center;
	/*background-color: #555;*/
}


.page-header
{
	display: block;
	float: none;
	clear: all;
	width: 680px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 16px;
	padding: 0px;
	position: relative;
}

#page-header .title {
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
	font-size: 16px;;
	margin: 0 auto;
	position: relative;
	text-align: center;
	/*padding: 4px;*/
	width: 680px;
	height: 60px;
	color: #FFC700;
	background-image: url("/images/bk_title03.gif");
	line-height: 60px;
	font-weight: bold;
}




/*** BOX ***/
/* /box-body */


/*******************************************************/
/************************* /VARIE DA STYLE-DEFAULT E MODIFICATO ************************/





/******************** PAGINE INTERNE BIO *******************/

#page .table-page-bio {
	border: 1px solid #CCC;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #EEE;
	font-family: Arial;
	font-size: 11px;
}

#page .table-page-bio td {
	border: 1px solid #CCC;
	padding: 2px 4px;
	text-align: center;	
}
	
#page .table-page-bio01 {
	border: 1px solid #CCC;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #FFF;
}

#page .table-page-bio01 td {
	border: 1px solid #CCC;
	padding: 2px 4px;
	text-align: center;	
}

#page .table-page-bio02 {
	border: 1px solid #CCC;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #EEE;
}

#page .table-page-bio02 td {
	border: 1px solid #CCC;
	padding: 2px 4px;
	text-align: center;	
}

/******************** /PAGINE INTERNE BIO *******************/



/******************** PAGINE INTERNE *******************/

#page .iframe-photogallery {
	width: 100%;
	height: 700px;
	border: 1px solid #555;
}

#page .testo-paragrafo {
	text-align: justify;
	margin: 0px;
	line-height: 130%;
}

#page .testo-paragrafo01 {
	text-align: justify;
	margin: 0px;
	line-height: 130%;
	padding: 6px;
	background-color: #FFFF00;
}




#page .testo-piccolo {
	font: 11px arial,helvetica,clean,sans-serif;
}

#page .testo-piccolo01 {
	font: 11px arial,helvetica,clean,sans-serif;
	font-style: italic;
}



#page .p-distanziatore {
	margin: 3px;
}

#page .p-distanziatore01 {
	margin: -3px;
}


#page .titoletto-01 {
	color: #339900;
	font-size: 15px;
	font-family: Comic Sans MS, arial;
	line-height: 130%;
	margin: 10px 0px 10px 40px;
}

#page .titoletto-02 {
	color: #541112;
	font-size: 13px;
	font-family: arial;
	line-height: 130%;
	font-weight: bold;
}



#page .testo-left {
	line-height: 120%;
	text-align: left;
}

#page .interlinea {
	line-height: 120%;
}


#page .interlinea160 {
	line-height: 160%;
}

#page .ul01 {
	line-height: 120%;
	text-align: left;
}




#page .box01 {
background-color: #BEF969;
padding: 6px;
border: 1px solid #026137;
}


#page .box02 {
width: 170px;
background-color: #BEF969;
padding: 6px;
border: 1px solid #026137;
}



#page .foto-home {
	text-align: center;
	margin-bottom: 5px;
}


#page .all-center {
	text-align: center;
}


#page .all-right {
	text-align: right;
}


#page .link01 a,
#page .link01 a:link,
#page .link01 a:visited,
#page .link01 a:hover,
#page .link01 a:active
{
	text-decoration: none;
	color: #0000FF;
}
#page .link01 a:hover
{
	text-decoration: underline;
	color: #006600;
}


#page .link01b a,
#page .link01b a:link,
#page .link01b a:visited,
#page .link0b a:hover,
#page .link0b a:active
{
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
#page .link01b a:hover
{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

#page .table-page {
	border: 0px solid #FFF;
	border-collapse: separate;
	border-spacing: 4px;
	background-color: #FFF;
	font-family: Arial;
}

#page .table-page td {
	border: 1px solid #006600;
	padding: 4px 4px;
	text-align: center;	
}

/******************** /PAGINE INTERNE *******************/






/******************** RECORD HOME *******************/

.listrecords .record .content {
	display: block;
	width: 350px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	float: left;
}

.record td.content .link_readmore
{
	width: auto;
	height: 15px;
	border: 1px solid #55A92E;
	padding: 0;
	margin: 2px 2px 0px 2px;
	background-color: #BFF179;
	text-align: center
}
.record td.content .link_readmore a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #55A92E;
	text-decoration: none;
}
.record td.content .link_readmore a:hover
{
	color: #00633D;
}

/******************** /RECORD HOME *******************/













/*******************************************************/
/******************** GRIGLIA: GRAFICA *****************/

body {
	font:12px arial,helvetica,clean,sans-serif;
	background-color: #8C2C00;
	line-height: 130%;
}


/****************** DOCUMENT *****************/
#document
{
	margin: 0 auto;
}
#document-header {}
#document-body {}
#document-footer {}
/****************** /DOCUMENT *****************/

/****************** MAIN-HEADER *****************/
#main-header {}
#main-header-top {}
#main-header-middle {}
#main-header-bottom {}
/****************** /MAIN-HEADER *****************/


/****************** MAIN-BODY *****************/
#main-body
{
	background-color: #FFF;
	background-image: url("/images/area3-bk-page.gif");
	background-repeat: repeat-y;	
}
#main-body-top {}
#main-body-middle {}
#main-body-bottom {}
/****************** /MAIN-BODY *****************/


/****************** MAIN-FOOTER *****************/
#main-footer {}
#main-footer-top {
background-image: url("/images/area3-footer-top.gif");
}
#main-footer-middle {
		background-color: #8C2C00;
		height: 72px;
		font: 11px arial,helvetica,clean,sans-serif;	
	}
#main-footer-middle a {}
#main-footer-bottom {}
/****************** /MAIN-FOOTER *****************/


/****************** GRIDS *****************/
/******** GRID-MENU *******/
#grid-menu {}
#grid-menu-top {
	background-image: url("/images/area3-bk-page.gif");
	}
#grid-menu-middle {}
#grid-menu-bottom {}
/******** /GRID-MENU *******/

/******** GRID-CONTENT *******/
#grid-content {}
#grid-content-top {}
#grid-content-middle {}
#grid-content-bottom {}
/******** /GRID-CONTENT *******/


/******** GRID-SERVICE *******/
#grid-service {}
#grid-service-top {}
#grid-service-middle {}
#grid-service-bottom {}
/******** /GRID-SERVICE *******/


/******** GRID-DIVIDER *******/
#grid-divider-left {}
#grid-divider-centerleft {}
#grid-divider-centerright {}
#grid-divider-right {}
/******** /GRID-DIVIDER *******/


/****************** /GRIDS *****************/

/******************** /GRIGLIA: GRAFICA *****************/
/********************************************************/




/*******************************************************/
/******************** GRIGLIA: OGGETTI *****************/

/******** MAIN-HEADER-TOP-MENU *******/
#main-header-top-menu
{
	display: none;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-header-top-menu-btn
{
	display: block;
	width: 120px;
	height: 20px;
	float: right;
}
.main-header-top-menu-btn a {
}
.main-header-top-menu-btn a:hover {
}
/******** /MAIN-HEADER-TOP-MENU *******/


/******** MAIN-HEADER-LOGO *******/
#main-header-logo
{
	display: block;
	width: 380px;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/images/loghi-testata/conf_bo.gif");
	background-repeat: no-repeat;
}

.zone_caa #main-header-logo
{

	background-image: url("/images/loghi-testata/caa.gif");
}
.zone_bio #main-header-logo
{

	background-image: url("/images/loghi-testata/bio.gif");
}
.zone_agrifarm #main-header-logo
{

	background-image: url("/images/loghi-testata/agrifarm.gif");
}
.zone_agriturist #main-header-logo
{

	background-image: url("/images/loghi-testata/agriturist.gif");
}
.zone_anga #main-header-logo
{

	background-image: url("/images/loghi-testata/anga.gif");
}
.zone_enapa #main-header-logo
{

	background-image: url("/images/loghi-testata/enapa.gif");
}
.zone_donna-er #main-header-logo
{

	background-image: url("/images/loghi-testata/donnaer_logo_header.gif");
}

#main-header-logo img
{
	display: block;
	width: 380px;
	height: 180px;
}

#main-header-logo a
{
	display: block;
	width: 380px;
	height: 155px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	text-decoration: none;
}
/******** /MAIN-HEADER-LOGO *******/


/******** MAIN-HEADER-BANNER *******/
#main-header-banner
{
	display: block;
	width: 570px;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 380px;
	background-image: url("/images/area3-foto_00.jpg");
}
/******** /MAIN-HEADER-BANNER *******/


/******** MAIN-HEADER-FLOAT-MENU *******/
#main-header-float-menu
{
	display: none;
	width: 300px;
	height: 26px;
	position: absolute;
	top: 50px;
	right: 50px;
}
.main-header-float-menu-btn
{
	display: block;
	width: 120px;
	height: 26px;
	float: right;
}
.main-header-float-menu-btn a
{
}
.main-header-float-menu-btn a:hover
{
}
/******** /MAIN-HEADER-FLOAT-MENU *******/


/******** MAIN-HEADER-BOTTOM-MENU *******/
#main-header-bottom-menu
{
	display: block;
	width: 120px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-header-bottom-menu-btn
{
	display: block;
	width: 120px;
	height: 26px;
	float: right;
}
.main-header-bottom-menu-btn a
{
}
.main-header-bottom-menu-btn a:hover
{
}
/******** /MAIN-HEADER-BOTTOM-MENU *******/



/******************** /GRIGLIA: OGGETTI *****************/
/*******************************************************/



/******** MICROFORMAT: DIRIGENTI *******/
/**** GENERALE ***/
.microformat-dirigenti {
	width: 680px;
	height: auto;
	margin: auto;
	font-family: arial;
	font-size:12px;
	text-align: left;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border: 0px solid #555;
}
.microformat-dirigenti td {
	border-bottom: 1px solid #600;
	padding: 4px;
}
.microformat-dirigenti td.label {
	background-color: #EEE;
	color: #555;
}
.microformat-dirigenti td.content {
	background-color: #FFF;
	color: #000;
}
/* header */
.microformat-dirigenti .block-header td {
	background-color: #600;
	border: 0px solid #600;
	padding: 4px;
	font-family: arial;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
/* subheader */
.microformat-dirigenti .block-subheader td {
	background-color: #FE8;
	border: 1px solid #600;
	padding: 4px;
	font-weight: bold;
	color: #600;
}
/* divider */
.microformat-dirigenti .block-divider td {
	height: 15px;
	background-color: #fff;
	border: 0;
	padding: 0;
}

/* field01 */
.microformat-dirigenti .block td.field01 {
	width: 200px;
	background-color: #fff;
	font-weight: bold;
}
/* field02 */
.microformat-dirigenti .block td.field02 {
	background-color: #fff;
	font-weight: normal;
	font-style: italic;
}
/* field03 */
.microformat-dirigenti .block td.field03 {
	background-color: #fff;
	font-weight: normal;
}
/* field04 */
.microformat-dirigenti .block td.field04 {
	background-color: #fff;
	font-weight: normal;
}
/**** /GENERALE ***/



/**** PAGINE INTERNE ***/
/* dirigenti (regionale) */
#dirigenti .microformat-dirigenti .block-header td {
}
#dirigenti .microformat-dirigenti .block-subheader td {
}

/**** /PAGINE INTERNE ***/

/******** /MICROFORMAT: DIRIGENTI *******/

.box-records {
	display: block;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	float: none;
}
.box-records .record,
.box-records .record a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #00633D;
	text-decoration: none;
	background-color: transparent;

}
.box-records .record .date
{
	padding: 2px;
	font-weight: normal;
	background-color: #CFC;
	color: #00633D;
}
.box-records .record .title,
.box-records .record .title a
{
	font-weight: bold;
	text-decoration: none;
}
.box-records .record .title a:hover
{
	color: #000;
	text-decoration: underline;
}

.record-multimedia {

}
.record-multimedia td.date {
	width: 70px;
}

.microformat-multimedia {
}
.microformat-multimedia-text {
	border: 0;
	float: none;
	clear: all;
	margin: 10px 0 10px 0;
}

.microformat-multimedia-image {
	width: auto;
	height: auto;
	overflow: hidden;
	/*border: 1px solid #ccc;*/
	display: inline;
	margin: 4px;
	padding: 2px;
}
.microformat-multimedia-image img {
	border: 0;
}
