﻿/* Tag di base */

table
{
    font-size: 12px;
}

tr
{
    font-size: 12px;
    border: 1px solid #C0C0C0;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(Images/sf_righe.jpg);
}

/* Classi*/

.TestoHome
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

/* Diviosioni */

/* Definisco il DIV principale contenitore di tutti gli altri DIV */

#Main
{
	width : 800px;
	height : 100%
}

#Testa
{
	position: relative;
	width: 770px;
	height: 205px;
}

#Menu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 770px;
	position: relative;
	text-align: center;
	top: 15px;
	font-weight: bold;
}

#Menu_sx_top
{
	float: left;
	font-size: small;
	width: 153px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 5px;
	text-align: left;
	border-right: white thin solid;
	height: 100%;
}


#Corpo
{
	top: 35px;
	position: relative;
	width: 770px;
	height: 500px;
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	text-align: left;
}

.ContenutoSiSfondo
{
    float: right;
	width: 580px;
	position: relative;
	color: Black;
	font-size: 11px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	top: 10px;
	right: 10px;
	overflow: auto;
	height: 470px;
    background-color: white;
}

.ContenutoNoSfondo
{
    float: right;
    width: 580px;
    position: relative;
    color: Black;
    font-size: 11px;
    text-align: left;
    padding: 5px 5px 5px 5px;
    top: 10px;
    right: 10px;
    overflow: auto;
    height: 470px;
}


        .style1
        {
            text-align: center;
            background-color: #F5F5F5;
        }
        .style2
{
    text-align: center;
    background-color: #CC3300;
    font-weight: bold;
    color: #FFFFFF;
}
        .style3
        {
            text-align: center;
        }

