@charset "utf-8";

.body_main {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(/images/background/bg01.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E6E6FF;
}

.body_frame {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6FF;
}

A:link {
	text-decoration: none;
}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline;
}



.main_table {
	width: 920px;
	height: 600px;
}

.main_table_column_right {
	background-image: url(/images/background/ombra_colonna_destra.gif);
	background-repeat: repeat-y;
	width: 10px;
	background-position: left;
}

.main_table_column_left {
	background-image: url(/images/background/ombra_colonna_sinistra.gif);
	background-repeat: repeat-y;
	width: 10px;
	background-position: right;
}

.main_table_column_center {
	width: 900px;
	background-color: #E6E6FF;
	vertical-align: top;
}
.main_table_bottom {
	background-image: url(/images/background/ombra_fondo.gif);
	background-repeat: repeat-x;
	width: 10px;
	vertical-align: top;
}

.inside_table {
	width: 900px;
}
.logo_table {
	width: 900px;
	height: 95px;
}
.login_table {
	font-size: 10px;
	font-weight: bold;
	height: 95px;
	width: 236px;
	background-color: #E6E6FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.login_table_link {
	text-decoration: none;
	color: black;
}
.menu_table {
	width: 900px;
	background-image: url(/images/background/sfondo_barra_menu_alto_01.gif);
	background-repeat: repeat-x;
	height: 20px;
	text-align: left;
	font-weight: bold;
	color: #000077;
}
.menu_table_link {
	text-decoration: none;
	color: #000077;
}
.navigation_table {
	width: 900px;
	text-align: left;
	color: #000000;
	font-size: 10px;
	vertical-align: middle;
}
.navigation_table_link {
	text-decoration: none;
	color: #000000;
}
.navigation_td {
	width: 900px;
	background-image: url(images/misc/navigation_background.gif);
	background-repeat: repeat-x;
	height: 21px;
	text-align: left;
	vertical-align: middle;
}

.section_table {
	text-align: left;
	color: #000000;
	font-size: 13pxl;
	font-weight: bold;
}
.section_table_link {
	text-decoration: none;
	color: #000000;
	text-align: left;
}
.section_table_td_home {
	background-image: url(images/background/sfumatura_sx_PSI.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.section_table_td {
	background-image: url(images/background/sfumatura_sx.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.section_subtable {
	text-align: left;
	color: #000000;
	font-size: 13pxl;
	font-weight: normal;
}
.section_red_button {
	width: 1px;
	text-align: left;
}
.address_td {
	width: 900px;
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/misc/address_background.gif);
}
.content_column {
	width: 510px;
}
.sponsor_column {
	width: 170px;
}

.presentazione {
	text-align: justify;
	color: #000000;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	vertical-align: top;
}

.text_home_bottom {
	text-align: justify;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 90%;
}

.link_bibliografia {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.link_collaboratore {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: italic;
}
.link_pagina_collaboratore {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
}
#fullheight {
	height:100%
}

.link_background_color
{
	font-size:small;
	color: #E6E6FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.link_background_color:link {text-decoration:none;color: #E6E6FF;}
a.link_background_color:visited {text-decoration:none;color: #E6E6FF;}
a.link_background_color:hover {text-decoration:none;color: #E6E6FF;}
a.link_background_color:active {text-decoration:none;color: #E6E6FF;}