.horbar {
	color: black;
	background-color: #FFFFE4;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}
.horbaritem a:active {
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

/*----- Tree Menu Section  ---------------------- */
.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.phplmnormal:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #726461;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

a.phplmselected:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}
body { color: #000;
       background-color: #eee;
       font-size: 11pt;
       font-family: Serif;
       margin: 10; }

td.nav     { color: #000000;
             background-color: #ccc;
             font-size: 10pt;
             text-align: center; }
td.header  { color: #000000;
             font-size: 10pt; }
td.label   { color: #000000;
             background-color: #ccccff;
             font-size: 10pt; }
td.body    { color: #000000;

             background-color: #ffffff;
             font-size: 10pt;}

td.bodyalt { color: #000000;
             background-color: #e9e9e9;
             font-size: 10pt;}
td.footer  { color: #000000;
             font-size: 10pt;}

a:link     { color: #A00000;
             text-decoration: none;
             font-size: 10pt; }
a:visited  { color: #A00000;
             text-decoration: none;
             font-size: 10pt; }
a:active   { color: #A00000;
             text-decoration: none;
             font-size: 10pt; }
a:hover    { color: #800000;
             text-decoration: none;
             font-size: 10pt;}




.good     { color: #0033FF;
             font-weight: bold }
.bad      { color: #CC3300;
             font-weight: bold }

div.heading { 
    color: #cc0000;
    padding: 2px; 
    text-align: left; 
    font-size: 20px; 
    font-weight: bold;  
    text-transform: capitalize;

margin-right:10px;
 
}
div.leftsidebar { 
    float: left; 
    width: 120px; 
    background-color: #EDF2F5;
    font-size: 12px; 
    padding: 7px; 
    border: 1px solid #64879d;
    color: #444444; 
}
div.thebody { 
    padding-left: 10px; 
    margin-left: 0px; 
    font-size: 10pt; 
}
div.bottom {
    background-color: #EDF2F5; 
    border: 1px solid #64879d;
    padding: 3px; 
    text-align: center;
    font-size: 11; 
}
p.title { 
    font-size: 14pt; 
    font-weight: bold; 
    margin: 0;
padding:0px;
background-color:#cc0000;
color:#fff;
}
p.smalltitle { 
    font-size: 12pt; 
    font-weight: bold; 
    margin: 0; 
margin-right:10px;
    padding: 4px; 
    text-transform: uppercase; 
}
.breadcrumbs {
    font-size: 8pt; 
    margin: 0; 
    padding: 2px 0 2px 0px; 
}
.breadcrumbs a { 
    font-size: 8pt; 
    text-transform: uppercase; 
}
p.sectionname { 
    font-weight: bold; 
    margin: 0;
}
.leftsidebar p.sectionname {
    padding-left: 15px;
}
.icons {
    text-align: center;
}

/* Menu */
.verbar {
    color: black;
    background-color: #eeeeee;
}
.horbar {
    color: #333;

       font-family: Serif;
    background-color: #dadada;
}


.submenu    {

       font-family: Serif;
    position: absolute;

    visibility: hidden;
}

.subframe   {

       font-family: Serif;
    position: relative;
    top:4px;
    left:0px;
    display: block;
    background-color: #dad8d9;
    border: 0px solid #64879d;
}

.item   {

       font-family: Serif;
    padding: 0px;
    text-align: left;
    white-space: nowrap;
}

.separator  {
    background-color: transparent;
    border-top: 1px solid #9e9a91;
    border-bottom: 1px solid #ffffff;
    margin: 2px 1px 2px 1px;    /* top right bottom left */
    height: 0;
    font-size: 1px;
    line-height: 0
}

.item a {

    color: #000000;
       font-family: Serif;
padding:2px;
font-weight:bold;
    position: relative;
    display: block;
    text-decoration: none;
}

.item a:link    {

       font-family: Serif;
padding:2px;
    color: #000000;
    text-decoration: none;
}

.item a:visited {    
    color: #000000;
padding:2px;

       font-family: Serif;
    text-decoration: none;
}

.item a:hover   {

       font-family: Serif;
    color: #ffffff;
padding:2px;
    background-color: #666;
    text-decoration: none;
}

.item a:active  {

       font-family: Serif;
    color: #cc0000;
    text-decoration: none;
}

.item .fwdarr   {
    position: absolute;
    top: 5px;
    right: 7px;
}
.horbaritem a{

       font-family: Serif;
padding:2px;
padding-bottom:3px;
	color: #000000;
	text-decoration: none;
} 
.horbaritem a:visited {
padding:2px;

       font-family: Serif;
padding-bottom:3px;
	color: #000000;
	text-decoration: none;
} 
.horbaritem a:link {
padding:2px;
padding-bottom:3px;
	color: #000000;
	text-decoration: none;
} 
.horbaritem a:hover {
padding:2px;

       font-family: Serif;
padding-bottom:3px;
	color: #ffffff;
        background-color:#999;
	text-decoration: none;
} 

#leftcontent {
	position: absolute;
	left:0px;
	top:51px;
	width:200px;
	background:#999;
	border:0px solid #000;
	border-top:0px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:0px dotted #000;

	}

#centercontent {
	background:#fff;
  margin-left: 200px;
  margin-right:400px;
	border:0px solid #000;
  voice-family: "\"}\"";
	voice-family: inherit;
  margin-left: 200px;
  margin-right:400px;
	}

html>body #centercontent {
  margin-left: 201px;
  margin-right:401px;
	}

#rightcontent {
	position: absolute;
	right:0px;
	top:51px;
	width:200px;
	background:#ccc;
	border:0px solid #000;
	border-top:0px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:0px dotted #000;

  }
#rightcontentbis {
	position: absolute;
	right:200px;
	top:51px;
	width:200px;
	background:#aaa;
	border:0px solid #000;
	border-top:0px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:0px dotted #000;

  }


#banner {
	background:#333;
	height:40px;
	border-top:1px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;

  voice-family: "\"}\"";
	voice-family: inherit;
	height:47px;
	}

html>body #banner {
	height:47px;
	}

#bottomcontent {
	background:#333;
  margin-left: 0px;
  margin-right:0px;
	border:0px solid #000;
  voice-family: "\"}\"";
	voice-family: inherit;
	border-top:1px dotted #000;
	border-right:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;

  margin-left: 0px;
  margin-right:0px;
	}

html>body #bottomcontent {
  margin-left: 0px;
  margin-right:0px;
	}

p,h1,pre {
	margin:0px 10px 10px 10px;
	}

h1 {
	font-size:20px;
	padding:0px;
	margin:0px;
	color:black;
	}
h2 {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#999;
	}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px
	}
img {
  border: 0;
  margin: 0px 0px 0px 0px;
}

h2.calendar-title  a{
font-size:16px;
color:#cc0000;
font-weight:bold;
}
div.calendar-date-from{
font-size:14px;
color:#000;
font-weight:bold;
padding-left:3px;
}
input{
	width : 300px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-color : #666666;
	font-size : 11px;
	font-family : serif;
	background : #fff;
}
input.submit
{
width : 300px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-color : #666666;
	font-size : 10px;
	font-family : serif;
	background : none;
}
.tabella{
background-color:#eee;
float:right;
margin:0px;
padding:0px;
}