/**
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.bg_azzurro {
	background-color: #94b1cf;
}
.bg_panna {

	background-color: #e5e5e5;
}
.footer {
	color: #333333;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {

	color: #333333;
	text-decoration: none;
}
a:hover {

	color: #970F11;
	text-decoration: none;
}
a:active {


	color: #333333;
	text-decoration: none;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color : #1D303F;
	color : #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
   }
.titolo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #970F11;
	font-weight: bold;
}
.mainbig {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}
.mainbigCopia {
	margin: 0px;
	padding: 0px;
}
.mainbigwhite {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.mainhome {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.maingray {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #666666;
}
.maintit {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}
.maintitbig {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.mainAreaInternal {

	background-color: #ffffff;
   overflow: auto;
   z-index: 0;
 }
.mainwhite {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}
.small2 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ffffff;
}
.medialist {  
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
overflow: auto;
padding: 1px;
scrollbar-face-color: #999999;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #999999;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #333333;
width: 510px;
height: 340px;
}
.titolowh {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.home {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.incipit {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

