/* general rules */
body
{
	width: 100%;
	height: 850px;
	margin: 0px;
	padding: 0px;
	border: none;
}
html>body
{
	min-width: 850px;
	width: 100%;
}
div#container
{
	width: 100%;
	height: 100%;
}
body>div#container
{
	height: auto;
	min-height: 100%;
}
/* title of page */
div#header
{
	display: none;
	min-width: 790px;
	height: 310px;
}
	img#header_img
	{
		display: none;
		position: absolute;
		top: 100px;
		left: 20px;
		z-index: 5;
	}
	img#header_left
	{
		display: none;
		float: left;
		margin-left: 30px;
		position: relative;
		z-index: 10;
	}
	img#header_right
	{
		float: right;
		margin-right: 30px;
	}
	div#menu_navigazione
	{
		position: absolute;
		top: 75px;
		left: 235px;
		width: 500px;
		height: 18px;
	}
		a.pulsante
		{
			display: block;
			float: left;
			height: 18px;
			margin: auto 7px;
			font-size: 13px;
			line-height: 1;
			font-weight: bolder;
			font-family: Verdana, sans-serif;
			color: #FFFFFF;	
		}
		a.pulsante:link, a.pulsante:visited, a.pulsante:active
		{	
			color: #FFFFFF;
			text-decoration: none;
		}
		a.pulsante:hover
		{
			background-image: url(sfondi/pulsante.png);
			background-position: center center;
			text-decoration: none;
			color: #FFFFFF;
		}
/* content with menu and titles */
div#menu
{
	display: none;
	float: right;
	height: auto;
	margin: 10px 20px 0px auto;
	width: 207px;
} 
	div#menu_content
	{
		margin-left: 76px;
		margin-right: 0px;
		width: 182px;
		background-color: #88000C;
	}
	div#menu>div#menu_content
	{
		margin-left: 4px;
	}
		div#menu_content_top
		{
			width: 182px;
			height: 17px;
			background-image: url(sfondi/menu_top.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		div#menu_content_bottom
		{
			width: 182px;
			height: 17px;
			background-image: url(sfondi/menu_bottom.gif);
			background-repeat: no-repeat;
			background-position: bottom left;
		}
div#content  
{  
	clear: none;
	z-index: 10;
	padding-bottom: 40px;
	margin: 0px 280px auto 30px;
	background-color: #FFFFFF;
	text-align: center;
}  
/*
	div#top
	{
		margin: 0px;
		padding: 0px;
		height: 21px;
		background-color: #FFFFFF;
		background-image: url(sfondi/middle.png); 
		background-repeat: repeat-x;
		background-position: top left;
	}
		div#top_left
		{
			
			width: 100%;
			height: 100%;
			background-image: url(sfondi/top_left.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
			div#top_right
			{
				width: 100%;
				height: 100%;
				background-image: url(sfondi/top_right.png);
				background-repeat: no-repeat;
				background-position: top right;
			}*/
	h1
	{  
		height: 20px;
		padding: 5px 0px;
		margin: 5px;
		background-image: url(sfondi/h1.gif);
		background-repeat: repeat-y;
		background-position: top right;
		border: 1px solid #FFFFFF;  
		font-size: 10pt; 
		font-family: Verdana, sans-serif;
		text-align: left;
	}  
	div.data  
	{  
		/* background-color: #0FFFFF; */
		font-size: 10pt;
		text-align: left;  
		margin: 20px 5px 40px 5px;
	}  
	/*
	div#bottom
	{
		margin: 0px;
		border: none;
		padding: 0px;
		height: 21px;
		background-color: #FFFFFF;
		background-image: url(sfondi/middle.png); 
		background-repeat: repeat-x;
		background-position: bottom left;
	}
		div#bottom_left
		{
			width: 100%;
			height: 100%;
			background-image: url(sfondi/bottom_left.png);
			background-repeat: no-repeat;
			background-position: bottom left;
		}
			div#bottom_right
			{
				width: 100%;
				height: 100%;
				background-image: url(sfondi/bottom_right.png);
				background-repeat: no-repeat;
				background-position: bottom right;
			}
			*/
/* content popup */
div#popup  
{  
	width: 300px;
	height: 250px;
	padding: 10px 5px;  
	border: none;  
	margin: 0px;  
	background-color: #F5F5F5;  
	text-align: left;  
}  
/* content forum (without menu), with tiles */  
div#content_forum  
{  
	background-color: #F5F5F5;  
	border: none;
	margin-left: 4px;
	width: 755px;  
	text-align: center;  
}  
div#common_forum_text  
{  
	width: 748px;  
	background-color: #F5F5F5;  
	border: 1px solid #999999;  
}  
img#common_forum_img  
{
	float: left;  
}  
table#common_forum_bar  
{  
	margin: 2px 0px;  
	border-collapse: separate;  
	border-spacing: 1px;  
}  
td.common_forum_button  
{  
	padding: 2px 5px;
	border: 1px solid #999999;  
	background-color: #0099CC;  
	font-weight: bolder;
}  
div.data_forum  
{  
	width: 100%;  
	padding: 20px 0px;  
	margin: 0px 0px 20px 0px;  
	background-color: #F5F5F5;  
	border: none;  
	font-size: 10pt;  
	text-align: left;  
	height: 250px;  
	height: auto !important;  
	min-height: 250px;	  
}  
form#go_to_forum  
{  
	width: 300px;  
}  
select.go_to_forum
{  
	width: 300px;  
}  
/* footer and disclaimer (gpl license)*/  
div#footer  
{  
	display: none;
	clear: both;
	width: 765px;  
	background-color: #F5F5F5;  
}
h6  
{ 
	display: none;
	/* 
	padding: 2px 3px 2px 2px;  
	margin: 0px;  
	font-size: 8pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: center;  
	font-weight: bolder;  
	*/
}  
/* other graphic rules */  
br.clear  
{  
	clear: both;	  
} 
img  
{  
	border: none;  
	padding: 0px;  
	margin: 0px;  
}  
form  
{
	vertical-align: middle;
}  
optgroup  
{  
	font-style: italic;  
}  
input[type="text"]  
{  
	width: 98%;  
}  
textarea  
{  
	width: 98%;  
	height: 200px;  
}  
table  
{  
	width: 98%;
	table-layout: fixed;  
	border-collapse: collapse;  
	empty-cells: show;  
	padding: 0px;  
	margin: 0px;  
}  
tr  
{  
	padding: 0px;  
	margin: 0px;  
	border: none;  
}  
th  
{  
	border: 1px solid #B9B9B9;
	background-color: #F5F5F5;  
	padding: 2px;  
	margin: 0px;  
	font-size: 9pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: center;  
	font-weight: bolder;  
}  
td  
{  
	border: 1px solid #B9B9B9;  
	font-size: 9pt;  
	padding: 2px;  
	margin: 0px;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: center;  
	font-weight: normal;  
} 
/* h2 and h3 used for menu (title and option) */ 
/* h3 also used for left link */ 
h2  
{  
	font-family: Verdana, sans-serif;
    font-size: 12px;
	text-align: right;  
	font-weight: bold;
	padding: 2px;  
	margin: 4px;  
}  
h3  
{
	padding: 1px 3px;  
	margin: 4px;  
	font-size: 10px;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: right;  
	font-weight: normal;
} 
/* h4 used for center link */ 
h4  
{  
	padding: 2px;  
	margin: 0px;  
	font-size: 9pt;  
	font-weight: bolder;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: center;  
} 
/* h5 opposite h3 (right link) */ 
h5  
{  
	padding: 2px 3px 2px 2px;  
	margin: 0px;  
	font-size: 9pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: right;  
	font-weight: bolder;  
}  
div  
{  
	margin: 0px;
	padding: 0px;  
	border: none;  
	text-align: center;  
}  
p  
{  
	width: auto;
	padding: 4px 0px;  
	margin: 0px;  
	font-size: 9pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: left;  
	font-weight: normal;  
}  
hr  
{  
	width: 99%;  
	height: 1px;  
	color: #FFFFFF;  
} 
/* code, strong and em are text styles which substitute b and i*/
code  
{  
	font-size: 9pt;
	font-family: Courier, monospace;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
}
samp
{
	font-family: Courier, monospace;
}
kbd
{
	font-family: Courier, monospace;
}
var
{
    font-style: italic;
}
strong  
{  
	font-weight: bolder;  
}
em  
{  
	font-style: italic;
} 
/* link style */ 
a:link  
{  
	color: black;  
	text-decoration: none;  
}  
a:visited  
{  
	color: black;  
	text-decoration: none;  
}  
a:active  
{  
	color: black;  
	text-decoration: underline;  
}  
a:hover  
{  
	color: black;  
	text-decoration: underline;  
}  
div.paragraph  
{  
	padding: 4px 0px;  
	margin: 0px;  
	font-size: 9pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: left;  
	font-weight: normal;  
}  
p.small  
{  
	padding: 2px;  
	font-size: 7pt;  
}  
td.evidence  
{  
	background-color: #F5F5F5;  
	text-align: left;  
	font-weight: bolder;	  
}  
td.not_evidence  
{  
	background-color: #F5F5F5;  
	text-align: left;  
	font-weight: bolder;  
} 
/* label and input used for forms */ 
td.label  
{  
	vertical-align: top;
	width: 20%;  
	text-align: left;  
}  
td.input  
{  
	vertical-align: top;
	width: 80%;  
	text-align: left;  
}
/* block of quote or code */
blockquote
{
	border: 1px solid #B9B9B9;
	margin: 4px;
	padding: 2px;
	background-color: #DDDDDD;
	text-align: left;
}
q
{
    font-style: italic;
}
div.quote /* backwards compatibility */
{
	border: 1px solid #B9B9B9;
	margin: 4px;
	padding: 2px;
	background-color: #DDDDDD;
	text-align: left;
}
div.code
{
	border: 1px solid #B9B9B9;
	margin: 4px;
	padding: 2px;  
	background-color: #DDDDDD;  
	text-align: left;  
} 
/* hidden text (for screen readers) */ 
.hidden  
{  
	display: none;  
} 
/* smile and evidence */ 
span.smile  
{  
	padding: 2px;  
}  
span.evidence  
{  
	color: #0000CC;  
	font-weight: bolder;  
} 
/* small link (used for partner) */ 
a.partner  
{  
	color: #808080;  
	text-decoration: none;  
	font-size: 10pt;  
	font-family: Verdana, sans-serif;  
	line-height: 1.2;  
	text-align: center;  
	font-weight: normal;  
} 
/* link for button and button which open new windows */ 
a.button_blank  
{  
	color: #006699;  
	text-decoration: none;  
}  
a.button  
{  
	color: #006699;  
	text-decoration: none;  
} 
/* element without margin, padding and border (collapsed images) */  
.null  
{  
	background-color: inherit;  
	padding: 0px;  
	border: none;  
	margin: 0px;  
} 
/* positive and negative span (for example 'online' and 'offline') */ 
.positive  
{  
	color: #00CC00;  
	text-align: left;  
}  
.negative  
{  
	color: #CC0000;  
	text-align: left;  
} 
/* color of error messages */  
.error  
{  
	color: #CC0000;  
}
