/* CSS Document */

html,body{
  margin: 0px;
  padding:0px;
}
body{font-family: "Verdana", "Arial", sans serif;font-size: 76%;text-align: center;background-color: #F7F8E8;}

div#container{
	position:absolute;
	width: 100%; /*980px;*/
	margin: 0px auto;
	padding-top: 0px;
/*	border-left: 2px solid #36c;
	border-right: 2px solid #36c;
	border: 3px ridge #CCCCCC;  */
	background-color: #F7F8E8;
	top: 0px;
	left: 0px;
}

/******* HEADER *************/
div#header
{
  background-color:#D7D0C6;

  background-image: url(img/headerBKB.gif);
  background-repeat: repeat-x;
  color: #000000;
  height: 85px;
  padding-left: 0px;
  padding-top: 0px;
  border: none;

  background-position: left 0px;
}

div#header a
{
  text-decoration: none;

}

div#headerLogo li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	margin-top:1px;
	width: auto;
}
div#headerLogo li a
{
  background-image: url(img/logoB.png);
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
  height: 60px;
  width: 370px;
  display: block;
  text-align: left;
}

div#headerLogo ul
{
  padding: 0px 0px 0px 3px;
  margin: 0px;
  float:left;
}

div#headerSideLogo
{
  padding: 0;
  margin: 0;
  float: right;
  width: 140px;
  height: 70px;
}
div#headerSideLogo a
{
  text-decoration: none;
}
div#headerSideLogo img
{
  border: 0px;
  text-decoration: none;
}

div#NavHeader
{
	padding: 0px;
	height: 25px;
	width: auto;
	position: absolute;
	float: left;
	left: 8px;
	top: 70px;
}
div#NavHeader ul.MenuBarHorizontal
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
}
div#NavHeader ul.MenuBarHorizontal li
{
	margin: 0;
	margin-right: 1px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 115px;
	float: left;
	border: 2px;
	border-bottom-color: #236882;
	border-right-color: #236882;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #9cbdc7;
	border-left-color: #9cbdc7;
	background-color: #f7f7da;
}

div#NavHeader ul.MenuBarHorizontal li.listAttiva
{
	background-color: #95b8c2;
}
div#NavHeader ul.MenuBarHorizontal li.listHover
{
	background-color: #99cccc;
}
div#NavHeader ul.MenuBarHorizontal li.listBase
{
	background-color: #f7f7da;
}
div#NavHeader  ul.MenuBarHorizontal li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	text-transform: capitalize;
	text-decoration: none;

}

div#NavHeader  a
{
	display:block;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 115px;
	float: left;
	border: 2px;
	border-bottom-color: #236882;
	border-right-color: #236882;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #9cbdc7;
	border-left-color: #9cbdc7;
	background-color: #f7f7da;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#NavHeader  a:hover
{
	background-color:#99cccc;
}
div#NavHeader  a.listAttiva
{
	background-color:#95b8c2;
}
/******* NAVIGATION *************/
div#navigation
{
	top: 110px;
	left: 8px;
	width: 190px;
	background-color:#F7F8E8;
	position:absolute;
	padding-top:15px;
	padding-left:0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	border: none;
}

div#navigation ul.MenuBarVertical
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
}
div#navigation ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-bottom: 1px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 195px;
	height:20px;
	float: left;
	border: 2px;
	border-bottom-color: #236882;
	border-right-color: #236882;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #9cbdc7;
	border-left-color: #9cbdc7;
	background-color: #f7f7da;
	vertical-align: baseline;
}

div#navigation ul.MenuBarVertical li.listAttiva
{
  background-color: #FFD3A8;
}

div#navigation ul.MenuBarVertical li.listHover
{
	background-color: #FFFF80;
}
div#navigation ul.MenuBarVertical li.listBase
{
	background-color: #f7f7da;
}


div#navigation  ul.MenuBarVertical li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	text-transform: capitalize;
	text-decoration: none;


}

div#navigation  a
{
	display:block;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-bottom: 1px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 195px;
	height:20px;
	float: left;
	border: 2px;
	border-bottom-color: #236882;
	border-right-color: #236882;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #9cbdc7;
	border-left-color: #9cbdc7;
	background-color: #f7f7da;
	vertical-align: baseline;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#navigation  a:hover
{
	background-color:#FFFF80;
}
div#navigation  a.listAttiva
{
	background-color:#FFD3A8;
}

/******* CONTENT *************/


div#content
{
  background-color: #F7F8E8;
  margin-left:210px;
  margin-bottom:0px;
  text-align: justify;
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1.2em;
  padding-top: 15px;
  padding-right: 1em;
  padding-left: 5px;
  padding-bottom: 1px;
}

div#content a
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
  color: #000080;
}

div#content a:link
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
}
div#content a:hover
{
  text-decoration: underline;
  color: #FFFFCC;
  background-color: #000080;
  /*border: 1px outset;*/
}

div#content a:active
{
  text-decoration: none;
  color: #FFFF33;
  background-color: #000080;
  border: 1px inset;
}

div#content  img
{
	border:0px;
}

div#content table
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Verdana", "Arial", sans serif;
	font-size: 1em;
	text-align: left;
}

div#content form
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-family: "Verdana", "Arial", sans serif;
  font-size: 0.8em;
}
div#content input
{
  background-color: #f6f6f7;
  border-top: 1px groove #666666;
  border-right: 1px groove #000000;
  border-bottom: 1px groove #000000;
  border-left: 1px groove #666666;
  font-family: Verdana, sans-serif;
  color: #0055AA;
  font-size: 1em;
}
div#content textarea
{
  background-color: #f6f6f7;
  border-top: 1px groove #666666;
  border-right: 1px groove #000000;
  border-bottom: 1px groove #000000;
  border-left: 1px groove #666666;
  font-family: Verdana, sans-serif;
  color: #0055AA;
  font-size: 1em;
}
div#content select
{
  background-color: #f6f6f7;
  border-top: 1px groove #666666;
  border-right: 1px groove #000000;
  border-bottom: 1px groove #000000;
  border-left: 1px groove #666666;
  font-family: Verdana, sans-serif;
  color: #0055AA;
  font-size: 0.98em;
}

div#content .titoli
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-family: Verdana, Arial, sans serif;
  font-size: 1.2em;
  color: #0055AA;
}
div#content H1
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-family: Verdana, Arial, sans serif;
  font-size: 1.2em;
  color: #0055AA;
}
div#content H2
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-family: Verdana, Arial, sans serif;
  font-size: 1.0em;
  color: #0055AA;
  text-decoration: underline;
}
div#content P
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333333;
  line-height: 1.5;
  text-align: left;
}
div#content P.indirizzo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 110%;
	text-align: left;
}

div#content P.note
{
  font-size: 0.9em;
  line-height: 110%;
}
div#content UL
{
	line-height: 125%;
	font-size: 0.95em;
	margin: 4px;

}

div#content .DataTable
{
  background-color: #f6f6f7;
}
/******* FOOTER *************/

div#footer
{
	text-align:center;
	height:40px;
	background-color: #F7F8E8;
	/* background-image: url(img/footerBKB.gif); */
	background-repeat: repeat-x;
	font-size: 0.8em;
	background-position: left bottom;
}


div#footer a
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 0.8em;
  text-decoration: none;
  color: #000080;
}

div#footer a:link
{
  font-family: "Verdana", "Arial", sans serif;
  font-size: 1em;
  text-decoration: none;
}
div#footer a:hover
{
  text-decoration: underline;
  color: #FFFFCC;
  background-color: #000080;
  border: 1px outset;
}

div#footer a:active
{
  text-decoration: none;
  color: #FFFF33;
  background-color: #000080;
  border: 1px inset;
}

/* ****** CLASS *************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



