﻿body {
	color: #404040;
	/* background-color: #E6E6E6; */ 
	background-color: #2F2F2F; 
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 10px;
}

#Iframe1 {
    background-color: #EFEFEF;     
	float:left; 
	margin-left: 17px;
	border-style:solid;
    border-width:2px;
}

#Titolo {
    color: #D2D2D2;
    font-weight:bold;
    font-size: 40px;
}


.clear { clear: both; }

/* Container */
#Container {
	margin: 20px auto;
    padding: 10px;
	background-color: #EFEFEF; 
	font: 100% Arial, Helvetica, sans-serif;   
	font-size: 14px;
}

#Header {
	height: 45px;
	margin-bottom: 19px;
	position: relative;
}

#Left {
	 float:left; 
	 width: 230px; 
	 /* background-color:Transparent */
}

#Center {
	float:left; 
	width: 710px;
	margin-left: 10px;
}

	#CenterTop 
	{
		width:100%;
		font-size:18px;	
		font-weight:bold;
		padding-left: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #B9B9B9;
	}


	#CenterBottom	
	{
		margin-top: 10px;
		width:100%;
		float:left;
		/* background-color: Transparent; */
	}

	#Container #Left #MenuLeft {
		float: left;
		margin-right: 5px;	
			
	}
	#Container #Left #MenuLeft ul li 
	{
		list-style: none;
		margin-left: -30px;
		padding: 0;
	}
	#Container #Left #MenuLeft ul li a {
		background: transparent url(../images/bg-li-a.gif) 0 0.7em no-repeat;
		color: #404040;
		display: block;
		margin: 0;
		padding: 5px 0 5px 17px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#Container #Left #MenuLeft ul li a:hover, #Container #MenuLeft ul li.active a {
		background-image: url(../images/bg-li-ahover.gif);
		color: #009de0;
	}

/* footer */

#Footer {
	color: #878787;
	float: none;
	font-size: 10px;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
#Footer a {
	color: #878787;
	text-decoration: none;
}


/* PAGINE DETTAGLIO */
#HeaderDetail {
	height: 45px;
	margin-bottom: 19px;
	position: relative;
}

#CenterDetail {
	float:left; 
	width: 940px;
	margin-left: 10px;
}

	#CenterTopDetail {
		font-size:18px;	
		font-weight:bold;
		padding-left: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: Transparent;
	}


	#CenterBottomDetail	
	{
		margin-top: 10px;
		float:left;
		background-color: Transparent;
		width: 100%;
	}
	
#FooterDetail {
	color: #878787;
	float: none;
	font-size: 10px;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

#FooterDetail a {
	color: #878787;
	text-decoration: none;
}

/* TABELLE */

/*
TABLE
{
    border: solid 1px #000000;
    font-size: 10pt;
}

TH
{
    background-color: #78C4E4;
    color: #ffffff;
}

TR.th
{
    background-color: #404040;
    color: #ffffff;
}

TR.alternate
{
    background-color: #B4B4B4;
}

TD
{
    padding: 4px;
}
*/
.Controlli
{
	font-weight:bold;
    margin-left: -30px;
    color: Red;
}

/* table less */
.tab_riga
{	
	margin: 1px;
	clear: left;	
}
.tab_colonna_1
{
	margin: 5px;
	float: left;
	width:100px;
	
}
.tab_colonna_2
{
	margin: 5px;
	float: left;
	width:300px;

}

.tab_colonna_5perc
{
	padding-left: 15px;
	float: left;
	width: 5%;
	
}

.tab_colonna_10perc
{
	padding-left: 15px;
	float: left;
	width: 10%;
	
}

.tab_colonna_20perc
{
	padding-left: 15px;
	float: left;
	width: 18%;
	
}

.tab_colonna_30perc
{
	padding-left: 5px;
	float: left;
	width: 20%;
	
}

.tab_colonna_50perc
{
	padding-left: 5px;
	float: left;
	width: 48%;
	
}

.tab_colonna_70perc
{
	padding-left: 5px;
	float: left;
	width: 68%;
	
}

.tab_colonna_80perc
{
	padding-left: 5px;
	float: left;
	width: 78%;
	
}

.spacer
{
	float: left;
	width: 15px;	
}

.tab_colonna_10
{
	/*padding-left: 10px;*/
	float: left;	
	width: 10%;
	/*border-style: solid; border-color: Black; border-width: 2px;*/
}

.tab_colonna_20
{
	/*padding-left: 10px;*/
	float: left;	
	width: 20%;
	/*border-style: solid; border-color: Black; border-width: 2px;*/
}
.tab_colonna_30
{
	padding-left: 10px;
	float: left;
	width: 28%;	
	/*border-style: solid; border-color: Blue; border-width: 2px;*/
}

.tab_colonna_40
{
	padding-left: 10px;
	float: left;
	width: 38%;	
	/*border-style: solid; border-color: Blue; border-width: 2px;*/
}

.tab_colonna_80
{
	padding-left: 10px;
	float: left;
	width: 78%;	
	/*border-style: solid; border-color: Green; border-width: 2px;*/
}

#Errori
{
	Font-Size:medium;
	font-weight:bold;
	color:#FF0000;	
}


.Error
{
	Font-Size:medium;
	font-weight:bold;
	color:#FF0000;	
}