/*STRUTTURA  DELLA PAGINA*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #130B58;
	font-family: Tahoma, Georgia, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #7392CC;
	height: 100%;
	text-align: center;
}

#principale {
	width: 836px;
	text-align: left;
	margin: auto;
	background-image: url(../_img/sf_pag.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#testata {
	margin: 0px;
	padding: 0px;
	width: 836px;
	height: 154px;
}

#banda-top {
	width: 800px;
	height: 8px;
	margin: auto;
	background: url(../_img/banda-top.jpg) top left no-repeat;
	clear: both;
}

#logo {
	width: 211px;
	height: 118px;
	float: left;
	background: url(../_img/logo-gt.jpg) top left no-repeat;
	clear: left;
}

#logo a {
	display: block;
	width: 211px;
	height: 118px;
}

#slogan {
	width: 445px;
	height: 118px;
	float: left;
	background: url(../_img/slogan.jpg) top left no-repeat;

}

#email {
	width: 180px;
	height: 118px;
	float: left;
	background: url(../_img/email.jpg) top left no-repeat;
}

#email a {
	width: 180px;
	height: 118px;
	display: block;
}

#banda-low {
	width: 800px;
	height: 28px;
	margin: auto;
	background: url(../_img/banda-low.jpg) top left no-repeat;
	clear: both;
}

#barra-colorata {
	margin: auto;
	width: 780px;
	text-align: center;
}

#contenuto { 
	text-align: justify;
	margin: auto;
	margin-top: 5px;
	width: 780px;
	padding: 5px;
	background-color: #fff;
	min-height: 350px;
	_height: 350px;
	}

#colonna-sx {
	width: 560px;
	float: left;
}

#colonna-dx {
	float: right;
	margin-top: 0;
	width: 210px;
}

#piede {
	background-color: #fff;
	border-top: 1px solid #005a95;
	clear: both;
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	line-height: 14px;
	margin: auto;
	padding: 5px 0 10px;
	text-align: center;
	width: 800px;
}



/*STILI DEL CONTENUTO*/

h1 {
	font-size: 14pt;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
	color: #FF6600;
}

h2 {
	font-size: 11pt;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FF6600;
}

h3 {
	font-size: 12pt;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FF6600;
}

h4 {
	font-size: 11pt;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FF6600;
}

a:link {
	color: #005A95;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #003355;
	text-decoration: underline;
}


input {
	font-size: 10px;
	text-decoration: none;
	font-family: Tahoma, Georgia, Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #005a95;
}

img {
	border: none;
}

#contenuto p {
	line-height: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#colonna-sx h2 {
	margin-left: 10px;
	margin-bottom: 10px;
}

#colonna-sx p {
	margin-left: 10px;
	margin-right: 10px;
}

#colonna-sx ul {
	list-style: outside;
}

#colonna-dx ul{
	list-style: outside;
}

div#piede p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#piede a {
	color: #005A95;
}

div#piede a:hover {
	color: #990000;
	}

div#piede a:visited {
	color: #005A95;
}

.centrato {
	text-align: center;
}

.centrato img {
	margin: 0 auto;
}

td {
	text-align: left;
}

.clr{
	clear: both;
}

.gt-logo{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	margin-top:10px;
}

.gt-sala{
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-top:10px;
}

.gt-giorgio {
	float: left;
	margin: 13px 20px 0px 20px !important;
}

.gt-data {
	color: #005A95;
	font-style: italic;
}

.registrati {
	margin-left: auto; 
	margin-right: auto;
}

.evento {
	font-style: italic;
	text-decoration: underline;
}

.medium {
	font-size: 110%;
}

.evidenza {
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	background: #FFFF00;
	padding: 5px;
	text-align: center;
	line-height: 25px;
	width: 100%;
}

.offerta {
	background-color: #F7F7F7;
	padding: 5px;
	text-align: left;
}

.offerta-dx {

}

.giornata {
	color: #003399;
	font-style: italic;
}

.piccolo {
	font-size: 80%;
}

.newsletter {
	background-color: #FFFFCC;
	padding: 5px;
	text-align: center;
}

.iscrizione {
	text-align: right;
	text-transform: uppercase;
	font-size: 105%;
	font-weight: bold;
	color: #01369F;
	padding: 5px;
}

.campo-form {
	border: solid 1px #01369F;
	width: 200px;
	font-size: 110%;
}

.centrato input {
	font-size: 120%;
}

.iscrizione-newsletter {
	text-align: right;
	text-transform: uppercase;
	font-size: 105%;
	font-weight: bold;
	color: #FF9900;
	padding: 5px;
}

.tab-iscrizione {
	background: #FFFFD1;
	border: dotted 1px #01369F;
}

.tab-iscrizione h4 {
	text-align: center;
}

.iscritti {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
}