/* global style */


/* global style */

body {
    width:auto;
    padding: 0px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
}
/* page-specific */

#page {
    padding: 0;
    margin: 5px 0px -1px 0px;
    background-color: #ffffff;
}

.photo {
	padding: 5px;
	margin: 5px;
    float:left;
	display: inline-block;
	border: 0px;
	width:75px;
	height:90px;
}
.tposter {
   display:inline;
}

.added,
.cellspace,
.dheader,
.dnum,
.dvalue,
.headline,
.imagecell alt,
.imagezoom,
.label,
.note,
.old,
.photo br,
.poster,
.status,
.updated,
#total,
#refreshed {
  display:none;
}

.clearall {
   display:none;

}
