/* style.css          */


/*  importa altri fogli di stile    */
@import "reset.css";
@import "classes.css";
@import "buttons.css";
@import "controls.css";
@import "testi.css";
@import "skype.css";
@import "themes.css";

body 
{  	
    font-family:        Verdana;
	font-size:          9pt;
	color:              #222;
	text-align:         center;
	background-color:   #c0c0c0;
	margin:             30px 30px 30px 30px;
	
	scrollbar-arrow-color: 		    #222;
	scrollbar-3dlight-color: 	    #fff;
	scrollbar-highlight-color: 	    silver;
	scrollbar-face-color: 		    #fff;	
	scrollbar-shadow-color: 	    #c0c0c0;
	scrollbar-darkshadow-color: 	#222;
	scrollbar-track-color: 		    beige;

}

td
{
    font-family:        Verdana;
	font-size:          9pt;
	color:              #222;
	font-weight:        normal;
	font-style:         normal;
	text-transform:     none;
}

label
{
    font-size:          8pt;
}

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;
}

select
{
    font-family:        Verdana;
	font-size:          8pt;
	color:              #222;
	font-weight:        normal;
}


input[type=text]
{ 
    font-family:        Verdana;
	font-size:          8pt;
	color:              #222;
	font-weight:        normal;
} 

img
{
    margin: 0px 0px 0px 0px;
}

a
{
    font-family:        Verdana;
	font-size:          8pt;
}

a:link
{
	font-weight:        normal;
	color:              #cd4b28;    /* 205 75 40    */
    text-decoration:    none;
}

a:active
{
	font-weight:        normal;
	color:              #cd4b28;    /* 205 75 40    */
    text-decoration:    none;
}

a:visited
{
	font-weight:        normal;
	color:              #cd4b28;    /* 205 75 40    */
    text-decoration:    none;
}

a:hover
{
	font-weight:        normal;
	color:              #cd4b28;    /* 205 75 40    */
    text-decoration:    underline;
}
