﻿body
{
	color: GrayText;
	margin: auto;
	font-family: Verdana;
}
a 
{
    border-style: none;
}

.link 
{
    color: Blue;
    font-weight: bold;
}

a img {
	border-style: none;
}

div#page {
	width: 900px;
	margin: 10px auto 10px auto;
	/*margin-top: 10px;
	margin-left: auto;
	margin-right: auto;*/
	border-style: solid;
	border-width: 1px;
}

.headers
{
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
}
div#footer
{
	text-align: center;
	margin-top: 10px;
}

.boxes {
	width: 250px;
	text-align: center;
	height: 160px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 42px;
	padding-left: 7px;
	padding-right: 10px;
}

#searchBox {
	background-image: url('/css/immaginiCSS/boxGiallo.png');
}

#loginBox {
	background-image: url('/css/immaginiCSS/boxBlu.png');
}


#lastNewsBox {
	width: 535px;
	background-image: url('/css/immaginiCSS/nuovoBoxRosso.png');
}

div#menuLeft {
	float: left;
	width: 261px;
	text-align: left;
}

div#contentLayer
{
	min-height: 873px;
	margin-left: 261px;
	text-align: left;
	position: relative;
	top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

div#footerTables
{
	clear: both;
	margin-top: 20px;
}

#orsaBox 
{
	text-align: center;
	background-image: url('/css/immaginiCSS/boxViola.png');
}

#freeTextBox 
{
	background-image: url('/css/immaginiCSS/boxArancione.png');
}

div#menu > .top {
	background-image: url('/css/immaginiCSS/topMenu.png');
	height: 44px;
	background-repeat: no-repeat;
}

div#menu > .content {
	background-image: url('/css/immaginiCSS/backMenu.png');
	background-repeat: repeat-y;
}

div#menu > .bottom {
	background-image: url('/css/immaginiCSS/bottomMenu.png');
	background-repeat: no-repeat;
	height: 15px;
}

div#menu > .content ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 12px;
	padding-left: 12px;
	list-style-type: none;
}

div#menu > .content  ul li {
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
	font-weight: bolder;
	color: #0000CC;
	cursor: pointer;
}

div#menu > .content ul  li:hover {
	background-color: #CCCCCC;
}
div#menu > .content ul  li:hover li {
	background-color: white;
}
div#menu > .content ul  li:hover li:hover {
	background-color: #CCCCCC;
}


div#menu > .content ul li a 
{
	color: #0000CC;
}

a
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #0000FF;
}

h1, h2, h3, h4, h5, table.bodyTable caption
{
	margin-top: 0px;
	color: Orange;
    text-align: center;
}
table.bodyTable
{
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 90%;
	text-align: center;
	margin: auto;
}

table.bodyTable tr
{
	border: 1px solid #333333;
}

table.bodyTable td
{
	border: 1px solid #333333;
}

table.bodyTable th
{
	background-color: #E4E4E4;
	vertical-align: middle;
}

table.bodyTable tbody tr:hover, table.bodyTable tbody td:hover 
{
	background-color: #DADADA;
}

.Intestazione 
{
	background-color: Gray;
	text-align: center;
	border: none;
	color: #000000;
}

