﻿p {
	font-family: Verdana;
	font-size: small;
	margin-top: 0px;
}

a {
	font-family: Verdana;
	font-size: small;
}

li {
	font-family: Verdana;
	font-size: small;
}

td {
	font-family: Verdana;
	font-size: small;
}

body {
	background-color: #7799BB;
	background-image: url('images/containerback.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#page {
	width: 768px;
	margin: 10px auto;
	background-image: url('images/pageback.png'); /* explorer treats background color differently from images color, so DON'T use background color for sections that share back color and mix back color with images color */
	background-repeat: repeat-y;
}

#header {
	padding: 10px;
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	width: 748px;
}

#pagetitle {
	float: left;
}

#pagetitle H1 {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}

#pagetitle H2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}

#pageoptions {
	position:relative;
	float: right;
	text-align: right;
}

#pageoptions a {
	margin: 0;
	padding: 0;
	color: #BBDDFF;
	font-family: Arial;
	font-size: small;
}

#pageoptions p {
	margin: 0;
	padding: 0;
	color: #BBDDFF;
	font-family: Arial;
	font-size: small;
}

#pageoptions a:hover {
	margin: 0;
	padding: 0;
	color: #EFF7FF;
	font-family: Arial;
	font-size: small;
}

#navigation {
	clear: left;
	float: left;
	width: 157px;
	font-family: Arial;
}

#navigation ul {
	background-position: -1px;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url('images/buttonhover.png'); /* precarica l'immagine hover */;
	background-repeat: no-repeat;
}
#navigation li {
	vertical-align: middle;
	text-indent: 10px;
	line-height: 4ex;
	font-family: Arial;
	font-size: medium;
}
#navigation a {
	display: block;
	color: #BBDDFF;
	text-decoration: none;
	background-image: url('images/button.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: medium;
}
#navigation a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url('images/buttonhover.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: medium;
}

#content {
	padding: 10px;
	float: right;
	width: 590px;
	background-image: url('images/bodyback.png');
	background-repeat: repeat-y;
	background-color: #DDEEFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #003F7F;
	border-bottom-color: #003F7F;
	font-family: Verdana;
}

.frontimage {
    border-style: solid;
    border-width: 1px;
    border-color: #6688AA;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#content H1
{
	font-weight: bold;
	font-size: large;
	margin-top: 2ex;
	margin-bottom: 2ex;
	color: navy;
	border-bottom: silver 1px solid;
	text-align: left;
	font-family: Verdana;
}
#content H2
{
	font-weight: bold;
	font-size: medium;
	margin-top: 2ex;
	margin-bottom: 1ex;
	color: navy;
	text-align: left;
	font-family: Verdana;
}

#footer {
	font-family: Tahoma;
	font-size: small;
}

#footer p {
	padding: 0px;
	margin: 0px;
	color: #3377DD;
	text-align: right;
}

#footer a {
	padding: 0px;
	margin: 0px;
	color: #3377DD;
	text-align: right;
}

#footer a:hover {
	padding: 0px;
	margin: 0px;
	color: #1133FF;
	text-align: right;
}

.footerseparator {
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearer {
	float: none;
	clear: both;
	height: 0px;
}

.history {
	font-family: Verdana;
	font-size: small;
	border-collapse: collapse;
}

.requirements {
	font-family: Verdana;
	font-size: small;
    border-collapse: collapse;
}

.multimagetable {
	background-color: #3377DD;
}

.multimagecell {
	border-width: 0px;
	padding: 10px;
	background-color: #C0D0E0;
	text-align: center;
}

.multimageadvertising {
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFF99;
    border-collapse: collapse;
    border-left-color: #DD0000;
    border-left-style: solid;
    border-left-width: 4px;
    border-top-color: #FF0000;
    border-top-style: solid;
    border-top-width: 4px;
    border-right-color: #990000;
    border-right-style: solid;
    border-right-width: 4px;
    border-bottom-color: #770000;
    border-bottom-style: solid;
    border-bottom-width: 4px;

}
