table#container {
 height:100%;
 width:100%;
 background-color:#FFFFFF;
 font-family: sans-serif;
 color:#464E42;
}
div#titolo {
 color:#000;
 background-color:#F3F3F3;
 font-size:30px;
 padding-top:5px;
 width:100%;
 }
div#menu {
 width:20%;
 height:100%;
 color:#464E42;
 background-color:#F3F3F3;
 float:left;
 font-family: sans-serif;
}
div#bodydiv {
 width:80%;
 height:100%;
 color:#464E42;
 background-color:#FFFFFF;
 float:left;
 font-size:18 px;
}
div#bodypsw {
 /*height:450px;*/
 width:100%;
 background-color:#FFFFFF;
 color:#000;
 font-size:18 px;
}
div#elenco {
 width:100%;
 height:400px;
 overflow:auto;
}
H1 {
 color:#464E42;
 font-style: italic;
 font-weight: bold;
 font-size:36 px;
}
td {
 font-size:18 px;
 color:#464E42;
}
legend{
 color:#464E42;
 font-weight: bold;
 font-size:18 px;
}
a.navlink:link {
 color: #464E42;
 cursor: pointer;
 font-size:  16px; 
 background:url("\img\link.gif") no-repeat top center;
}
a.navlink:visited {
 color: #464E42;
 cursor: pointer;
 font-size:  16px; 
 text-decoration: none;
}
a.navlink:hover {
 color: #464E42;
 cursor: pointer;
 font-size:  16px;
 text-decoration: underline;
}
a {
 color: #464E42;
 cursor: pointer;
 font-size:  16px;
 text-decoration: none;
}
a:hover {
 color: #464E42;
 text-decoration: none;
}
body {
 font-family: 'Roboto', sans-serif;
 font-size:  18px;
 color:#464E42;
 scrollbar-base-color: #A5D7E6;
 scrollbar-face-color: #D7EBEB;
 scrollbar-shadow-color: #464E42;
 scrollbar-arrow-color: #464E42;
 scrollbar-highlight-color: #D7EBEB;
 scrollbar-dark-shadow-color: #000000;
 scrollbar-3d-light-color: #A5D7E6;
 scrollbar-track-color: #A5D7E6;
}
label {
 font-size:  16px;
}
label#error {
 color:#FF0000;
 font-size:  16px;
}
.testata {
height:35px;
background-color:#A5D7E6;
font-size:18px;
font-weight:bold;
color:#464E42;
}	
.labelCampo {
font-size:16px;
color:#464E42;
}
.intTab {
height:30px;
background-color:#A5D7E6;
font-size:16px;
font-weight:bold;
color:#464E42;
}
.intTab2 {
height:30px;
background-color:#D7EBEB;
font-size:16px;
font-weight:normal;
color:#464E42;
}
.textBoxCampo {
font-size:16px;
background-color:#D7EBEB;
border:none;
width: 300px;
height: 36px;
color:#464E42;
margin-bottom:5px;
}
.textBoxCampo1 {
font-size:15px;
background-color:#FFFFFF;
border:1px solid;
width: 260px;
height: 30px;
color:#464E42
}
.textBoxCampo_disabled {
font-size:16px;
color:#FFFFFF;	
background-color:#CCCCCC;
border:none;
width: 300px;
height: 40px;
cursor: not-allowed;
}
.textBoxData {
font-size:16px;
background-color:#D7EBEB;
border:none;
width: 230px;
height: 36px;
color:#464E42
}
.textBoxPassword {
font-size:16px;
background-color:#D7EBEB;
border:none;
width: 350px;
height: 36px;
color:#464E42
}
.textArea {
font-size:16px;
background-color:#D7EBEB;
border:none;
color:#464E42;
}
.classeButton1 {
width:142px;
height:36px;
color:#FFFFFF;
background-color:#CDB405;
font-size: 18px;
font-weight:bold;
border:none;
cursor: pointer;
}
.classeButton_disabled {
width:142px;
height:36px;
color:#EEEEEE;
background-color:#CCCCCC;
font-size: 18px;
font-weight:bold;
border:none;
}
.classeButton2 {
width:142px;
height:36px;
color:#464E42;
background-color:#A5D7E6;
font-size: 18px;
font-weight:bold;
border-style:none;
cursor: pointer;
}
.classeLoginButton {
width:120px;
height:40px;
color:#464E42;
background-color:#FFFFEE;
font-size: 18px;
font-weight:bold;
border-style:none;
cursor: pointer;
}
.classeLoginButton:hover {
width:120px;
height:40px;
color:#464E42;
background-color:#FFFFEE;
font-size: 18px;
font-weight:bold;
border-style:solid; border-color:#FFFFFF; border-width:3px
}
.classeCalendarButton {
width:60px;
height:36px;
color:#464E42;
background-color:#D7EBEB;
font-size: 18px;
font-weight:bold;
border-style:none;
}
.classeCalendarButton1 {
width:60px;
height:36px;
color:#464E42;
background-color:#D7EBEB;
font-size: 18px;
font-weight:bold;
border-style:none;
margin-left: 0px!important;
}
.classeButton_disabled:hover {
width:142px;
height:36px;
color:#EEEEEE;
background-color:#CCCCCC;
font-size: 18px;
font-weight:bold;
border:none;
cursor: not-allowed;
}
.bgYellowHeader {
background-color:#d7ebeb;
}
.bgYellowBody {
background-color:#d7ebeb;
}
.bgCyanHeader {
background-color:#A5D7E6;
}
.bgCyanBody {
background-color:#D7EBEB;
}
.bgBlueBody {
background-color:#A5D7E6;
}