﻿@import url("forms.css");
@import url("div_rounded.css");
@import url("overlay.css");
*{padding: 0; margin: 0;}
/*rosso importante: c71d22*/
/*grigio txt: 666*/

html, body {
    margin:0;
    padding:0;
}

body {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}

body.popup {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    background:#fff;
}

#container
{
    margin:0 auto;
    width:1000px;
}

.navigator
{
    margin-top:-27px;
    margin-bottom:10px;
}

.txtImportant 
{
    font-weight:bold;
    color:#4E709A;
}

.txtRed
{
    font-weight:bold;
    color:#f00;
}

.txtSmall 
{
    font-size:10px;
}

.center
{
    margin:0 auto;
}

#core-int
{
	color:#4E709A;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}

.bgVerde
 {
	background-color:#d4f3ed;
 }
 
.bgGiallo
{
    background:#f5f1cc;
}

.bgGialloStella
{
    background:#f5f1cc url(../img/sfondoMio.jpg) no-repeat top right;
    min-height:200px;
}

.bgRisGiallo1
{
    background-color:#fbfae7;
}

.bgRisGiallo2
{
    background-color:#f5f1cc;
}

a, a.verde {
	color:#79B4B5;
	font-weight:bold;
	text-decoration:none;
}

a.onRed {
    color:#ea7500;
    font-weight:bold;
	text-decoration:none;
}

a.onRed:hover {
    text-decoration:underline;
}

a:hover, a.verde:hover {
	text-decoration:underline;
}

a.verdeBig {
	color:#79B4B5;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

a.verdeBig:hover {
	text-decoration:none;
}

a.myMenu {
	color:#4d7b9f;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.myMenuActive {
	color:#f3983d;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}

a.myMenuActive:hover {
	text-decoration:underline;
}

a.myMenu:hover {
	text-decoration:underline;
}

p.blu
{
	color:#4E709A;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}

.tblRiepilogo td, .tblRiepilogo th {padding:4px;}
.tblRiepilogo a {text-decoration:none;} .tblRiepilogo a:hover {text-decoration:underline;}

.divFoglia
{
    position:relative; top:-43px; left:20px; width:43px; height:55px; margin-bottom:-47px;float:left;
    background:url(../img/foglia.jpg) no-repeat left top;
}

/*per L'HR*/
div.hr {
	background-image:url(../img/dots.gif);
	height: 1px;
}
div.hr hr {    /* for CSS1 browsers */
	display: none;
}
div.hr * {     /* for CSS2 browsers */
	display: none;
}
/*fine HR*/
