/** Main blocks and floats */
body {
    text-align: center;
    margin: 0; /* to avoid margins */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Pulsanti{
				text-align: center;	
				float:left;
				left: 10px;
				border-style: solid;
        background-color: rgb(240,240,240);
        padding: 10px 5px 10px 5px;
    	  min-width: 75px;
    		max-width: 200px;       
        border-width: 1px;					
			  border-color:#00AA00; 
	  		border-radius: 10px;
}

.PulsantiPiccoli{
				text-align: center;
				float:right;
				border-style: solid;
        background-color: rgb(240,240,240);
        padding: 7px 0px 7px 0px;
    	  min-width: 75px;
    		max-width: 200px;
    		height: 14px;       
        border-width: 1px;					
			  border-color:#00AA00; 
	  		border-radius: 7px;
}

.helpForm{
	display: none;
	background-color: rgb(240,240,240);
	border-radius: 10px;
	min-height: 150px;
	max-height: 250px;
	padding: 10px;
}

.helpFormSmall{
	display: none;
	background-color: rgb(240,240,240);
	border-radius: 10px;
	min-height: 30px;
	max-height: 150px;
	padding: 10px;
}

div#PopUpAssistenzaTecnica{
		display: none; 
		position: absolute; 
		top:10px;
		left:25px;
		width:850px;
		padding: 10px;
		background-color:#eeeeee;  
		border-style: solid;
	  border-width: 5px;
	  border-color:#007700; 
	  border-radius: 10px;
}	    	
	    	
div#logoAmga{
		height: auto;
		margin: 0;
		padding: 0;
		width: 950px; 

}

div#wrapper {
    position:relative;
    min-width: 760px;
    max-width: 960px;
    width: auto !important;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#top{
	margin-top: 3px;
}

.hidden {
    font-size:0.1em;
    height:1px;
    line-height:0.1em;
    margin:0pt;
    padding:0pt;
    position:absolute;
    top:-10000px;
    width:1px;
}

.clr {
    clear: both;
}

div.padding {
    padding: 0.5em;
}


.top-band{
  position:relative;
  height:30px;
  overflow:hidden;
  border-bottom: 1px solid #979ba1;
}

.header-band{
  width: 100%;
  position:relative;
  height:80px;
}

.broadband{
  width: 100%;
  height:30px;
  background: transparent url('../images/broadband.gif') repeat-x;
}

.top-left, .header-left{
  width: 70%;
  float:left;
}

.top-right, .header-right{
  width: 29%;
  float:right;
}

.logo{
  width: 77%;
  height:61px;
  float:left;padding:0;
}

div#searchbox {
	padding: 0px;
	margin: 0px;
	border-left: solid 0px #fff; /*	#CBE0E4	*/
	float: right;
}

div#sidebar-left {
    float: left;
    width: 22%;
    overflow: hidden;
	margin-right: 2%;
}

div#sidebar-right {
    float: right;
    width: 25%;
    overflow: hidden;
	margin-left: 1%;
}

div#main-1 {
	overflow:hidden;
	width:100%;
}

div#main-2 {
	float:left;
	overflow:hidden;
	width:75%;
}

div#main-3 {
    float: left;
    width: 50%;
    overflow: hidden;
}

div#user12 {
    float: left;
    width: 100%;
}
div#accessibility-links {
    text-align:right;
	margin-right: 3px;
	/*margin-top: 10px;*/
	font-family: Trebuchet Ms,Verdana, sans-serif;
}

div#menu-top {
    text-align: center;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #979ba1;
	border-top: 1px solid #979ba1;
	
}

div#menu-top .padding, div#menu-top .padding .moduletable {
    margin: 0;
	padding: 0;
	
}

ul#mainlevel-nav
, ul.menu-nav{
    margin: 0px; /* -2 ? */
	padding: 0px;
	font-family: Trebuchet Ms,Verdana, sans-serif;
}

ul#mainlevel-nav li
, ul.menu-nav li {
    list-style-type: none;
    display: inline;
    margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 5px;
	line-height: 30px;
	
}

div#footer {
    clear: both;
}


div#banner .padding{
    padding:0;
    text-align:center;
}

div.article_column {
    float: left;
    overflow:hidden;
}

div.column_separator {
    float:right;
}

.blog div {
    /*width: 100%;*/
}

div#pathway{
	margin: 5px;
}

#banner {
	overflow: hidden;
	height: 267px;
}

.moduletable-banner a img, .maincomponent a img {
	border: none;
}

.moduletable-banner a{
	margin:0; padding:0;
}

div.maincomponent ul,
div.maincomponent ul,
div.maincomponent address,
div.maincomponent blockquote,
div.maincomponent form,
div.maincomponent label,
div.maincomponent ul,
div.maincomponent ol,
div.maincomponent dl,
div.maincomponent fieldset {
	padding-left: 1em;
}


/* stile immagini contenuto*/

.imgdx {

	border: 1px solid #CCC;
        margin-left:10px;
        margin-top:5px;
        margin-bottom:5px;
        float:right;

}
.imgsx {

	border: 1px solid #CCC;
        margin-right:10px;
        margin-top:5px;
        margin-bottom:5px;
        float:left;

}
.lk_pdf {
	background-image: url(../../../images/icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position: -5px;
		padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lk_word {
	background-image: url(../../../images/icon_doc.jpg);
	background-repeat: no-repeat;
	background-position: -5px;
		padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}