/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Tahoma;
    font-size:large;
    background-color:#d1d0d0;
    color:Black;
    margin: 0;
    padding: 0;
	text-align: left;
 }
		
A:link      { color:#A5A157; text-decoration:none; 
				text-align: center;
}
A:visited 	{ color: #265CC0; text-decoration:none; }
A:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; }
A:hover 	{ color: white;  cursor:hand; text-decoration:"underline"; background-color:#A5A157;}
		
A.bodyLink:link     { color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
A.topLink:link      { color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:visited 	{ color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:active 	{ color: #163A6E;  cursor:hand; text-decoration:none; font-weight: normal; }
A.topLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size:large;
    font-weight: bold;
    color:#A5A157;
 }

.labelmenu
{
    font-family: verdana;
    font-size:12px;
    font-weight: bold;
    color:White;
 }

hr {
	border: 0;
	border-top: 2px solid #DE5C2F;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Tables                      */
/*-----------------------------*/	
.table
{
 font-size:11px;
 margin: 0px 0px 0px 0px;
 border-spacing: 0px;
 padding: 0px 0px 0px 0px;
}
tr.item
{
 background-color:#cacaca;
}
tr.alternate
{
 background-color:#999999;
}
td
{
}
td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;

}

td.menu 
{
	background-color:#6487DC;
	width: 184px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #6487DC;
	text-align: right;
}

/* Campi                      */
/*-----------------------------*/	

.DropList
{
	background-color:#CCFFFF;
	color:Black;
	font-weight:bold;
	font-size:x-small;
	height:18px;	
}
.Button
{
	background-color:#CCFFFF;
	color:Blue;
	font-weight:bold;
	font-size:x-small;
	height:16px;	
}
.BoxLabel
{
	color:#000154;
	font-size:small;
	font-style:italic;
	font-weight:bold;
	text-align:left;	
}
.BoxText
{
	text-align:left;	
}
.Label
{
	font-size:small;
	text-align:left;	
}
.LinkButton
{
    color: #BEBD7C; 
    text-decoration:none;
	text-align: center;
	font-size:13px;
}
.LinkButtonSfondo
{
    color : #265CC0;
    background-color:White; 
    text-decoration:none;
	text-align: center;
	font-size:14px;
}
.TextBtn
{
	background-color:#CCFFFF;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	color:Blue;
	font-size:x-small;
	font-style:italic;
	font-weight:bold;
	height:14px;	
	text-align:center;	
}
.Testo
{
	font-size:medium;
	text-align:justify;	
}
.TextMultiRow
{
	background-color:#CCFFFF;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	color:Blue;
	font-size:x-small;
	font-style:italic;
	font-weight:bold;
	text-align:center;	
}
.MsgError
{
	Color:red;
	font-weight:bold;
	font-size:x-small;
	text-align:center;
}
