/* global */
html {
    height: 100%;
}

body {
    font-family: verdana, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .68em;
}

p {
    margin: 0px;
    padding: 0px 0px 16px 0px;
    line-height: 1.7em;
}

h1 {
    font-family: arial, sans-serif;
    letter-spacing: .1em;
}

h2 {
    margin: 0px;
    padding: 0px 0px 4px 0px;
    font-size: 100%;
}

img {
    border: 0px;
}

a {
    outline: none;
}

/* image positioning - left, right and center */
.left {
    float: left;
    padding: 0px 8px 0px 0px;
}

.right {
    float: right;
    padding: 0px 0px 0px 8px;
}

.textRight {
    text-align: right;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* block quote */
blockquote {
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 8px solid;
}

/* unordered list */
ul {
    margin: 8px 0px 0px 16px;
    padding: 0px;
}

ul li {
    list-style-type: none;
    margin: 0px 0px 11px 0px;
    padding: 0px;
}

/* ordered list */
/*ol {
    margin: 8px 0px 0px 24px;
    padding: 0px;
}

ol li {
    margin: 0px 0px 11px 0px;
    padding: 0px;
}*/

/* main container */
#main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* links above the logo / footer */
#links,#footer {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 21px 0px 19px;
    width: 940px;
    height: 26px;
    font-size: 94%;
}

#links {
    text-align: right;
    /*text-transform: uppercase;*/
}

#footer {
    text-align: center;
    padding: 5px 21px 5px 19px;
}

#links a,#footer a {
    text-decoration: none;
}

#links a:hover,#footer a:hover {
    text-decoration: underline;
}

#foot_sx {
    width: 75%;
    float: left;
}

#foot_dx {
    width: 20%;
    float: right;
}

/* logo */
#logo, #logo_install, .logo {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 175px;
    text-align: left;
}

div#logo h1 {
    margin: 0px;
    padding: 50px 0px 0px 20px;
    font-size: 190%;
    letter-spacing: .15em;
    font-weight: bolder;
}

div#logo_install h1 {
    margin: 0px;
    padding: 15px 0px 0px 15px;
    font-size: 190%;
    letter-spacing: .15em;
    font-weight: bolder;
}

/* navigation menu */
#menu {
    height: 25px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#menu ul {
    margin: 0px auto;
}

#menu li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#menu li a {
    display: block;
    float: left;
    height: 18px;
    text-decoration: none;
    /*padding: 5px 19px 2px 19px;*/
    padding: 5px 19px 2px 13px;
    text-transform: uppercase;
}

/* main content */
#content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: auto;
    padding: 0px;
    overflow: hidden;
    min-height: 700px;
}

/* column 1 - contains sidebar items */
#column1 {
    width: 207px;
    float: right;
    padding: 16px 0px 15px 0px;
}

.sidebaritem {
    text-align: left;
    width: 188px;
    float: left;
    margin: 0px 0px 25px 0px;
}

.sbihead {
    height: 14px;
    width: 188px;
    padding: 5px 0px 5px 19px;
    text-transform: uppercase;
}

.sbihead h1 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 112%;
}

.sbicontent {
    padding: 14px 8px 8px 19px;
}

.sbicontent p {
    line-height: 14px;
    padding: 0px 0px 8px 0px;
}

.sbilinks {
    padding: 0px;
}

.sbilinks ul {
    margin: 0px auto;
}

.sbilinks li {
    margin: 0px;
    float: left;
    list-style: none;
}

.sbilinks li a,.sbilinks li a:hover {
    float: left;
    height: 16px;
    text-decoration: none;
    padding: 5px 0px 4px 19px;
    width: 188px;
    border: 0px;
}

/* column 2 - page content */
#column2 {
    text-align: justify;
    width: 732px;
    float: left;
    padding: 12px 3px 15px 19px;
}

#column2 h1 {
    padding: 6px 0px 4px 0px;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: normal;
}

#column2 h1.noUnderline {
    border-bottom: none;
    margin-bottom: 6px;
}

#column2 p.underline {
    border-bottom: 1px solid;
    padding: 0px 0px 4px 0px;
    margin-bottom: 10px;
}

#column2 h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em
}

.sidebaritem a,#column2 a,.sidebaritem a:hover,#column2 a:hover {
    padding: 0px 0px 2px 0px;
    text-decoration: none;
    /** border-bottom: 1px dashed; **/
}

.sidebaritem a:hover /** , #column2 a:hover **/ {
    border-bottom: 1px solid;
}

/* contact page - form layout */
form {
    margin-top: 0px;
}

div.row {
    clear: both;
    width: 448px;
}

div.row span.formlabel {
    float: left;
    width: 150px;
    text-align: left;
}

div.row span.forminput {
    float: right;
    text-align: right;
}

div.spacer {
    clear: both;
    width: 80px;
}

input,textarea, select {
    font-family: verdana, arial, sans-serif;
    border: 1px solid;
    font-size: 100%;
    margin: 2px;
}

input.submit {
    font-family: verdana, arial, sans-serif;
    border: 1px solid;
    width: 70px;
    height: 22px;
    cursor: pointer;
    font-size: 100%;
}

div#column2 ul.elenco_p li {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div#column2 div.legenda_tipo_ut ul li {
    display: inline;
    padding-right: 25px;
}

div#column2 div.legenda_tipo_ut {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

div#credits_dialog {
    display: none;
}

#tool_bar_center, .tool_bar_center {
    width: 100%;
    text-align: center;
    float: center;
    text-transform: uppercase;
    background:#bad5e5;
}

#tool_bar_dx, .tool_bar_dx {
    width: 49%;
    float: right;
}

#tool_bar_sx {
    width: 49%;
    text-align: left;
    font-size: 1.3em;
}

div.tool_bar_sx {
    width: 49%;
    text-align: left;
    float: left;
}


div.breadcrumbs {
    color: #000;
    text-transform: uppercase;
}

div.breadcrumbs span.active {
    color:#169201;
}

h2#endSezione {
    font-size: 200%;
    color:#0000ff !important;
    font-weight: bold;
}

h1.h1LongTitle {
    text-align: left;
}

/* Definizione stili layout 2 */
div#links_sx {
    text-align: left;
    float: left;
    text-transform: uppercase;
    position: relative;
}

div#links_dx {
    float: left
}

div#links_sx.loggedIn {
    width: 60%;
}

div#links_dx.loggedIn {
    width: 40%;
}

div#links_sx.notLoggedIn {
    width: 100%;
}

div#links_dx.notLoggedIn {
    display: none;
}

table {
    width: 100% !important;
}

div.topMenuList ol {
    margin: 0px;
    padding: 0px;
}

div.topMenuList ol li {
    display: inline;
    margin-right: 15px;
    position:relative;
}

div.topMenuList ol li ol {
    /*    background-color: #3f3f3f;*/
    padding: 10px;
    /*-----*/
    position:absolute;
    left: 0px;
    display:none;
    /*padding-bottom:5px;*/
    z-index:1000;
    font-size:.9em;
    background-color:#434343;
    min-width:250px;
    /*-----*/
}

div.topMenuList ol li ol li {
    display: block;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    height: 20px;
    vertical-align: middle;
    /*-----*/
    float:none;
    border-top:1px solid #555555;
    /*-----*/
}

form.frmLoginTop {
    display: inline;
}

form.frmLoginTop label, form.frmLoginTop input {
    display: inline;
}

form.frmLoginTop input {
    width: 160px;
}

form.frmLoginTop input.loginBtn {
    width: 55px;
}

legend {
    font-weight: bold;
}



/*TABS*/

.tabs {
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.tabs ul {
    margin: 0px auto;
}

.tabs li {
    float: left;
    margin: 0px;
    padding: 0px;
}

.tabs li a {
    display: block;
    float: left;
    height: 18px;
    text-decoration: none !important;
    padding: 5px 19px 2px 19px !important;
    text-transform: uppercase;
}

.tabs,.tabs li a {
    background: #FFFFFF url('../images/menu_hover.png');
    color: #484E56 !important;
    border-color: #D7D7D7;
}

.tabs li a:hover,.tabs li a#selected,.tabs li a#selected:hover,.tabs li a.active
{
    background: #FFFFFF url('../images/menu_hover2.png') !important;
    color: #484E56;
}

.tabs li a.active {
    font-weight: bold;
}

.paginator {
    margin: 5px 0px;
    clear: both;
    width: 100%;
    height: 15px;
}
.paginatorSx {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.paginatorDx {
    float: left;
    width: 49%;
    text-align: right;
}

.paginator > div > a {
    color: #0000ff !important;
}

.paginator > div > a.paginatorLink {
    text-decoration: underline !important;
}

.paginator > div > a.paginatorCurrent {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none !important;
}


table.mceToolbar {
    width: auto !important;
    color: #000;
}

a.mceText,
a.mceText:visited,
a.mceText:hover,
a.mceText:link
{
    color: #000 !important;
}
/* table fix per ff, chrome e parte per IE */
td,tr .tbfix {
	height: 100%;
}
.tbfix > div {
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.shiny-button input {
  display: inline-block;
  text-align: center;
  width: 220px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #929ec7;
  background-image: -webkit-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: -moz-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: -o-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  border-color: hsl(0, 0%, 52%);
  -webkit-box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #5d6056;
  -moz-text-shadow: 1px 1px 1px #5d6056;
  -o-text-shadow: 1px 1px 1px #5d6056;
  text-shadow: 1px 1px 1px #5d6056;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 15px 6px 15px;
}

.shiny-button strong input {
  letter-spacing: 1px;
  font-size: 10px;
}

.shiny-button:hover input {
  color: #FFFFFF;
  background-color: #979b90;
  background-image: -webkit-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: -moz-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: -o-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  border-color: hsl(0, 0%, 55%);
  -webkit-box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #64685d;
  -moz-text-shadow: 1px 1px 1px #64685d;
  -o-text-shadow: 1px 1px 1px #64685d;
  text-shadow: 1px 1px 1px #64685d;
}

.shiny-button:active input {
  color: #FFFFFF;
  background-color: #929ec7;
  background-image: -webkit-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: -moz-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: -o-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: linear-gradient(top, #83887b 0%, #909488 100%);
  padding: 7px 15px 5px 15px;
}

.shiny-buttonLarge input {
  display: inline-block;
  text-align: center;
  width: 400px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #929ec7;
  background-image: -webkit-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: -moz-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: -o-linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  background-image: linear-gradient(top, #92968b 0%, #a2a2a2 48%, #909488 49%, #909488 82%, #9ea197 100%);
  border-color: hsl(0, 0%, 52%);
  -webkit-box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #aeb1a8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #5d6056;
  -moz-text-shadow: 1px 1px 1px #5d6056;
  -o-text-shadow: 1px 1px 1px #5d6056;
  text-shadow: 1px 1px 1px #5d6056;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 15px 6px 15px;
}

.shiny-buttonLarge strong input {
  letter-spacing: 1px;
  font-size: 10px;
}

.shiny-buttonLarge:hover input {
  color: #FFFFFF;
  background-color: #979b90;
  background-image: -webkit-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: -moz-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: -o-linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  background-image: linear-gradient(top, #999d93 0%, #aaa 48%, #979b90 49%, #979b90 82%, #a5a89f 100%);
  border-color: hsl(0, 0%, 55%);
  -webkit-box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #b5b8b0, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #64685d;
  -moz-text-shadow: 1px 1px 1px #64685d;
  -o-text-shadow: 1px 1px 1px #64685d;
  text-shadow: 1px 1px 1px #64685d;
}

.shiny-buttonLarge:active input {
  color: #FFFFFF;
  background-color: #929ec7;
  background-image: -webkit-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: -moz-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: -o-linear-gradient(top, #83887b 0%, #909488 100%);
  background-image: linear-gradient(top, #83887b 0%, #909488 100%);
  padding: 7px 15px 5px 15px;
}

#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:995px;
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#585858;
}
#wrapper h1 p
{
 font-size:18px;
}
/*#employee_piechart
{
 padding:0px;
 width:100%;
 height:100%;
 margin-left:0px; 
}
*/
/*{
 padding:0px;
 width:100%;
 height:100%;
 margin-left:0px;
}*/

th.insidetable
{
    width:25%;
    background-color: white;
    font-weight: bold;
    font-size: unset;
    text-align: left;
    border:none;
    border-bottom: 1px solid lightgray;
}

table.insidetable
{
    width:100%;
    border:none;
}

td.insidetable
{
    border:none;
    border-bottom: 1px solid lightgray;
}

td.testolink
{
    text-align: center;
    font-weight: bold;
    font-size: 10pt;    
    vertical-align: middle !important;
}

td.centrato
{
    text-align: center;
    font-weight: bold;    
    vertical-align: middle !important;
}