body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #ffffff;
}

a:link, a:visited { 
   color: #d05c2d; 
   text-decoration: 
   underline; 
   font-weight: normal; 
} 
a:active, a:hover { 
   color: #990000; 
   text-decoration: none; 
}


textarea {
   overflow: hidden;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_5   { clear: both; width: 100%; height:  5px; font-size: 1px;	}
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #999;
}

.text_rl {
	text-align: right;
}

.fl { float: left; }
.fr { float: right }

/*
.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	padding: 18px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(../images/templatemo_button_01.png) no-repeat;
}

.rc_btn_02 a {
	clear: both;
	float: right;
	display: block;
	width: 140px;
	height: 35px;
	padding: 17px 0 0 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(../images/templatemo_button_02.jpg) no-repeat;
}
*/

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	color: #ffffff;
}

.header_02 {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 26px;
	color: #333333;
}

.header_03 {
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fd4800;
}

#templatemo_header_wrapper {
	width: 1050px;
	margin: 0 auto;
	background: url(../images/templatemo_header_bg.jpg) repeat-x;
}

#templatemo_header {
	width: 940px;
	height: 64px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}

/*
#templatemo_header #logo {
	float: left;
	width: 300px;
	height: 48px;
	// background: url(../images/templatemo_logo.jpg) left top no-repeat;
}
*/

/* menu */

#templatemo_header #templatemo_menu {
	float: right;
   width: 1000px;
	height: 48px;
}

#templatemo_menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 38px;
   margin-left: 5px;
	padding: 10px 22px 0 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	position: relative;
	color: #000;
	background: url(../images/templatemo_menu_hover_right.jpg) bottom right no-repeat;
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 48px;
	bottom: 0px;
	left: -7px;
	background: url(../images/templatemo_menu_hover_left.jpg) left bottom no-repeat;
}

/* end of menu */

/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

/*
#templatemo_banner {
	width: 980px;
	height: 265px;
	margin: 0 auto;
	background: #ffffff url(../images/templatemo_banner_bg.jpg) no-repeat;
}
*/
#templatemo_banner {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: #ffffff url(../images/templatemo_computer.jpg) no-repeat;
}

#templatemo_banner #banner_content {
	float: right;
	width: 795px;
	padding: 20px 0 20px 0;
	margin-right: 20px;
 	background: #ea6a37;
}

/*
#banner_content #banner_title {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	padding: 10px 0 35px 50px;
}
*/

#banner_content #banner_text {
   font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 16px;
	padding: 0 0 0 55px;
}

/* end of banner */

/* content top */
/*
#templatemo_content_top_wrapper {
	clear: both;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background: url(../images/templatemo_content_top_bg.jpg) repeat-x;
}
*/

#templatemo_content_top {
	width: 940px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}

#templatemo_content_top p {
	color: #000000;
}

/* end of content top */

/* content */

#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#templatemo_content {
	width: 1050px;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
}

.content_col_w420 {
	width: 440px;
}

.service_box {
	width: 135px;
	height: 140px;
}

.testimonial_box_wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.testimonial_box {
	padding: 10px 20px;
	background: #e0e0e0;
	margin-bottom: 2px;
}

.testimonial_box a {
	font-size: 13px;
	font-weight: bold;
	color: #fd4800;
	text-decoration: none;
}
			
/*         
.image_wrapper_01 {
	position: relative;
	width: 441px;
	height: 170px;
	background: url(../images/templatemo_frame_01.png) no-repeat;
}

.image_wrapper_01 img {
	position: absolute;
	width: 412px;
	height: 117px;
	top: 10px;
	left: 10px;
}
*/

.section_w140 {
	width: 140px;
}

/*
.section_w140 .project_icon {
	width: 135px;
	height: 140px;
	background: url(../images/templatemo_project_icon.jpg) no-repeat;
}
*/

.section_w220 {
	width: 220px;
}

.section_w280 {
	width: 280px;
}

.section_w280 .future_project {
	margin: 0;
	padding: 0;
	list-style: none;
}

.future_project li {
	margin: 0 0 5px 0;
	padding: 0px;
}

/*
.other_project_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.other_project_list li { 
	margin: 0 0 0 0;
	padding: 5px 0 3px 25px;
	background: url(../images/templatemo_list_icon.jpg) left center no-repeat;
}

.other_project_list li a {
	color: #333;
	text-decoration: none;
}

.other_project_list li a:hover {
	color: #990000;
}
*/

/* end of content */

/* footer */

#templatemo_footer_wrapper {
	clear: both;
   width: 1050px;
	margin: 0 auto;
	background: #656565;
	border-top: 10px solid #ea6a37;
}

#templatemo_footer {
	width: 940px;
	margin: 0 auto;
	padding: 5px 20px 0px 20px;
	background: #656565;
	color: #ffffff;
}

#templatemo_footer a {
	color: #e5b614;    
}

.normal_list {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: disc;
}

.normal_list li {
	padding: 3px 0;
	margin: 0;
}

#templatemo_footer .normal_list li a {
	color: #ffffff;
	text-decoration: none;
}

.contact {
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contact li {
	padding: 3px 0;
}
/* end of footer */




/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #000000;
}



/* tabella con bordo */
.tabbase table, table.tabbase {
   border-collapse: collapse;
   // margin: 1px;
   width:auto;
}
.tabbase th, .tabbase td {
   padding: 2px;
   // border: solid 1px #74B1BE;
   vertical-align: top;
}
.tabbase th {
   text-align:center;
   vertical-align:middle;
   padding: 7px;
   font-size: 1.3em;
}
.tabbase td {
   padding: 4px;
   font-size: 13px;
}
/* end */




/* tabella con bordo */
.tabella table, table.tabella {
   border-collapse: collapse;
   margin: 1px;
   width:auto;
}
.tabella th, .tabella td {
   padding: 2px;
   border: solid 1px #74B1BE;
   vertical-align: top;
}
.tabella th {
   text-align:center;
   vertical-align:middle;
   padding: 7px;
   font-size: 1.3em;
}
.tabella td {
   padding: 4px;
   font-size: 14px;
}
/* end */



/* tabella ordinabile */
table.tablesorter {
	margin:10px 0pt 15px;
}

.tablesorter table, table.tablesorter {
   border-collapse: collapse;
   margin: 1px;
   width:auto;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
   background-color: #99CCFF;
   // 02.10.2019 background-color: #8dbdd8;
	text-align: center;
   vertical-align:middle;
   border-collapse: collapse;
}

table.tablesorter thead tr .header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}

table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
   background-color: #8dbdd8;
}

.tablesorter td {
   border: solid 1px #74B1BE;
   vertical-align: top;
   padding: 4px;
   font-size: 14px;
}

.tablesorter th {
   border: solid 1px #74B1BE;
   text-align:center;
   vertical-align:middle;
   padding: 7px;
   font-size: 1.3em;
}
/* end */




/* tabella ordinabile */
table.mailtablesorter {
	margin:10px 0pt 15px;
}

.mailtablesorter table, table.mailtablesorter {
   border-collapse: collapse;
   margin: 1px;
   width:auto;
}

table.mailtablesorter thead tr th, table.mailtablesorter tfoot tr th {
   background-color: #99CCFF;
   // 02.10.2019 background-color: #8dbdd8;
	text-align: center;
   vertical-align:middle;
   border-collapse: collapse;
}

table.mailtablesorter thead tr .header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.mailtablesorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}

table.mailtablesorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}

table.mailtablesorter thead tr .headerSortDown, table.mailtablesorter thead tr .headerSortUp {
   background-color: #8EEdd8;
}

.mailtablesorter td {
   border: solid 1px #74B1BE;
   vertical-align: top;
   padding: 1px;
   font-size: 12px;
}

.mailtablesorter th {
   border: solid 1px #74B1BE;
   text-align:center;
   vertical-align:middle;
   padding: 7px;
   font-size: 1.3em;
}
/* end */






/* maschera di login */
.loginBox {
	padding:20px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.loginBox .accessDenied {
	color:#FF0000;
}

.loginBox .attemptsDisplay {
	color:#999999;
}

.loginBox .lockoutMessage {
	
}

.loginBox .lockoutMessage #timer {
	color:#FF0000;
	font-weight:bold;
}
/* end */




/* menu mail log */
#menu-bar {
   width: 1050px;
   margin: 0 auto;
   padding: 0px 0px 30px 0px;
   background: #656565;
   color: #ffffff;
}

#menu-bar ul, #menu-bar li {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   text-indent: 5px;
   padding:0;
   margin:0;
}

#menu-bar li {
   white-space:nowrap;
   list-style: none;
   position: relative;
   float: left;		  /* this makes the lists to appear horizontally */
   height: 20px;
   text-align: center;
   background-color: #656565;
   line-height: 20px;
   padding: 5px 41px 0 0;
   padding-bottom:5px;
}

#menu-bar li:last-child {
   padding:0; 
}

#menu-bar li li, #menu-bar li li:last-child {
   width:100%;
   text-align: left;
   padding-left:10px;
   padding-right:0px;
}

#menu-bar li a {
   display:block; /*added by dsonesuk */
   text-decoration:none;
	color: #ffffff;
}

#menu-bar li:hover {
   background-color:#d05c2d;
}

#menu-bar ul ul
{
   position:absolute; /*added by dsonesuk */
   width:125px; /*added by dsonesuk */
   top:30px;/*amended by dsonesuk */
   visibility:hidden;
   text-align: left;
}

#menu-bar ul li:hover ul
{
   visibility:visible;
}
/* end */
