﻿/* Stili di base ridefiniti */
body
{
    margin : 0px;	
	background-color: white;
	background-image: url('Images/bkHeader.jpg');
	background-repeat: repeat-x;
	font-family: Verdana;
}

hr { height: 1px;
    width: 150px;
}

h1
{
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 14px;
    color: #003366;
}

h2
{
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 12px;
    color: #003366;
}

h3
{
    font-weight: bold;
    font-size: 12px;
    color: #FF6600;
}

h4
{
    font-weight: bold;
    font-size: 11px;
    color: #003366;
}

h5
{
    font-weight: bold;
    font-size: 11px;
    color: #FF6600;
}

p
{
    line-height: 1.4em;
    font-size: 11px;
    color: #333333;
    text-align: justify;
}

ul
{
    font-size: 11px;
}

il
{
    font-size: 11px;
}

ol
{
    font-size: 11px;
}

a
{
    text-decoration: none;
    color: #3B5B99;
}

a:visited
{
    color: #3B5B99;
}

a:hover
{
    text-decoration: underline;
    color: #3B5B99;
}

a:active
{
    color: #3B5B99;
}

table
{
     font-size: 11px;
}

tr
{
     font-size: 11px;
}

td
{
    font-size: 11px;
}


/*-- Classi si formattazione --*/

.TextBox
{
    border: 1px solid #333333;
    font-size: 11px;
    color: #333333;
    margin-top: 0px;
}

.Label
{
    font-size: 11px;
    color: #333333;
}

.CheckBox
{
    font-size: 11px;
    color: #333333;
}

.Titolo01
{
    font-weight: bold;
    font-size: 11px;
    color: #003366;
}

.SottoTitolo01
{
    font-weight: bold;
    font-size: 11px;
    color: #FF6600;
}

.Descrizione01
{
	font-weight: bold;
	color: #FF6600;
}

.Indirizzo01
{
	font-weight: bold;
	color: #FF6600;
}

/*----- id e classi per defaul.aspx  -------*/

.hmOpRnd
{
    clear:both;
    border: 1px solid #CCCCCC;
    padding: 5px;
    background-image: url('Images/bk_div_content.png');
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
}

.hmOpRndSX
{
    clear:both;
    background-image: url('Images/bk_div_content.png');
    padding: 2px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
}

.hmArticoli
{
    float: left;
    width: 320px;
    border: 1px solid #CCCCCC;
    background-image: url('Images/bk_div_content.png');
    padding: 5px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
    height: 470px;
}

.hmLinkAmici
{
    border: 1px solid #D9E4C4;
    padding: 5px;
    float: right;
    font-size: 10px;
    background-color: #F3F6EB;
    width: 250px;
    height: 470px;
}

.hmLinkAmiciItem
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hmEventi
{
    float: left;
    width: 588px;
    border: 1px solid #F6D973;
    padding: 5px;
    background-color: #FAEFD3;
    margin-bottom: 20px;
}

.imgEventi
{
    padding-right: 6px;
    padding-bottom: 6px;
}

.hmLuoghi
{
    clear: both;
    border: 1px solid #CCCCCC;
    background-image: url('Images/bk_div_content.png');
    padding: 5px;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
}

.hmConteiner
{
    height: 490px;
}