﻿body, table, input, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body
{
    background-image: url('/Images/bg.gif');
    margin: 0;
}

/* DIMENSIONAMENTO */
div#top
{
    width: 600px;
    height: 91px;
    margin: auto;
}
div#logo
{
    width: 400px;
    float: left;
}
div#tabs
{
    text-align: right;
    width: 200px;
    float: left;
    padding-top: 66px;
}
div#main
{
    width: 600px;
    height: 520px;
    background: #E7E8A8;
    margin: auto;
    color:#235234;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
}
div#footer
{
    width: 780px;
    height: 50px;
    padding: 0px;
    background: #FFFFFF;
    margin: auto;
    text-align: center;
    border: 2px solid #235234;
}

div#statistiche
{
    width: 600px;
    height: 50px;
    margin: auto;
    margin-top:10px;
    text-align: center;
}

table.tabs
{
    border-collapse: collapse;
    background: #E7E8A8;
}
table.tabs td
{
    border: 2px solid #FFFFFF;
    width: 200px;
    text-align: center;
    height: 25px;
}
table.tabs td a
{
    color: #235234;
    font-weight: bold;
}
/* GRAFICA */

div.riquadro
{
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #235234;
}
h1
{
    font-size: 22;
    font-weight: bold;
    width: 100%;
    background-color: #c0c220;
    border-bottom: 1px solid #235234;
    color: #235234;
    padding: 0px;
    margin: 0px;
}
div#main
{
    width: 600px;
}
.tdMenu{
	padding: 2px;
	padding-top: 2px;
	background-color: #f6ffca;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #949427;
	border-bottom-color: #949427;
	border-left-color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ac0404;
	text-decoration: none;
}
.testino {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ac0404;
	text-decoration: none;
}

