/* Default CSS Stylesheet for a new Web Application project */

.bodyStyle{
    BACKGROUND-COLOR: #EAEEF6;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ContentStyle{
	background-color: #EAEEF6;
}

.bodyStyleOLD{
    BACKGROUND-COLOR: #CACACB;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.ContentStyleOLD{
	background-image: url(img/interfaccia/sfContent.gif);
}

.leftMenu
{
	background-color: #EAECEF;
	border-bottom: solid 1px #A1AAAF;
	border-right: solid 1px #A1AAB0;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 0;
	width: 130px;
}

.leftMenuMain
{
	background-color: #E2E4E9;
	border-bottom: solid 1px #C2CACF;
	border-right: solid 1px #838D94;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right:0px;
	width: 130px;
	height: 20px;
}

.leftMenuItem {
	font-family: Arial;
	font-size: 10;
	color: #52636F;
	text-decoration: none;
	padding-bottom: 5px;
}

.leftMenuItem a {
	font-family: Arial;
	font-size: 10;
	color: #52636F;
	text-decoration: none;
}

.leftMenuItem a:hover {
	font-family: Arial;
	font-size: 10;
	color: #A6A6A6;
	text-decoration: none;
}

.leftMenuItemOn {
	font-family: Arial;
	font-size: 10;
	color: #AA6314;
	text-decoration: none;
	padding-bottom: 5px;
}

.leftMenuItemOn a {
	font-family: Arial;
	font-size: 10;
	color: #AA6314;
	text-decoration: none;
}

.leftMenuMainItem
{
	font-family: Arial;
	font-size: 10;
	color: #52636F;
	text-decoration: none;
}

.leftMenuMainItem a
{
	font-family: Arial;
	font-size: 10;
	color: #52636F;
	text-decoration: none;
}

.probSolvingStyle{
	background-image: url(img/tools/sfProbSolv.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.pathStyle {
	font-family: Arial;
	font-size: 11;
	color: #52636F;
	text-decoration: none;
}

.pathStyle a {
	font-family: Arial;
	font-size: 11;
	color: #52636F;
	text-decoration: none;
}

.pathStyle a:hover {
	font-family: Arial;
	font-size: 11;
	color: #A6A6A6;
	text-decoration: none;
}

.bannerProductsStyle
{
	background-image: url(img/prod/sfBannerProd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-color: #A1AAB0;
	border-width: 1px;
	border-style: double;
	width: 590px;
	height: 279px;
}

.downloadProdStyle
{
	background-image: url(img/prod/sfDownload.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #A1AAAF;
	border-bottom-color: #A1AAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 49px;
	width: 147px;
}

.downloadUniqueProdStyle
{
	background-image: url(img/prod/sfDownload.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #A1AAAF;
	border-bottom-color: #A1AAAF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 49px;
	width: 197px;
}

.lineBoxStyle
{
	background-image: url(img/prod/sfLineeProd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-right-color: #D3D7DA;
	border-bottom-color: #D3D7DA;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 290px;
}

.bottoneLineeStyle
{
	background-image: url(img/prod/sfBottoneLinee.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-color: #B8B8BF;
	border-style: solid;
	border-width: 1px;
	width: 292px;
	height: 18px;
	text-decoration: none; 
	font-family: Arial,Tahoma, Verdana,  Helvetica, sans-serif; 
	font-size: 10px; 
	color: #67747D;
}

.itemLink
{
	text-decoration: none; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #52636F;
}
.itemLink a
{
	text-decoration: none; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #52636F;
}

.itemLink a:hover
{
	text-decoration: none; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #52636F;
}

.item {
	display: block;
	width: 128px;
	height: 136px;
	padding: 2px;
	border: none;
	text-align: center;
	float: left;
}

.imageBankStyle
{
	background-color: #EAECEF;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #A1AAAF;
	border-bottom: solid 1px #A1AAAF;
}