/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000066;
	font-family: Verdana;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
A:link
{
	text-decoration: none;
	color: #FFE800;
	font-weight: bold;
}

A:visited
{
	text-decoration: none;
	color: #FFE800;
	font-weight: bold;
}

A:active
{
	text-decoration: none;
	color: #FFE800;
	font-weight: bold;
}

A.menutop:hover
{
	text-decoration: underline;
	color: #3333cc;
}
A.menutop:link
{
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

A.menutop:visited
{
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

A.menutop:active
{
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}
A.menutop:hover
{
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}
.testo
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.testoind
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
.testotab
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.testorosso
{
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}
.testobig
{
	font-family: Verdana;
	text-align: justify;
	font-size: 14px;
	color: #FF0000;
}
.testogrande
{
	font-family: Verdana;
	text-align: justify;
	font-size: 12px;
	color: #ff6600;
}
a
{
	text-decoration: none;
	font-family: Verdana;
	color: #FFFFFF;
}
TABLE
{
	font-family: Verdana;
	font-size: 12px;
}
.Dtg
{
	background-color: #000033;
	margin-top: 1px;
}
.DtgTitle
{
	background-color: #000033;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.DtgHeader
{
	/*	background-color: #CCCCCC;*/
	background-color: #000033;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.DtgItem
{
	/*	background-color: #EEEEEE;*/
	background-color: #000033;

}
.DtgAlternatingItem
{
/*	background-color: #FFFFFF;*/
	background-color: #000033;
}
.DtgPager
{
	/*	background-color: #CCCCCC;*/
	background-color: #000033;
}
.TdLeft
{
	/*background-color: #EEEEEE;*/
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.TdRight
{
	/*background-color: #FFFFFF;*/
	background-color: #000033;
}
.DivScroll
{
	overflow: auto;
	height: 75;
	width: 100%;
}
INPUT, SELECT
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
}
.TableSfondoNero
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

.TableSfondoBlu
{
	font-family: Verdana;
	font-size: 10px;
	color: #000033;
	background-color: #CCCCCC;
}




.testobianco
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.testobianco11
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.testogiallo
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFE800;
}
.testogiallobold
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFE800;
	font-weight: bold;
}
.testobianco14bold
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFE800;
	font-weight: bold;
	}