body
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: #EB8400;
}

/*

	Classi di stile per la pagina principale

*/
.DefaultTopBar
{
	background-color: #ffffff;
}
.DefaultMenuBar
{
	border-width: 0px;
	background-color: #c8c8c8;
}
.DefaultMenuSeparator
{
	color: #000000;
}
.DefaultForm
{
	width: 1024px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
a.DefaultMenuLink
{
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	cursor: hand;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
a:hover.DefaultMenuLink
{
	width:100%;
	text-align:center;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}
.DefaultBackGround
{
	background-attachment: fixed;
	background-image: url(MenuBar2.jpg);
	
	background-color: #3a6ea5;
	height:600px;
}
.DefaultBackSection
{
	background-color: white;
}

/*
	Classi di stile per le control bar
*/
.ControlBaseTitleBar
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;

	padding-bottom: 5px;
	margin: 5px;
	color: white;
	padding-top: 5px;

	font-family: Verdana;
	height: 27px;
	background-color: #000000;
	text-align: left;
}
.ControlBaseToolBar
{
	border-right: #9b9b9b 1px inset;
	border-top: #9b9b9b 1px inset;
	border-left: #9b9b9b 1px inset;
	border-bottom: #9b9b9b 1px inset;
	background-color: #b4b4b4;
	text-align: left;
}

a.ControlBaseTitleBarExitButton
{
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	cursor: hand;
	color: white;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
a:hover.ControlBaseTitleBarExitButton
{
	width:100%;
	text-align:center;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}

a.ControlBaseToolBarMenuLink
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	margin-left: 5px;
	vertical-align: middle;
	cursor: hand;
	color: black;
	margin-right: 5px;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}
a:hover.ControlBaseToolBarMenuLink
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	margin-left: 5px;
	vertical-align: middle;
	cursor: hand;
	color: red;
	margin-right: 5px;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

/*
	Classi di stile utilizzate nei pannelli dati
*/

.DataBoardLinkMessageTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: Verdana;
	text-align: center;
}

.DataBoardSchema
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: white;
}
.DataBoardLabel
{
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
	width:400px;
}
.DataBoardTextBox
{
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
	width:400px;
}
.DataBoardDropDownList
{
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
	width:400px;
}
.DataBoardElementLabel
{
	font-weight: bold;
	font-size: 8pt;
	background: #000000;
	vertical-align: middle;
	width: 100px;
	color: white;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

a.DataBoardToolBarLinkButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	margin-left: 5px;
	vertical-align: middle;
	cursor: hand;
	color: black;
	margin-right: 5px;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}
a:hover.DataBoardToolBarLinkButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	margin-left: 5px;
	vertical-align: middle;
	cursor: hand;
	color: red;
	margin-right: 5px;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}






/*

	Classi di stile per la griglia

*/

.GridHeaderStyle
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 8pt;
	background: lightgrey;
	padding-bottom: 3px;
	margin: 3px;
	border-left: black 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	text-align: center;
}

.GridItemStyle
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	color: #000000;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: white;
	text-align: center;
}

.GridItemSelectedStyle
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	color: #000000;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: lightsteelblue;
	text-align: center;
}


/*
	Classi di gestione della sezione PROPOSAL
*/
.ProposalTitleBlock
{
	font-weight: bold;
	background: #a9a9a9;
	width: 100%;
	color: black;
	font-family: Verdana;
}
.ProposalTextBlock
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	background-color: #d3d3d3;
}
.ProposalSummaryBlock
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana;
	background-color: #d3d3d3;
	text-align: right;
}
.ProposalSectionBlock
{
	height: 80px;
}
.ProposalPhaseUnselected
{
	font-size: 8pt;
	vertical-align: middle;
	width: 160px;
	color: black;
	font-family: Verdana;
	text-align: left;
}
.ProposalPhaseSelected
{
	width:160px;
	
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: red;
	font-family: Verdana;
	text-align: left;
}















.ToolBar
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	vertical-align: baseline;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: lightsteelblue;
	text-align: left;
}
a.ToolBarMenuLink
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.ToolBarMenuLink
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}


.InverseBar
{
	font-weight: bold;
	font-size: 9pt;
	background: #000000;
	color: #ffffff;
	font-family: Verdana;
}

.HeadBar
{
	font-weight: bold;
	font-size: 9pt;
	background: white;
	color: #000000;
	font-family: Verdana;
	
}

.Schema1
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
}
.Schema2
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
	text-align: left;
}

.BackSection
{
	background: #d3d3d3;
	height: 500px;
}

.LinkButton1
{
	font-weight: bold;
	font-size: 8pt;
	background: #000000;
	cursor: hand;
	color: white;
	font-family: Verdana;
	text-align: right;
}
.GridLinkButton
{
	font-weight: bold;
	font-size: 8pt;
	background: #000000;
	cursor: hand;
	color: white;
	font-family: Verdana;
	text-align: center;
}

a.MenuLink2
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	background: white;
	border-left: white 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: white 1px solid;
	font-family: Verdana;
	position: relative;
	text-align: center;
	text-decoration: none;
}
a:hover.MenuLink2
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	background: white;
	border-left: #000000 1px solid;
	cursor: hand;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Verdana;
	position: relative;
	text-decoration: none;
	text-align: center;
}


a.MenuLink
{
	font-weight: bold;
	font-size: 8pt;
	background: white;
	cursor: hand;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.MenuLink
{
	font-weight: bold;
	font-size: 8pt;
	background: white;
	cursor: hand;
	color: red;
	font-family: Verdana;
	text-decoration: none;
}

.LabelSchema0
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.LabelSchema1
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.LabelSchema2
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.LabelSchema3
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.LabelSchema4
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.LabelSchema5
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}






.Label1
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.Label2
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}
.Label2Left
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	text-align: left;
}


.Label3
{
	font-weight: bold;
	font-size: 8pt;
	width: 50px;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}

.LabelError
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
	text-align: right;
}

.DropDownList
{
	font-weight: bold;
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

.DropDownList1
{
	font-weight: bold;
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

.TextBox1
{
	font-weight: bold;
	font-size: 8pt;
	background: lightgrey;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
}

.InvoiceGridStyle
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	width: 800px;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}

.GridStyle
{
	font-weight: normal;
	font-size: 8pt;
	background: #e2e2e2;
	color: black;
	font-family: Verdana;
	text-align: center;
}



.GridSelectedItem
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	background-color: lightsteelblue;
}

.GridItemStyleNumber
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 8pt;
	border-left: 1px solid;
	color: #000000;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	text-align: right;
}

.GridAlternateItemStyle
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 8pt;
	border-left: 1px solid;
	color: #000000;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	text-align: center;
}

.ProposalTitleCentered
{
	width:100%;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
	text-align:center;
}
.ProposalTitle
{
	width:100%;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
	text-align:justify;
}
.ProposalSubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align:justify;
}

.ProposalTitle2
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 10pt;
	border-left: #000000 1px solid;
	width: 100%;
	color: black;
	font-family: Verdana;
	background-color: #b0c4de;
	text-align: justify;
}
.ProposalSubTitle2
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	background-color:#b0c4de;
	font-family: Verdana;
	text-align:justify;
	width: 100%;
}



.ProposalOptionTitle
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align: justify;	
}
.ProposalOptionDescription
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-align: justify;	
}

.ProposalFlag
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align: justify;
}

.ProposalDescription
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-align: justify;
}
.ProposalDescriptionAmount
{
	font-size: 8pt;
	color: Red;
	font-family: Verdana;
	text-align: justify;
}


.ProposalSummary
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-align: right;
}





