/* Alberto's Web Site style.css 	*/
/* Date: 19/01/2004				  	*/
/* Update: 02/09/2004			  	*/
/* Alberto Web Site style sheet     */

/*
 * Font size and text align are repeated 2 or 3 times
 */

body {
	font:80% verdana,helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align: center;
	}

hr {
	display: none;
 	}

/*
 * Font size and text-align is repeated because Explorer is stupid
 */

table {
	margin-left: 5%;
	font-size: 12px;
 	text-align: justify;
	}

td {
	padding: 0 1em 0 0;
}

tr {
	padding: 0 1em;
}

li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.apice {
	vertical-align: super;
	font-size: xx-small;
	}

/*
 * Main container
 */

#container {
	margin: 2% auto;
	width: 95%;
	background: white;
	font-size: 12px;
 	text-align: justify;
	}

/*
 * There aren't header and footer
 */

#header {
	}

#footer {
	}

/*
 * Content contain the navigation frame (framesx) and the mainframe
 */

#content {
	position: relative;
	background: black;
	border: 1px solid black;
	}

/*
 * The navigation frame
 */

#framesx {
	position: absolute;
	margin: 0;
	top:0;
	left:0;
	width: 20%;
	text-align: left;
	padding: 1em 0;
	}

/*
 * The main frame, the most important frame
 * The padding is used to eliminate the background color of content in mainframe
 */

#mainframe {
	margin: 0 0 0 20%;
	background: white;
	text-align: left;
	padding: 1em 0;
	}

/*
 * Some text classes
 */

p.main_title {
  	font-size: 22px;
  	font-weight: bold;
  	color: blue;
	text-align: center;
  	padding: 0% 5% 0% 5%;
  	}

p.sub_title {
  	font-size: 14px;
  	font-weight: bold;
  	color:blue;
  	text-align: left;
	padding: 0% 5% 0% 5%;
  	}

p.small_title {
  	font-size: 13px;
  	font-weight: bold;
  	color: blue;
  	text-align: left;
	padding: 0% 5% 0% 5%;
	}

p.text {
 	color: black;
 	font-size: 12px;
 	text-align: justify;
	padding: 0% 5% 0% 5%;
	}

/*
 * Mainframe style
 */

#mainframe ul {
	padding-left: 5%;
	}

#mainframe li {
 	padding-right: 5%;
	font-size: 12px;
 	text-align: justify;
	}

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

#mainframe a:visited {
  	text-decoration: none;
  	}

#mainframe a:hover {
  	text-decoration: underline;
  	color: blue
	}

/*
 * Framesx style
 */

#framesx a:link {
  	text-decoration: none;
	color: #99ccff;
	}

#framesx a:visited {
  	text-decoration: none;
  	color: #99ccff;
	}

#framesx a:hover {
  	text-decoration: none;
  	color: yellow;
	}

#framesx p.main_title {
	color: #99ccff;
	}

#framesx p.sub_title {
	text-align: center;
	font-size: 13px;
	}


