/*
@project: base_project
@author: Roberto Beccaceci
@date: 12/09/2008

*/

*,html,body{
	margin: 0;
	padding: 0;
}

body{
	height: 100%;
    text-align: center;   /*centra in IE 5.x */
	font-family: Verdana,Helvetica,sans-serif;
	font-size:10px;
	color: #858585;
    }
	
img{
	border: 0px;
	/* display: block; FONDAMENTALE con DOCTYPE STRICT */
	}

a {
	text-decoration:none;
	color: #858585;
}

/* Sezione della pagina*/

/* Contenitore principale */

#mainBox{
    width: 743px;
    margin: 0 auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	border:0px solid #CCCCCC;
	background-image: url(../_img/main_background.jpg);
	background-repeat: no-repeat;
    }
	
#mainHeader{
	height: 235px;
}

	#LogoBox{
		height: 92px;
		position: relative;
		top: 20px;
		background-image: url(../_img/logo_fast.gif);
		background-repeat: no-repeat;
        cursor: pointer;
	}

#mainContentBox{
	min-height:400px;
}

		#mainContentBox .lateralBarBox{
			padding-top: 12px;
		}

		.lateralBarBox{
			width: 215px;
			float: left;
		}

		#centerBox{
			margin-left: 225px; /* Ci sono 10 pixel di margine dalla barra laterale*/
			margin-top: 6px;
			/* background-color: #eeeeee; */
		}

/* FOOTER */		
		
#footerBox{
	clear:both;
	font-size:10px;
}

#footerMenu{
	margin-left: 225px;
}

#footerMenu ul li{
	list-style-type: none;
	display: inline;
	border-right: 1px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;	
	padding: 0 23px;
	border-collapse: collapse;
}

#footerMenu ul li.last{
	border-right: 0px dotted #CCCCCC;
}

#footerMenu ul li a:hover{
	color: #8dc63f;
}

.footerTxt{
	font-size: 9px;
	text-align:center;
}

#footerBox  div.hr {
  height: 1px;
  background: #fff url(../_img/linehr.gif) no-repeat scroll center;
  margin-top: 24px;
  margin-bottom: 24px;
}

div.hr {
  height: 1px;
  background: #fff url(../_img/linehr.gif) no-repeat scroll center;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* MENU LATERALE */

div.menu div.menuitem {
	background-image: url(../_img/img_li_menu.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding: 4px 0 8px 35px;
	margin: 0 0 4px 0;

	/*  Text property  */
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}

div.menu div.menuitem.selected {
	background-image: url(../_img/img_li_menu_sel.gif);
	color: #8dc63f;
}

div.menu div.menuitem:hover{
	background-image: url(../_img/img_li_menu_hover.gif);
	color: #8dc63f;
}

div.menuitem.selected  a{
	color: #8dc63f;
	height: 20px;
}


/* NEWS */


#newsBox{
	height: 170px;
	margin: 20px 10px;
	padding: 5px 0;
	border: 0px dotted #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
}

/* Scroller Box */

#newsBox {
 overflow: auto;
}

#newsBox  .hr {
  height: 1px;
  background: #fff url(../_img/linehr.gif) no-repeat scroll center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.newsItem {
	margin: 0px 4px 12px 4px;
	text-align: justify;
}


.newsItem .data{
	font-weight: bold;
	display:block;
}


.newsItem a:hover{
    color: #31659c;
}

.newsItem a:hover .data{
    color: black;
}


/* SCROLLER SOTTO */

#bottomScrollerBox{
	clear: both;
	margin: 0 0 2px 225px;
	padding-top: 2px;
	border-top: 0px solid #CCCCCC; 
}

.bckDiv {
	height: 54px;
	background-color: #eeeeee;
}

.scrolledPan img{
	padding: 4px 4px;
	border-right: 1px dotted #CCCCCC;
	display: inline;
}

.scrolledPan img.last{
	border-right: 0px dotted #CCCCCC;
}


/* PAGINA INTERNA */

.breadMenu {
	padding: 10px 0;
}

.breadMenu  a{
	color: #8dc63f;
	font-style: italic;
}

.breadMenu span{
	font-weight: bold;
	
}



.viewMore{
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

.viewMore img{ 
	display: inline;
}
.mainPageTextBox {
	margin-bottom: 10px;
}
	.mainPageTextBox .title{
		padding: 5px 0 10px 0;
	}

	.mainPageTextBox .text{
		text-align: justify;
		font-size:11px;
	}	
	
	.mainPageTextBox .txtTitle{
		font-weight: bold;
		margin: 5px 0;
	}	

/* .mainPageTextBox .viewMore{
	font-weight: bold;
} */

.simpleTextBox {
	width: 129px;
	font-size:11px;
}

	.simpleTextBox.center{
		margin: 0 auto;
	}

		.simpleTextBox img{
			display: inline;
		}

		.simpleTextBox .title{
			text-align: left;
		}

		.simpleTextBox .txtTitle{
			font-weight: bold;
			margin: 5px 0;
		}

		.simpleTextBox .text{
			text-align: justify;
		}
	

.textInnerPageContainer{
	
		float: left;
		padding: 0 64px 20px 0;

}

.textInnerPageContainer.last{
	
		float: left;
		padding: 0 0 0 0;

}

.textInnerPageContainer .simpleTextBox {
	width: 225px;
}


.fastGreen{
	color: #8dc63f;
	text-transform: uppercase;
}

a.int{
    font-weight: bold;
}

a.int:hover{
     color: #8dc63f;
}

	
.textBoxContainer{
	float: left;
	border-right: 1px dotted #CCCCCC;
	
	padding-right: 33px;
	margin-right: 33px;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
}		

	.textBoxContainer.last{
		border-right: 0px dotted #CCCCCC;
		padding-right: 0px;
		margin-right: 0px;
	}		

.textBoxContainerCol{
	float: right;
	
	margin: 0 15px 10px 15px;
	padding: 0 0 10px 15px;
	
	border-left: 1px dotted #CCCCCC;
}

/***** CONTATTI *******/

span.contacts a:hover{
	color: #8dc63f;
}

#map {
	width: 500px; 
	height: 300px;
	border: 1px solid #79b435;
	margin-bottom: 10px;
}

#reqInfoBox{
    margin-bottom: 20px;
    padding-left: 10px;
	overflow: auto;
}

.formBox{
	border-right: 1px dotted #CCCCCC;
	width: 300px;
	float: left;
}

.fieldRow{
	margin: 0 0 10px 0;
}

input.styledForm,textarea.styledForm,select.styledForm{
	border: 1px solid #CCCCCC;
	color: #888;
}

input.styledForm.validateErr,textarea.styledForm.validateErr,select.styledForm.validateErr{
	border: 1px dotted #cc3333;
}

input.styledButton{
	color: #444444;
	border: 1px solid #CCCCCC;
	width: 180px;
}

input.buttSubmit{
	cursor: pointer;
	border: 1px solid #666;
	background-color: #EEE;
}

input.buttSubmit:hover{
	border: 1px solid #8dc63f;
}

form .fieldName{
	text-align: left;
	padding-bottom: 2px;
}

form .formButton{
	text-align: center;
}

.formDesc{
	float: left;
	width: 160px;
	padding: 0 20px;
}

.fieldObb{
	color: #FF0000;
	font-size: 9px;
	padding-left: 3px;
}


.badge{
	position: relative;
	float:left;
	height: 90px;
	width: 90px;
	padding-left: 125px;
	top: -10px;
}

#privacy{
    font-size: 11px;
}


.wiki{
    font-weight: bold;
    padding-right: 15px;
    background: url(../_img/external.png) no-repeat right;
}

a.wiki:hover{
     text-decoration: underline;
}


#scrollBox{
    text-align: justify;
    background: #fcfcf3;
    padding: 5px 10px 10px 10px;
    margin-bottom: 15px;
    display: none;
}      

#openOptions{
    display: block;
    background: #fcfcf3;     
    font-weight: bold;
    text-align: center;
}