html {
	margin: 0;
	background: #C05000;

	background-image: url("../multimedia/immagini/utilita/sfondo.jpg");
/*
	background-repeat: no-repeat;
	background-position: top right;
*/
}

body {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	padding: 0;
	margin: 0 auto 0 auto;
	color: black;
	width: 780px;
}

img {
	border: none;
}

.invgiallo {
	color: black;
	background-color: yellow;
	font-weight: bold;
}

.invblu {
	color: white;
	background-color: navy;
	font-weight: bold;
}

.invrosso {
	color: white;
	background-color: red;
	font-weight: bold;
}

.evrosso {
	color: red;
	background-color: transparent;
	font-weight: bold;
}

.evverde {
	color: green;
	background-color: transparent;
	font-weight: bold;
}

.titolo {
	font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
	font-weight: bold;
	background-color: transparent;
	text-align: center;
}

/* immagine centrata*/
.imgc {
	position: relative;
	border: none;
	display: block;
	margin-left: auto;
 	margin-right: auto;
}

/* immagine nel testo a sinistra*/
.imgs {
	position: relative;
	display: block;
	float: left;
	margin: 10px;
	border-style: solid;
	border-width:thin;
}

/* immagine nel testo a destra*/
.imgd {
	position: relative;
	display: block;
	float: right;
	margin: 10px;
	border-style: solid;
	border-width:thin;
}


.imgthumb {
	width: 20%;
	height: 20%;
	border: none;
	vertical-align: middle;
}

.imgmenu {
	width: 88px;
	height: 88px;
	border: none;
	vertical-align: middle;
}

.tabfree {
	table-layout: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 10px;
	page-break-inside: avoid;
}

.tabbordo {
	table-layout: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells: hide;
	border: 1px;
	padding: 10px;
	page-break-inside: avoid;
}

.tabmenu {
	table-layout: auto;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	page-break-inside: avoid;
	background: transparent;
	text-align: center;
}

.listaimg {
	list-style-image: url(../multimedia/immagini/utilita/punto_lista.png);
	list-style-position: outside;
}

.tabcaptionr {
	color: white;
	background: red;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.tabcaptionv {
	color: white;
	background: green;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.tabcaptionb {
	color: white;
	background: #C05000;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

.tabcentro {
	text-align: center;
}

.tabcentrobordo {
	text-align: center;
	border: 1px;
}

#testata {
	/* dimensioni immagine 715 e 137*/
	display: block;
	margin-top: 10px;
 	margin-left: auto;
 	margin-right: auto;
	padding-top: 10px;
}

#logostampa {display: none}

#contenuto {
	background-image: url(../multimedia/immagini/loghi/MomijiLogoBackT.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
	border-color: red;
	border-style: solid;
	border-width:thin;
	padding: 10px 20px 20px 10px;
	margin: 10px 0px 0px 0px;
}

.cc {
	font-family: Verdana, geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: black;
	background-color: #00FFFF;
	font-weight: none;
	text-align: justify;
	border-color: red;
	border-style: dotted;
	border-width: thin;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 10px 0px;
}

.cclogo {
	float:left;
	border-style: solid;
	border-width: thin;
	margin: 10px;
}


/* dock2 - bottom */
#dock2 {
	margin-top: 60px;
	width: 100%;
	bottom: 50px;
	position: bottom;
	left: 0px;
	background: transparent;
}
