/* 
 * nodobandiera.css
 * 28-12-2006 Alex - ver. 1 - prima versione
 * 27-02-2007 Alex - ver. 2 - versione per forum
 */

BODY {
	color : #000000;
	background-color : #ddddff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0px;
	margin-bottom : 0px;
}

A {color: Blue; text-decoration: none; font-weight: bold;}
A:HOVER {background-color : white; text-decoration : none;}

.testoCorsivo {font-size: 12px;	font-style: italic;}
.testoCorsivoPiccolo {font-size: 10px; font-style: italic;}
.testoMio {font-size: 12px;}
.testoMioAligned {font-size: 12px; text-align: center;}
.testoMiobold {font-size: 12px; font-weight: bold;}
.testoMioboldAligned {font-size: 12px; color: #000066; font-weight: bold;	text-align: center;}
.testoMedio {font-size: 20px;}
.testoGrande {font-size: 30px;}

.right {text-align : right;}
.rightmiddle {text-align : right;vertical-align : middle;}
.leftop {text-align : left;vertical-align : top;}
.left {text-align : left;}
.center {text-align : center;}

.pagina{
	page-break-after: always;
	/*display:none;
	text-align:center;	
	overflow:auto; height:500px;
	*/
}

INPUT {
	font-size : 11px;
	text-align : left;
}

TEXTAREA {
	font-size : 11px;
	text-align : left;
}

SELECT {
	border-style : none;
	border : none;
	font-size : 11px;
}

BUTTON{
	font-size : 10px;
	text-align : center;
}

/*
BUTTON{
	font-size : 10px;
	color: 000000;
	background-color: silver;
	font-weight : bold;
	text-align : center;
}

BUTTON[disabled]{
	font-size : 11px;
	color: 000000;
	background-color: #D6D6D6;
	font-weight : bold;
	text-align : center;
}
*/
