#tabServizi{
	width: 100%;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#tabServizi h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px 0 0 10px;
	margin: 10px 2px 5px;
	color: #036;
	border-bottom: 1px solid #360;
}

#tabServizi h1.offline{
	border-bottom: 1px solid #C00;
}

#tabServizi h1.recupero{
	border-bottom: 1px solid #DAB145;
}


#tabServizi h3{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 3px 3px 3px;
	padding: 1px;
	color: #D0E8D0;
	border-top: 3px solid #FFF;
	background-color: #006;
}

#tabServizi p{
	font-size: 11px;
	text-align: justify;
	padding: 0 5px;
	color: #036;
}

#tabServizi ul{
	margin: 5px 0 2px 10px;
	padding: 0;
	list-style-type: none;
}

#tabServizi li{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform: none;
	text-align: left;
	line-height: 1.3em;
	color: #CCC;
}

#tabServizi .titServ{
	font-weight: normal;
	color: #036;	
}

#tabServizi a{
	text-decoration: none;
	color: #AAA;	
}

#tabServizi a:hover{
	color: #036;
	background-color: #CCC;
}

#tabServizi a.evid{
	font-weight: normal;
	text-decoration: none;
	color: #060;	
}

#tabServizi a.evid:hover{
	color: #036;
	background-color: #CCC;
}


#tabServizi .new{
	font-size: 8px;
	text-transform: lowercase;
	font-weight: bold;
	color: yellow;
	background-color: red;
}
#tabServizi .imgInLine{
	display: inline;
}