/* CSS Document */

body {
	font-size: 12px;
	margin: 0px 0px;
	color: #784833;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
}
a:link {
	/*font-weight: bold;*/
	color: #003D27;
	text-decoration: none; 
}
a:visited {
	/*font-weight: bold;*/
	color: #003D27;
	text-decoration: none;
	 
}
a:hover {
	/*font-weight: bold;*/
	/* font-style: italic; */
	color: #B8A000;
	/* color: #ff0000; */
	/* background-color: #003D27;  */
	text-decoration: none; 
}
#site
{
    position: relative;
	display: block;
	padding-top: 1px;
	margin: 0 auto;
	width: 810px;
	float: none;
	text-align: left;
}
#languages {
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	font-size: 10px;
	width: auto;
}
#selected{
	background-color: #B8A000;
	color: #ffffff;
}
#head
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	width: auto;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
#headlogo
{
	position: relative;
	margin: 10px 0px 0px 0px;
	width: auto;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
#headlogo img {
	margin-left:2px;
	/*width: 250px; */
	vertical-align: bottom;
}
#headmachine
{
	display: block;
	margin: 0px 0px 0px 0px;
	width: auto;
	float: right;
	vertical-align: bottom;
}
#headmachine img {
	margin-left:2px;
	height: 95px;
	vertical-align: bottom;
}
#logoseparator {
        display: block;
        border-top: 1px solid #784833;
	margin: 4px 0px 0px 0px;
	float: left;
	text-align: left;
	width: 100%;
}
#menuseparator {
        display: block;
        position: relative;
        border-left: 1px solid #784833;
	margin: 0px 0px 0px 20px;
	float: left;
	text-align: left;
	width: 1px;
	height: 250px;
}
#menudx {
    position: relative;
    display: block;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 20px;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	width: auto;
}
#content, #contentFree {
	position: relative;
	display: block;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 8px;
	width: 570px;
	float: left;
	text-align: justify;
}

#contentLarge {
	padding-top: 10px;
	float: none;
	width: auto;
	text-align: justify;
}

#content img, #contentLarge img {
	margin-left:2px;
	margin-right: 12px;
	margin-bottom: 6px;
	width: 220px;
	float: left;
}

#content img.widthAuto{
	float: none;
	width: auto;
	margin: 6px auto;
}

#footer {
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	width: auto;
	font-size: 80%;
	text-align: center;
}
.menu {
	border-top: 1px solid #558877;
	width: auto;
	height: 65px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
ol,ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 10px 0px 0px 20px;
	padding:0px;
	font-size: 95%;
}
img {
	border: none;
}
.imgshadow {
	background-image: url("../img/shadow.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.imgshadow img {
	margin: -1px 3px 2px -1px;
}
.navlist
{
        float: left;
        margin-left: 30px;
        margin-top: 5px;
        padding-left: 0px;
        list-style: none;
}
.navlist li
{
        padding-left: 15px;
	list-style: none;
	margin:5px;
	font-size: 100%;
	font-weight: normal;
        background-image: url(../img/arrow.gif);
        background-repeat: no-repeat;
        background-position: 0 .5em;
}
.inst_left{
	display: inline;
	float: left;
	vertical-align: top;
}
.inst_right{
	display: inline;
	float: right;
	vertical-align: top;
}
#sep{
	clear: both;
	display: block;
 

}

.disclaimer{
        margin		: 5pt 0 0 0;
        clear		: both;
	font-size	: 7pt;
	font-weight	: light;
	color		: #B8A000;
}


/* HEADERS */

h1 {
	font-size	: 18px;
	font-weight	: normal;
	color		: #B8A000;
}

h2 {
	font-size	: 14px;
	font-weight	: bold;
	color		: #B8A000;
}

h3 {
	font-size	: 12px;
	font-weight	: bold;
	color		: #B8A000;
}

/* GENERIC TABLE */

table.genCenter{
	border-collapse		: separate;
	border-spacing		: 10px 10px;
	margin				: 15px auto;
	border				: none;
}


	.hidden{
		display						: none;
	}

	.center, .centered {
		text-align		: center;
	}

	.bold {
		font-weight		: bold;
	}

	.bottom_centered {
		vertical-align	: bottom;
		text-align		: center;
	}

	.right  {
		text-align		: right;
	}

	.left {
		text-align		: left;
	}

	.strong{
		font-weight		: bold;
	}

	.italic{
		font-style		: italic;
	}

	.fleft{
		/* clear			: right; */
		float			: left;
	}

	.fright{
		/* clear			: right; */
		float			: right;
	}

	.clearboth {
		clear			: both;
	}

	.nowrap {
		white-space		: nowrap;
	}

	.nowraptop {
		white-space		: nowrap;
		vertical-align	: top;
	}

	.aligntop {
		vertical-align	: top;
	}

	.alignmiddle {
		vertical-align	: middle;
	}

	.justify {
   		text-align		: justify;
  	}

	.noDisplay{
		display			:none;
	}

	.lineThrough{
		text-decoration	: line-through;
	}

	.fullPage{
		width			: 100%;
		/* margin			: 0px auto;		 */
	}

	.minTdWidth, .minWidth {
		width						: 1%;
		white-space					: nowrap;
	}

	.tableCentered {
		margin-left				: auto;
		margin-right			: auto;
	}

	.ctrlHelper {
		cursor					: help;
	}

	.color0 {
		/*background-color: #e7fecc;  vedrino */
	}

	.color1 {
		background-color: #f0f7fd; /* azzurro */
		/*background-color: #ededed;*/
	}

	.color2 {
		background-color: #e7fecc;
	}

	.blink{
		text-decoration: blink;
	}











