/*****************************************/
/* these are from public.css which is registered in portal_css
 * but does not appear in the KCRW View skin for reasons not yet known.
 * Add here till then.
 */

.image-left {
float: left;
/*clear: both;*/
margin: 0.1em 0.5em 0.1em 0;
border: 1px solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
/*clear: both;*/
margin: 0.1em 0 0.1em 0.25em;
border: 1px solid Black;
}

/*****************************************/




.hiddenStructure,
#portal-logo,
#portal-searchbox,
#portal-siteactions,
#portal-column-one,
#portal-column-two,
.addFavorite,
.documentActions,
#portal-colophon,
.netscape4
 {
    display: none;
}

