* {
	font-family: Tahoma;
}

body {
	margin: 30px 10px 30px 30px;
	font-size: 0.8em;
	color: #555555;
}
noscript {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 5px;
	font-size: 24px;
	background-color: #FFD8D6;
	border: 2px solid #FF0038;
}
#caricamento {
	position: fixed;
	z-index: 900;
	width: 98%;
	text-align: center;
	left: 2px;
	top: 0;
	border: 1px solid black;
	font-weight: bold;
	padding: 3px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	display: none;
}
/* Questo lo vede solamente IE */
* html #caricamento { position: absolute; }

/* Questo lo vedono tutti tranne IE */
html>body #caricamento {position: fixed; }

div#layoutSinistro,div#layoutCentro,div#layoutDestro {
	padding: 10px;
	margin-top: 15px;
}

div#layoutSopra {
	margin: 0;
}
div#layoutALLCentro{
	margin: 0;
	background: #fff url(../immagini/layout/bg_div.png) repeat-x;
	padding-top: 15px;
}
div#layoutSinistro {
	width: 180px;
	float: left;
}

div#layoutCentro {
	float: left;
	width: 65%;
}

div#layoutDestro {
	float: right;
	width: 180px;
}

div#layoutSotto {
	font-size: 11px;
	color: #999999;
	border-top: 1px solid #aaaaaa;
	margin-top: 50px;
}

a {
	color: black;
	text-decoration: none;
}

.link a:hover {
	color: #0080FF;
	text-decoration: none;
	border-bottom: 1px #ffa500 dashed;
}

/*
div{
		border: 1px solid black;
	}
*/
div.contenuto .principale {
	background-color: #fff;
	padding: 20px;
}
.principaleSmaller{
	background-color: #fff;
	padding: 5px;
}
div.sfocatura {
	float: left;
	background-color: #ccc;
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

div.contenuto {
	position: relative;
	z-index: 2;
	bottom: 2px;
	right: 2px;
}

div.contenuto .sopra {
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background: #fff url(../immagini/layout/bg_divSopra.png) repeat-x;
}

div.contenuto {
	border: 1px solid #999999;
}

/* UTIL */
.clearBoth {clear: both;}
.nessunBordo, .nessunBordo a img, .nessunBordo a:hover a img.nessunBordo, a img.nessunBordo:hover {border: 0;text-decoration: none;}
.grassetto, a.grassetto {font-weight: bold;}
.smallMargin {margin: 10px;}
.smallPadding{padding: 4px;}
.center {text-align: center;}
.center2 {margin: 0 auto;}
.invisibile {display: none;}
.smaller {font-size:10px;}
.bigger{font-size:14px;}
.maxwidth{width:100%;}

/* MESSAGGI */
div.info,div.warning,div.error,div.success,div.question, div.admin {
	margin: 0 0 2em;
	padding: 15px 15px 10px 50px;
	border: solid;
	border-width: 2px 0;
	background: #F0F0F0;
	margin: 0 0 1em;
}

div.info {
	background: #EAEBF7 url(../immagini/icone/22x22/info.png) no-repeat 10px
		6px;
	border-color: #8E9AFF
}

div.warning {
	background: #FFF0BA url(../immagini/icone/22x22/warning.png) no-repeat
		10px 6px;
	border-color: #E87C29
}

div.error {
	background: #FFD8D6 url(../immagini/icone/22x22/error.png) no-repeat
		10px 6px;
	border-color: #FF0038
}

div.question {
	background: #edf4f8 url(../immagini/icone/22x22/help.png) no-repeat 10px
		6px;
	border-color: #8cc0f7
}

div.success {
	background: #E4F6DE url(../immagini/icone/22x22/ok.png) no-repeat 10px
		6px;
	border-color: #8FDC79
}
div.admin {
	background: #FFD8D6 url(../immagini/icone/22x22/admin.png) no-repeat 10px
		6px;
	border-color: #E87C29;
}

/* MENU SOPRA */

ul.menuSopra  {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul.menuSopra li {
	display: inline;
}

ul.menuSopra li.m a {
	float: left;
	font-weight: bold;
	color: #fff;
	width: 105px;
	background: #fff url(../immagini/layout/bottone.png) top left no-repeat;
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	height: 20px; 
	padding-top: 5px;
}
ul.menuSopra li.search{
	float: left;
	width: 250px;
	background: #98ADCA url(../immagini/layout/search_sinistra.jpg) top left no-repeat;
	text-align: right;
	border-right: 1px solid black;
	margin-right: 20px;
	padding: 1px 15px 4px 0;
	height: 20px; 
}

ul.menuSopra li.m a:hover {
	background: #fff url(../immagini/layout/bottone_hover.png) top left no-repeat;
	color: #000;
}
ul.menuSopra li.m.t{
	font-size: 18px;
}


/* MENU */
div.menuI {
	font-size: 12px;
}

div.menuI ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.menuI li {
	display: inline;
}

div.menuI li.menu a {
font-size: 14px;
	margin: 0;
	padding: 3px 0 3px 25px;
	background-color: #888;
	font-weight: bold;
	color: #ffffff;
	display: block;
	border: 1px solid #efefef;
}

div.menuI li.menu a:hover,div.menuI li.menu.active a {
	font-weight: bold;
	background-color: #ffa500;
}

div.menuI li.sottomenu a {
	font-weight: bold;
	background-color: #ddd;
	margin-left: 20px;
	padding: 2px 0 2px 20px;
	display: block;
	border: 1px solid #efefef;
}

div.menuI li.sottomenu a:hover,div.menuI li.sottomenu.active a {
	background-color: #0080FF;
	font-weight: bold;
	color: white;
}

div.menuI li a { 
	-moz-border-radius: 5px;
}

/* MINIPIC */
div.minipic{
    position: relative;
    float: left;
	margin: 10px;
	padding: 0 4px  15px 4px;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
    background: #f6f6f6;
}


.button, .input {
	padding: 2px 5px 1px 5px;
	border: 1px solid #AFAFAF;
	font-size: 0.9em;
}
.button{
	color: black;
	background: #fff url('../immagini/layout/input.jpg') repeat-x;
}
.input {
	color: #999999;
	background-color: #fff;
}
.changeit, .changeit2{
	padding: 4px 10px 10px 10px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
}
.changeit{
	background-color: #efefef;
}
.changeit2{
	background-color: #dedede;
}
.changeit:hover{
	background-color: #fefefe;
	border: 1px solid #313131;
}
.changeit2:hover{
	background-color: #fefefe;
	border: 1px solid #212121;
}

.bb-code {
	background-color: #efefef;
	margin: 5px;
	padding: 7px;
	font-weight: bold;
	border: 1px dashed #FFA500;
	width:440px;
	overflow:auto;
}

.message_container{
	border: 1px #0080FF dotted;
	padding: 5px;
	margin: 8px;
}