html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
}



body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0.687em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-image: url(img/body_sfondo.png-);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #67333A;
}

select,input,textarea{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img.nobordo {
	border: none!important;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;

}

.hide {
	display: none;
}

hr {
	display: none;
}

a {
	color: #4B68A7;
	text-decoration: underline;
}

a:visited {
	color: #4B68A7;
	
}

a:hover {
	color: #4B68A7;
	
}


/* PAGINA */


#pagina {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/pagina_sfondo.png-);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	background-color: #FFFFFF;

}

.last {
	border: none!important;
}

/* HEADER */


#header {
	height: 158px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 984px;
	margin-right: 8px;
	margin-left: 8px;
	position: relative;
	background-color: #FFFFFF;
}

#header h1 {
	width: 164px;
	height: 128px;
	background-image: url(img/logo_iupac.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 28px;
	top: 0px;
}

#header h1 a {
	display: block;
	width: 164px;
	height: 128px;
	text-indent: -3000px;
}

#header ul#link  {
	height: 21px;
	width: 146px;
	position: absolute;
	top: 0px;
	right: 65px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header ul#link li {
	width: 70px;
	height: 21px;
	line-height: 20px;
	margin-right: 3px;
	background-color: #EBEBEB;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: center;
}

#header ul#link li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	width: 70px;
	height: 21px;
	display: block;	

}

#header ul#link li a:hover {
	background-color:#FFFFFF;
}


/* LATERALE */

#laterale {
	width: 214px;
	float: left;
	margin-left: 18px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	overflow: hidden;

}

/* MENU */

#laterale #menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #AEBEDB;
	width: 199px;
	margin-top: -1px;

}

#laterale #menu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 27px;
	width: 199px;

}

#laterale #menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 22px;
	width: 199px;
	height:27px;
	display: block;
	background-image: url(img/menu_freccia_ro.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: normal;
}

#laterale #menu li a:hover {
	background-position: 0px -27px;
	color: #D92C33;
	background-color: #FFFFFF;
}

#laterale #menu li.duerighe {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 19px;
	width: 199px;

}

#laterale #menu li.duerighe a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 22px;
	width: 199px;
	height:49px;
	display: block;
	background-image: url(img/menu_duerighe_freccia_ro.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-top: 5px;
	
}

#laterale #menu li.duerighe a:hover {
	background-position: 0px -54px;
	color: #D92C33;

}


#laterale #menu li a.off {
	background-position: 0px 0px;
	color: #5C7BBC;
	cursor: default;

}

#laterale #menu li a.off:hover {
	background-position: 0px 0px;
	color: #5C7BBC;
	cursor: default;
	background-color: #AEBEDB;

}



/* IUPAC */

#laterale .iupac h3 {
	text-indent: -3000px;
}


#laterale .iupac {
	width: 200px;
	height: 100px;
	background-image: url(img/laterale_iupac_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;

}

#laterale .iupac p {
	margin-bottom: 0px;
	text-indent: -3000px;
}


#laterale .iupac a {
	display:block;
	width: 200px;
	height: 100px;
	text-indent: -3000px;
	cursor: default;

}

#laterale .partner {
	height: 132px;
	width: 181px;
	background-image: url(img/partner_cornice.png);
	background-repeat: no-repeat;
	background-position: 0px 50;
	margin-left: 10px;
	margin-top: 20px;

}


#laterale .partner h3 {
	height: 17px;
	width: 172px;
	text-indent: -3000px;
	margin-left: 5px;
	padding-top: 9px;

}

#laterale .partner p {
	height: 82px;
	width: 172px;
	background-image: url(img/repubblica_italiana.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	text-align: center;
	padding-top: 80px;
	color: #666666;

}




/*  CONTENT */


#content {
	width: 714px;
	float: right;
	margin-right: 21px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	display: inline;

}


#content a {
	color: #4B68A7;
	text-decoration: underline;
	font-weight: bold;
	
}

#content a:visited {
	color: #4B68A7;
	
}

#content a:hover {
	color: #D92C33;
	
}

#content img {
	border: 5px solid #EFEFEF;
	margin-bottom: 15px;

}

#content img.home {
	float: right;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 10px;

}

#content img.sx {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: right;
	margin-top: 5px;

}

#content img.dx {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: left;
	margin-top: 5px;
	margin-right: 40px;
	display: inline;

}



#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D92C33;
	font-weight: normal;
	line-height: 32px;
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 12px;

}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3C3C3C;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: normal;

}

#content h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3C3C3C;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: normal;

}


#content p.intro {
	color: #3C3C3C;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 13px;

}

#content p.construction {
	width: 180px;
	text-align: center;
	background-image: url(img/construction_sfondo.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	line-height: 120px;
	padding-top: 30px;
	margin-left: 255px;
	margin-top: 50px;

}


#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C3C;
	line-height: 20px;
	margin-right: 40px;
	margin-bottom: 15px;
	font-weight: normal;

}

#content .location {
	width: 209px;
	float: left;
	margin-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	overflow: hidden;
	margin-bottom: 20px;
}

#content .location img {
	border: 2px solid #E7E7E7;
	margin-bottom: 10px;

}

#content .location p {
	line-height: 18px
}

#content .location h3 {
	margin-bottom: 5px;
}



#content .mappa-ferrara {
	background-color: #FFFFFF;
	border: 5px solid #EFEFEF;
	width: 670px;
	margin-bottom: 20px;
	clear: both;
	
}

#content #map_canvas {
	background-color: #FFFFFF;
	border: 5px solid #EFEFEF;
	width: 670px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
	
}



#content p.dida {
	font-size: 11px;
	text-align: right;
	color: #4C69A8;
	margin-right: 30px;
	margin-bottom: 12px;

}

#content ul {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
	margin-bottom: 15px;
	clear: left;
	margin-right: 40px;
	margin-top: 20px;

}

#content ul li {
	padding-left: 18px;
	position: relative;
	background-image: url(img/punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;

}

#content ul.elenco li {
	padding-left: 18px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 40px;

}


#content ul.elenco  li strong {
	font-weight: normal;
	display: inline;
	width: 460px;
}


#content ul.elenco  li em {
	font-style: normal;
	color: #8CA2CC;
	font-weight: normal;
	font-size: 13px;

}

#content .due-colonne {
	width: 337px;
	float: left;

}

#content .due-colonne ul li {
	margin-right: 10px;
}


#content #fees {
	border-collapse: collapse;
	border: 1px solid #E7E7E7;
	font-size: 13px;
	width: 560px;
	margin-bottom: 1.5em;
}

#content #fees tr {

}

#content #fees tr th {
	line-height: 30px;
	background-color: #CDD6E9;

}

#content #fees tr td {
	border: 1px solid #E7E7E7;
	padding: 5px;
	text-align: center;

}

#content #fees tr td.left {
	text-align: left;

}


#content #fees .col-sx {
	background-color: #F7F7F7;
	text-align: left;
	font-weight: bold;
	width: 170px;
	padding-left: 10px;

}

#content #fees .col-sx-lunga {
	background-color: #F7F7F7;
	text-align: left;
	font-weight: bold;
	width: 300px;
	padding-left: 10px;

}


/*   SUBMENU ****/


ul#submenu {
	width: 420px;
	overflow:hidden;
	position:absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin-left: -17px;
	margin-top: 0px;

}

ul#submenu li {
	background-image: url(none);
	float: left;
	margin: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;

}

ul#submenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4B68A7;
	text-decoration: none;
	font-weight: normal;

}

ul#submenu li a:hover {
	color: #C9C9C9;
	text-decoration: none;

}

/********** registration ************/



#content #registration {
	padding: 0px;
	padding-top: 10px;

}

#content #registration p {
	position: relative;
	padding: 0px;
	width: 562px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A7B7D8;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

#content #registration p.noborder {
	border: none;
}


#content #registration label {
	width: 250px;
	float: left;
	padding-right: 20px;

}

#content #registration label.bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


#content #registration .text {
	float: left;
	width: 280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-left-color: #F5F5F5;
	background-color: #F5F5F5;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
}

#content #registration .textarea {
	float: right;
	width: 285px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-left-color: #F5F5F5;
	background-color: #F5F5F5;
	padding-right: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
	overflow: auto;

}

#content #registration .checkbox {
	vertical-align: middle;

}

#content #registration .radio {
	vertical-align: middle;

}

#content #registration .disclaimer {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	border: 1px solid #C0C0C0;
	height: 82px;
	overflow: auto;
	background-color: #f7f7f7;
	width: 550px;

}


#content #registration .submit {
	float: right;
	background-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #999999;
	color: #666666;
	font-weight: bold;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 110px;*/

}






/*  FOOTER  */


#footer {
	clear: both;
	background-image: url(img/footer_sfondo.png);
	height: 120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	color: #4C69A8;
	background-color: #67333A;

}

#footer p {
	text-align: center;
	color: #FFFFFF;
	padding-top: 43px;
}

#footer p a {
	text-decoration: none;
	color: #FFFFFF;

}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

.clear {
	clear: both;
}
body.sponsors img {
	border: none!important;
}
