body#main {
    background-color: #FF9C00;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height:1.25em;
    color: #804000;
    margin: 0;
    padding: 2em 0 2em 0;
}

.prjlogo {
    margin-left: 18px;
    margin-bottom: 20px;
}

body#mbox {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height:1.25em;
    color: #804000;
    padding: 0;
    margin: 0;
}
img {
    border: 0;
}

abbr, acronym {
    border-bottom: 1px dotted;
}

a {
    color: #ee2000;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: #ff6000;
    background-color: transparent;
}

ul.header {
    /*width: 50%;*/
    background-color: #FFBB00;
    color: #990000;
    /*text-align: right;*/
    padding: 0 10px 2px 10px;
    border-bottom: 1px solid #FF6000;
    font-weight: bold;
    left: 0;
    top: 0;
    position: absolute;
    margin: 0 0 0 0;
}

ul.header li {
    margin: 0;
    padding: 0;
    display: inline;
    font-weight: normal;
}

ul.header li:before {
    content: ' ';
}
ul.header li:first-child:before {
    content: ' ';
}

/* stile testo contenuto nella barra in alto */
ul.header a {
    text-decoration: none;

    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height:1.25em;

    color: #aa0000;
    /* background scritte */
    background-color: transparent;
    font-weight: bold;
}
ul.header .active a  {
    color: #ff6000;
    background-color: transparent;
}
ul.header a:hover {
    color: #ff6000;
}
.footer {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    /*color: #5a5a5a;*/
    color: #ff6000;
}
.footer a {
    /*color: #777777;*/
    color: #cc6000;
    background-color: transparent;
    text-decoration: underline;
}
.footer a:hover {
    color: #ff6000;
    background-color: transparent;
}


h1 {
    text-align: center;
    padding-left: 8%;
    margin-top: 1em;
    color: #000000;
    background-color: #ddeeff;
    font-size: x-large;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    clear: both;
}

/*h2:before {
    content: counter(heading2) '. ';
} */

h2 {
    margin-left: 30px;
    margin-top: 1em;
    color: #000000;
    font-size: large;
    /*clear: both;*/
}
h3 {
    /*padding-left: 10%;*/
    padding-top: 3em;
    margin-top: 1em;
    color: #990000;
    font-size: medium;
    /*clear: both;*/
}
h4 {
    margin-left: 30px;
    padding-top: 0em;
    margin-top: 0em;
    font-size: small;
}

/*h3:before {
    content: counter(heading2) '.' counter(heading3) '. ';
} */

h5 {
    padding: 3em 0 0 0;
    margin: 10px 5% 2px 5%;
    font-weight: bold;
    color: #000099;
    background-color: #ffffff;
/*    counter-increment: heading4; */
}

/* h4:before {
    content: counter(heading2) '.' counter(heading3) '.' counter(heading4) '. ';
} 

h5 {
    counter-increment: heading5;
}

h5:before {
    content: counter(heading2) '.' counter(heading3) '.' counter(heading4) counter(heading5,lower-alpha);
} */

P {
    margin: 2px 5% 1em 5%;
}

/*UL {
     margin: 2px 5% 2px 5%;
 }*/

pre {
    margin: 1em 5% 1em 5%;
    border: 1px solid silver;
    color: #000000;
    background-color: #eeeeee;
    padding: 0.5em;
}

.important {
    color: #bb0000;
    background-color: #ffeeee;
    padding: 0 0.5em 0 0.5em;
}

p.footnote {
    margin: 0 5% 2px 7%;
    padding-top: 3em;
}

p.footnote:first-line {
    margin-left: -2%;
}

div#mainsearchbox {
  font-size: medium;
  font-weight: bold;
  color: #333333;
  text-align: center;
  background: url(../img/yellow_blend.png) repeat-x;
  width:640px;
  height:40px;
  padding:4px 0 4px 7px;
}

div#mainsearchbox a {
    text-decoration: none;
    color: #990000;
}

div#mainsearchbox a:hover {
    color: #ff6000;
    background-color: transparent;
}
div#mainsearchbox input {
	margin: 10px 10px 0 0;
	padding: 0 0 0 0;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.instruction {
	/*background: url(img/box.gif) 100% 100% no-repeat;*/
        background-color: transparent;
        color: #444444;
	/* padding top right bottom left */
	padding: 20px 0px 10px 20px;
  	border-top: 3px solid #FF6000;
  	border-bottom: 3px solid #FF6000;
}
.widebody {
	float: center; /* WRONG */
	width: 90%;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
	/*margin-right: 20px;*/
}
.narrowbody {
	float: left;
	width: 60%;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
	/*margin-right: 20px;*/
}
.title {
	margin-top: 0em;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: large;
	font-weight: bold;
	color: #800000;
}
.subtitle {
        padding-top: 0em;
        margin-top: 0em;
        margin-bottom: 20px;
        font-size: small;
        font-weight: normal;
        color: #804000;
}
.smalltitle {
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: small;
	font-weight: bold;
	color: #800000;
}
form {
	background-color: #eeeeee;
	/* padding top right bottom left */
	padding: 20px 20px 10px 20px;
  	border-left: 1px solid #FF6000;
  	border-right: 1px solid #FF6000;
  	border-top: 1px solid #FF6000;
  	border-bottom: 1px solid #FF6000;
	font-weight:bold;
        color: #804000;
}
form#mbox {
	padding: 0;
  	border: 0;
	font-weight:bold;
        color: #804000;
}
form input {
        background-color: #FFBB00;
	border: 1px solid #FF6000;
	font-size: 14px;
        margin: 0 3px 0 0;
}
form#mbox input {
        background-color: #ffffff;
	border: 1px solid #aaaaaa;
}
form textarea {
        background-color: #FFBB00;
	border: 1px solid #FF6000;
	font-size: 14px;
        margin: 0 3px 0 0;
}
form P {
        margin: 10px 0 3px 0;
	font-size: 14px;
}
form .mysubmit {
	font-size: 150%;
        margin-top: 10px;
        margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #990000;
}
form .error {
	font-size: small;
	font-weight: bold;
        margin: 0 0 0 0;
        color: #990000;
	background-color: transparent;
}

.side-right {
	float: right;
	width: 30%;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;

	/*background: url(img/box.gif) 100% 100% no-repeat;*/
        background-color: transparent;
        color: #444444;
	/* padding top right bottom left */
	padding: 20px 0px 10px 20px;
  	border-top: 3px solid #FF6000;
  	border-bottom: 3px solid #FF6000;
	font-size: small;
}
.side-right .title {
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 0px;
	padding: 2px;
	font-size: medium;
	font-weight: bold;
	/*color: #eeeeee;*/
	color: #eeeeee;
	background-color: #ff6000;
}
.side-right UL {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	list-style-type: square;
	font-variant: small-caps;
	font-weight: bold;
}
.side-right UL LI {
	margin-bottom: 5px;
	color: #ffffff;
}
.form-note {
	font-size: 85%;
	color: #999999;
	margin: 0 0 0 0;
	display: block;
}
.error {
	float: left;
	width: 75%;
	margin-left: 20px;
	font-size: medium;
	font-weight: bold;
        color: #ff6000;
}
.warning {
	float: left;
	/*width: 75%;*/
	margin-left: 10px;

	font-weight: bold;
        /*color: #ff6000;*/

	font-size: small;
	font-weight: bold;
        color: #990000;
	background-color: transparent;
}


table.greystyle{background-color:#ffffff;border-spacing:0;border-collapse:collapse;margin:0;padding:0;}
table.greystyle th {background-color:#FFBB00;border:1px solid #FF6000;font-size:12px;color:#000000;padding:6px;}
table.greystyle td{border:1px solid #FF6000;border-collapse:collapse;padding:5px 5px;}
table.greystyle tr.odd{background-color:#e8e8e8;}
table.greystyle tr.even{background-color:#d4d4d4;}
table.greystyle a{color:#990000;text-decoration:none;}
table.greystyle a:hover{color:#ff6000;}

div#whitebox {
	background-color: #eeeeee;
	/* padding top right bottom left */
	padding: 20px 20px 20px 20px;
  	border-left: 1px solid #FF6000;
  	border-right: 1px solid #FF6000;
  	border-top: 1px solid #FF6000;
  	border-bottom: 1px solid #FF6000;
	/*font-weight:bold;*/
	font-weight: normal;
        /*color: #ff6000;*/
	color: #804000;
	/*color: #990000;*/
}
div#whitebox .subtitle {
	padding-top: 0em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: small;
	font-weight: bold;
	color: #804000;
}
div#whitebox a {
    color: #ff6000;
    background-color: none; /* WRONG */
    /*text-decoration: none;*/
}
div#whitebox a:hover {
    /*color: #ff2000;*/
    /*background-color: none;*/
    background-color: #FF9C00;
    color: #ffffff;
}
div#whitebox UL {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	/*font-variant: small-caps;*/
	font-weight: lighter;
}
div#whitebox UL LI {
	margin-bottom: 5px;
	/*color: #ffffff;*/
}

.delicious-tags { background-color: #000000; }
