/*GLOBAL*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #242424;
}
.bgPopupGreen{
 background-color: #7BC143;
}
.bgPopupOrange{
 background-color: #F47B20;
}
img {
	border:0px;
}

/*HTML TOP NAVIGATION*/
#mainNAV {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
}
#mainNAV a, #mainNAV a:visited {
	color:#FFFFFF;
	padding-bottom:1px;
	text-decoration:none;
}
#mainNAV a:hover {
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:solid 1px white;
}
.GreenNAV {
	background-image: url(IMAGES/GREENNAV.JPG);
}
.BlueNAV {
	background-image: url(IMAGES/BLUENAV.JPG);
}
.OrangeNAV {
	background-image: url(IMAGES/ORANGENAV.JPG);
}
.DropDown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.Bold {
	font-weight:bold;
}
.Grey {
	font-weight:normal;
	color:#777777;
	padding-left:10px;
}
a.selected, a.selected:visited {
	color:#FFFFFF;
}
a#noline, a#noline:visited, a#noline:hover {
	border-bottom:none;
}

.spacerNAV {
	padding-right:20px;
}

.UD {
	border-bottom:solid 1px white;
	padding-right:20px;
}

/*HTML SUB NAVIGATION*/
.sub-navBG {
	background-image: url(IMAGES/SUB_NAVBG.JPG);
	background-repeat:no-repeat;
}
.sub-navBG, .sub-navBG a  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	text-decoration:none;	
}
.sub-navBG a:hover {
	color:#FFFFFF;
	text-decoration:none;	
}

/*NETWORK SIDE NAVIGATION*/
.networkNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.networkNAV, a.networkNAV:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.networkNAV:hover {
	color:#00A4E4;
}
a.networkNAVStaticSmall, a.networkNAVStaticSmall:visited, a.networkNAVStaticSmall:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00A4E4;
}

a.networkNAVStatic, a.networkNAVStatic:visited, a.networkNAVStatic:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-bottom:4px;
	color: #00A4E4;
	text-decoration: none;
	border-bottom:solid 2px #00A4E4;
	font-weight: bold;
}

a.networkOPT, a.networkOPT:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	/*added*/ border:none; font-size:12px; line-height:15px;
}

a.networkOPT:hover {
	color: #00A4E4;
}

/*NEWS SIDE NAVIGATION*/
.newsNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #00A4E4;
	text-decoration: none;
	font-weight: bold;
}
a.newsNAV, a.newsNAV:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.newsNAV:hover {
	color:#00A4E4;
}

a.newsNAVStaticSmall, a.newsNAVStaticSmall:visited, a.newsNAVStaticSmall:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00A4E4;
}

a.newsNAVStatic, a.newsNAVStatic:visited, a.newsNAVStatic:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #00A4E4;
	text-decoration: none;
	border-bottom:solid 2px #00A4E4;
	font-weight: bold;
}

a.newsOPT, a.newsOPT:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #888888;
}

a.newsOPT:hover {
	color: #00A4E4;
}

/*PADDING*/
.PadNav {
	padding-left: 3px;
	padding-right: 3px;
}
.padTopLeftNav{
	padding-top: 10px;
}
.PadText {
	padding: 5px;
}
.PadPic {
	padding: 5px;
	padding-left:0px;
}
.PadHomeLeft {
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 10px;
}
.PadHomeRight {
	padding-bottom: 25px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 25px;
}
.PadTable {
	padding-left: 14px;
	padding-right: 14px;
}
.Pad {
	padding: 10px;
}
.padtop{
	padding-top:10px;
}
.padtopmore{
	padding-top:40px;
}
.padbottom{
	padding-bottom:10px;
}
.padleft{
	padding-left:10px;
}
.padright{
	padding-left:20px;
}
.padleftmore{
	padding-left:25px;
}
.padrightmore{
	padding-right:100px;
}

/*COPY*/
.quote{
	padding-top:26px;
}
.copy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*.breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal
}
a.breadcrumb:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal
}*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
A.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
A.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
A.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*a.orange, a.orange:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	padding-right: 30px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 135px center;
} 
a.orange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F47B20;
	text-decoration: none;
	font-weight: normal;
	padding-right: 30px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 135px center;
}
.copyBigOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 29px;
	color: #F47B20;
	text-decoration: none;
	font-weight: normal;
	padding:10px;
}
.copyBigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 29px;
	color: #7BC143;
	font-weight: normal;
	padding:10px;
	text-decoration: none;
}
.copyBigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 29px;
	color: #00A4E4;
	text-decoration: none;
	font-weight: normal;
	padding:10px;
	padding-right: 10px;
}*/
.bigWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.copyFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #191919;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
}
.copyFooter a, copyFooter a:visited {
	color: #191919;
	text-decoration: none;
	font-weight: normal;
}
.copyFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.copyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;	
	font-weight: normal;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 10px;
}
.smallGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7BC143;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 10px;
}
.smallGreyNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;	
	font-weight: normal;
}
.smallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00A4E4;
	text-decoration: none;	
	font-weight: bold;
	padding-bottom: 10px;
}
.smallBlue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00A4E4;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 10px;
}
.menuGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;	
	font-weight: normal;
}
.smallGreybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4D5656;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}
.mediumGreybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4D5656;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}

.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 10px;
}
.smallBlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}
.smallBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
	padding-bottom: 10px;
}
.smallGreyLightBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}
.mediumGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	text-decoration: none;	
	font-weight: normal;
}
.mediumGrey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4D5857;
	text-decoration: none;	
	font-weight: normal;
}
.mediumOrange2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #F47B20;
	text-decoration: none;	
	font-weight: normal;
}
.smallOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #F47B20;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 10px;
}
.mediumWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bigDarkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #4D5656;
	text-decoration: none;
	font-weight: normal;
	padding-bottom:10px;
}
.bigBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #00A4E4;
	text-decoration: none;
	font-weight: normal;
	padding-top:10px;
}
.bigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #7BC143;
	text-decoration: none;
	font-weight: normal;
	padding-top:10px;
}
.bigOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #F47B20;
	text-decoration: none;
	font-weight: normal;
	padding-top:10px;
}
.mediumBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00A4E4;
	text-decoration: none;
	font-weight: bold;
}
a.mediumBlue, a.mediumBlue:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00A4E4;
	text-decoration: none;
	font-weight: bold;
}
a.mediumBlue:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.mediumOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #F47B20;
	text-decoration: none;
	font-weight: bold;
}
.mediumGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #7BC143;
	text-decoration: none;
	font-weight: bold;
}
.mediumDarkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4D5656;
	text-decoration: none;
	font-weight: normal;
}
a.mediumDarkGrey, a.mediumDarkGrey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #4D5656;
	text-decoration: none;
	font-weight: normal;
}
a.mediumDarkGrey:hover {
	color:#F47B20;
}
.smallDarkGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #4D5656;
	text-decoration: none;
	font-weight: normal;
}
.style1:link {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
}
.style2:link {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/*FADES*/
.FadeLeft {
	background-image: url(IMAGES/FADE_LEFT.JPG);
	background-repeat: repeat-y;
	background-position: right;
}
.FadeRight {
	background-image: url(IMAGES/FADE_RIGHT.JPG);
	background-repeat: repeat-y;
	background-position: left;
}

/*BACKGROUNDS*/
.BGBlack {
	background-color: #242424;
}
.BGWhite {
	background-color: #FFFFFF;
}
.BGGrey {
	background-color: #ECEAEB;
}
.GreenFooter {
	background-color: #7BC143;
}
.BlueFooter {
	background-color: #00A4E4;
}
.OrangeFooter {
	background-color: #F47B20;
}


/*ID*/
a#readMore, a#readMore:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a#readMore:hover {
	color: #00A4E4;
	text-decoration: underline;
}
a#readMoreGreen, a#readMoreGreen:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a#readMoreGreen:hover {
	color: #7BC143;
	text-decoration: underline;
}
#Green a, #Green a:visited {
	color: #7BC143;
	text-decoration: underline;
	font-weight: normal;
}
#Green a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#GreenOV a, #GreenOV a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#GreenOV a:hover {
	color: #7BC143;
	text-decoration: underline;
	font-weight: normal;
}
#Orange a, #Orange a:visited {
	color: #F47B20;
	text-decoration: underline;
	font-weight: normal;
}
#Orange a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#OrangeOV a, #OrangeOV a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#OrangeOV a:hover {
	color: #F47B20;
	text-decoration: underline;
	font-weight: normal;
}
#Blue a, #Blue a:visited {
	color: #00A4E4;
	text-decoration: underline;
	font-weight: normal;
}
#Blue a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#BlueOV a, #BlueOV a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#BlueOV a:hover {
	color: #00A4E4;
	text-decoration: underline;
	font-weight: normal;
}

/*CASE STUDIES INNER NAV*/
#CaseSelect {
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
}
#CaseSelect a, #CaseSelect .Case a:visited {
	color: #00A4E4;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
#CaseSelect a:hover {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}
#CaseSelect .CaseStatic {
	color: #666666;
	font-weight:bold;
	font-size:12px;
}
#CaseSelect a.CaseStatic, a.CaseStatic:visited  {
	color: #666666;
	font-weight:bold;
	font-size:12px;
}
#CaseSelect a.CaseStatic:hover  {
	color: #666666;
	font-weight:bold;
	font-size:12px;
}



/* Spalla destra home page */

#rightColumnContainer
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
    background-image: url(/images/pixelGray.jpg);
    background-repeat: repeat-y;
    }
    

#rightColumnContainer h2
{
    margin:0px;
    padding:0px;
    color: #403737;
    font-weight: bold; 
    font-size: 16px;
    font-family:arial;
    }
    
    
#rightColumnContainer h3 a
{
    margin:0px;
    padding:0px;
    color: #f47b20;
    font-weight: bold; 
    font-size: 13px;
    font-family:arial;
    }
    
#rightColumnContainer p
{
    margin:0px;
    padding:0px;
    color: #777777;
    font-size: 11px;
    width: 115px;
    font-family:arial;
    }

#focus
{
    width: 534px;
    margin: 0px;
    background-color: #fff;
    font-family:arial;
    
    }
 
#focus h2 
{
    margin:0px;
    width: 390px;
    padding:10px 10px 0px 10px;
    color: #f47b20;
    font-weight: bold; 
    font-size: 16px;
    font-family:arial;
    }
    
#focus p 
{
    margin:0px;
    padding:0px 10px 0px 10px;
    color: #777777;
    font-size: 11px;
    width: 390px;
    font-size: 12px;
    background-color: #fff;
    font-family:arial;
    }
    
.link
{
    margin:0px;
    padding:0px;
    color: #f47b20;
    font-weight: bold; 
    font-size: 14px;
    font-family:arial;
    text-decoration:none;
    }
    
.numberNews
{
    background-color: #f47b20;
    width: 20px;
    height:20px;
    text-align:center;
    color: #fff;
    }
    
.numberNews a
{
    text-align:center;
    color: #fff;
    text-decoration: none;
    }
    
#titleBoxNews
{
    font-size: 14px;
    color: #f47b20;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
    }
    
.titleLink a
{
    font-size: 14px;
    color: #f47b20;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
    }
