﻿/* CSS MODIFICATO PER RENDERLO OTTIMALE A DBLOG CON TEMPLATE "STANDARD"
/* DA Sirsly www.silvioottanelli.it


/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
/* TD {FONT:  11px Tahoma, Verdana, Arial, sans-serif}
P {	FONT:  11px Tahoma, Verdana, Arial, sans-serif}
DIV {	FONT:  11px Tahoma, Verdana, Arial, sans-serif} */

/* caratteristiche dei link */
/* property of hyperlinks*/
/* A {	COLOR: #ff0000; TEXT-DECORATION: underline}
A:hover {	COLOR: #ff0000; TEXT-DECORATION: none;}
A:active {	COLOR: #ff0000} */

/* queste classi definiscono gli style per i tag relativi ai moduli ( input, select )*/
/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Arial, sans-serif;
	color : #000000;
	border-width : 1px;
	border-style : solid;
	border-color : #C0C0C0;
	background-color : #ffffff;
	padding:2px;
}
.pulsante  {
	font-size : 9pt;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #ff0000;
	border-width : 1;
	border-style : solid;
	border-color : #666666;
	background-color : #F9F9F9;
}


/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  { background-color : #f7f7f7; margin:auto;}
.tablemenupag  { background-color : #ffffff; margin:auto;}
.tablemenu td { padding-left:10px;padding-right:10px; text-align:left; padding-top:3px; padding-bottom:3px;}

/* tale classe definisce uno dei due colori base ovvero il rosso */
/* basic colour: red */
.red {	COLOR: #ff0000}

/* tale classe definisce l'altro colore base ovvero il blue */
/* basic colour: blue */
.blue{	COLOR: #C0C0C0}

/* queste classi simulano il tag hr per evitare incompatibilità con browser diversi da IE */
/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #ff0000}
.sep {border-bottom:1px #C0C0C0 dotted;}
.torna {margin:auto; text-align:left;}
.torna img { vertical-align:middle; margin:0; border:0;}
/* Imposto i fonts, colori, etc... del messaggio in home page del guestbook */
.dateg { font-weight:bold; font-size:8pt; text-align:right; border-bottom:1px #C0C0C0 dotted;}
.base { font-weight:bold; font-size:9pt; text-align:right;}
.msg { font-size:10pt; text-align:justify;}