html, body {
    font-family: arial;
    margin-bottom: 0px;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
}



a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}


h1 {
    color: #993300;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #993300;
    font-weight: normal;
    font-size: 32px;
    padding-top: 100px
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
    padding: 2px 2px 2px 0;
}
textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
    resize:none;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}




/* TABLES */

table {

    border: 1px solid #ccc;
    width: 100%;
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;

}

th {

    background: #F4F059;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}


#div_applicazione{
  margin: 1%;
  width: 98%;
  font: 11px/12px verdana,arial,helvetica,sans-serif;
}

/* Header */



#header {
    border: 0;
    width: 100%;
    height: 100px;

}

#header_rg{
    text-align: right;
    padding: 5px 6px;
    margin-left: 40%;
	height: 100px;
	 background: transparent url(../../skin/images/banner.png) 5px 50% no-repeat; 
  	background-position: right top;
}

#header_lf {
    padding: 5px 6px;
    width: 40%;
    float: left;
    height: 100px;
	background: transparent url(../../skin/images/logo.png) 5px 50% no-repeat; 
  	background-position:left top;


}



/* Toolbar */
#toolbar{
    border: 0;
    width: 100%;
    height: 25px;
    background: url("../images/skin/shadow.jpg") repeat-x scroll center bottom #FFFFFF;}

#toolbar_content {
    border: none;
}

/*#toolbar:before {
    content: "\a0";
    float: left;
    width: 5px;
    height: 24px;
    background: transparent  url(../../skin/images/angolo_arancio_tl.gif) no-repeat bottom left;
}*/


/* Contenuto */

#content {
    margin-top:15px;
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
}


#bodycontent{
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}


/* Menu principale*/

div.menuplusanti {
    background-image: url(../../skin/images/menuButton1.png);
    background-repeat: no-repeat;
    height:19px;
    padding-top: 6px;
    padding-left: 9px;
    margin-bottom: 1px;

}


a.menu_sx:link, a.menu_sx:visited, a.menu_sx:hover {
    cursor: pointer;
    border-bottom: none;
    font-family: verdana;
    font-size: 11px;
}

a.menu_sx {
    color: black;
}




/* Footer */
#footer {
    clear: left;
    width: 100%;
     background: url("../images/skin/shadow.jpg") repeat-x scroll center bottom #FFFFFF;
    height: 20px;
}

#footer_content {
    height: 20px;
    width: 99%;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
    /*	font-size: 10px;
	font-family: Verdana,Helvetica;*/
}

.alignment{
    text-align: center;

}




 .sfondohome {
     width: 100%;

}

.sfondohome table{
   border:0px;
   text-align: center;
}

/*MENU*/

 .buttonLink {
             background-color: #D9D9D9;
             color:#FFFFFF;
             font:12px Verdana;
             height: 25px;
             width:250px;
             text-align: center;
             margin: 0 0;
             padding:3px 9px 4px 9px;
             font-weight:bold;
 }

 .buttonLink a{
    cursor: pointer;
    border-bottom: none;
    font-family: verdana;
    font-size: 11px;
    color:black;
}

 .buttonLink a:hover{
    color:#000000;
}

input.buttonLink{
  cursor: pointer;
  color:#FFFFFF;
}

input.buttonLink:hover{
      color:#000000;
}


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}




