/************************* 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;
}

/* 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-framefooter-off.gif");
	border: 0;
}
/************* /skin 01 *************/


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


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

.menu a:hover
{
	text-decoration: underline;
	color: #CCC;
}

.menu.menuOff {
	margin: 0px 6px 0px 6px;
	padding: 4px 2px 4px 2px;
	color: #000;
	background-color: #FFCC00;
}
.menu.menuOff a {
	color: #000;
}
.menu.menuOff a:hover {
	color: #EB3B25; 
}

.menu.menuOn {
	margin: 0px 6px 0px 6px;
	padding: 4px 2px 4px 2px;
	color: #FFFFFF;
	background-color: #008100;
	
}
.menu.menuOn a {
	color: #FFFFFF;
	text-decoration: none;
}
	
.menu.menuOn a:hover {
	color: #FFF8DB;
	text-decoration: underline;
}

.menuLabel {
	padding: 4px 2px 4px 2px;
	background-color: #555;
	color: #FFFFFF;
}



/* 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: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: left bottom;
}
.menu-frame.frame-bottom-right,
.menu-frame-hover.frame-bottom-right
{
	height: 2px;
	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: 1px solid #FF9C00;
	margin: 5px 0px 0px 10px;
	padding: 5px 0;
	position:relative;
	display: block;
	float:none;
	clear: both;
}

.menuSubArea-active
{
	border-top: 1px solid #FF9C00;
	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: 1px solid #FF9C00;
	padding: 4px 2px;
}
.menuSubArea .menu-item-selected,
.menuSubArea .menu-item-selected a
{
	background-color: #FF9C00;
	color: #FFFFFF;
}
.menuSubArea-active .menu-item
{
}
.menuSubArea-active .menu-item-selected
{
	background-color: #CCC;
}

.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; }

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



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

.page-header
{
	display: block;
	float: none;
	clear: all;
	width: 600px;
	height: 40px;
	margin: 10px auto;
	padding: 0px;
	position: relative;
	background-image: url("/images/bk_tit.gif");
	font: 14px arial,helvetica,clean,sans-serif;
}


.page-footer
{
	display: none;
}


form .required {
	background-color: #F5ECC5;
}


.recordsearchbox {
	/*width: 600px;*/
	border: 0px solid #DDD;
	background-color: #FFF;
	color: #000;
}
.recordsearchbox .recordsearchbox-header {
	background-color: #FFF8DB;
}


.recordnavigation {
	background-color: #FFCC00;
}


.box .box-header
{
	background-color: #008100;
}


.box .box-body
{
	background-color: #FFF8DB;
}
.box-body .frame-center
{
	border-left: 0px solid #555;
	border-right: 0px solid #555;
}


.record td.title {
	color: #008100;
	background-color: #FFF8DB;
}	
	
.record td.title a {
	color: #008100;
}
.record td.title a:hover {
	color: #008100;
	text-decoration: underline;
}	
	
	




/*******************************************************/
/************************* /VARIE 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 ******************/





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

#page .testo-paragrafo {
	text-align: justify;
	
}

#page .titoletto {
	font-weight: bold;
	color: #008100;
	margin: 10px 0px 0px 0px;
	padding: 2px;
}

#page .foto-dx {
	display: block;
	position: relative;
	float: right;
	margin: 20px;
}

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


#page .link-page {
	color: #008100;
	text-decoration: none;
	font-weight: bold;	
}

#page .link-page a {
	color: #008100;
	text-decoration: none;
}

#page .link-page a:hover {
	color: #000;
	text-decoration: underline;	
}


#page .table-stagioni {
	border: 0px solid #888;
	border-collapse: separate;
	border-spacing: 0px;
		
}


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

#page .table-page td {
	border: 1px solid #008100;
	padding: 4px 8px;
	text-align: center;
	font-weight: bold;	
}


#page .disc {
list-style-image: url('/images/arrow.gif');
padding: 0px 10px 15px 0px;
text-align: justify;
}


#page .testo-piccolo {
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
}



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



