/* global style */


/* global style */

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

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

div.photo
{
    font-size: 12pt;
	padding: 5px;
	margin: 5px;
    float:left;
	display: inline-block;
    border:1px solid #000000;
	width: 90%;

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

}

.info{
   display:inline;
    float:right;
}


div.headline {
   width: 90%;
}


.headline #poster_form {
   display:block;
}

.cellspace,
.date,
.dheader,
.dnum,
.dvalue,
.headline p,
.imagecell alt,
.imagezoom,
.note,
.photo br,
.poster .label,
.tposter,
#refreshed,
#total,
#totals
{
 display: none;
}

.updated,
.added {
  margin: 0;
}
