/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    background-color:#eae3d3;
    font-size:10pt;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
    background: white url(../images/background/sfondo.jpg) repeat-x fixed;
}


tbody 
{
    font-size:10pt;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
}

A:link
{
    font-size:12pt;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    text-decoration: none;
}
A:visited
{
    font-size:12pt;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    text-decoration: none;
}
A:hover
{
    font-size:12pt;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:lighter;
    text-decoration: underline;
}


body {
scrollbar-face-color: #eae3d9;
scrollbar-highlight-color: #afa07f;
scrollbar-shadow-color: #afa07f;
scrollbar-3dlight-color: #eae3d9;
scrollbar-arrow-color: #afa07f;
scrollbar-track-color: #eae3d9;
scrollbar-darkshadow-color: #eae3d9;
}



/* PROGETTI */

.progetti_space {  
	padding-left:10px;
	padding-right:10px; 
}

.progetti {  
    font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
.progetti a:link {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}
.progetti a:visited {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}
.progetti a:hover {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: underline;
    font-weight:bold;
}


.titoli {  
    font-size:12px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}


/* LINGUA - HOME */

.lang_space {  
	padding-top:10px;
}

.lang {  
    font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}
.lang a:link {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}
.lang a:visited {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight:bold;
}
.lang a:hover {  
	font-size:11px;
    color: #643900;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: underline;
    font-weight:bold;
}


.lang_disable {  
	font-size:11px;
    color: #afa07f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
}


/* CREDITS LINK */

.links_space {  
	padding-left:8px;
	padding-right:8px; 
}

.links {  
    font-size:11px;
    color: #643900;
    font-family: Arial;
    text-decoration: none;
}
.links a:link {  
	font-size:11px;
    color: #643900;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}
.links a:visited {  
	font-size:11px;
    color: #643900;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}
.links a:hover {  
	font-size:11px;
    color: #643900;
    font-family: Arial;
    text-decoration: underline;
    font-weight:bold;
}





.piepagina {  
    font-size:11px;
    color: #afa07f;
    font-family: Arial;
    text-decoration: none;
}
.piepagina a:link {  
	font-size:11px;
    color: #afa07f;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}
.piepagina a:visited {  
	font-size:11px;
    color: #afa07f;
    font-family: Arial;
    text-decoration: none;
    font-weight:bold;
}
.piepagina a:hover {  
	font-size:11px;
    color: #643900;
    font-family: Arial;
    text-decoration: underline;
    font-weight:bold;
}




/* PARAGRAFI E TESTI */

.testi_space {  
	padding-left:8px;
	padding-right:8px; 
}

.testi_stile {  
	text-align:justify;
	line-height:18px;
}

.cornice_stile {
   background-color: #eae3d9;
   padding:2px;
   border:1px solid #afa07f;
}

.form_stile {
   font-size:12px;
   color: #643900;
   font-family: Arial;
   border-color:#afa07f; 
   border-style:solid; 
   border-width:1px;
}

.form_stile_invia {
   font-size:12px;
   color: #ebe2d9;
   font-family: Georgia, "Times New Roman", Times, serif;
   border-color:#afa07f; 
   background-color:#643900;
   border-style:solid; 
   border-width:1px;
}




