@import url(../fonts/fonts.css);
 
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;}

*{
  padding:0;
  margin:0;}

li{
  list-style:none;}

a{
  color:#0094DA;
  text-decoration:none;}

a:hover{
 text-decoration:underline;}

a img, img, form, fieldset{
  border:none;}
  
h1, h2, h3, label, input{
  font-family: 'robotocondensed';}

h1, h2 {
  color: #025075;}
  
h1 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 13px;}

h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;}

h3 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;}

h1, h3, label, input[type="submit"], #accesso-rapido{
  text-transform:uppercase;} 
  
label, #sidebar li, #sidebar span.active, #sidebar a{
 display:block;}

label, #sidebar li, #sidebar a{
  color: #000000;}
  
label{
  font-size:12px;
  margin:1% 0;}

legend{
  display:none;}
  
input[type="text"], input[type="password"] {
  border: 1px solid  #20A1DF;
  width:98%;
  height:29px;
  padding-left:2%;}
  
input[type="submit"] {
  background-color: #20A1DF;
  border: 6px solid #DADADA;
  border-radius: 4px;
  margin-top:3%;
  padding:3px 37px;
  cursor: pointer;}
  
input[type="submit"], #accesso-rapido ul, #groupBrand {
  float: right;} 

input[type="submit"], #footer, #footer a {
 color:#FFFFFF;}

#header {
  background: url(../images/b-topbar.jpg) repeat-x 0 0;
  padding:40px 0 10px 0;}

#groupBrand img {
  margin-right:10px;} 
  
#bottomHeaderbar {
  position: relative;}
  
#sidebar, .boxInner{
  float: left; }
  
#sidebar, #content{
  font-size:14px;}
  
#sidebar {
  padding:1% 3% 0 0;
  width: 220px;
  max-width:23%;
  background:#f2f2f0;}
   
#sidebar span.active{
  padding:3% 0 3% 5%;}
  
#sidebar span.active, #sidebar ul li ul a:hover{
  background:#DDDDDD;}

#sidebar span.active,  #sidebar ul li ul a:hover, input[type="text"], input[type="password"] {
 border-radius:2px;}
   
#sidebar span.active, #sidebar span.active a, #sidebar ul li ul a:hover{
  text-decoration:none;
  color:#20A1DF;}

#sidebar span.active{
  margin-bottom:5%;}
  
#sidebar span.docs{
  margin-top:10%;
    background-color:#20A1DF;
	color:#FFFFFF;}
 	
#sidebar ul li ul{
  padding-left:5%;}
  
#sidebar ul li ul li a{
  padding:2% 0 2% 5%;}
 
#content {
  color: #373C42;
  background:#FFFFFF;
  line-height: 1.6;
  margin-left:26%;
  padding:1% 0 1% 2%;}
  
#content p {
  margin-bottom: 2%;}  
 
#content li a, input[type="text"], input[type="password"]{
  color:#20A1DF;}

#footer {
  background:#292929 url(../images/b-footer-alt.png) repeat-x 0 0;
  text-align:right;}
 
#accesso-rapido {
  background: url(../images/b-accessorapido.png) no-repeat center top;
  height:60px;}
  
#accesso-rapido ul{
  margin: 6px 65px 0 0;}
 
.inner {
  margin: auto;
  width: 960px;
  max-width:99%;}
   
.title{
  color:#44494F;}
  
.applyBackground {
 background: url(../images/b-main.png) repeat-y center 0 ;}
    
.boxForm {
  padding: 1% 0 4%;
  background-color: #F2F2F0;}
  
.boxForm h3.innerTitle{
  font-size:16px;
  font-weight:lighter;
  margin-bottom:3%;
  padding:0 0 1% 1%;
  border-bottom:1px solid #D5D5D5;}  

.boxInner{
  width:48%;
  padding:0 3%;
  border-right:1px solid #D5D5D5;}  
  
.boxInnerRight{
  margin-left:57%;}

.inner, .boxForm{
  overflow:hidden;}
  
.red{
  color:#FF0000;}

#advise {
		display:block;
		position:absolute;
		bottom:0;
		width:100%;
		  background-color:#000;
		  filter:alpha(opacity=80);
		  opacity: 0.8;
		  -moz-opacity:0.8;
		padding:20px 0px;
		z-index:1000;
		color:#ffffff;
	}
	.text-box{ margin-left:30px;}
	#advise h1 { 
	color:#ff0000; 
	font-weight:bold;
	font-size:1.2em;
	line-height: 20px;
    margin-bottom: 0; }
#advise h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}#advise p { line-height:15px;}
.bottone {
		border: 0px;
		background-color:#ff0000;
		color: #ffffff;
		position:absolute;
		right:0px;
		top:0px;
		/*width:20px;*/
		padding: 10px 20px;
		margin-top:0px;
		margin-right:0px;
		font-weight: bold;
		clear:both;	}