﻿body
{
	background-color: Yellow;
	color: Blue;
	font-weight: bolder;
}

div
{
	overflow: auto;
}

div.AltoSinistra
{
	background-color: White;
	width: 24%;
	float: left;
	text-align: left;
	height: 130px;
}

div.AltoCentro
{
	background-color: White;
	/*color: Black;*/
	width: 50%;
	float: left;
	text-align: center;
	vertical-align:bottom;
	font-size: xx-large;
	height: 130px;
}

div.AltoDestra
{
	background-color: White;
	width: 24%;
	float: left;
	text-align: right;
	height: 130px;
}

div.corpo
{
	float: left;
	width: 70%;
	color: Black;
	text-align: left;
	border-style: solid;
	border-color: Blue;
	border-width: 1px;
}

div.menu
{
	float: left;
	width: 28%;
	color: Black;
	text-align: left;
}

a:active
{
	color: Blue;
	text-decoration: none;
}

a:link
{
	color: Blue;
	text-decoration: none;
}

a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #00688B;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*text-align:left;*/
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2290AD;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    /*text-align:left;*/
}

.accordionContent
{
    background-color: #B4CDCD;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:left;
}