
/* usati vecchie pagine 1.0 */
.Title
{
	FONT-WEIGHT: bold; 
	font-family:Arial ;
	FONT-SIZE: 17px;
	LEFT: 100px; 
	WIDTH: 350; 
	POSITION: absolute; 
	TOP: 110px;
	text-align:left ;
	color:#00425B;
	text-transform:uppercase ;
}
.subTitle
{
	LEFT: 100px; 
	WIDTH: 576px; 
	POSITION: absolute; 
	TOP: 145px; 
	HEIGHT: 32px;
}
.Header
{
	LEFT: 0px; 
	WIDTH: 100%; 
	POSITION: absolute; 
	TOP: 0px;
	z-index: 150;
}
.mainContainer
{
	top:190px;
	left:15px;
	position:absolute ;
	z-index:102;
	width:660px;
}
.icoPageHeader
{
	position:absolute ;
	left:10px;
	top:100px;
}



.error
{
	color:Red ;
	text-align:center ;
}

/* datagrids */
.dg
{
	width:750px;
	border-style:none;
	border-width:0px;
}
.printableDg
{
	width:630px;
}

.dgFooter
{
	background-color : #213574 ;
	color:White ;
	font-size :12px;
	vertical-align:super ;
}
.dgItem
{
	background-color :#D5F1FF;
	color :Black ;
	font-size:12px;
}
.dgAlternateItem
{
	background-color :#ECFAFF;
	color :Black ;
	font-size:12px;
}
.dgSelected
{
	font-size:12px;
	 background-color :#E27A00;
	 color:White;
}
.dgItemLink
{
	color:White ;
}


