div#corpo {
	margin:auto;
	width: 960px;
	margin-bottom: 20px;
}

div#testa {
	margin-top: 20px;
	vertical-align: bottom;
	color: #ffffff;
	height: 170px;
	background-image: url('../../struttura/immagini/testa.jpg');
}

div#testa div.spazio {
	height: 63px;
}

div#testa div#linkDentalvideo {
	width: 415px;
	height: 60px;
	margin-left: 450px;
}

div#testa div#linkColloquium {
	width: 415px;
	height: 70px;
	margin-left: 450px;
}

div#menuAltoSpazio {
	height: 130px;
}

table#menuAlto {
	width: 800px;
	margin: auto;
}

table#menuAlto td {
	vertical-align: bottom;
	padding: 0px 15px 0px 15px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
}

div#fondo {
	color: #ffffff;
	height: 70px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align:center;
	color: #666666;
	font-size: 8pt;
	background-image: url('../../struttura/immagini/fondo.jpg');
}

div#fondo a {
	color: #666666;
	text-decoration:none;
}

div#fondo a:hover {
	color: #ffffff;
	text-decoration: underline;
}

td#colonnaSX {
	vertical-align: top;
	width: 50%;
	text-align: left;
}

td#colonnaDX {
	vertical-align: top;
	width: 50%;
	text-align: right;
}

.menuAltoBottone {
	cursor: pointer;
}

.menuAltoBottoneSpento {
	cursor: default;
	color: #666666;
}

.menuAltoBottoneHover {
	color: #000000;
	background-color: #ffffff;
}

a {
	color: #ffffff;
}

div#selezioneDimensione {
	font-size: 10pt;
	background-color: #333333;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#testoPiccolo {
	font-weight: bold;
	font-size: 10pt;
	color: #ff8525;
	cursor: pointer;
}

#testoMedio {
	font-size: 12pt;
	color: #ff8525;
	cursor: pointer;
}

#testoGrande {
	font-size: 14pt;
	color: #ff8525;
	cursor: pointer;
}





/* CARRELLO */

div#carrelloAlto {
	display: none;
	text-align: right;
	padding: 5px 10px 5px 10px;
	background-image: url('../immagini/sfondoContenitoreCarrello.jpg');
	background-position: right;
	background-repeat: repeat-y;
	width: 300px;
	margin-left: auto;
	margin-bottom: 20px;
	cursor:pointer;
}

div#carrelloAlto table {
	margin-left: auto;
}

div#carrelloAlto table td.carrelloTdSX {
	vertical-align: middle;
	padding-right: 20px;
	color: #ffffff;
}





/* TITOLO E COMANDI PAGINA */

#titolo {
	color: #ff8525;
}

div#titoloPagina {
	background-color: #333333;
	padding: 5px 5px 5px 5px;
	margin-bottom: 30px;
}

div#titoloPagina table {
	width: 100%;
}

div#titoloPagina table tr td#titolo {
	color: #ff8525;
	font-weight: bold;
	font-size: 16pt;
}

div#titoloPagina table tr td#comandiPagina {
	width: 180px;
	font-size: 10pt;
}

div#navigazione {
	margin-bottom: 20px;
}

div#navigazione a {
	color: #ff8525;
	text-decoration: none;
}

div#navigaizione a:hover {
	text-decoration: underline;
}

div#navigazione span {
	color: #ffffff;
	font-weight: bold;
}




/* Riquadro di mancanza qualcosa */

div.niente {
	padding: 20px;
	text-align: center;
	color: #aaaaaa;
	background-color: #1a1a1a;
	border: 1px #333333 solid;
}








/* ToolTip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color: #000;
}
#tooltip h3, #tooltip div { margin: 0; }

