/************/
/* GENERALE */
/************/

body	{
	background: 		#FFFFFF; 
	font: 				normal 14px/1.6em "Helvetica", "Verdana", sans-serif;
	padding-right: 		50px;
	padding-left:		50px;
}

#frame {		/*contiene tutto il corpo*/
	background:			#EEEEEE;
	margin: 			25px auto;
	width:				800px;
}

div.error {
	margin:				0 auto;
	background:			url(img/error.jpg) no-repeat top right;
	padding:	 		70px;
	max-width:			200px;
	height:				60px; 	/* per non segare l'immaginetta deve essere 2*padding+height>=200 **/
}

span.error {
	
}

/************/
/*	HEADER	*/
/************/

#header {
	width:				802px; /*un po' un accrocco, per far combaciare il bordo top dx in FF*/
	height:				98px;
	position: 			relative;
	background: 		#333333;
}

#header_logo{
	float: 				left;
	margin-left:		30px;
	height:				90px;
	width:				90px;
}

#title{
	float:				left;
	padding-top:		60px;
	padding-bottom:		5px;	/*Senn? IE mi pota le gambe delle 'g'*/
	padding-left:		20px;

	color:				#CC9900;
	font-size:			190%;
	font-weight:		bold;
}

span.silver_word{
	color:				#AAAAAA;
	font-style:			italic;
}

span.orange_word{
	color:				#CC9900;
}

#header_top_left{
	height: 			20px;
	width:				20px;
	margin:				0px;
	padding:			0px;
	background:			url(img/header_top_left.gif);
	position:			absolute;
	top:				0px;
	left:				0px;
}

#header_top_right{
	height: 			20px;
	width:				20px;
	margin:				0px;
	padding:			0px;
	background:			url(img/header_top_right.gif);
	position:			absolute;
	top:				0px;
	right:				0px;
}

#header_bottom_left{
	height: 			20px;
	width:				20px;
	margin:				0px;
	padding:			0px;
	background:			url(img/header_bottom_left.gif);
	position:			absolute;
	bottom:				0px;
	left:				0px;
	display:			none;	/*togliere per stondare il sotto della navbar*/
}

#header_bottom_right{		
	height: 			20px;
	width:				20px;
	margin:				0px;
	padding:			0px;
	background:			url(img/header_bottom_right.gif);
	position:			absolute;
	bottom:				0px;
	right:				0px;
	display:			none;	/*togliere per stondare il sotto della navbar*/
}





/******************/
/* NAVIGATION BAR */
/******************/

#navbar { /*contenuta in header*/
	float:				right;
	list-style: 		none;
	position: 			absolute;
	bottom:				0px;
	right:				20px;
	padding: 			0px;
	margin-bottom: 		0px;
}

li.nav_tab { /*contenuta in navbar*/
	font-size:			80%;
	float:				left;
	text-align:			center;
	width:				60px;
	height:				25px;
	color:				#FFFFFF;
	margin-bottom: 		0px;
}

li.nav_tab#attiva {
	font-weight:		bold;
	text-decoration: 	underline;
	color:				#333333;
	background:			url(img/navtab_act.gif);	
}

li.nav_tab:hover { /*contenuta in navbar*/
	text-decoration:	underline;
}

li.nav_tab:active { /*contenuta in navbar*/
	background: 		#FFFFFF;
	color:				#000000;
}

li.nav_tab a{
	text-decoration:	none;
	color:				#FFFFFF;
}

li.nav_tab a#attiva{
	text-decoration: 	none;
	text-transform:		capitalize;
	color:				#333333;
}





/*********/
/*CONTENT*/
/*********/

#content {
	margin-top:			0px;
	background: 		#EEEEEE;
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		40px;
	padding-bottom:		70px;
	border-left:		1px dotted black;
	border-right:		1px dotted black;
	min-height:			350px;
	width:				760px;	/*padding-left+padding-right+width=800px.*/
}


/**********/
/* FOOTER */
/**********/

div#footer {
	position:			relative;
	width:				100%;
	/*position:			absolute;
	bottom:				15px;
	left:				50%;
	margin-left:		-125px;*/
	background:			#EEEEEE;
	border:				1px dotted black;
	border-top:			none;
}

ul#footer_bar { 
	/*padding-left:		45px;	IE non centra i <li>*/

	list-style: 		none;
	height:				40px;
	width:				155px;
	margin:				0 auto;

}

li.footer_tab { /*contenuta in footer_bar*/
	float:				left;
	margin-bottom: 		0px;
	margin-left:		5px;
	margin-right:		5px;

	font-size:			80%;

	color:				#AAAAAA;
	text-decoration:	underline;
}

li.footer_tab#attiva {
/*	display:			none;*/
}

li.footer_tab a{
	color:				#AAAAAA;
}

#disclaimer{

	width:				150px;
	bottom:				0px;
	left:				50%;
	margin:				0 auto;
	display:			block;
	font-size:			80%;
	text-align:			center;
	color:				#333333;

}

/************************/
/*			MANAGE		*/
/************************/
form#add_fnord label
{
		display: 		block;
}