@charset "utf-8";
/* CSS Document */

body,html {
	height:100%;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#000;
}

#sfondo_home {
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

#sfondo_about {
	background-color:#000;
	color:#FFF;
}

a:link {
	color:#FF3;
	text-decoration:none;
}

h5 a:visited {
	color:#FF9;
}

a:hover {
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#FF9;
	text-decoration:none;
}

h3 {
	position:relative;
	text-align:center;
	color:#FF6;
	font-size:36px;
	font-weight:bolder;
	border-bottom:ridge #F90;
	padding-bottom:10px;
	padding-top:10px;
	margin:2px;
}

#ombra {
	text-shadow: 2px 2px 3px #FFF;
}

#normal {
	color:#09F;
	font-size:23px;
	text-align:center;
	border-bottom:none;
	padding-bottom:0px;
}

#bio {
	margin-left: 30px;
	margin-right: 30px;
	line-height:25px;
	font-size:16px;
}

#foto {
	border: groove #F90 8px;
}


#maincontent{
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #000;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	height: 95%; 
	width: 100%; 
}

* html #maincontent{ /*IE6 hack*/
	height: 95%; 
	width: 100%; 
}

/*PREVIEW*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
h4 {
	text-align:left;
	color:#090;
	font-size:18px;
	border-bottom:solid thin #00C;
	padding-bottom:3px;
}

#cv {
	text-align:center;
	border-bottom:0px;
	font-size:16px;
}

TR.RowOverFirst {
}
TR.RowOverSelected {
	color:#FFF;
	background-color:#06F;
}