﻿@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;
    background:#fff;
}

#container
{
    margin:0 auto;
    width:1000px;
}

div.menuBar {
    float:left;
    width:984px;
    line-height:35px;
    height:35px;
    background-color:#f3f3f3;
}

div.menu a {
    color:#E80B12;
    font-family:Trebuchet MS;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}

div.menu a:hover {
    color:#666;
    text-decoration:underline;
}

.divLogin {
    background:#fff url(../img/loginBG.jpg) no-repeat center center;
    width:100%;
    height:360px;
}

.divForms {
    background:#fff url(../img/formsBG.jpg) no-repeat center center;
    width:100%;
    height:360px;
}

.divFormsBigger {
    background:#fff url(../img/formsBGBigger.jpg) no-repeat center center;
    width:100%;
    height:360px;
}

.txtImportant 
{
    font-weight:bold;
    color:#c71d22;
}

.txtWhite
{
    font-weight:bold;
    color:#fff;
}

.txtRed
{
    font-weight:bold;
    color:#f00;
}

.txtYellow
{color:#ff0;}

.txtSmall 
{
    font-size:10px;
}

.center
{
    margin:0 auto;
}

a {
    color:#666;
    text-decoration:underline;
}

a:hover {
    color:#c71d22;
    text-decoration:none;
}

a.onGray {
    color:#000;
    text-decoration:none;
}

a.onRed {
    color:#fff;
    text-decoration:none;
}

a.onRed:hover {
    color:#ddd;
    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;
}

.tblRiepilogo td, .tblRiepilogo th {padding:4px;}
.tblRiepilogo a {text-decoration:none;} .tblRiepilogo a:hover {text-decoration:underline;}

/*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*/
