body
{
	margin: 0px;
}

a.menu:link,a.menu:visited
{
	text-decoration: none;
	color: #000000;
}

a.menu:hover
{
	text-decoration: none;
	background-color: #FAD5A9;
	color: #000000;
}

a.menuTrans:link,a.menuTrans:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a.menuTrans:hover
{
	text-decoration: none;
	background-color: #FAD5A9;
	color: #000000;
}

a.footerItem:link,a.footerItem:visited,a.footerItem:hover
{
	text-decoration: none;
}

a.leftMenuItemDefaultStyle:link,a.leftMenuItemDefaultStyle:visited,a.leftMenuItemDefaultStyle:hover
{
	text-decoration: none;
}

a.leftMenuTransItemDefaultStyle:link,a.leftMenuTransItemDefaultStyle:visited,a.leftMenuTransItemDefaultStyle:hover
{
	text-decoration: none;
}

a.rightMenuItemDefaultStyle:link,a.rightMenuItemDefaultStyle:visited,a.rightMenuItemDefaultStyle:hover
{
	text-decoration: none;
}

a.downloadPanelItem:link,a.downloadPanelItem:visited,a.downloadPanelItem:hover
{
	text-decoration: none;
}

a.textNormal:link,a.textNormal:visited
{
	text-decoration: underline;
	color:#000000;
}

a.textNormal:hover
{
	text-decoration: underline;
}

a.textTitle:link,a.textTitle:visited
{
	text-decoration: none;
	color:#000000;
}

a.textTitle:hover
{
	text-decoration: underline;
}

.footerItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
}

.menuItemSelectedStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FAD5A9;
}

.menuItemDefaultStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
 }
 

.menuTransItemSelectedStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FAD5A9;
}

.menuTransItemDefaultStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
 }
 
.leftMenuItemDefaultStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.leftMenuTransItemDefaultStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.rightMenuItemDefaultStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	text-transform: uppercase;
}

.rightMenuItemDefaultStyleLower
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}

.rightMenuTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-transform: uppercase;
}

.downloadPanelItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}

.textNormal
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
	color: #000000;
}

.textPageTitle
{
	font-family: Arial, Sans-Serif;
	font-size: Large;
}

.HomePageTextTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: #f99d16;
	font-family: Arial;

}

.HomePageTextTitleReverse
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;

}
.HomePageTextTitleUpperCase
{
	font-weight: bold;
	font-size: 12pt;
	color: #f99d16;
	font-family: Arial;
    text-transform: uppercase;
}

.textTitle
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
	font-weight: bold;
}

.textNormalSmall
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

.textNormalWhite
{
	font-family: Verdana, Arial, Sans-Serif;
	color:#FFFFFF;
	font-size: 8pt;
    text-decoration:none;
}

.textNormalGrey
{
	font-family: Verdana, Arial, Sans-Serif;
	color:#D4D0C8;
	font-size: 8pt;
    text-decoration:none;
}

.textboxFullrow
{
	border: solid 1px #000000;
	width: 100%;
}

.textboxMedium
{
	border: solid 1px #000000;
	width: 200px;
}

.textboxMini
{
	border: solid 1px #000000;
	width: 40px;
}

.textboxStandard
{
	border: solid 1px #000000;
	width: 120px;
	font-size: 8pt;
}

.textboxGrey
{
	border: solid 1px #000000;
	width: 140px;
	font-size: 8pt;
	background-color:#EEEEEE;
}

.dropDownListGrey
{
	font-size: 7pt;
	background-color:#EEEEEE;
}

.tableHeader
{
	background-color: #4A3C8C;
	color: #F7F7F7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
}

.dataGridItem
{
	background-color: #E7E7FF;
	color: #4A3C8C;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

.dataGridAlternateItem
{
	background-color: #F7F7F7;
	color: #4A3C8C;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

.dataGridSelectedItem
{
	background-color: #F68E1D;
	color: F7F7F7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
    font-weight: bold;
}

.button
{
	background-color: #D0D0D0;
	border: solid 1px #000000;
}

.blackBorderTable
{
	border: solid 1px #000000;
}

.textTitle_Orange
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #F99D16;
}

TABLE
{
	font-size: 9pt;
	font-family: Verdana;
}

INPUT
{
	/*	border: notset 1px #000000;*/
	font-size: 8pt;
	background-color:#EEEEEE;
} 


TEXTAREA
{
	border: solid 1px #000000;
	font-size: 8pt;
	background-color:#EEEEEE;

}
OPTION
{
	border: solid 1px #000000;
	font-size: 8pt;
	background-color:#EEEEEE;
}

.NoBorderImgBtn
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.textMessaggio
{
	font-weight: bold;
	font-size: 11pt;
	color: red;
	font-family: Verdana;
	font-variant: small-caps;
}

.ButtonHand
{
	cursor:hand;
}

.textHeaderTrans
{
	font-family: Microsoft Sans Serif;
	font-size: 14pt;
	font-weight:bold;
}

.tableDataDiarioHeader
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	color: black; 
	height: 45px; 
	background-color: #ffcc99
}
.tableDataDiarioHeaderLeft
{
	border-top: black 1px solid; 
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	color: black; 
	height: 45px; 
	background-color: #ffcc99
}

.tableDataDiarioHeaderMiddle
{
	border-top: black 1px solid; 
	border-bottom: black 1px solid;
	color: black; 
	height: 45px; 
	background-color: #ffcc99
}

.tableDataDiarioHeaderRight
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-bottom: black 1px solid;
	color: black; 
	height: 45px; 
	background-color: #ffcc99
}


.tableDataDiarioItem
{
	border-right: black 1px solid; 
	border-left: black 1px solid; 
}

.tableDataDiarioFooter
{
	border-right: black 1px solid; 
	border-bottom: black 1px solid; 
	border-left: black 1px solid
}
.tableHomePanel
{
	padding:10px;
	font-weight: normal;
	font-size: xx-small;
	color: black;
	font-family: Arial;
	height: 50px;
	background-color: white;	
	border-right: #F99D16 1px solid;
	border-top: #F99D16 1px solid;
	border-bottom: #F99D16 1px solid;
	border-left: #F99D16 1px solid;
	width:98%;
}
	
	

select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
	
	
