﻿html {
	margin: 0px;
	padding: 0px;
}

body  {
	margin: 0px;
	padding: 10px 0px 0px 0px;	
	font-family: Arial;
	font-size: 12px;
}

#BiocodeContainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#bio-header{
	position:relative;
	margin: 0 auto 0 auto;
	padding:0;
	width: 900px;
 	height:204px;
 	background: url('../images/Testata-portal.jpg');
}

#lang {
	position:absolute;
	right:20px;
	top: 38px;
}

#content {
 	margin: 0px auto 10px auto;
 	padding: 0px;
 	width: 860px;
 	min-height: 400px; 	
 	text-align:right; /* for ie6 */
}

#left-panel {
	text-align:center;
 	margin: 0px;
 	padding:0;
 	float: left;
 	width: 235px;
 	padding: 40px 0 0 0;
 	min-height: 400px;
 	border:0px;
}

.container {
	position:relative;
	margin: 0px;
	padding: 0px;
}

#main-panel {
	margin-left:auto; /* for firefox */
 	padding: 40px 0 0 0;
 	width: 600px;
 	min-height: 400px;
 	text-align:justify;	
 	border:0px;
}

#footer {
 	clear: both;
 	text-align:center;
 	padding: 0px;
 	margin: 0px auto 5px auto;
 	width: 900px;
 	height: 30px; 	
 	background: url('../images/Finale-ultimo.jpg') no-repeat;
}

#copyright {
 	margin: 0 auto 5px auto;
 	text-align:center;
 	color:black;
}

#copyright a {
	text-decoration:none;
}

#shinystat, #shinystat2 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.area{
	width:860px;
	height:37px;	
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	background-position:right bottom;
}


/* index.php - scrolling news */

#menu-new {
	left:0px;
	top: 10px;
	position:absolute;
	z-index:5;
	margin:0;
	padding: 0px;
}

#menu-new2 {
	left:0px;
	top: 220px;
	position:absolute;
	z-index:5;
	margin:0;
	padding: 0px;
} 


#vscroll {
	position: absolute;
	margin: 0px;
	padding: 0px;
    left:0px;
    top: 40px;
	text-align:center;
	background-color:#E9EDF7;
	z-index: 1;
	width: 235px;
	height: 200px;
}

#vscroll a {
	text-decoration:none;
	color: black;
}


h5 {
	font-size: 14px;
	color:#336699;
}

h6 {
	font-size: 14px;
	color:#003D7B;
}

a img{
	border: 0px;
}

/* left menu */

.left-menu {
	margin-left:10px; 
	font-size:11px;
	padding: 0px;
	text-align:left;
}

.left-menu h2 {
	font-size:11px; 
	color:#800000;
	font-weight:bold;
}

.left-menu a {
	text-decoration:none;
	color:black;
}

.left-menu a:hover {
	text-decoration:none;
	color:#ff6600;
}

/*table*/

.iupac-table td {
	text-align:center;
	border:1px solid #ABABAB;
}

.iupac-table th {
	text-align:center;
	border:1px solid #ABABAB;
}

.iupac-table caption {
     margin-bottom: 5px;
}

.first-line {
	font-weight:bold;
	background-color: #e2e1e1;
}

.first-row {
	font-weight:bold;
	background-color: #e2e1e1;
}

.book-image {
	float:left;
	margin-right:20px;
	border: solid 1px black;
}

.player{
	margin:30px auto;
	display:block;
	width:500px;
	height:342px;
	border:2px solid #111;
}

.clear {
	clear: both;
}

/* home page banners*/

#main-banner {
	width: 600px;
	height: 290px;
    background-image: url('../images/Main-Banner.png');
}

#spot-container {
	margin-top: 30px;
	width: 600px;
	height: 160px;
}

.spot {
	display: block;
	width: 190px;
	height: 160px;
	background-color: #D2DCEA;
	float: left;
}

.spot-spacer {
	float: left;
	height: 160px;
	width: 15px;
}
