*{
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 11px;
}
td{
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
padding-right:6px;
padding: 5px;
}
.sx{

border-left: 3px solid #999;

}
.dx{

border-right: 3px solid #999;

}
a{
	color:#3498db;
}
th{
	border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
padding:4px;
}
.evidenza{
background-color: #f00;
}
.alterna--{
background-color: #FAD7E7;
}
tr:hover, .selezionata{
background-color:#AED0F5;
}
.nonPresenteSviluppo{
background-color: #eea360;
}
.menu{
padding: 5px;
font-size: 12px;
overflow: hidden;
text-align: center;
padding-bottom: 10px;
}
.-menu a{
margin: 10px;
border:1px solid #6060bf;
background-color: #6060bf;
color: white;
padding:7px;
text-decoration: none;
}
.-menu a:hover{
text-decoration: underline;
}
.avanzamento{
overflow: auto;
height:200px;
margin:10px;
padding:5px;
border:1px solid #333;
}
.content{
margin-left:20px;

}
.title{
color:#06C;
font-size:26px;
font-weight:bold;
margin-bottom:30px;
}
.-content a{
margin: 10px;
border:1px solid #6060bf;
background-color: #6060bf;
color: white;
padding:7px;
text-decoration: none;
}
.-content a:hover{
text-decoration: underline;
}
.error{
font-weight:bold;
color:#c00;
font-size:16px;
padding:20px;
}
.titoloInstaller{
	font-weight:bold;
	font-size:16px;
	margin-bottom: 20px;
}
.etichetta{
font-size: 14px;
}
.campoinput{
width:300px;
font-size:20px;
height:30px;
}
.tuttoOk, .fine{
font-weight:bold;
	font-size:20px;
	color:#090;
}
.fine{
margin-top:20px;
border:3px solid 	#090;
width:600px;
padding:10px;
}
.main{
	height:40px;
}
.tabellaTemplate{
border:2px solid #ccc;
width: 700px;
}
.tabellaTemplate td{
padding: 6px;
}
.tabellaRedirect{
border:2px solid #ccc;
width: 700px;
}
.tabellaRedirect a{
border: 1px solid #666;
color: #000;
font-weight: normal;
padding:2px;
background-color: white;
}
.tabellaRedirect a:hover{
background-color: #bfdf60;
text-decoration: none;
}

.elimina{
background-color: #ff0000;
}
.noStili{
border:0 !important;
margin:0 !important;
padding:0 !important;
}
a.home{
background-color: #c00;
}
.tabellaUpdates a{
background: none;
color: #000;
border: none;
}
.main a{
	display: block;
width:200px;
}
.titoloArea{
border: 1px solid #06c;
    color: #c00;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
    padding: 10px;
} 
.titoloArea h2{
	font-size: 18px;
	 margin: 0 0 9px;
}
.da_controllare{
font-weight: bold;

color:#f00;
}
.conferma {
    background: none repeat scroll 0 0 #7ef762;
    border: 3px solid #24a806;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 673px;
}
.errore {
    background: none repeat scroll 0 0 #FCA9A9;
    border: 3px solid #cc0000;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 673px;
}



.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
 /*  font-size: 15px;
 padding: 8px 12px 8px 13px;*/
 padding:6px;
  text-decoration: none;
}

.menu .btn{float:left;margin-left:10px;}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.paginazione{
	text-align: center;
	padding:10px;
}
tr.no_monitor td{
background-color: #B7B7B7;
}
tr.offline td{
background-color: #cC0000;
}
.serverIcon{
	width: 50px;
	height: 50px;
	vertical-align: top;
}
.serverIconSmall{
	width: 50px;
	height: 50px;
	vertical-align: top;
	margin-right: 10px;
	border: 2px #fff solid;
}
.serverIconSmall:hover{
	border: 2px #c00 solid;
}