@import url('../../../fonts/roboto.css');
@import url('./bootstrap3.css');
#header {
	position:relative; /*test*/
	background: url(../images/back-all.png) repeat-x scroll left top #FFF;
	height:auto !important;
	height:90px;
	min-height:90px;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:300;
	border-bottom:none;
	line-height:1.5;
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, button, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
/*	line-height: 1em;*/
	vertical-align: top;
}
body { font-size: 12px; font-family:  "RobotoCondensed","Helvetica Neue", Arial, Helvetica, sans-serif !important; color: #666; line-height: 21px;}
input, select, textarea, button { font-size: 14px; font-family: "RobotoCondensed","Helvetica Neue", Arial, Helvetica, sans-serif; outline: none; margin: 0; webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: #666; outline: none; }
button { outline: none; }
a img { border: 0; }
h1,h2,h3,h4,h5, span.h3 { font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif; font-weight: normal; }
small { font-size: 11px; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
body {
	color: #333;
	background: #fff;
	font-size: 13px;
	min-width: 980px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*	Tag-based generic rules
	----------------------------------------------------*/
	a {
	color:#09C;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
h1,  h2,  h3,  h4,  h5,  h6 {
	color:#333;
	font-weight:normal;
	line-height:1em
}
h1 {
	font-size:40px;
	margin:0 0 20px
}
h1 span {
	clear:both;
	color:#666;
	display:block;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase
}
/*AGGIUNTE*/
hr {
	height: 1px;
	width: 100%;
	margin-left: 10px;
	color: #eee;
	background-color: #eee;
	border: 1px solid #eee; 
	/*display:none;*/
}
/*title*/
	.secondTitle {
	font-size:24px;
	color:#333;
}
.thirdTitle {
	font-size:18px;
	color:#333;
}
.notesTxt {
	font-size:11px;
	color:#666;
}
.noteTitle {
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:5px;
}
#IcoClose {
	cursor: pointer;
	padding: 4px 0px 0px 4px;
}
/*	Forms
	    ----------------------------------------------------*/
fieldset {
	padding:20px
}
input,  textarea, select {
	background:#FDFDFD;
	border:1px solid #ccc;
	color:#333;
	font-size:13px;
	/*font-style:italic;*/
	padding:1px 1px 1px 3px
}
textarea.inputtext {
	height:150px
}
input[type="checkbox"],  input[type="radio"],  .inputradio,  .inputcheck {
	border:none;
	height:14px;
	margin:0 10px 5px 0;
	width:14px
}
label input {
	margin:0 10px 5px 0
}
.box input {
	margin:0 0 5px
}
/*
label {
	float:left;
	margin:0 10px 0 0
}
legend {
	color:#333;
	font-size:11px;
	letter-spacing:2px;
	padding:0 5px;
	text-transform:uppercase
}
*/
form p.note {
	clear:both;
	padding:10px
}
.inlineValidation {
	border-bottom:1px solid #ccc;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 150px;
	padding:2px 5px
}
.validationError {
	background:#FFE6E3;
	border-bottom-color:#DA3323;
	color:#DA3323
}
.validationSuccess {
	background:#E5F3E7;
	border-bottom-color:#7AA727;
	color:#7AA727
}
.validationInfo {
	background:#E3ECFF;
	border-bottom-color:#226EB1;
	color:#226EB1
}
.validationAlert {
	background:#FFFBE3;
	border-bottom-color:#EC9500;
	color:#EC9500
}
/*	Selector-based global rules
	----------------------------------------------------*/
.block {
	clear:both;
	font-size:13px;
	text-align:center;
	width:100%
}
.wrapper {
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:980px
}
#content {
	/*	border-bottom:1px solid #333;
		border-top:1px solid #333;	*/
	/*overflow: hidden;*/
	padding:20px 0;
	/*background: url(../../../images/bg_middle_gradient.jpg) repeat-x scroll left top #FFF;*/
}
.tool {
	border-right:1px dotted #ccc;
	float:left;
	margin:0 20px 0 0;
	padding:0 20px 10px 0;
	width:200px
}
/*	Header
		----------------------------------------------------*/
/*	Buttons
    ----------------------------------------------------*/
.bttn {
	cursor:pointer;
	display:block;
	position:relative
}
.bttn span {
	float:left;
	position:relative
}
/*	Non semantic, presentational clasess
    ----------------------------------------------------*/
    
	.box {
	margin:0 0 10px
}
.box .hd, .box .ft {
	height:10px
}
.box .bd {
	padding:17px 30px
}
.module {
	margin:0 /*0 40px*/
}
.bd .module:last-child {
	margin-bottom:0
}
.note {
	font-size:11px;
	padding:11px 0 0
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both
}
.right.elementspacing {		/*rightmenu*/
	margin-bottom:20px !important;
	font-size:12px;
}
/*	Header	*/
#header .header_wrapper {
	width:96%;
	height:130px;
	margin-left: 20px;
	padding:0;
	position:relative;
}
#header .nav {
	width:100%;
	display:inline-block;
	position:relative;
	bottom:0;
	float:left;
	padding:5px 0 0;
	clear:both;
	z-index:1;
}
#header .nav ul {
	float:left;
	width:75%;
}
#header .nav li {
	float:left;
	margin-right:10px;
	display:inline;
}
#header .nav li a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000;
	padding:3px 20px 1px 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position:relative;
	z-index:2;
	float:left;
	height:30px;
	line-height:2.5;
}
#header .nav li a:hover {
}
#header .nav li a .arrow {
	background:url(../images/arrows.png) no-repeat right -9px;
	position:absolute;
	height:20px;
	width:15px;
	right:0;
	top:0;
}
#header .nav li:hover a {
	text-decoration:none;  /* background-color:#33A0C9;*/
}
#header .nav li:hover .dropdown {
	display:block;
}
#header .nav li:hover .channelLink {
	color:#333333;
	text-shadow: 1px 1px 0 #ffffff;
}
#header .nav li:hover .arrow {
	background-position: right 15px;
}
#header .nav li a .backcolor {
	background-color:#333333;
	position:absolute;
	top:0;
	left:0;
	height:33px;
	width:100%;
	z-index:-2;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin:0;
	padding:0;
}
#header .nav li a .backcolor {
	text-decoration:none;
	background-color:#D2D8D9;
}
#header .nav li .dropdown {
	background:#D2D8D9;
}
#header .hosting .dropdown {
	right:14px;
}
body.agent_name_msie #header .nav li.current {
	z-index:-1;
}
#header .dropdown.large {
	width:875px;
}
#header .dropdown.leftlarge1 {
	width: auto !important;
	width:691px;
	min-width:691px;
	display:none;
	margin-left:-1px;
	width:691px;
	border:1px solid #333;
	position:absolute;
	top:57px;
	left:auto;
	right:-1px;
	padding: 8px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 1px 12px 1px #000;
	-moz-box-shadow: 1px 1px 12px 1px #000;
	-webkit-box-shadow:1px 1px 12px 1px #000;
}
#header .drop_container.leftlarge1 {
	float:left;
	background-color: #1f3a4b;
/*	background:url(../images/drop_bg.png) bottom right no-repeat #1f3a4b;*/
	display:block;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	width: auto !important;
	width:690px;
	min-width:690px;
	border-top:1px solid #000000;
	border-bottom:1px solid #FFFFFF;
}
#header .dropdown.leftlarge2 {
	width: auto !important;
	width:291px;
	min-width:391px;
	display:none;
	margin-left:-1px;
	width:291px;
	border:1px solid #333;
	position:absolute;
	top:57px;
	left:auto;
	right:-1px;
	padding: 8px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 1px 12px 1px #000;
	-moz-box-shadow: 1px 1px 12px 1px #000;
	-webkit-box-shadow:1px 1px 12px 1px #000;
}
#header .drop_container.leftlarge2  {
	float:left;
	background-color: #1f3a4b;
	/*background:url(../../images/drop_bg.png) bottom right no-repeat #1f3a4b;*/
	display:block;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	width: auto !important;
	width:390px;
	min-width:390px;
	border-top:1px solid #000000;
	border-bottom:1px solid #FFFFFF;
}
#header .leftlarge1 .left {
	float:left;
	overflow:hidden;
	background:#1f3a4b;
	border-right:1px solid #2B2C35;
	width:500px;
}
#header .leftlarge2 .left {
	float:left;
	overflow:hidden;
	background:#1f3a4b;
	border-right:1px solid #2B2C35;
	width:390px;
}
#header .dropdown li a:hover, #header .dropdown a.bottom:hover, #header .dropdown .left li a:hover {
	text-decoration:underline;
}
#header .left #BoxForm {
	width:450px;
	min-height:35px;
	height:auto !important;
	height:35px;
	border:1px solid #7E8888;
	padding:15px;
	margin:10px 10px 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	overflow:hidden;
	clear:both;
	background:url(../images/form-bg.png) bottom left repeat-x #7E8888;
	box-shadow: 1px 1px 0px 0px #000000;
	-moz-box-shadow: 1px 1px 0px 0px #000000;
	-webkit-box-shadow: 1px 1px 0px 0px #000000;
}
#header .left #BoxForm h3 {
	font-size: 16px;
	color:#fff;
	text-transform:none;
	padding-bottom:10px;
}
#header .left #BoxForm ul {
	width:465px;
	margin:0;
	padding:0;
}
#header .left #BoxForm li {
	padding:0;
	margin:0;
	display:inline;
	float:none;
}
#header .left #BoxForm li input {
	width:306px;
	height:23px;
	font-size:13px;
	color:#0099cc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
	box-shadow: inset 2px 2px 3px 0px #999999;
	-moz-box-shadow: inset 2px 2px 3px 0px #999999;
	-webkit-box-shadow: inset 2px 2px 3px 0px #999999;
	border:1px solid #444444;
}
#header .left #BoxForm li input.button {
	float:left;
	display:block;
	margin-left:10px;
	height: 33px;
	padding: 0;
	width: 124px;
	color:#ffffff;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	border-color:#30637F;
	background: url("../images/bttn-overlay.png") repeat-x scroll left top #366F8E;
}
#header .left #BoxForm li input.button:hover {
	background: url("../images/pribttn-overlay-hover.png") no-repeat scroll center bottom #5B9FC5;
}
#header .left .double_line {
	width:100%;
	height:1px;
	background:#575C64;
	border-top:1px solid #000000;
}
#header .left .box1 {
	float:left;
	padding:0 10px 0 0;
	border-bottom:1px solid #000000;
	width:500px;
	min-height:100px;
}
#header .left .box1.lonley {
	padding:10px 0 60px 0;
	border:none;
}
#header .left .box1.threecolumn, #header .left .box2.threecolumn, #header .left .box3.threecolumn {
	width:650px;
}
#header .left .box2 {
	float:left;
	padding:0 10px 0 0;
	border-top:1px solid #575C64;
	width:500px;
	min-height:100px;
}
#header .left .box2.alt {
	float:left;
	padding:0 10px 0 0;
	border-bottom:1px solid #000000
}
#header .left .box3 {
	float:left;
	padding:0 10px 0 0;
	border-top: 1px solid #575C64;
	width:500px;
	min-height:100px;
}
#header .left .visual {
	height:130px;
	overflow:hidden;
	width:160px;
	position:absolute;
	left:-20px;
	clear:both;
	z-index:100;
	background:none;
}
* html #header .left .visual {
	margin-right:100px;
	border:none;
	background:none;
}
#header .left .pack {
	height:125px;
	position:relative;
	width:160px;
	background:url(../images/pack.png) top left no-repeat;
	margin:0;
	display:block;
	padding-bottom:10px;
	left:4px;
}
#header h3 {
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000000;
}
#header h4 {
	font-size:11px;
	color:#A8A9AE;
	font-weight:normal;
	margin-left:10px;
}
#header .left .title_channel {
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000000;
	margin:0;
	padding:0;
	line-height:normal;
	height:auto;
	width:100%;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin-left:10px;
}
#header .left .column {
	width:100%;
	float:left;
	color:#09c;
	margin:10px 0 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	display:inline-block;
}
#header .left .column li {
	font-size:12px;
	float:left;
	width:100%;
	width:100%;
	padding-top:5px;
}
#header .left .column li.first {
	border-top:none;
}
#header .left .column li a {
	text-decoration:none;
	color:#97D5FF;
	line-height:normal;
	text-transform:none;
	height:auto;
	padding:4px 0 0 0;
	margin:0;
	overflow:visible;
	text-align:left;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#header .left .column li a:hover {
	text-decoration:none;
}
#header .left .column li a span {
	height:20px;
	width:18px;
	margin-right:15px;
	margin-top:-8px;
	float:left;
	background:url(../images/bullet_v02.png) no-repeat top left;
}
#header .left .column li a:hover span {
	background-position:0 -20px;
}
#header .left .column li a span.bundle-green {
	background-position:0 -40px;
}
#header .left .column li a:hover span.bundle-green {
	background-position:0 -60px;
}
#header .left .column li a span.bundle-red {
	background-position:0 -80px;
}
#header .left .column li a:hover span.bundle-red {
	background-position:0 -100px;
}
#header .left .column li a span.bundle-blue {
	background-position:0 -120px;
}
#header .left .column li a:hover span.bundle-blue {
	background-position:0 -140px;
}
#header .left .column li a span.bundle-grey {
	background-position:0 -160px;
}
#header .left .column li a:hover span.bundle-grey {
	background-position:0 -180px;
}
#header .left .column li a span.single {
	background-position:0 -200px;
}
#header .left .column li a:hover span.single {
	background-position:0 -220px;
}
#header .left .column li a span.single-green {
	background-position:0 -240px;
}
#header .left .column li a:hover span.single-green {
	background-position:0 -260px;
}
#header .left .column li a span.single-red {
	background-position:0 -280px;
}
#header .left .column li a:hover span.single-red {
	background-position:0 -300px;
}
#header .left .column li a span.single-blue {
	background-position:0 -320px;
}
#header .left .column li a:hover span.single-blue {
	background-position:0 -340px;
}
#header .left .column li a span.single-grey {
	background-position:0 -360px;
}
#header .left .column li a:hover span.single-grey {
	background-position:0 -380px;
}
#header .left .column li a span.info-page {
	background-position:0 -400px;
}
#header .left .column li a:hover span.info-page {
	background-position:0 -420px;
}
#header .empty {
	margin:0;
	padding:0;
	display:block;
	height:20px;
	margin-bottom:-20px;
	text-indent:-9999px;
}
#header .right {
	width:160px;
	float:left;
	display:block;
	padding:0;
	margin:20px 15px 0;
	overflow:hidden;
}
#header .right h3 {
	text-transform:none;
	padding-bottom:20px;
}
#header .right ul {
	width:auto;
	margin:0;
	padding:0;
	border-top: 1px solid #252628;
	border-bottom:1px solid #4E4F52;
}
#header .right li.first {
	border-top:none;
}
#header .right li {
	font-size:12px;
	float:left;
	display:inline;
	background:url(../images/list_right.png) 0 10px no-repeat;
	padding:5px 0px 5px 15px;
	border-bottom:1px solid #252628;
	border-top:1px solid #4E4F52;
	width:148px;
}
#header .right li a {
	overflow:visible;
	position: relative;
	width:100%;
	float:left;
	height:auto;
	line-height:normal;
	font-size:11px;
	padding:0;
	color:#97D5FF;
	text-transform: none;
}
#header .dropdown .bottom {
	position:absolute;
	overflow:hidden;
	right:10px;
	width:144px;
	bottom:10px;
	font-style:italic;
	font-size:12px;
	text-transform:none;
	color:#97D5FF;
	background:url(../images/list_right.png) 0 10px no-repeat;
	padding-left:15px;
	padding-right:10px;
	line-height:1.5;
	clear:both;
	height:auto;
}
#header .dropdown .bottom span {
	background:#222527;
	border-radius:5px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:140px;
	padding:2px 5px;
}
#header .dropdown .bottom span:hover {
	text-decoration:underline;
}
/*ie6 classes*/
* html #header .dropdown {
	top:32px;
}
* html #header {
	height:130px;
}
* html #header .dropdown {
	width:706px;
}
* html #header .drop_container {
	width:706px;
}
* html #header .website .drop_container {
	width:855px;
}
* html #header .website .dropdown {
	width:855px;
}
* html #header .website .left .box1, * html #header .website .left .box2, * html #header .website .left .box2.alt, * html #header .website .left .box3 {
	width:650px;
}
* html #header .left .box1, * html #header .left .box2, * html #header .left .box2.alt, * html #header .left .box3 {
	width:486px;
	display:inline-block;
}
* html #header .left .content {
	display:inline;
	width:345px;
}
* html #header .website .left .content {
	width:515px;
}
* html #header .nav li a .backcolor {
	width:175%;
}
* html #header .nav {
	height:30px;
	margin:5px 0 0 0;
	padding:0;
}
* html #header .left .visual {
	overflow:hidden;
}
/* DA RIPORTARE NEL CSS DELLA INDEX */
#header {
	margin: 0 !important;
}
.bgimage, .append a, .bigpromo .promowrapper {
	overflow:hidden;
}
#header .panels span {
	color: #336666;
}
#header .panels {
	float:right;
	margin-top:60px;
}
#header .DateNow {
	/*float:right;*/
	color:#FFF;
	margin-top:2px;
	height: 20px;
	font-size: 12px;
	padding-left: 25px;
	background:url(../images/clock.png) left top no-repeat transparent;
	line-height: 12px;
}
#header .DateNow span {
	color: #CCCCCC;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
}
.TitleHeader div {
	/*width: 320px;*/
	float:left;
}
#header .panels li {
	width:auto;
	display:inline;
	list-style:none;
	float: left;
	padding-left:30px;
	margin-left:25px;
	padding-top:3px;
	color:#cccccc;
	font-size:11px;
	float:left;
	position:relative;
}
#header .panels li a {
	color:#666;
	text-decoration:none;
	float:left;
	/*text-shadow: 1px 1px 0 #000;*/
}
#header .panels li a:hover {
	color:#ffffff;
}
#header .panels li.webmail {
	background:url(../images/icons.png) top left no-repeat;
	position:relative;
	padding-left:30px;
	margin-left:25px;
	padding-top:3px;
}
#header .panels li.impersonate {
	background:url(../images/icons.png) 0 -35px no-repeat;
	padding-left:35px;
}
#header .panels li.logout {
	background:url(../images/icons.png) 0 -70px no-repeat;
	padding-left:25px;
	position:relative;
}
#header .panels li.support {
	background:url(../images/icons.png) 0 -105px no-repeat;
	padding-left:20px;
}
/* ### end css for modal ### */
/* CSS3 button */
/* button sizes */
		
.pribttn, .secbttn, .spcialbttn, .prilinkbttn, .seclinkbttn {
	white-space: nowrap;
	font-style:normal;
	overflow: visible;
	text-transform: uppercase;
}
.pribttn.sm, .secbttn.sm, .spcialbttn.sm, .linkbttn.sm, .prilinkbttn.sm, .seclinkbttn.sm {
	font-size: 10px;
} /* sm = small */
.pribttn.nm, .secbttn.nm, .spcialbttn.nm, .prilinkbttn.nm, .seclinkbttn.nm {
	font-size: 11px;
} /* nm = normal */
.pribttn.lg, .secbttn.lg, .spcialbttn.lg, .prilinkbttn.lg, .seclinkbttn.lg {
	font-size: 12px;
} /* lg = large */
.pribttn.xl, .secbttn.xl, .spcialbttn.xl, .prilinkbttn.xl, .seclinkbttn.xl {
	font-size: 14px;
} /* xl = xlarge */
.pribttn.xxl, .secbttn.xxl, .spcialbttn.xxl, .prilinkbttn.xxl, .seclinkbttn.xxl {
	font-size: 16px;
} /* xxl = xxlarge */
.pribttn:active,  .secbttn:active,  .spcialbttn:active,  .prilinkbttn:active span,  .seclinkbttn:active span {
	top: 1px;
}
.pribttn,  .secbttn,  .spcialbttn,  .prilinkbttn,  .seclinkbttn {
	line-height: 1.7em;
}
.addBttn,  .prilinkbttn,  .seclinkbttn {
	display: inline-block;
	min-height: 1.7em;
}
/*IE6 special*/
* html .pribttn {
	background-color:#366F8E;
}
/*  mycss */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
#header {
	margin-bottom:-15px;
}
#content {
	padding-top:0;
	padding-bottom:0;
	min-height: 530px;
}
.wrapper {
	overflow:visible;
}
.shadow {
    background: url("../images/header_shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 15px;
    margin: 0 auto;
    width: 960px;
}
.shadow_footer{
    background: url("../images/footer_shadow.jpg") no-repeat scroll 0 0 transparent;
    height: 15px;
    margin: 0 auto;
    width: 960px;
}
#footer {
	background:url(../images/drop_bg2.png) bottom right no-repeat #E6E6E6;
	border-top: 1px solid #CCCCCC;
	clear: both;
	float: left;
	margin: 0px auto 0;
	padding: 0px 0 18px;
	position: relative;
	width: 100%;
}
#footer .footer-wrapper {
  /*margin: 0 auto;*/
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
  width: 960px;
 
}
#footer .footer-wrapper hr {
  border-color: #CECECE #FFFFFF #FFFFFF;
  border-style: solid none;
  border-width: 1px medium;
  clear: both;
  display: block;
  float: left;
  margin: 5px 0;
  width: 100%;
}
#footer .footer_firstcol {
  border-right: 1px dotted #CECECE;
  margin-top: 20px;
  padding-right: 20px;
  position: relative;
  width: 710px;
  z-index: 20;
}
#footer .footer_secondcol {
  margin-top: 27px;
  padding-left: 20px;
  width: 200px;
}
#BodyCenter {
	padding: 0 10px 0 10px;
	text-align: left;
}
.GeneralBox {
  border: 1px solid #CCCCCC;
}
.GeneralBox h3{
	font-size:18px;
	color:#1f3a4b;
	text-transform:uppercase;
	background: url("../images/sfuma_menu_h3.jpg") repeat-x scroll center bottom transparent;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 1px;
	padding: 8px;
}
.GeneralBox table td {
	padding: 10px;
	
}
.GenTable td {
	padding: 5px;
}
.GenTable th {
	padding: 0px;
	height: 35px;
	color:#1f3a4b;
	text-transform:uppercase;
	background: url("../images/sfuma_th.png") repeat-x scroll center bottom transparent;
	text-align: center;
}
.GenTable tr:nth-child(even) {background: #EEE;}
.GenTable tr:nth-child(odd) {background: #FFF;}
.GenTable th p {
	padding: 2px;
	margin: 3px;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #EEEEEE;
	width: 90%;
	margin: 0 auto;
}
td.GenTableTitle {
	font-size: 15px;
	color: #999;
	line-height: 14px;
}
.button90, .button120 {
	font-size: 13px;
	background: url("../images/sprite2.png") no-repeat scroll 0 -500px #408A00;
    border: 1px solid #408A00;
	color: #FFFFFF !important;
    text-shadow: 0 1px 0 #333333;
	padding: 0px 10px;
	margin: 5px;
}
.button90:hover, .button90red:hover, .button120:hover, .button90gray, button90_min:hover, button_min:hover, button90_min_red:hover {
	background: none repeat scroll 0 0 #E6E6E6;
	color: #000000 !important;
	border: 1px solid #B3B3B3;
	cursor: pointer;
}
.button90red, button90_min_red {
	font-size: 13px;
	background: url("../images/sprite.png") no-repeat scroll 0 -500px #890000;
    border: 1px solid #890000;
	color: #FFFFFF !important;
    text-shadow: 0 1px 0 #333333;
	padding: 0px 10px;
	margin: 5px;
	cursor: pointer;
}
.button_min, button90_min  {
	font-size: 13px;
	background: url("../images/sprite2.png") no-repeat scroll 0 -500px #408A00;
    border: 1px solid #408A00;
	color: #FFFFFF !important;
    text-shadow: 0 1px 0 #333333;
	margin: 0;
	padding: 0px 10px;
	cursor: pointer;
}
/*
.button {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000;
	height:50px;
	border: 0;
	cursor: pointer;
}
.button90 {
	background: url("../images/bg_button_90.png") no-repeat top left transparent;
	width: 90px;
	padding: 1px 0px 0px 1px;}
.button90:hover, .button90red:hover {
	background: url("../images/bg_button_90_hover.png") no-repeat top left transparent;
}	
.button90gray {
	background: url("../images/bg_button_90_hover.png") no-repeat top left transparent;
	width: 90px;
	padding: 1px 0px 0px 1px;
}
/*
.button120 {
	background: url("../images/bg_button_120.png") no-repeat top left transparent;
	width: 120px;
	padding: 1px 0px 0px 1px;
}
.button120:hover {
	background: url("../images/bg_button_120_hover.png") no-repeat top left transparent;
}
.button_min {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000;
	height:27px;
	border: 0;
	cursor: pointer;
}
.button90_min {
	background: url("../images/bg_button_120_29.png") no-repeat top left transparent;
	width: 107px;
	padding: 1px 0px 0px 1px;
}
.button90_min_red {
	background: url("../images/bg_button_120_29_red.png") no-repeat top left transparent;
	width: 107px;
	padding: 1px 0px 0px 1px;
}
.button90gray_min {
	background: url("../images/bg_button_120_29_gray.png") no-repeat top left transparent;
	width: 107px;
	padding: 1px 0px 0px 1px;
}
.button90_min:hover {
	background: url("../images/bg_button_120_29_gray.png") no-repeat top left transparent;
}
*/
/* Alert */ 
#popup_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #666666;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 12px;
    max-width: 600px;
    min-width: 300px;
}
#popup_title {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/title_popup.gif") repeat-x scroll center top transparent;
    border: solid 1px #FFF;
    color: #FFFFFF;
    cursor: default;
    font-size: 15px;
    line-height: 1.75em;
	height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #000000;
}
#popup_content {
    color: #999999;
    margin: 0;
    padding: 0;
}
#popup_content.alert {
    background: url("../images/alert.png") no-repeat scroll 16px 16px transparent;
}
#popup_content.confirm {
    background: url("../images/confirm.png") no-repeat scroll 16px 16px transparent;
}
#popup_content.prompt {
    background: url("../images/info.png") no-repeat scroll 16px 16px transparent;
}
#popup_content.message{
    background: url("../images/info.png") no-repeat scroll 16px 16px transparent;
}
#popup_message {
    padding-top: 20px;
    padding-left: 90px;
    padding-right: 10px;
	font-size: 14px;
}
#popup_panel {
    margin: 54px 0px 0;
    text-align: center;
	background-color:#F5FAFA;
	height: 36px;
	line-height: 36px;
}
#popup_content.message2 #popup_message {
    padding: 0 20px !important;
}
#popup_container.Import #popup_panel {
	margin: 5px 0px !important;
}
#popup_container.Import {
	width: 1100px !important;
	max-width: 1100px !important;
}

#popup_panelDialog {
    margin: 0px 0px 0;
    text-align: center;
	background-color:#F5FAFA;
	height: 36px;
	line-height: 36px;
}
#popup_prompt {
    margin: 0.5em 0;
}
form.cmxform label.error, label.error {
    color: red;
    font-style: italic;
    margin: 5px;
}
input.error {
	border: solid 1px #900;
	background-color: #EEE;
}
p.error {
	color:#900;
}
div.error {
    display: none;
	color:#900;
}
.TableShadow {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 12px 1px #000000;
	background: url("../images/drop_bg2.png") no-repeat scroll right bottom #FFFFFF
}
.TablePanel {
	border-collapse:collapse;
	/*border: solid 1px #ccc;*/
}
.TablePanel tbody td {
	padding: 5px;
}
.TablePanel thead th {
	padding: 10px;
  /*background: url("../images/ui-state-default.png") repeat-x scroll left top transparent;*/
  background: url("../images/ui-state-default.png") repeat-x scroll left top transparent;
  color: #FFFFFF;
  font-size: 13px;
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000000;
  white-space: nowrap;
}
.TablePanel tfoot th {
	background-color:#1f3a4b;
	color: #eee;
	padding: 5px 10px;
	font-size: 12px;
	text-align:right;
}
.LoginTable {
	margin: 0 auto;
	position: relative;
	top: 100px;
	width: 400px;
	border-radius: 5px 5px 5px 5px;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}
.LoginTable td {
	padding: 5px 10px !important;
}
.LoginTable .title_channel {
	font-size:16px;
	color:#1f3a4b;
	margin:0;
	padding:0;
	line-height:normal;
	height:auto;
	font-weight:bold;
}
.LoginTable img {
	padding: 10px;
}
#maindiv {
	position:static;
	top:300px;
	text-align:center;
	width:auto;
	padding-top: 30px;
	margin: 0 auto;
}
.messagebox{
	padding:10px;
}
.messageboxok{
	width:auto;
}
.messageboxerror{
	width:auto;
	padding:10px;
	font-weight:bold;
	color:#CC0000;
}
/* nested checkbox tree control */
	/* nested checkbox tree control */
ul.unorderedlisttree,
ul.unorderedlisttree2 {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
ul.unorderedlisttree ul, ul.unorderedlisttree ul ul, ul.unorderedlisttree ul ul ul,
ul.unorderedlisttree2 ul, ul.unorderedlisttree2 ul ul, ul.unorderedlisttree2 ul ul ul {
	list-style-type: none;
}
ul.unorderedlisttree li,
ul.unorderedlisttree2 li {
	background: none;
	color: #444;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
}
ul.unorderedlisttree li ul,
ul.unorderedlisttree2 li ul {
	margin: 7px 0 5px 15px;
	padding: 0;
}
ul.unorderedlisttree2 li ul ul,
ul.unorderedlisttree li ul ul {
	margin: 7px 0 5px 15px;
	padding: 0;
}
ul.unorderedlisttree label,
ul.unorderedlisttree2 label {
	background: url(../images/bg-checkbox.gif) no-repeat 0 1px;
	cursor: pointer;
	padding: 4px 0 4px 17px;
}
ul.unorderedlisttree label.checked,
ul.unorderedlisttree2 label.checked {
	background: url(../images/bg-checkbox-checked.gif) no-repeat 0 1px;
}
ul.unorderedlisttree label.checkedchildren,
ul.unorderedlisttree2 label.checkedchildren {
	background: url(../images/bg-checkbox-checkedchildren.gif) no-repeat 0 1px;
}
li > label:hover,
li > label.over {
	background: url(../images/bg-checkbox-over.gif) no-repeat 0 1px;
	color: #2f66a3;
}
li > label.checked:hover,
li > label.checked.over, {
 background: url(../images/bg-checkbox-checked.gif) no-repeat 0 1px;
}
li > label.checkedchildren:hover,
li > label.checkedchildren.over {
	background: url(../images/bg-checkbox-checkedchildren.gif) no-repeat 0 1px;
}
.checkboxtreeactive input{
	display: none;
}
.LefTable {
	background:url(../images/drop_bg2.png) bottom right no-repeat #E6E6E6;
	text-align:center;
	vertical-align:top;
	min-height: 300px;
	min-width: 130px;
	width: 10%;
}
.ConfirmOk {
	padding-top: 30px;
	display: inline;
	color: #666;
	font-style:italic;
}
.tabObject {
	display: inline;
	font-variant:normal;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}
.logo {
	width: 322px;
	height: 80px;
	background:url(../images/logo_ada.png) top left no-repeat transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tdleft {
	background-color: #E6E6E6;
	padding-left: 5px;
}
.logofooter {
	float:left;
	width: 100px;
}
.footer_firstcol div {
	float:left;
}
#Impersonate {
	width: 250px;
	height: 60px;
	border: solid 1px #4f4f4f;
	position: absolute;
	top: 10px;
	z-index: 9999;
	left: 350px;
	background-color: #1f3a4b;
	padding: 10px;
	color:	#EEE;
	font-size: 11px;
	font-style:italic;
}
#Impersonate table {
	border: 0;
	width: 100%;
	margin: 0;
}
#Impersonate span {
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
}
.navActive {
	 -moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
.navDeactive {
	 -moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}
.NewsNav img {
	cursor: pointer;
}
#popup_message_news {
	padding: 0 20px;
}
#popup_message_news input {
	margin: 0 auto;
}
#popup_panel_news {
	margin: 0;
    text-align: center;
	background-color:#F5FAFA;
}
.Alt1 td {
	background-color:#F5FAFA;
}
.Alt2 td {
	background-color:#FFFFFF;
}
.center {
	text-align: center;
}
.NavTable {
	width: 1000px;
	border: 0;
}
.NavTable td {
	text-align:right;
	background-image: url(../images/tab-sprite.jpg);
	background-position: 117px -140px;
	padding: 20px 8px 9px 0;
}#imgFormato img {
	border: solid 1px #ccc;
}
#LanciaAnalisiXls {
	display:none;
}
#UploadResponse {
	margin-left: 30px;
}
#LaunchXls {
	cursor: pointer;
}
#TrElab, #TrElab1 {
	display:none;
}
#fileuploaded {
	font-weight:bold;
	font-style:italic;
	font-size: 14px;
	padding-left: 15px;
}
label.info {
	font-size: 11px;
	color: #900;
}
.evidence {
	background-color:#F5FAFA;
}
.SheetName {
	text-align:left;
	font-size: 17px;
	padding: 10px 0px 10px 40px;
	background: url(../images/sheet_xls.png) left top no-repeat #FFF;
	color: #2D7200;
}
#tabs-formato-fogli .tabs-nav li {
  display: inline;
  float: left;
  font-size: 10px;
  margin: 0 0 0 1px;
  min-width: 84px;
  width: 100px;
}
#tabs-formato-fogli_comp .tabs-nav li {
  display: inline;
  float: left;
  font-size: 10px;
  margin: 0 0 0 1px;
  min-width: 84px;
  width: 100px;
}
.TableXls textarea {
	width: 90%;
}
.TableXls th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) repeat-x;
}
.TableXls th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.TableXls td {
	font: normal normal normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.TableXls td.alt {
	background: #F5FAFA;
	color: #797268;
	font: normal 10px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.TableXls th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.TableXls th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.TableXls p.error {
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#F00;
	margin:0;
}
.TableXls td.error {
	background-color:#FF9;
}
.TableXls .TitleHeader div {
    float: left;
    margin: 0;
    padding-left: 20px;
}
.TableXls .TitleHeader  span {
    color: #FFFFFF;
    font: bold 30px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.TableXls .TitleHeader {
    color: #DDDDDD;
    float: left;
    font: italic 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.TableXls  td.LabelXLS {
	font-size: 14px;
	font-weight:bold;
}
UL.jqueryFileTree {
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}
UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}
UL.jqueryFileTree A:hover {
	background: #BDF;
}
/* Core Styles */
.jqueryFileTree LI.directory { background: url(images_tree/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(images_tree/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(images_tree/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(images_tree/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_3gp { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(images_tree/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(images_tree/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(images_tree/css.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc { background: url(images_tree/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_docx { background: url(images_tree/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(images_tree/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(images_tree/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(images_tree/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(images_tree/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(images_tree/java.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(images_tree/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(images_tree/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(images_tree/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(images_tree/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(images_tree/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(images_tree/pdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(images_tree/php.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(images_tree/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_pptx { background: url(images_tree/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(images_tree/psd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(images_tree/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(images_tree/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(images_tree/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(images_tree/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(images_tree/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(images_tree/linux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(images_tree/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(images_tree/db.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(images_tree/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(images_tree/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(images_tree/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(images_tree/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(images_tree/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(images_tree/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xlsx { background: url(images_tree/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(images_tree/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(images_tree/zip.png) left top no-repeat; }
.ext_3gp { background: url(images_tree/film.png) left top no-repeat; }
.ext_afp { background: url(images_tree/code.png) left top no-repeat; }
.ext_afpa { background: url(images_tree/code.png) left top no-repeat; }
.ext_asp { background: url(images_tree/code.png) left top no-repeat; }
.ext_aspx { background: url(images_tree/code.png) left top no-repeat; }
.ext_avi { background: url(images_tree/film.png) left top no-repeat; }
.ext_bat { background: url(images_tree/application.png) left top no-repeat; }
.ext_bmp { background: url(images_tree/picture.png) left top no-repeat; }
.ext_c { background: url(images_tree/code.png) left top no-repeat; }
.ext_cfm { background: url(images_tree/code.png) left top no-repeat; }
.ext_cgi { background: url(images_tree/code.png) left top no-repeat; }
.ext_com { background: url(images_tree/application.png) left top no-repeat; }
.ext_cpp { background: url(images_tree/code.png) left top no-repeat; }
.ext_css { background: url(images_tree/css.png) left top no-repeat; }
.ext_doc { background: url(images_tree/doc.png) left top no-repeat; }
.ext_docx { background: url(images_tree/doc.png) left top no-repeat; }
.ext_exe { background: url(images_tree/application.png) left top no-repeat; }
.ext_gif { background: url(images_tree/picture.png) left top no-repeat; }
.ext_fla { background: url(images_tree/flash.png) left top no-repeat; }
.ext_h { background: url(images_tree/code.png) left top no-repeat; }
.ext_htm { background: url(images_tree/html.png) left top no-repeat; }
.ext_html { background: url(images_tree/html.png) left top no-repeat; }
.ext_jar { background: url(images_tree/java.png) left top no-repeat; }
.ext_jpg { background: url(images_tree/picture.png) left top no-repeat; }
.ext_jpeg { background: url(images_tree/picture.png) left top no-repeat; }
.ext_js { background: url(images_tree/script.png) left top no-repeat; }
.ext_lasso { background: url(images_tree/code.png) left top no-repeat; }
.ext_log { background: url(images_tree/txt.png) left top no-repeat; }
.ext_m4p { background: url(images_tree/music.png) left top no-repeat; }
.ext_mov { background: url(images_tree/film.png) left top no-repeat; }
.ext_mp3 { background: url(images_tree/music.png) left top no-repeat; }
.ext_mp4 { background: url(images_tree/film.png) left top no-repeat; }
.ext_mpg { background: url(images_tree/film.png) left top no-repeat; }
.ext_mpeg { background: url(images_tree/film.png) left top no-repeat; }
.ext_ogg { background: url(images_tree/music.png) left top no-repeat; }
.ext_pcx { background: url(images_tree/picture.png) left top no-repeat; }
.ext_pdf { background: url(images_tree/pdf.png) left top no-repeat; }
.ext_php { background: url(images_tree/php.png) left top no-repeat; }
.ext_png { background: url(images_tree/picture.png) left top no-repeat; }
.ext_ppt { background: url(images_tree/ppt.png) left top no-repeat; }
.ext_pptx { background: url(images_tree/ppt.png) left top no-repeat; }
.ext_psd { background: url(images_tree/psd.png) left top no-repeat; }
.ext_pl { background: url(images_tree/script.png) left top no-repeat; }
.ext_py { background: url(images_tree/script.png) left top no-repeat; }
.ext_rb { background: url(images_tree/ruby.png) left top no-repeat; }
.ext_rbx { background: url(images_tree/ruby.png) left top no-repeat; }
.ext_rhtml { background: url(images_tree/ruby.png) left top no-repeat; }
.ext_rpm { background: url(images_tree/linux.png) left top no-repeat; }
.ext_ruby { background: url(images_tree/ruby.png) left top no-repeat; }
.ext_sql { background: url(images_tree/db.png) left top no-repeat; }
.ext_swf { background: url(images_tree/flash.png) left top no-repeat; }
.ext_tif { background: url(images_tree/picture.png) left top no-repeat; }
.ext_tiff { background: url(images_tree/picture.png) left top no-repeat; }
.ext_txt { background: url(images_tree/txt.png) left top no-repeat; }
.ext_vb { background: url(images_tree/code.png) left top no-repeat; }
.ext_wav { background: url(images_tree/music.png) left top no-repeat; }
.ext_wmv { background: url(images_tree/film.png) left top no-repeat; }
.ext_xls { background: url(images_tree/xls.png) left top no-repeat; }
.ext_xlsx { background: url(images_tree/xls.png) left top no-repeat; }
.ext_xml { background: url(images_tree/code.png) left top no-repeat; }
.ext_zip { background: url(images_tree/zip.png) left top no-repeat; }
.DataFile {
	border: solid 1px #CCC;
	border-collapse:collapse;
}
.DataFile td {
	margin: 3px;
	padding: 3px;
	border: solid 1px #ccc;
	font-size: 12px;
}
.DataFile td.leftFile {
	font-weight:bold;
	background-color: #eee;
	width: 100px;
	text-align:right;
}
.MotoreDocumentale {
	width: 1058px;
	border: solid 1px #EEE;
}
table.MotoreDocumentaleTable td {
	padding: 5px 5px;
}
table.MotoreDocumentaleTable th {
	background-color:#EEE;
	padding-left: 15px;
	font-weight:bold;
}
.MotoreDocumentale td {
	padding: 0px 2px;
}
#ShowFile {
	padding: 10px;
	background-color: #EEE;
	min-height: 300px;
}
#elenco_documenti span {
	font-size: 12px;
}
#elenco_documenti label{
	font-weight: bold;
}
#DataFile {
	float:right;
}
.TableDocRes {
	width: 100%;
	margin-top: 15px;
}
.TableDocRes {
	width: 100%;
	margin-top: 15px;
}
.TableDocRes  th {
	font-weight:bold;
	background-color: #C1DAD7;
	padding: 2px;
}
.TableDocRes  tfoot th {
	text-align:center;
}
.TableDocRes tr td {
	padding: 4px;
}
tr.grey td {
	background-color: #EEE;
}
.noresult {
 	font-weight:bold;
	margin: 20px;
	width:100%;
	text-align:center;
}
table.NotaTable {
	width: 950px;
	border: solid 1px #DDD;
	border-collapse:collapse;
	margin: 10px;
}
table.NotaTable  th {
	font-weight:bold;
	background-color:#EEE;
	padding: 3px;
}
table.NotaTable  td, table.NotaTable  td, {
	border: solid 1px #EEE;
}
.TableDocRes .ShowFileDetail td {
	cursor: pointer;
	padding-left: 10px;
}
.TableDocRes  tr.ShowFileDetail :hover {
	color: #000;
}
.TableDocLast {
	font-size: 11px;
	width: 98%;
	margin: 5px;
	border: solid 1px #CCC;
}
#HomeDocs {
	height: 218px;
	overflow:auto;
}
.TableDocLast td {
	font-weight:bold;
	padding-left: 5px;
}
.TableDocLast th {
	padding-left: 5px;
}
.LinkFile {
	cursor: pointer;
}
.LinkFile:hover {
	cursor: pointer;
	color: #060;
}
.SchemaTable {
	border: solid 1px #CCC;
	border-collapse:collapse;
	font-size: 12px;
}
.SchemaTable td {
	border: solid 1px #CCC;
	padding: 2px;
	line-height: 12px;
}
.SchemaLeft {
	text-align:left;
}
.SchemaGreenLine td {
	background-color:#0F0;
	padding: 7px;
	font-weight:bold;
	font-size: 16px;
}
.SchemaBlueLineTD {
	background-color:#0FF;
	padding: 7px;
	font-weight:bold;
	font-size: 14px;
}
.SchemaBlueLine2TD {
	background-color:#09F;
	padding: 7px;
	font-weight:bold;
	font-size: 14px;
}
.SchemaGreenLineTD {
	background-color:#0F0;
	padding: 7px;
	font-weight:bold;
	font-size: 16px;
}
.SchemaYellow {
	background-color:#FF0;
	font-weight:bold;
	text-align:left;
}
.SchemaTextMin {
	font-size: 8px;
}
.SchemaTextNor {
	font-size: 11px;
}
.SchemaTextMin1 {
	font-size: 9px;
}
.SchemaHeader {
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	padding: 3px 0px;
}
.SchemaGray {
	background: #EEE;
}
.SchemaOrange {
	background-color:#F90;
}
.SchemaRed {
	background-color:#F00;
}
.SchemaBold {
	font-weight: bold;
}
.SchemaHeaderTR td {
	text-align: center;
}
.SchemaRequisiti {
	font-size: 18px;
	width: 600px;
	font-weight:bold;
}
.SchemaCenter {
	text-align:center;
}
.SchemaContainer{width:98%; height: 400px;overflow: auto; border: solid 1px #666}
.btn {
	padding: 1px 12px !important;
}
table td {
	padding: 3px !important;
}
.btn span {
	color:#FFF !important;
	padding: 0 !important;
}
table.RicercaGrid thead td strong {
	color: #2f4242;
	border-bottom: solid 2px #337ab7;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: auto;
	font-size:16px;
	height: 80px;
	text-transform: uppercase;
}
table.RicercaGrid thead tr td{
	height: 40px;
}
h1.title {
	color: #2f4242;
	border-bottom: solid 2px #337ab7;
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	width: auto;
	display: inline-block;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}
.defaultTable {
	margin-top: 10px;
}
.defaultTable td {
	padding: 10px;
	border-bottom: solid 1px #dedede;
}
.jHtmlArea .h4, .jHtmlArea .h5, .jHtmlArea .h6, .jHtmlArea h4, .jHtmlArea h5, .jHtmlArea h6 {
	margin:0 !important;
}
.jHtmlArea .h1, .jHtmlArea .h2, .jHtmlArea .h3, .jHtmlArea h1, .jHtmlArea h2, .jHtmlArea h3 {
	margin:0 !important;
}
#selLingua {
	float:right;
	margin-top: 55px;
	
}
#selLingua div {
	float:none;
}