/* comportamenti xhtml -------- */
body {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	/*color:#959494;*/
	color:#666;
	background:#E8E8E8 url(../i/t/bgBody.jpg) center repeat-y;
}
p,
img,
form,
div {
	padding:0;
	margin:0;
	border:0;
}
ul,
ol,
dl
 {
	margin:0;
	padding:0 0 0 26px;
	border:0;
}

a,
a:link,
a:active,
a:visited {
	color:#959494;
	text-decoration:underline
}
a:hover {
	/*text-decoration:none;*/
}
.lnkOver {
	color:#623D6F;
}
.lnkOut {
	color:#959494;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:12px;
	padding:0;
	margin:0;
}



/* comportamenti standard -------- */
.alt {
	display:none;
}
.dx {
	float:right;
}
.sx {
	float:left;
}
.noSx {
	clear:left;
}
.noDx {
	clear:right;
}
.noAll {
	clear:both;
}



/* divisori / separatori / spaziatori -------- */
.separatore {
	height:16px;
}
.separatoreII {
	height:32px;
}
.divisore {
	height:16px;
	/*background:url(../i/t/fn-div.gif) 0 22px repeat-x;*/
}
.divisoreII {
	height:32px;
	/*background:url(../i/t/fn-div.gif) 0 22px repeat-x;*/
}




#tool .mnLang {
	width:800px;
	height:20px;
	margin:0 auto;
	border-bottom:1px solid #CCC;
	color:#675A66
}
#tool .mnLang ul {
	padding:0 20px;
}
#tool .mnLang li {
	list-style:none;
	padding:2px 6px 4px 0;
	float:right;
}
#tool .mnLang a {
	text-decoration:none;
	color:#999
}
#tool .mnLang a:hover {
	color:#675A66
}





