.BLOBWidth100 {
 width: 100%;
}
.BLOBWidth50 {width: 49%;}

.BLOBFloatLeft {
 float: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBFloatRight {
 float: right;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

.BLOBIMGSpacerRight {
 padding-right: 10px;
 color: #000000; 			/* serve per far apparire spazio tra img e par nell'offetto img+par. */
 background-color: #F0F0EA; /* SE LO SFONDO DELLA COLONNA PRINCIPALE NON E' BIANCO VA RIDEFINITO LOCALMENTE !!! */
}

.viewSottotitolo, .viewSotTitCell {  
	padding:5px 0 2px 13px; margin:0 0 7px; color:#1F578A; font-size:10px;
	background:transparent url(images/Titolo2.gif) 2px 7px no-repeat;
	
}

.viewParCell p {  
	font-size:12px;	
}

.viewPar, .viewParCell, .viewLI {font-size: .7em; color: #333; background-color:transparent;}

.viewPar acronym, .viewParCell acronym, .viewLI acronym{border-bottom: 1px dotted #575757;}

.viewPar a, .viewParCell a, .viewLI a{color:#1F578A; background-color:transparent;}
.viewPar a:hover, .viewParCell a:hover, .viewPar a:active, .viewParCell a:active, .viewLI a:hover, .viewLI a:active{
 color:#FFF; background-color:#1F578A; 
}

.BLOBAlignJustify { text-align:justify;}
.BLOBAlignRight { text-align: right;}

.BLOBFloatClear {
 clear: both; 
 }

.BLOBRow1px {
 font-size: .55em;
 height: 1px;
}

.viewHR { color:#0B3667; background-color:transparent; height: 1px; }

.BLOBAlignLeft {
 text-align: left;
 position: relative; /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */
}

a.viewLink, a.viewAnchor {font-size: .7em; color:#1F578A; background-color:transparent;}
a.viewLink:active, a.viewLink:hover,  
a.viewAnchor:active, a.viewAnchor:hover{color:#FFF;  background-color:#1F578A;}

.viewLinkOnlyTextContainer{
	padding: 0 0 0 .9em;
	line-height: 1.4em;

}
a viewLInk, viewLInkIMG {
	/* background-image:url(); */
	background-position: 0em .6em;
	background-repeat:no-repeat;
}

.BLOBVAlignMiddle {
 vertical-align: middle;
}

.BLOBHidden{
	visibility:hidden;
	position: absolute;
	top: -1000em;
	font-size: .1em;
}

.viewLineBreak { height: 1em;}
