/* CSS Document */
HTML{
	margin:0;
	padding:0;
}


BODY{
	font-family: Arial, Verdana,  Helvetica, sans-serif; 
	font-size: 12px; 
	color:#000000;
	background-color:#EEE;
	text-align:center;
	margin-top:0;
	background-image:url(../images/main_bg.jpg);
}

#main{
	width:780px;
	margin:0 auto;
}

.menu_up{
	margin:0;
	padding:2px;
	background-image:url(../images/menu_up.gif);
	font-weight:bold;
	color:#FFEBCD;
	border-left:1px solid #2E3F4F;
	background-color:#DEDEDE;
}

.link_sup{
	background-color:#336699;
	margin:0;
	padding:1px;
	color:#FFEBCD;
	font-weight:bold;
}

.menu_up A{
	color:#DDDCDA;
}

/***** MENU_SX ********/

#menu_sx{
	margin:0;
	padding:0;
	background-color:#F0F0F0;
	width:190px;	
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}

#menu_sx UL{
	margin:0;
	padding:0;
}

#menu_sx UL LI{
	border:1px solid #999999;
	padding:2px;
	padding-left:22px;
	padding-right:0;
	margin:3px;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu_sx UL LI A{
	color:#252525;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

/*********************/


.menu_up A:hover{
	color:#FFEBCD;
}

.link_sup A,.menu_up A{
	padding:5px;
	text-transform:capitalize;
}

IMG{
	margin-bottom:0;
}
A IMG{
	border:0;
}

#layer1{
	background-color:#FFFFFF;
	border-right:1px solid #2E3F4F;
	border-left:1px solid #2E3F4F;
	margin:0;
	padding:0;
	text-align:left;
}

#layer2{
	background-image:url(../images/menu_layer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	border-right:1px solid #2E3F4F;
	border-left:1px solid #2E3F4F;
	border-bottom:0;
	margin:0;
	padding:0;
	padding-top:20px;
	text-align:left;
}

H1{
	color:#336699;
	font-size:16px;
	background-image:url(../images/w.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	height:30px;
	line-height:30px;
}

H2{
	font-size:11px;	
}

H3{
	font-size:12px;
}

H6{
	color:#FFEBCD;
}

P{
	padding:4px;
	font-size:12px;
	text-align:justify;
}

UL{
	list-style:none;
	margin:3px;
	padding:0;
}

A{
	color:#336699;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.link_sup A{
	color:#FFEBCD;
}

.link A{
	color:#336699;
	padding-left:3px;
}

SPAN{
	font-weight:bold;
	font-size:14px;
}

SELECT{
 text-transform:lowercase;
 text-transform:capitalize;
 font-size:10px;
 width:300px;
}

#divRisultato{	
	margin-top:6px;
	width:300px;
	text-align:center;
	padding:8px;
	font-size:14px;
}

.cerca{
	margin:0;
	padding:5px;
	background-color:#62718E;	
	border-bottom:5px solid #000000;
}
/*Variazione alla classe cerca*/
.bigC{
	border:2px solid #000000;
	border-bottom:12px solid #000000;
	border-top:0;
	background-position:bottom left;
	background-repeat:no-repeat;
}

.boxTitle{
	display:block;
	background-color:#62718E;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:2px;
	padding-top:5px;
	padding-left:10px;
	margin:0;
	font-size:12px;
	background-image:url(../images/arrow-little.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

/*Variazione alla classe boxTitle*/
.bigT{
	border:2px solid #000000;
	border-bottom:0px;
}

#cercaForm{
	height:30px;
	line-height:30px;
	padding-left:20px;
}

#cercaForm INPUT{
	vertical-align:middle;
	line-height:30px;
}

label{
	display: block;
	width: 65px;
	float: left;
	margin-bottom: 10px;
	font-weight:bold;
	padding-left:10px;
}

#abicab{
	padding:2px;
	background-image:url(../images/im.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#abicab P{
	width:160px;
}

#abicab_form{
	background-color:#62718E;	
	border:1px solid #000000;
	border-bottom:10px solid #000000;
	padding:5px;
	color:#F0F0F0;
}

#footer{
	background-color:#FFFFFF;
	border-left:1px solid #2E3F4F;
	border-right:1px solid #2E3F4F;
	border-bottom:1px solid #2E3F4F;
}

#footer_menu{
	background-image:url(../images/menu_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0;
	padding:0;
	height:20px;
	line-height:20px;
	text-align:right;
	color:#FFFFFF;
}

#footer_menu A{
	color:#F0F0F0;
	text-decoration:none;
}

#content{
	padding:10px;
}

/**** SUCKERDIV ****/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 220px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color:#F0F0F0;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
	color: black;
}

/*.suckerdiv ul li a:hover{
	background-color:yellow
}*/

.suckerdiv .subfolderstyle{
	background: url(../images/arrow_list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


	.SuggestFramework_List
	{
		border-top: 0;
		boreder-bottom:5px solid #000;
	}
	
	.SuggestFramework_Heading
	{
		padding: 0 1px 0 1px;
		background-color: #CCCCCC;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.SuggestFramework_Highlighted
	{
		padding: 0 1px 0 1px;
		background-color: Highlight;
		color: HighlightText;
	}
	
	.SuggestFramework_Normal
	{
		padding: 0 1px 0 1px;
		background-color: #62718E;
		color: #FFFFFF;
		border-bottom:1px solid #CCC;
		height:15px;
	}
	
	.SuggestFramework_Combo
	{
		width: 100%; 
		margin: 0; 
		padding: 0;
	}

