/* CSS Document */

body,table,td,th {
	color:#444444;
	font-family: Arial;
	font-weight:normal;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
}

.tabella_margine {
	border-style:solid;
	border-color:#333333;
	border-width:1px;
}
.riga_inferiore {
	border-bottom-style:solid;
	border-bottom-color:#00FF00;
	border-bottom-width:1px;
	background-color:#888888;
}
.riga_destra {
	border-right-style:solid;
	border-right-color:#00FF00;
	border-right-width:1px;
	background-color:#888888;
}
.titolo_categorie{
	font-weight:bold;
	color:#222222;
	font-size:14px;
	text-align: center;
}
.note_numeroimmagini{
	font-size:10px;
	color:#222222;
	font-style:italic;
}
.menu_laterale{
	font-weight:bold;
	color:#222222;
	font-size:12px;
	text-align: left;
}
.menu_laterale_selezione{
	font-weight:bold;
	color:#990000;
	font-size:12px;
}
.paginatore{
	font-weight:bold;
	color:#222222;
}
.tabella_descr_immagini{
	color:#222222;
	font-size:11px;
}





.Header_pagina {
	font-size: 1.4em;
	font-weight:bold;
	color:#FFFFFF;
}
.In_evidenza {
	font-size: 1.2em;
	font-weight:bold;
	color:#000000;
}
.titolo {
	font-size: 1.3em;
	font-weight:bold;
	color:#000000;
}
.dimensione_08em {
	font-size: 0.8em;
}
.dimensione_11em {
	font-size: 1.1em;
}
.dimensione_11em_sottolineato {
	font-size: 1.1em;
	text-decoration:underline;
}
.dimensione_1em {
	font-size: 1.0em;
}
.stilepager_fine {
	border-top-style:solid;
	border-width:1px;
}
.stilepager_inizio {
	border-bottom-style:solid;
	border-width:1px;
}
.pagina_corrente {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:underline;
}
.bottone {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	background-color:#EEEEEE;
	color:#000000;
}
.casella_testo {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	background-color:#EEEEEE;
	color:#000000;
}

table {
	height:0px;
	padding:0;
	margin:0px;
	border-style:none;
	border-width:0px;
}
.tabella_riquadro{
	padding:0;
	margin:0;
	border-style:none;
	border-width:0px;
	height:0px;
	
}
.colonna1{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
}
.colonna2{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
.colonna3{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
.tabella_elenco_titolo{
	color:#000000;
	font-weight:bold;
}


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:none;
}
img {
	text-decoration: none;
	border: none;
}




#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}
