
/*Stadnard Box CSS*/

/*---Layout---*/







body {
    font-family : Arial;
  }

#corpo {
    position:relative;
    width:700px;
  }


#corpo-sinistra {
    left : 0;
    position : absolute;
    top : 0;
    width : 200px;
    height:400px;
    padding:3px;
  }


#corpo-destra {
	position:absolute;
	top:0;
	right:0;
	width:200px;
	height:400px;
	padding:3px;
	clear: both;
  }


#corpo-centro {
    top:0;
    margin:0px 210px 0px 210px;
    height:400px;
    padding:3px;
  }

#corpo-centro p {
	margin: 5px;
	padding: 5px;


  }

/*--- BOX ---*/





#box {
    background-color : #d3f0ff;
    border-bottom-color : #3568cf;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #3568cf;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #3568cf;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #3568cf;
    border-top-style : solid;
    border-top-width : 1px;
    margin-bottom : 15px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    font-family : Arial;
    font-size : 9pt;
    text-align:left;
    height:150px;
    overflow:auto;
  }

/*--- LISTA BOX ---*/




#box ul {
    padding:0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    font-family : Arial;
    font-size : 9pt;
    text-align:left;
    list-style:none;
  }


#box ul li {
    padding:0px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#box ul li.titoloList {
    background-color : #a3ebff;
    border-bottom-color : #91d9ff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-top-color : #91d9ff;
    border-top-style : solid;
    border-top-width : 1px;
    font-size : 10pt;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 5px;
    padding-bottom : 2px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 2px;
  }


#box ul li.descList {
    border-bottom-color : #91d9ff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding-bottom : 2px;
    padding-left : 10px;
    padding-right : 5px;
    padding-top : 2px;
    display:block;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }
#box ul li.descList:hover {
	background-color:#FFF1BF;
    border-bottom-color : #91d9ff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding-bottom : 2px;
    padding-left : 10px;
    padding-right : 5px;
    padding-top : 2px;
    display:block;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }
#box ul li.linkList {
    border-bottom-color : #91d9ff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding-bottom : 2px;
    padding-left : 10px;
    padding-right : 5px;
    padding-top : 2px;
    display:block;
    margin-bottom : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
	font-size : 9pt;
  }

/*--- TITOLO BOX ---*/


#TitleBox {
    text-align:left;
  }


#TitleBox span {
    background-color : #3568cf;
    background-image : url(../images/bgTitleBox.gif);
    background-position : bottom right;
    background-repeat : no-repeat;
    border-bottom-color : #3568cf;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #3568cf;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #3568cf;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #3568cf;
    border-top-style : solid;
    border-top-width : 1px;
    color : #ffffff;
    font-family : Arial;
    font-size : 12pt;
    font-weight:bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 2px;
    padding-right : 12px;
    padding-top : 2px;
  }
.miniTestoBox a.miniLink {
    font-size : 80%;

}

