
BODY.ContentPage
{
	margin-top: 20px;
	margin-left: 20px;
	background: #ffffff
}

BODY.PopupPage
{
	margin: 0px;
	background: #ffffff
}

FORM
{
	margin: 0px;
}

INPUT.Red, SELECT.Red, TEXTAREA.Red
{
	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt
}

A:link, A:visited, A:active
{
	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt;
	text-decoration: none
}

FONT.Olive
{
	color: #807d20;
	font-family: Verdana;
	font-size: 7.5pt
}

FONT.Red
{
	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt
}

FONT.RedBold
{
	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold
}

P.Olive
{
	color: #807d20;
	font-family: Verdana;
	font-size: 7.5pt;
	line-height: 170%;
	text-align: justify
}

P.Red
{
	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt;
	line-height: 170%;
	text-align: justify
}

TABLE.HighlightBox
{
	border: 1px #bfbe8d solid;
	padding: 5px;
	background-image: url(../immagini/ui/menu_bkg.gif);
}

TD.PageHeader
{
	height: 20px;
	padding-left: 10px;
	background-image: url(../immagini/ui/menu_bkg.gif)
}

TD.ToolBox
{
	margin: 0px;
	padding: 0px;
	border: #bfbe8d 1px solid;
}

TD.ToolHeader UL
{
	height: 1.3em;
	padding: 0em;
	margin: 0em;

	list-style-type: disc;
	background: url(../immagini/ui/tool_fill_bkg.gif) repeat-x bottom left;
}

TD.ToolHeader UL LI
{
	float: left;
	display: block;
	padding: 0em;
	margin: 0em;

	cursor: default;
	background: url(../immagini/ui/tool_right_bkg.gif) no-repeat top right;
}

TD.ToolHeader UL LI FONT
{
	display: block;
	padding: 6px 15px 3px;
	background: url(../immagini/ui/tool_left_bkg.gif) no-repeat top left;

	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold
}

TD.ToolContent
{
	background: #e0dfc7;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	border-left: #bfbe8d 1px solid;
	border-right: #bfbe8d 1px solid;
}

TD.ToolTableCell
{
	border-bottom: 1px #bfbe8d solid;
	border-right: 1px #bfbe8d solid;
}

TD.ToolTableRightmostCell
{
	border-bottom: 1px #bfbe8d solid;
}

TD.ToolFooter
{
	height: 25px;
	margin: 0px;
	padding:0px;

	border-left: #bfbe8d 1px solid;
	border-right: #bfbe8d 1px solid;
	border-bottom: #bfbe8d 1px solid;
	background: url(../immagini/ui/tool_bottom_bkg.gif) repeat-x bottom left;
}

TD.NavContent
{
	border-left: #bfbe8d 1px solid;
	border-right: #bfbe8d 1px solid;
	border-bottom: #bfbe8d 1px solid;
}

UL.NavTabs
{
	height: 1.35em;
	padding: 0px 10px 0px 10px;
	margin: 0em;

	list-style-type: disc;
	background: url(../immagini/ui/tabs_fill_bkg.gif) repeat-x bottom left;
}

UL.NavTabs LI.Tab
{
	float: left;
	display: block;
	border-bottom: #bfbe8d 1px solid;
	padding: 0em;
	margin: 0em;

	cursor: pointer;
	background: url(../immagini/ui/tabs_right_bkg.gif) no-repeat top right;
}

UL.NavTabs LI.Tab A.TabLabel
{
	display: block;
	padding: 6px 12px 3px;
	background: url(../immagini/ui/tabs_left_bkg.gif) no-repeat top left;

	color: #807d20;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold
}

UL.NavTabs LI.TabOn
{
	float: left;
	display: block;
	border-bottom: #ffffff 1px solid;
	padding: 0em;
	margin: 0em;

	cursor: default;
	background: url(../immagini/ui/tabs_on_right_bkg.gif) no-repeat top right
}

UL.NavTabs LI.TabOn FONT.TabLabel
{
	display: block;
	padding: 6px 12px 3px;
	background: url(../immagini/ui/tabs_on_left_bkg.gif) no-repeat top left;

	color: #942300;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold
}