﻿body 
{
	font-family:Verdana;
	font-size:10px;
}
select
{
	font-family:Verdana;
	font-size:10px;
}
a
{
	color:#5C064F;
}
a:hover
{
	background-color:#EBD8E9;
	text-decoration:none;
}
.header
{
	background-color:#5C064F;
	color:#EBD8E9;
	font-weight:bold;
}
.button
{
	font-family:Verdana;
	font-size:10px;
	background-color:#EBD8E9;
	color:#5C064F;
	border:solid 1px #5C064F;
	width:90px;
	cursor:pointer;	
}
.buttonMini
{
	font-family:Verdana;
	font-size:10px;
	background-color:#EBD8E9;
	color:#5C064F;
	border:solid 1px #5C064F;
	width:70px;
	cursor:pointer;	
}
.textbox
{
	font-family:Verdana;
	font-size:10px;
	width:145px;
}
.fileUpload
{
	font-family:Verdana;
	font-size:10px;
	background-color:#EBD8E9;
	color:#5C064F;
	border:solid 1px #5C064F;
	width:90px;
}
.pageContainer
{
	border:solid 1px #5C064F;	
}
.pageHeader
{
	border-top:solid 1px #5C064F;
	border-bottom:solid 1px #5C064F;
}
.pageFooter
{
	border-top:solid 1px #5C064F;
}
.pageMenu
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#5C064F;
}
.bordered
{
	border:solid 1px #5C064F;
}
.listItemDeselected
{
	border-bottom:solid 1px gray;	
	border-top:solid 1px gray;	
	background-color:Transparent;
	cursor:pointer;
}
.listItemSelected
{
	border-bottom:solid 1px gray;	
	border-top:solid 1px gray;
	background-color:Silver;
	cursor:pointer;
}
.listItemTextBold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
}
.listItemText
{
	font-family:Verdana;
	font-size:10px;
}
.detailsSpacer
{
	background-color:Blue;	
	height:1px;
}
.detailsHeader
{
	background-color:Green;	
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
}
.detailsTextBold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
}
.detailsText
{
	font-family:Verdana;
	font-size:10px;	
}
.listinoItem
{
	border:solid 1px Gray;	
}
.listinoAlternateItem
{
	border:solid 1px Gray;	
	background-color:#EBD8E9;
}
.listinoHeader
{
	font-weight:bold;
	background-color:#5C064F;
	color:#EBD8E9;
}
.cellaalta
{
	background-color:red;
}
.linkRichiestaInformazioni
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;	
	color:Blue;
}