/* global style */

body {
    padding: 0px;
    margin: 0px 0px 0px 9px;
    width: 900px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
}
a {
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}
a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}
span.section {
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    color: #000000;
    background-color: #cccccc;
}
span.notice {
    padding: 4px 8px 4px 8px;
    font-weight: bold;
    color: #666666;
    background-color: #eeeeee;
}

/* page-specific */

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

/* table styling */
table {
    padding: 0px;
    margin: 6px 0px 0px 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    color: #000000;
    text-align: left;
}
.cellspace {
    padding: 0px 10px 0px 10px;
    width: 11px;
    float:left;
}
.dheader {
    padding: 3px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border-left:  1px solid #ffffff;
    border-bottom:  1px solid #ffffff;
    background-color: #dddddd;
    float:left;
}
.dvalue {
    display:inline;
    padding: 2px;
    width: auto;
    background-color: #eeeeee;
}
.imagecell {
    display:inline;
    z-index:10;
    /*height: 95px;*/
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 5px 5px 5px 5px;
    width: 75px;
    background-color: #eeeeee;
   float:left;
}
.dnum {
    display:inline;
    padding: 3px 3px 3px 0px;
    width: 11px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    background-color: #eeeeee;
}
div.photo {
    display:inline;
    height: auto;
    width: 400px;
    float:left;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    border:1px solid #000000;
    background-color: #eeeeee;
    text-align: left;
}
div.headline {
    width: 820px;
    float:left;
    font-weight: normal;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    border:1px solid #000000;
    background-color: #eeeeee;
    clear:both;
}
img.imagecell {
    padding: 0px;
    margin: 0px;
    height: 75px;
    width: 75px;

}
.cr {
    width: 385px;
}


.imagezoomvis {
   display:inline;
}


.info{
   display:inline;
    float:right;
}
.added,
.updated,
.status,
.poster {
    margin: 5px;
}
.old
{
	font-size: 11px;
	color: #175;
}

#refreshed,
#total,
.imagezoom,
.tposter {
    display:none;
}

.clearall {
   height: 1px;
   clear: both;
}