/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #003366 url(images/back_all.gif);
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	overflow: -moz-scrollbars-vertical;
}

#content
{
	width: 868px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	height: 252px;
	width: 868px;
	
}

#menu
{
	width: 718px;
	height: 67px;
	padding-left: 150px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 113px;
	height: 45px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #7C7028;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	padding-top: 22px;
}

#menu a:hover {
	width: 113px;
	height: 45px;
	color: #343434;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}


.more
{
text-align: right;
}


#logo {
width: 848px;
float: right;
height: 168px;
text-align:  right;
padding-right: 20px;
padding-top: 20px;
background: url(images/header.jpg) no-repeat;	
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ACA05A;
}
#logo H2 a
{
font-size: 12px;
}

#main
{
background: #ffffff;
padding-top: 10px;
}

#left
{
	margin-left: 10px;
	width: 221px;
}

#lefth5
{
	width: 207px;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: auto;
	padding: 15px;
	left: 283px;
	top: auto;
	bottom: auto;
	right: auto;
	margin: auto;
}


#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 15px;
    background: url(images/small.gif) no-repeat left;
}

#left .title_back
{
background: url(images/title_back.gif) no-repeat;
padding: 10px;
}


#left a {
	color: #23609C;
}
#left a:visited {
	color: #23609C;
}

#left p
{
padding: 10px;
padding-left: 40px;
}


#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#right
{
float: right;
width: 620px;
padding-right: 10px;
}

#right .box
{
border: 1px solid #C9C9C9;
background: #F5F5F5;
padding: 10px;
margin-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

#right a
{
color: #B5AA6D;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
}

#right .date2 {
	margin: 5px;
	padding: 0px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #B5AA6D;
}
.date {
	text-align: right;
	color: #B5AA6D;
	font-size: 11px;
}

.date a {
	color: #23609C;
}


#footer {
	height: 39px;
	clear: both;
	padding-top: 20px;
	background: url(images/menu_r.gif) repeat-x;
	color: #000;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
p {
	padding: 5px 10px;
	color: #666;
}

#container {
	width: 868px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content2 {
    width: 220px;
	margin: 0 auto;
}

#wrap {
	width: 232px;
	overflow: hidden;
	background: #fff url("wrapbg.gif") repeat-y top left;
}

h3 {
	padding: 10px 0 11px 15px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #333333;
	text-decoration: none;
	width: 220px;
	font-weight: bold;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #fff url("accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 6px 0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 20px;
	font-size: 80%;
	font-weight: normal;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}

strong {
	font-weight:bold;
	text-align: left;
}

table
{
 cellpadding:4px;
 cellspacing:2px;

}

.titoli{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	
}
.NomeC{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	
}
.NormaleN{
	font-size: 13px;
	color: #000;
	text-align: left;
	
}
