﻿* {
	margin:0;
	padding:0;
}
html, body 
{
	height:100%
}
body
{
    background-color: #000000;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #AC4F23;
}

#footer 
{
    
	background-image: url('../../Design/rame6.jpg');
    background-repeat: repeat-x;
	color:#fff;
}

a:link, a:visited
{
    color: #FFFFB9;
    text-decoration: none;
}
a:hover
{
    color: #FFFFB9;
    text-decoration: underline;
}


.LineaOrizzontale
{
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #AC4F23;
    color: #AC4F23;
    margin-top: 8px;
    margin-bottom: 8px;
}

.immagine
{
    border: 1px solid #FFFFB9;
}
.immagine img
{
    width: expression(this.width > 60 ? 60: "auto"); /* x ie */
    height: expression(this.height > 80 ? 80: "auto"); /* x ie */
    max-width: 60px; /* x tutti gli altri! */
    max-height: 80px;
}

/* Formattazione testo */
.Titolo
{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFFB9;
}

.Giustificato
{
    text-align: justify;
}

/* Menu navigazione */
.TitoloMenu
{
    font-size: 1.1em;
    color: #000000;
    font-weight: bold;
}
.BoxLinkMenu
{
    padding-bottom:5px;
}

.LinkMenu:link, .LinkMenu:visited
{
    text-decoration: none;
    color: #FFFFB9;
}
.LinkMenu:hover
{
    color: #FFFFB9;
    text-decoration: underline;
}


/*Modal Popup */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    border: 3px solid #C0C0C0;
    background-color: #000000;
    padding: 3px;
    width: 500px;
}
