body, td, th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body 
{
	position:relative;
	/*margin-top: 25px;*/
	background-color:#FFFFFF;
}

a:link 
{
	color: #CC0000;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #660000;
}

a:hover 
{
	text-decoration: underline;
	color: #FF0000;
}

a:active 
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 
{
	color: #666666;
	font-size: 12px;
}

h2 
{
	font-size: 18px;
	color: #666666;
}

.Sottotitolo 
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px; 
}

.titolo_thermocadif 
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.testo_normale 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.titoli 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #999999;
}

.sottotitoli 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.didascalie 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#wrapper
{
	width:990px;
	margin:0 auto;
	position:relative;
}

a, img
{
	outline:none;
}

a.menuItem img
{
	border:none;
}

ul.menu
{
	list-style-type:none;
}

li.menuItem
{
	float:left;
	cursor:pointer;	
}

li.menuItemN
{
	float:left;
	cursor:pointer;	
	width: 101px;
	height: 35px;
	display:table;

	
	
}

li.menuItemN div.text{
	font-family: 'MyriadProCondensed';
	font-size: 14px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;}


a li.menuItemN{
	background-image: url(/styles/images/base_menu.jpg);
	background-repeat: no-repeat;
	color: #838383;
	}

a:hover li.menuItemN{
	background-image: url(/styles/images/base_menu_hover.jpg);
	background-repeat: no-repeat;
	color: #C60019;}

li.menuItem img.over
{
	display:none;
}
	
.clear
{
	clear:both;
}

div#left
{
	float:left;
	text-align:center;
	width:200px;
	margin-left:12px;
	position:relative;
	margin-bottom:10px;
}

div#contentWrapper
{
	position:relative;
	background:url(/styles/images/wrapper-bg.jpg) repeat-y;
	height:100%;	
	overflow:auto;
	padding:16px;
	padding-top:3px !important;
	/*clear:both;*/
}

div#contentWrapper div#borderBottom
{
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
	/*right:0px;*/
	height:25px;
	background:url(/styles/images/wrapper-bottom.jpg) no-repeat;
	
}

div#menuWrapper
{
	background:url(/styles/images/wrapper-top.jpg) no-repeat;
	background-position:0px 22px;
	height:47px;
	position:relative;
}

div#centerContentWrapper
{
	position:relative;
	margin-left:230px;
	margin-bottom:10px;
}

div#centerContent
{
	position:relative;
	background-image:url(/styles/images/centerContent-bg.jpg);
	background-repeat:repeat-y;
	padding:10px;
	padding-left:15px;
	padding-right:35px;
	overflow:auto;
}

div#centerContentTop
{
	position:relative;
	background:url(/styles/images/centerContent-top.jpg) no-repeat;
	height:9px;	
}

div#centerContentBottom
{
	position:relative;
	background:url(/styles/images/centerContent-bottom.jpg) no-repeat;
	height:9px;	
}


/*
div#contentWrapper div#borderBottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:25px;
	background:url(/styles/images/wrapper-bottom.png) no-repeat;
}*/

ul.pager
{
	margin:0px;
	float:right;
	margin-right:28px;
	list-style-type:none;
}

li.pageNumber
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#CCCCCC;
	/*display:inline-block;*/
	float:left;
	width:20px;
	padding:2px;
	text-align:center;
	margin-left:5px;
}

a img
{
	border:none;
	outline:none;
}

a.sottotitolo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

li.pageNumber.selected
{
	color:#FFF !important;
}

input[type="text"]
{
	height:25px;
	width:95%;
}

input[type="text"], textarea
{
	border:1px solid #777777;
}

input[type="button"], input[type="submit"]
{
	border:1px solid #777777;
	padding:5px 10px;
	cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	color:#CC0000;
	border:1px solid #990000;
}

div.language-links
{
	text-align:right;
	padding-right:20px;
}
div.language-links a
{
	color:#FFFFFF;
	cursor:pointer;
}
