/* dichiarazioni generali */

body {
	margin: 0px;
	padding: 10px;
	background-image: url(../images/sfondino_home.gif);
	background-repeat: repeat-x;
	font: 12px/15px arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

table {
	font-size: 11px;
	line-height: 14px;
}

h1 {
	display: none;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}

h3 {
	margin: 10px 0px;
	padding: 4px 8px;
	background: #000000 url(../images/h3.png) no-repeat top left;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

h4 {
	margin: 10px 0px;
	padding: 4px 8px;
	background: #000000 url(../images/h4.png) no-repeat top left;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

p {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: justify;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
	width: 530px;
}

table td {
	margin: 0px;
	padding: 0px;
	border: none;
}

hr {
	display: none;
}

/* sezioni principali */

div#wrapper {
	margin: 0px auto;
	background: #f9f9f9 url(../images/wrapper.png) repeat-y top left;
	text-align: left;
	width: 760px;
}

div#header {
	background: #f9f9f9 url(../images/header.png) no-repeat top left;
	height: 170px;
}

div#main {
	position: relative;
	background: transparent url(../images/main.png) no-repeat top left;
	height: 1%;
}

div#main:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '.';
	height: 0px;
}

div#menu {
	float: left;
	width: 200px;
}

div#menu ul {
	margin: 20px 0px 0px 10px;
}

div#menu ul li {
	display: inline;
	float: left;
	margin: 0px 10px 8px;
}

div#menu ul li a, div#menu ul li span {
	display: block;
	padding: 4px 0px;
	font-weight: bold;
	text-align: center;
	width: 160px;
}

div#menu ul li a {
	background: transparent url(../images/menu_item_normal.png) no-repeat top left;
}

div#menu ul li a:hover {
	color: #000000;
}

div#menu ul li span {
	background: transparent url(../images/menu_item_active.png) no-repeat top left;
}

div#content {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 530px;
	min-height: 500px !important;
}

* html div#content {
	height: 500px;
}

div#content a {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
	font-style: normal;
	font-family: sans-serif;
}
div#content a:hover {
	color: red;
	text-decoration: underline;
}

div#bubble {
	position: absolute;
	overflow: hidden;
	top: -161px;
	left: 90px;
	background: transparent url(../images/bubble.gif) no-repeat top left;
	width: 380px;
	height: 105px;
}

div#bubble h2 {
	display: none;
}

div#bubble h3 {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent none;
}

div#bubble p {
	position: absolute;
	top: 35px;
	left: 10px;
	margin: 0px;
	color: #000000;
	text-align: left;
	width: 330px;
}

div#shinystat {
	position: absolute;
	top: -50px;
	left: 46px;
	background: #000000 url(../images/shinystat.png) no-repeat top left;
	width: 108px;
	height: 50px;
}

div#shinystat img {
	display: block;
	margin: 4px;
}

div#footer {
	position: relative;
	padding: 31px 18px 5px;
	background: #FFFFFF url(../images/footer.png) no-repeat top left;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
}

div#footer span#fasi a, div#footer span#fasi a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;} 

div#footer span#fasi a:over {
	color: #000;
	text-decoration: none;
	font-weight: bold;	}

div#footer span#credits {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 31px 18px 5px;
}

/* classi */

p.date {
	font-size: 11px;
	line-height: 14px;
	color: #AAAAAA;
	text-align: right;
}

ul.list {
	margin: 10px 0px 0px 10px;
}

ul.list li {
	padding: 0px 0px 0px 15px;
	background: transparent url(../images/bullet.png) no-repeat top left;
}

table.grido {
	margin: 10px 0px 0px;
	border: 1px solid #CCCCCC;
	background-color:  #000;
}
table.grid {
	margin: 10px 0px 0px;
	border: 1px solid #CCCCCC;
}
table.grido td {
	padding: 2px 4px;
	border: 1px solid #ccc;
}
table.grid td {
	padding: 2px 4px;
	border: 1px solid #555;
}

span.organization {
	display: block;
	margin: 20px 0px 0px 300px;
	color: #FF2A0C;
	text-align: center;
	width: 200px;
}

div.competition {
	margin: 0px 0px 4px;
}

div.competition a {
	text-decoration: none;
}

div.competition a:hover {
	color: #fff;
	text-decoration: underline;
}

div.info {
	position: relative;
	margin: 0px 0px 4px;
}

div.info span {
	position: absolute;
	top: 0px;
	left: 100px;
}

div.image {
	text-align: center;
}

div.image p {
	margin: 10px 100px 0px;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
}

div.image img {
	margin: 10px auto 0px;
	display: block;
}