/* classes.css          */
/* classi di stili      */

table#main
{
    margin-top:     10px;
    margin-bottom:  20px;
}

table.dialog
{
    width:          400px;
}

.title
{
    /* span title   */
    font-family:    Arial;
	font-size:      11pt;
	color:          #333333;
	font-weight:    bold;
	text-transform: uppercase;
}

.subtitle
{
    /* span subtitle   */
    font-family:    Arial;
	font-size:      9pt;
	color:          DARKRED;
	font-weight:    normal;
	text-transform: uppercase;
}

.minititle
{
    /* span minititle   */
    font-family:    Arial;
	font-size:      9pt;
	color:          #333333;
	font-weight:    bold;
	text-transform: none;
}

.avviso
{
    /* span minititle   */
    font-family:    Arial;
	font-size:      8pt;
	color:          DARKRED;
	font-weight:    bold;
	text-transform: none;
	text-align:     center;
}

.messaggio
{
    /* span messaggio   */
    font-family:    Arial;
	font-size:      9pt;
	color:          red;
	font-weight:    bold;
	text-transform: uppercase;
	text-align:     center;
}

a.buttonStyle
{
    color:              #990000;
    font-weight:        normal;
    font-size:          10pt;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    text-decoration:    none;
    background-color:   #CCCCCC;
    height:             auto;
    width:              100px;
    border:             thin solid;
    border-color:       #CCCCCC;
}

a.buttonStyle:hover
{
   color:               #990000;
   text-decoration:     none;
   background-color:    #999999;
   border:              thin outset;
   border-color:        #FFFFFF #000000 #000000 #FFFFFF;
   cursor:              default;
}


.Testo_Errori
{
    font-family:        Verdana;
    font-size:          10pt;
    font-weight:        bold;
    color:              #da5202;
    text-transform:     uppercase;
    text-decoration:    none;
    text-align:         center;
}

.Testo_Messaggi
{
    font-family:        Verdana;
    font-size:          10pt;
    font-weight:        bold;
    color:              #8ab1ee;
    text-transform:     none;
    text-decoration:    none;
    text-align:         center;
}

.TextUpperCase
{
    font-family:        Verdana;
    font-size:          8pt;
    font-weight:        normal;
    color:              #000000;
    text-transform:     uppercase;
    text-decoration:    none;
    text-align:         left;
}

.TextLowerCase
{
    font-family:        Verdana;
    font-size:          8pt;
    font-weight:        normal;
    color:              #000000;
    text-transform:     lowercase;
    text-decoration:    none;
    text-align:         left;
}

.TextCapitalize
{
    font-family:        Verdana;
    font-size:          8pt;
    font-weight:        normal;
    color:              #000000;
    text-transform:     capitalize;
    text-decoration:    none;
    text-align:         left;
}


/*  ------------------------------------------------    */
/* Links cittą selezionata annunci
/*  ------------------------------------------------    */
.currentCity:link
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
    text-transform:     uppercase;
}

.currentCity:active
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
    text-transform:     uppercase;
}

.currentCity:visited
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
    text-transform:     uppercase;
}

.currentCity:hover
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
    text-transform:     uppercase;
}



/*  ------------------------------------------------    */
/* Links headline annunci
/*  ------------------------------------------------    */
.linkHeadLine:link
{
    font-family:        Arial;
	font-size:          11pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
    text-transform:     none;
}

.linkHeadLine:active
{
    font-family:        Arial;
	font-size:          11pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
    text-transform:     none;
}

.linkHeadLine:visited
{
    font-family:        Arial;
	font-size:          11pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
    text-transform:     none;
}

.linkHeadLine:hover
{
    font-family:        Arial;
	font-size:          11pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
    text-transform:     none;
}



/*  ------------------------------------------------    */
/* Links per menu secondario nel footer
/*  ------------------------------------------------    */
.footerMenu:link
{
    font-family:        Arial;
	font-size:          8pt;
    font-weight:        normal;
    color:              #333333;
    text-decoration:    none;
}

.footerMenu:active
{
    font-family:        Arial;
	font-size:          8pt;
    font-weight:        normal;
    color:              #333333;
    text-decoration:    none;
}

.footerMenu:visited
{
    font-family:        Arial;
	font-size:          8pt;
    font-weight:        normal;
    color:              #333333;
    text-decoration:    none;
}

.footerMenu:hover
{
    font-family:        Arial;
	font-size:          8pt;
    font-weight:        normal;
    color:              #333333;
    text-decoration:    underline;
}




/*  ------------------------------------------------    */
/*  Classi per id                                       */
/*  ------------------------------------------------    */

table#main
{
    /* tutte le table con id="main" */
    width:              100%;
    height:             700px;
    border-top:         dotted 0px #c0c0c0;
    border-bottom:      dotted 0px #c0c0c0;
    border-left:        dotted 0px #c0c0c0;
    border-right:       dotted 0px #c0c0c0;
}





/*  ------------------------------------------------    */
/*  Classi per popup                                       */
/*  ------------------------------------------------    */
.DialogHeader
{
    height:                 70px;
    background-color:       #0;
    background-image:       url(../images/logo.jpg);
    background-repeat:      no-repeat;
    background-position:    left top;
    
    font-family:            Arial;
	font-size:              11pt;
	color:                  #333333;
	font-weight:            bold;
	text-transform:         capitalize;
    text-align:             right;
    vertical-align:         middle;
}