/* CSS for IMAGE Bubbler JavaScript */
.bubblewrap {
     list-style-type:none; margin:0; padding:0;
}
.bubblewrap li {
     position:relative; zoom:1;
}
.bubblewrap li img {     
     position:absolute; left:0; top:0; border:0;
     /*width: 33px; /*default width of each image.*/
     /*height: 35px; /*default height of each image.*/     
}
.bubblewrap .tooltip { /*CSS for image tooltip (alt attribute of image)*/
     position:absolute; font:bold 12px Arial; padding:2px; width:100px; text-align:center; background:white;
}


/* CSS for RSS-Feed Display JavaScript */
.titlefield { /*CSS for RSS title link in general*/
     text-decoration:underline;
}
.labelfield { /*CSS for label field in general*/
     color:Brown; font-size:0.9em;
}
.datefield { /*CSS for date field in general*/
     color:Gray; font-size:0.9em; text-decoration:underline;
}
#Feed1 { /*Demo 3 main container*/
     width:259px; height:511px; border:0px none transparent; padding:0px; background-color:#FFFFFF; font-family:tahoma, sans-serif; font-style:normal; font-size:0.84em; font-variant:normal; font-weight:normal; text-align:justify; color:#663366;
}
#Feed1 div p { /*Demo 3 P element that separates each entry*/
     margin:0px 0px 10px 0px;
}