.bgGrey{
	background-color: #f2f2f2;
	border: 1px solid #999999;
	width: 45%;
	padding: 0.5em;
}

.bgGrey p{
	padding: 0;
	margin:0 0 0.5em 0;
}
 
.errorTitle{
	color: #CD3301;
	font-size: 0.8em;
}

.textBold{
	/*font-size: 0.9em;*/
	color: #333333;
	font-weight: bold;
}

.textBlu{
	color:#003366;
	margin:0 0 0.5em 0.9em;
}

ul.listError li{
	margin: 0.5em 0.8em 0.8em 0;
}

.torna a{
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 0 1em 0 1em;
	line-height: 30px;
}

.torna a:hover{
	text-decoration: underline;
	background-color: #f2f2f2;
}

.boxBasso {
	padding: 0.1em;
}


/*****************tab fastcontentedit ******************/

.tab-toggle-bar label{
	font-weight: bold;	
}

h2{
	color: #003366;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 0.5em;
	background: transparent;
	float: none;
	height: auto;
}

h3{
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 0.5em;
	background: transparent;
	float: none;
}


#main ul.tab-toggle-bar{
	background: transparent url(../../img/tabbedResG.gif) repeat-x right bottom;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

.tab-toggle-bar li{
	background: #dddddd url(../../img/tabbedResG.gif) repeat-x 0 103%;
	display: inline;
	margin: 0;
	padding: 0;
}

.tab-toggle-bar .tab-current{
	background: #f2f2f2;
	border-top: 1px solid #dddddd;
}

.tab-toggle-bar li a{
	font-size: 0.9em;
	color: #333333;
	background: #dddddd;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0.8em;
}

.tab-container{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0; 
	margin: -1px 0 0 0;
	background: #ffffff;
	width: 100%;
	display: block;
	list-style-type: none;
}

.tab-container fieldset{
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #cccccc;
	text-align: center;
}

.tab-container legend{
	font-weight: bold;
	padding: 0 0.5em;
}
	
.tab{
	padding : 1.5em 1.0em 1.0em 1.0em;
	background: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	
}

.latestCom{
	width: 70%;
	padding: 0 1.0em;
}

.articleIntro h1{
	background: transparent;
	font-size: 1.1em;
	float: none;
	height: auto;
	margin: 0.5em 0;
}

table.generic{
	border: 1px solid #cccccc;
	font-size: 0.9em;
}

table.generic td, table.generic th{
	border: 1px solid #cccccc;
	padding: 0.2em;
}

table.generic th{
	text-align: center;
}

table.generic caption{
	font-weight: bold;
}


