body{
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #4a4a49;
	background-color: White;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #016dcf;
}
h2 {
	font-size: 32px;
	font-weight: 500;
}
h3 {
	font-size: 20px;
	font-weight: 300;
}
/* link */
a:link {
	color:#016dcf;
	text-decoration:underline;
	}

a:visited {
	color:#016dcf;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

a:active {
	text-decoration:underline;
	color:#016dcf;
	}
/* form */
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]{
	border: 1px solid #cccccc;
}
textarea:focus, 
select:focus,
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
	border-color: rgba(4,153,218, 0.8);
	outline: 0;
	/*outline: thin dotted 9 ;OMAR?*/
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4,153,218, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4,153,218, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4,153,218, 0.6);
}
/*fieldset{
    
	border: 1px solid #cccccc;
}*/
.fieldsetNoBorder {
    margin-top:2px;
    border:none;
}
label {
	font-weight: normal;
	font-size: 13px;
	color: #4a4a49;
	font-family: ubuntu;
	margin-top: 10px;
}
legend{
	padding: 0px 10px;
	margin-bottom: 0px;
}
legend:hover{
    border: 1px solid #d7d7d7;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);


}
.input-box{
	border: 1px solid #cccccc;
	background-color: #f4f4f4;
}
.CheckboxList {
	border-color: #cccccc;
}
.CheckboxList td {
	padding: 3px;
}
/*button.button,
input.button{
	cursor: pointer;
	color: white;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 14px;
	font-size: 14px;
	font-weight: normal;
	box-shadow: inset 0px 1px #36aee1;
	border: 1px solid #0f539c;
	background-color: #0499da;
	background-image: -moz-linear-gradient(top, #0499da, #0065cd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0499da), to(#0065cd));
	background-image: -webkit-linear-gradient(top, #0499da, #0065cd);
	background-image: -o-linear-gradient(top, #0499da, #0065cd);
	background-image: linear-gradient(to bottom, #0499da, #0065cd);
}
button.button:hover,
input.button:hover{
	box-shadow: inset 0px 1px #0499da;
	background-color: #0065cd;
	background-image: none;
}*/
input.button.green,
button.button.green{
	box-shadow: inset 0px 1px #c8e089;
	border: 1px solid #8fad01;

	background-color: #aac833;
	background-image: -moz-linear-gradient(top, #aac833, #82a201);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aac833), to(#82a201));
	background-image: -webkit-linear-gradient(top, #aac833, #82a201);
	background-image: -o-linear-gradient(top, #aac833, #82a201);
	background-image: linear-gradient(to bottom, #aac833, #82a201);
}
input.button.green:hover,
button.button.green:hover{
	background-color: #82a201;
	background-image: none;
}
input.button.grey,
button.button.grey{
	margin-left: 20px;
	margin-right: 20px;
	/*width: 120px !important;*/
	font-size: 12px;
	color: #383838;
	padding: 3px 0px;

	box-shadow: inset 0px 1px #cccccc;
	border: 1px solid #969696;
	background-color: #dcdcdc;
	background-image: -moz-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#afafaf));
	background-image: -webkit-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: -o-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: linear-gradient(to bottom, #dcdcdc, #afafaf);
	/*dcdcdc afafaf*/
}
/*input.button.grey:hover,
button.button.grey:hover{
	background-color: #afafaf;
	background-image: none;
}*/
a.button.grey{
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 14px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;

	color: #383838;

	box-shadow: inset 0px 1px #cccccc;
	border: 1px solid #969696;
	background-color: #dcdcdc;
	background-image: -moz-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#afafaf));
	background-image: -webkit-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: -o-linear-gradient(top, #dcdcdc, #afafaf);
	background-image: linear-gradient(to bottom, #dcdcdc, #afafaf);
	/*dcdcdc afafaf*/
}
a.button.grey:hover{
	background-color: #afafaf;
	background-image: none;
}
a#show-hide,
a#show-hide:hover{
	color: #4a4a49;
	text-decoration: none;
	font-weight: bold;
}
input.button.orange{
	box-shadow: inset 0px 1px #f2b24c;
	border: 1px solid #cf7501;

	background-color: #e19047;
	background-image: -moz-linear-gradient(top, #e19047, #bb5902);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e19047), to(#bb5902));
	background-image: -webkit-linear-gradient(top, #e19047, #bb5902);
	background-image: -o-linear-gradient(top, #e19047, #bb5902);
	background-image: linear-gradient(to bottom, #e19047, #bb5902);
}
input.button.orange:hover{
	background-color: #bb5902;
	background-image: none;
}
/* contao button */
a.btn, .btn a, input.btn {
	border-left: 1px solid #0064CD;
    border-right: 1px solid #0064CD;
    border-top: 1px solid #0064CD;
    border-bottom: 1px solid #003F81;
    cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: normal;
	padding: 5px 14px 6px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	border-image: initial;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0px 3px 5px #999999;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0px 3px 5px #999999;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0px 3px 5px #999999;
	
	color: #fff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background-image: linear-gradient(top, #049cdb, #0064cd);
}
a.btn.fullHeight, .btn.fullHeight a, input.btn.fullHeight {
	width: 100%;
}
a.btn:hover, .btn:hover a, input.btn:hover {
	background-position: 0 -15px;
	-webkit-box-shadow: 0px 1px 3px #999999;
       -moz-box-shadow: 0px 1px 3px #999999;
			box-shadow: 0px 1px 3px #999999;
}
a.btn_big, .btn_big a, input.btn_big {
	background-color: #3abded;
	background-repeat: repeat-x;
	border: 5px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 20px;
    font-weight: 700;
    font-size: 17px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    width: auto;
    background-image: linear-gradient(top, #2a7fc2, #3abded);
}
a.btn.noShadow, .btn.noShadow a, input.btn.noShadow {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.btn.noShadow:hover, .btn.noShadow:hover a, input.btn.noShadow:hover {
	background-position: 0 -15px;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
			box-shadow: none;
}
/**
 * Pagination
 */
.pagination {
	background-color: #eff2fb !important;
	padding: 5px 10px !important;
	    border: 1px solid #cccccc !important; 
}
.pagination td{
	padding:  0px 3px !important;
}
.pagination table{
	margin: 0px !important;
	font-size: 15px !important;
}
.pagination span{
	color: #016fcf !important;
	font-weight: bold !important;
}
.pagination a,
.pagination a:visited{
	text-decoration: none !important;
	color: #555555 !important;
	
}
.pagination a:hover{
	text-decoration: underline !important;
}
.boxpager{
	border: 1px solid #cccccc;
	padding: 5px 10px;
 	background-color: #eff2fb;
 }
.boxpager span,
.boxpager a{
	padding:  0px 1px;
}
.boxpager span{
	color: #016fcf;
	font-weight: bold;
}
.boxpager a,
.pagination a:visited{
	text-decoration: none;
	color: #555555;
}
.boxpager a:hover{
	text-decoration: underline;
}
/*
 * Header
 */

#header {
	color: #fff;
	background: url(../images/header_background.jpg) repeat-x top center;
	text-align: right;
	min-height: 100px;
    font-size: 13px;
    font-weight: 300;
}
#header a.assistenza_button{
margin-top: 15px;

margin-left: 15px;

display: inline-block;
padding: 3px 10px;
text-align: center;
height: 20px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-background-clip: padding-box;
background-clip: padding-box;

box-shadow: inset 1px 1px  rgba(255, 255, 255, 0.2);
/*0065cd 0499da
color: white;*/
background-color: #0065cd;
    box-shadow: inset 1px 1px 1px #36aee1;
    border: 1px solid #0f539c;
    background-image: linear-gradient(to bottom, #0499da, #0065cd);
}
#header a.assistenza_button:hover{
background-color: #0499da;
background-image: none;
}

#header a {
	color: #fff;
	text-decoration: none;
}
#header .mod_changelanguage{
	margin-top: 5px;
	height: 35px;
}
#header .mod_changelanguage ul{
    list-style: none;
    float: left;
    margin: 5px 0px 0px 0px;
}
#header .mod_changelanguage ul li{
    margin: 0px;
    float: left;
}
#logo {
	height: 75px;
	overflow: visible;
}
#logo a:hover {
	text-decoration: none;
}
#logo h1 {
	text-align: center;
	color: #fff;
	font-size: 17px;
}
#logo h1 img {
	position: relative;
	z-index: 1;
    top: 0px;
    left: 0px;
}
#logo img {
	margin-top: 5px;
}
#main_menu a:hover, #social_icons a:hover {
	text-decoration: underline;
}
#main_menu {
	height: 60px;
}
#main_menu ul {
	margin: 20px 0px 0px 0px;
	list-style: none;
	float: right;
}
#main_menu li {
	display: block;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	border-left: #727272 solid 1px;
	border-right: #000 solid 1px;
	margin: 0px;
}
#main_menu li.first {
	padding-left: 0px;
	border-left: none;
}
#main_menu li.last {
	border-right: none;
}
#main_menu li ul {
	display: none;
}
#main_menu li:hover ul {
	display: block;
	position: absolute;
	z-index:15;
	width:auto;
	top: 70px;
	padding: 10px;
	margin: 10px 0px 10px -1px;
	border: none;
	background: #4A4A49;
	font-size:.9em;
}
#main_menu li:hover ul li{
	display: block;
	float:none;
	clear:both;
	border: none;
	padding:5px 0px;
}
.social_icons {
	margin-top: 8px;
	height: 35px;
}

.social22
{ 
    height: 22px;
    width: 22px;
}
.social_icons p, .social_icons ul {
	display: block;
	float: left;
}
.social_icons p {
	margin: 5px 0px 0px 7px;
}
.social_icons ul {
	height: 23px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social_icons ul li {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#menu_secondary {
	position: relative;
	display: block;
	left: 0px;
	background-color: #f6f6f6;
}
#menu_secondary ul {
	list-style: none;
	margin: 75px auto 60px 38px;
	width: 143px;
}
#menu_secondary ul li, #menu_secondary ul li a {
	color: #000;
	font-size: 14px;
	margin: 5px 0px;
}
#menu_secondary ul li {
	padding: 15px 0px 12px 13px;
	border-bottom: #8f8f8e solid 1px;
}
#menu_secondary ul li.first {
	padding-top: 0px;
}
#menu_secondary ul li.last {
	padding-bottom: 0px;
	border-bottom: none;
}
#menu_secondary ul li.active {
	font-weight: 700;
}
#header .mod_article {
	color: #000;
	margin-top: 65px;
}
#header .mod_article .image_container {
	margin-bottom: 60px;
	text-align: center;
}
#header .userbar b {
	color: #016dcf;
	font-size: 14px;
	font-weight: bold;
}
#header .userbar{
	color: #ababaa;
	text-align: right;
}
#header .userbar a,
 #header .userbar a:visited{
	color: #4a4a49;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#header .loginview {
    text-align: right;
}
#header .LoginName 
{
    color: #016dcf; 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: underline;
}
#header .LoginName:hover
{
    color:#0f539c;
}
div .MainContentPlaceHolder 
{
    border: 1px solid #cccccc; 
    padding: 5px 5px 5px 5px; 
    margin: -1px 0px 5px 0px;
	
}
div .MainContentPlaceHolderBBGroupMaster 
{
    border: 1px solid #cccccc; 
    padding: 5px 5px 5px 5px; 
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 450px;
    margin-bottom: 5px;

}
/*
 * Footer
 */
#footer {
	
	color: #fff;
	background-color: #404040;
	font-size: 13px;
	font-weight: 300;
}
#footer .social_icons, #footer .prodotti , #footer .sitemap, #footer .contacts {
	min-height:320px;
}
#footer .sitemap, #footer .prodotti, #footer .social_icons, #footer .contacts {
	padding-right: 9px;
	border-right: #000 solid 1px;
	padding-left: 9px;
	border-left: #727272 solid 1px;
}
#footer .sitemap {
	padding-left: 0px;
	margin-left: 10px;
	border-left: none;
}
#footer .mc_embed_signup input {
	margin: 5px 0px;
	clear: none;
	float: left;
}
#footer .mc_embed_signup input[type=email] {
	border: none;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 2px #bfbfbf;
	-moz-box-shadow: inset 0px 1px 2px #bfbfbf;
	box-shadow: inset 0px 1px 2px #bfbfbf;
	border-image: initial;
	width: 180px;
	height: 17px;
	padding: 5px;
	margin: 6px 10px 5px 0px;
}
#footer .mc_embed_signup input[type=submit] {
	clear: right;
}
#footer .contacts {
	padding-right: 0px;
	margin-right: 10px;
	border-right: none;
	height: 235px;
}
#footer a {
	color: #fff;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer h3, #footer h4 {
	font-weight: 500;
	color: #c4c103;
}
#footer h3 {
	font-size: 20px;
	margin-bottom: 18px;
}
#footer h4 {
	font-size: 14px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	margin: 18px 0px 0px;
	padding: 0px;
}
#footer ul li.first {
	margin-top: 0px;
}
#footer .social_icons {
	margin-top: 0px;
	height: 232px;
}
#footer .social_icons ul{
	margin-top:3px;
}
#footer .social_icons ul, #footer .social_icons ul li {
	height: auto;
	float: none;
	clear: both;
}
#footer .social_icons ul li span {
	float: left;
}
#footer .social_icons ul li img {
	margin-right: 10px;
}
#footer .social_icons h4 {
	margin-top: 15px;
	margin-bottom: 0px;
}
.disclaimer, .credits {
	font-weight: 300;
	font-size: 12px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.credits a img {
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.credits a:link img, .credits a:visited img {
	opacity: 1;
}
.credits a:hover img, .credits a:active img {
	opacity: 0.8;
}

/**
	tabs
*/
.tabs, 
.ajax__tab_header{
	float: left;
	display: block;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	z-index: 10;
	position: relative;
}
.ajax__tab_header{
	margin-top: 15px;
}
.tabs li,
.ajax__tab_header > span{
	float: left;
	display: block;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	padding: 0px 9px;
	margin-right: 1px;
	border: 1px solid #797979;
	background-color: #797979;
	color: white;
	border-bottom: none;
}
.tabs li a,
.ajax__tab_header > span a{
	color: white;
	text-decoration: none;
}
.tabs li a:hover,
.ajax__tab_header > span a:hover span{
	text-decoration: underline;
}
.tabs li a:focus,
.ajax__tab_header > span a:focus{
	outline: none;
}
.tabs li.active,
.ajax__tab_header > span.ajax__tab_active{
	border: 1px solid #cccccc;
	background-color: white;
	border-bottom: none;
}
.tabs li.active a,
.ajax__tab_header > span.ajax__tab_active a{
	font-weight: bold;
	color: #4a4a49;
}
.ajax__tab_body,
.content-main {
	margin-top: -1px;
	z-index: 1;
	position: relative;
	float: left;
	padding: 40px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.ajax__tab_body {
	width: 860px;
}
.content-main{
	width: 878px;
}
/**
 * home
 */ 
.column table{
	border-bottom: 3px solid #016dcf;
}
.column table img{
	margin-bottom: 2px;
}
/**
 * login
*/ 
.login-box{
	float: right;
	width: 330px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	margin-left: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.login-box h2{
	color: #037ece;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0px;
}
.login-box label{
	font-size: 15px;
	margin-top: 0px;
}
.login-box label.lighter{
	color: #9b9b9b;
	display: inline;
}
.login-box a{
	margin-left: 60px;
	
}
.login-box input[type="text"],
.login-box input[type="password"]{
	width: 322px;
	height: 29px;
	padding: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.login-box input[type="submit"]{
	width: 330px;
	font-weight: bold;
	margin-top: 10px;
}
.login-box-bottom
{
    margin-top: 5px;
    
    }
ol {
	counter-reset:li; 
	margin-left:0; 
	padding-left:0; 
}
ol > li {
	position:relative; 
	margin-right: 2em; 
	padding:4px 8px;
	list-style:none; 
}
ol > li:before {
	content:counter(li); 
	counter-increment:li;
	/* Position and style the number */
	position:absolute;
	top:0px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it */
	margin-right:8px;
	padding:4px;
	font-size: 15px;
	font-weight: bold;
	color: #016dcf;
	text-align:center;
}
/**
	ricerca
*/
strong > em{
	font-style: normal;
}
 table.items {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.items td,
table.items th{
	vertical-align: middle;
	padding:8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.items td.aspNetDisabled{
	display: none;
}
table.items td.options {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	width: 120px;
}
table.items td.options .button{
	padding: 7px 10px;
}
table.items td.options .button img {
	display: inline;
	margin: 0px 3px;
}
table.items tbody> tr:nth-child(even) > td{
	background-color: #f0f0f0;
}
table.items td td{
	border: none;
	background-color: transparent !important;
}
/**
 * consumabili
 */
 table.data-table {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.data-table td,
table.data-table th{
	vertical-align: middle;
	padding:8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.data-table th{
	color: #4a4a49;
	font-size: 15px;
	font-weight: bold;
	background-color: #eff2fb;
}
table.data-table td{
	min-height: 54px;
}
table.data-table tbody> tr:nth-child(even) > td{
	background-color: #f0f0f0;
}
table.data-table.withFooter tbody> tr:last-child > td{
	background-color: #404040;
	color:white;
}
/**
 * ricerca utente
 */
.boxlist2_remote {
	list-style: none;
	background: url(../images/bg-poster-tile.jpg) repeat-x bottom;
	border: solid 1px #dddddd;
	border-top: none;
	padding: 10px;
	margin: 0px;
}
.boxlist2_remote td textarea{
	width: 320px !important;
	height: 60px;
	margin-left: 15px;
}
.boxlist2_remote td select{
	margin-left: 15px;
	min-width: 120px;
}
.boxlist2_remote td .button{
	margin-left: 20px;
}
ul.boxlist2 > li.boxlist2_remote:nth-child(odd){
	background-color: #f0f0f0;
}
/**
 * storico 
 */
.ajax__tab_panel .TwoColumnsWrapper .sidebar{
	width: 150px;
}
.ajax__tab_panel .TwoColumnsWrapper .main-TwoColumnsWrapper{
	margin-left: 230px;
}
.ajax__tab_panel .TwoColumnsWrapper .main-TwoColumnsWrapper .button{
	float: right;
}
/*.ajax__tab_panel .TwoColumnsWrapper .sidebar ul li{
	margin: 0px;
	padding: 0px;
	background-image: none;
	line-height: 60px;
}
.ajax__tab_panel .TwoColumnsWrapper .sidebar ul li a{
	padding-left: 2px;
	line-height: 60px;
}
.ajax__tab_panel .TwoColumnsWrapper .sidebar ul li a:hover{
	color: white;
	background-color: #0065cd;
}
.ajax__tab_panel .TwoColumnsWrapper .sidebar .igeb_GroupSelected{
	background-color: #0499da;
	background-image: -moz-linear-gradient(top, #0499da, #0065cd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0499da), to(#0065cd));
	background-image: -webkit-linear-gradient(top, #0499da, #0065cd);
	background-image: -o-linear-gradient(top, #0499da, #0065cd);
	background-image: linear-gradient(to bottom, #0499da, #0065cd);
}
.ajax__tab_panel .TwoColumnsWrapper .sidebar .igeb_GroupSelected a{
	color: white;
	text-decoration: none;
}
.ajax__tab_panel .TwoColumnsWrapper .sidebar .igeb_GroupSelected a:hover{
	background-color: transparent;
}*/
.login-box input[type="text"],
.login-box input[type="password"]{
width: 322px;
height: 29px;
padding: 3px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 10px;
background-color: white;
}
.red-boxdisabled{
border: 1px solid #B70E0C;
margin-bottom: 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #5c5c5c;
}
.red-boxdisabled h2{
background-color: #B70E0C;
color: white !important;
font-size: 20px;
padding: 0px 15px;
height: 32px;/*56*/

}
.red-boxdisabled p{
padding-right: 10px;
}



.red-box{
border: 1px solid #B70E0C;
margin-bottom: 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: white;
}
.red-box h2{
background-color: #B70E0C;
color: white !important;
font-size: 20px;
padding: 0px 15px;
height: 32px;/*56*/

}
.red-box p{
padding-right: 10px;
}

.borderedDIV
{
    border: 1px solid #cccccc; 
    padding: 5px 5px 5px 5px; 
    margin: 0px 0px 0px 0px;
}

.borderedDIVTrans  > *{
    border: 1px solid rgba(0, 0, 0, 0.00)!important; 
        padding: 5px 5px 5px 5px; 
    margin: 0px 0px 0px 0px;
}

.grey-box
{
    border: 1px solid #808080;
    background-color: #797979;
    color: white !important;
    font-size: 100%;
    height: 22px;
    text-align: center;
}

.ImageBox {
	text-align: center;
	position: relative;
}

.NewDesign {
z-index: 100;
position: absolute;
height: 55px;
right: 0px;
top: 0px;
}


.PaymentLogo {
	width: 272px;
	height: 99px;
}


.YouTubeGallery
{
    z-index: 100;
    width: 160px;

}

.sticky
    {
        background-color:#DDDDDD;
        position:absolute;
        right:0; 
        top:110px;
        margin-right: 5px;
        z-index: 100;
        width: 192px;
        border:1px solid #727272; 
        padding:0 10px; 
        -webkit-border-radius:5px; 
        -moz-border-radius:5px; 
        border-radius:5px;
        }

.stickyButton
    {
        background-color:transparent;
        position:absolute; 
        right: 210px; 
        top: 150px;
        margin-right: 5px;
        z-index: 99;
        width: 30px;
        height: 30px;
        padding:0px;
        -webkit-box-shadow:0 0 20px #016DCF; 
        -moz-box-shadow: 0 0 20px #016DCF; 
        box-shadow:0 0 20px #016DCF;
    }


/*THESE ARE NECESSARY TO PREVENT FB TO SLIDE UNDERNEATH THE OTHER OBJECTS*/
.fb-like { z-index: 9999; }
.fbpdl { z-index: 9999 !important; width:500px;
overflow: visible;
}
.pam { z-index: 9999 !important; width:500px;
overflow: visible;
}
.execphpwidget
{ z-index: 9999 !important; width:500px;
overflow: visible;
}
.fb-like span { z-index: 9999 !important; width:500px !important;
overflow: visible;
}
/*THESE ARE NECESSARY TO PREVENT FB TO SLIDE UNDERNEATH THE OTHER OBJECTS*/
    
   @-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
} 
  div.green.button {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
} 
    
/* 2013-12-04 */
.divWaiting
{
  
position: fixed;
background-color: #016dcf;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
}

.LogoutLinkButton {
    color: #4a4a49; 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: underline;
}

.LoginLinkButton{
    color: #4a4a49; 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: underline
}
.left-box {
	float:left;
    
	padding-right:4px;
	}
.right-box {
	float:right;
	padding-right:4px;
	}
.bottom-box {
    position: absolute; 
    bottom: 0; 
    right: 0;  
    left: 0;
}
.PaddingMedium {
	padding: 10px;
	}

.InfoTecniche {
    width: 500px;
    height: 250px;
}


.item {    
    padding: 32px 5px 8px 5px;
    background-color: white;
    border: 1px solid black;
}

/* other items appear above handle */
.item > * {
  position: relative;

}

/* handle appears behind other elements takes up entire size of parent if top and left = 0 and width and height = 100%*/
.item .handle {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  height: 24px;
  background: #016dcf;
  margin-top: 24px ;
  color:white;
  text-align:center;
  padding-top:3px;
}

.handle:hover {
  background: #09F;
  
}


.error {
	color: Red;
	font-weight: bold;
}



.PrivacyLaw {
	width:100%; 
	height:50px; 
	background-color:#1570A6; /* CUSTOM STILE */
	display:none; 
	z-index:+300; 
	position:absolute; 
	top:0px;
    text-align:center; 
}

.OverlayMandatoryDIV{
	background:#000;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	cursor:pointer;
	/*Transparence cross browser */
	opacity: .6; 
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   

}
.CloseButtonWhite {
right:25px;
position:absolute;
top:20px;
}