/* style.css          */


/*  importa altri fogli di stile    */
@import "classes.css";
@import "controls.css";
@import "tabs.css";
@import "numbers.css";
@import "google-widget.css";
@import "dialogs.css";
@import "links.css";
@import "__temp_trovistyle.css";    /* temporaneamente importato per trovilavoro/unindustria/   */
@import "__temp_trovistyle2.css";    /* temporaneamente importato per trovilavoro/unindustria/   */

body 
{  	
    font-family:        Arial;
	font-size:          9pt;
	color:              #333333;
	font-weight:        normal;
	background-color:   #fffded;
    margin-left:        0px;
    margin-top:         10px;
}
	
td 
{  	
    font-family:        Arial;
	font-size:          9pt;
	color:              #333333;
	font-weight:        normal;
}

hr
{
    height:             1px;
	color:              #999999;
}

li
{
    list-style-image:   url(../images/dot.gif);
    list-style-position:outside;
    
    margin-left:        20px;
    margin-top:         0px;
    margin-right:       0px;
    margin-bottom:      0px;

    padding-left:       10px;
    padding-top:        0px;
    padding-right:      0px;
    padding-bottom:     0px;
}

a:link
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
}

a:active
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
}

a:visited
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    none;
}

a:hover
{
    font-family:        Arial;
	font-size:          9pt;
    font-weight:        bold;
    color:              #990000;
    text-decoration:    underline;
}

h1.candidati
{
    font-family:        Arial;
	font-size:          11pt;
    font-weight:        bold;
    color:              #222;
    text-align:         left;
    padding-left:       5px;
}

    
