HTML {
	overflow-y:scroll;
}

body {
	padding: 0px 0 0 0;
	margin: 0;
	font: .7em Tahoma, Arial, sans-serif;
	background: #fff url(images/bg.png) repeat-x;
	color: #454545;
}
a {
	color: #2F637A;
	background: inherit;
}
a:hover {
	color: #808080;
	background: inherit;
}
p {
	margin: 5px 0 5px 0;
}
h1 {
	font: bold 2.2em Arial, Sans-Serif;
	padding: 8px 0 0 0;
	margin: 0;
	letter-spacing: -1px;
}
h2 {
	margin: 0;
	padding: 0px 0px 0px 60px;
	font: bold 14pt Arial, Sans-Serif;
	letter-spacing: -1px;
	background: url(images/capo-punto.png) no-repeat left top;
}
h1 a, h2 a {
	color: #000;
	background: inherit;
	text-decoration: none;
}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
}
img {
	border: 0;
}
/* layout */
#content {
	margin: 5px auto;
	width: 980px;
}
#logo {
	margin: 0px 0 10px 0;
	background: url(images/logo.png) no-repeat left top;
	height: 45px;
	width: 980px;
}
#login {
	margin: 10px 0px 10px 0px;
	height: 62px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	color: #808080;
}
#slogan {
	color: #808080;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 350px;
	font-weight: bold;
}
#linkToHome {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#top_info {
	line-height: 27px;
	float: right;
	color: #808080;
	background: #fff;
	margin: 12px 5px 7px 0;
	text-align: right;
	height: 74px;
}
/* round blue login button */
#loginbutton a {
	text-decoration: none;
	width: 24px;
	padding: 7px 12px;
	margin: 0 0 0 8px;
	height: 28px;
	background: #fff url(images/lb.gif) no-repeat;
	color: #000;
}
#loginbutton a:hover {
	background: #fff url(images/lbhover.gif) no-repeat;
	color: #000;
}
/* main horizontal menu */
#tablist, #tablist2 {
	padding: 3px 0;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
}
#tablist li, #tablist2 li {
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a {
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 1px;
	background: #4a7aac url(images/corner.gif) no-repeat right top;
	font-weight: bold;
	color: #FFF;
}
#tablist2 li a {
	text-decoration: none;
	padding: 4px 14px;
	margin-right: 1px;
	font-weight: bold;
	color: #FFF;
}
#tablist li a:hover {
	background: #4a7aac url(images/corner.gif) no-repeat right top;
	color: #FF0;
}
#tablist2 li a:hover {
	color: #FFF;
}
#tablist li a.current {
	background: #799fc6 url(images/corner.gif) no-repeat right top;
	color: #FFF300;
	padding: 6px 14px;
}
#tablist2 li a.current {
	color: #FFF300;
	padding: 6px 14px;
}
#tablist .key {
	text-decoration: underline;
}
/* main menu topics */
#topics {
	clear: left;
	width: 970px;
	background: url(images/topicsbg.gif) repeat-x left top;
	padding: 8px 5px;
	margin: 0 0 0px 0;
	color: #fff;
	height: 10px;
}
#topics li a {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 12px;
}
/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 220px;
}
/* search form styling */
	form, form p {
	margin: 0;
	padding: 0;
}
.search {
	width: 80px;
	border: 1px solid #357994;
	background: #fff;
	color: #808080;
	margin: 0;
}
.button {
}
/* left side */
#left {
	float: left;
	width: 770px;
	margin: 0 0 10px 0;
	clear: both;
	padding: 5px 0px 0px 0px;
}
.subheader {
	margin: 0 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/bgshade.gif) repeat-x;
	color: #808080;
	border-bottom: 1px solid #ccc;
}
.left_articles {
	margin: 0px 0 10px 0;
	background: #fff url(images/bgshade.gif) repeat-x;
	color: #454545;
	padding: 5px 15px 5px 10px;
}
.rowTitleTable {
	margin:25px 0px 10px 0px;
	background-color: #454545;
	font-size: 12px;
	font-weight: bold;
	color: #FFF300;
	display: block;
}
.rowBodyTable {
	margin:10px 0px 20px 0px;
	height: auto;
	clear: right;
}
.moreLittleTitleTable {
	width:60px;
	float: left;
	text-align: center;
}
.littleTitleTable {
	width:100px;
	float: left;
	text-align: center;
}
.middleTitleTable {
	width:150px;
	float: left;
	text-align: center;
}
.bigTitleTable {
	width:200px;
	float: left;
	text-align: center;
}
.bigTitleTable2 {
	width:400px;
	float: left;
	text-align: left;
	margin-left: 20px;
}
.finalTitleTable {
	float:none;
	text-align: left;
	padding-right: 10px;
}
.finalTitleTable2 {
	float:none;
	text-align: right;
	padding-right: 10px;
}
.littleBodyTable {
	width:100px;
	float: left;
	height: auto;
	text-align: center;
}
.bigBodyTable2 {
	width:400px;
	float: left;
	height: auto;
	text-align: left;
	margin-left: 20px;
}
.middleBodyTable {
	width:150px;
	float: left;
	height: auto;
	text-align: center;
}
.bigBodyTable {
	width:200px;
	float: left;
	height: auto;
	text-align: center;
}
.finalBodyTable {
	float:none;
	height: auto;
	text-align: right;
	padding-right: 10px;
}
.date {
	font-size: 0.9em;
	padding: 0 0 0 12px;
	background: url(images/news.gif) no-repeat center left;
	color: #808080;
}
.bigimage {
	float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	width: 200px;
	height: 150px;
	margin: 0 15px 10px 0;
}
.left_box {
	background: #f4f4f4;
	color: #808080;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	margin: 0 0 15px 0;
}
.thirdsDeals, .thirdsSPV, .thirdsPartners, .thirdsDownloads, .thirdsServices, .thirdsEvents, .thirdsRegulation, .thirdsGlossary, .thirdsAboutUs, .thirdsContactUs {
	padding: 0 10px 0 0px;
	width: 900px;
	float: left;
	display: block;
	/* float:left; */
	/* aggiungere display:none; e togliere float:left; */
}
/* right side */
#right {
	float: right;
	width: 200px;
	margin: 0px 0 10px 0;
	padding: 0px 0px 0px 0px;
}
.right_articles {
	border: 1px solid #ccc;
	padding: 9px;
	margin: 0 0 10px 0;
	background: #eee;
	color: #454545;
}
.right_articles h3 {
	text-align:center;
	padding: 5px 0px 5px 0px;
	background: url(images/title-bg.gif) no-repeat;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bolder;
	color: #fff300;
}
.right_articles ul {
	padding:0px 0px 0px 10px;
}
.right_articles ul li {
	font-size:14px;
	list-style: url(images/capo-punto-piccolo.gif) inside;
}
.right_articles ul li a, .right_articles ul li a:hover, .right_articles ul li a:visited {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-weight: bold;
}
.image {
	float: left;
	margin: 0px 0px 0px 0px;
}
.notes {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 17px 10px 17px 80px;
	margin: 0 0 10px 0;
	background: #fff url(images/notes.gif) no-repeat center left;
	color: #454545;
}
/* footer */
#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
#footer .right {
	float: right;
}
#footer .left {
	float: left;
}
.thirdsFlag {
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:25px;
	float:right;
}
