<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#work-area {
    position: relative;
    overflow: hidden;
}

#content {
    padding-top: 240px;
}

#view-1 {
    border: 10px solid #585858; 
    width: 0px;
    height: 0px;
    display: none; 
    background: #474747 50% 50% no-repeat url('images/ajax-loader.gif');
    position: relative;
    z-index: 500;
}
#view-1 img {
    border: none;
    cursor: pointer;
}
#view-1.select-area img {
    cursor: crosshair;
}

#view-4, #view-9 {
    margin-top: -10px;
    display: none;
}
#view-4 td, #view-9 td {
    background: #585858;
}
#view-4 td.viewport-border-selected, #view-9 td.viewport-border-selected {
    background: #ff0000;
}
#view-4 td.viewport-loader, #view-9 td.viewport-loader {
    background: #585858 50% 50% no-repeat url('images/ajax-loader-1.gif');
    cursor: pointer;
}

#rating {
    display:block;
    width: auto;
    height: 105px;
    position: absolute;
    left: 50%;
    bottom: 90px;
    z-index: 800;
}
#rating div.rating-area {
    width: auto;
    float: left;
    padding-top: 13px;
}
#rating div.rating-star {
    height: 24px;
    padding: 0px 10px;
}
#rating div.rating-description {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
}
#rating div.rating-count {
    width: auto;
    float: left;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-left: 25px;
    padding-top: 10px;
}
#rating div.rating-count span {
    font-size: 27px;
    color: #999999;
}
#rating div.rating-place {
    width: 87px;
    height: 79px;
    float: left;
    margin-left: 25px;
    background: 0% 0% no-repeat url('images/place-back.gif');
}
#rating div.rating-place-txt {
    font-size: 27px;
    color: #999999;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    height: 43px;
}
#rating div.rating-place a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px auto;
    text-decoration: none;
}
#rating div.rating-viewers {
    width: auto;
    float: left;
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-left: 25px;
    padding-top: 10px;
}
#rating div.rating-viewers span {
    font-size: 27px;
    color: #999999;
}
#rating div.user-rating-area {
    width: auto;
    float: left;
    padding-top: 3px;
    margin-left: 25px;
    padding-top: 13px;
}


div.user-rating-star {
    height: 24px;
    padding: 0px;
}
div.user-rating-star a.user-star {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/star.png');
    float: left;
    margin-right: 2px;
}
div.user-rating-star a.user-star-selected {
    background: 0% 0% no-repeat url('images/star-selected.png');
}

div.star {
    width: 24px;
    height: 24px;
    background: 0% 0% no-repeat url('images/star.png');
    float: left;
    margin-right: 2px;
}
div.star-selected {
    width: 24px;
    height: 24px;
    background: 0% 0% no-repeat url('images/star-selected.png');
    float: left;
    margin-right: 2px;
}
div.star-selected-half {
    width: 24px;
    height: 24px;
    background: 0% 0% no-repeat url('images/star-selected-half.png');
    float: left;
    margin-right: 2px;
}

#photo-navigation-left, #protocol-navigation-left {
    display:block;
    width: 30px;
    height: 55px;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 899;
}
#protocol-navigation-left {
    z-index: 1002;
}
#photo-navigation-left a.arrow-left, #protocol-navigation-left a.arrow-left {
    display: block;
    width: 30px;
    height: 55px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/arrow-left.png');
}
#photo-navigation-right, #protocol-navigation-right {
    display:block;
    width: 30px;
    height: 55px;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 899;
}
#protocol-navigation-right {
    z-index: 1002;
}
.z-index-top {
    z-index: 1002 !important;
}
#photo-navigation-right a.arrow-right, #protocol-navigation-right a.arrow-right {
    display: block;
    width: 30px;
    height: 55px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/arrow-right.png');
}
a.disabled {
    opacity: 0.5; 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    cursor: default;
}

span.update {
    font-size: 10px;
    color: #ffffff;
    font-style: italic;
}

#rating-info {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 50%;
    z-index: 1000;
    display: none;
}
#rating-info div.rating-info-content {
    padding: 2px 0px;
    padding-left: 10px;
    font-size: 12px;
    color: #ffffff;
}
#rating-info div.rating-info-content a.rating-close {
    display: block;
    text-decoration: none;
    width: 15px;
    height: 11px;
    background: 0% 0% no-repeat url('images/button_close.gif');
    float: right;
    margin-top: -4px;
    position: relative;
}

#select-frame-list-right {
    display:none;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 499;
    background: #242424;
}
#select-frame-list-left {
    display:none;
    width: 200px;
    position: absolute;
    top: 0px;
    right: 50%;
    z-index: 499;
    background: #242424;
}
div.select-frame-list-inner {
    width: 200px;
    height: 0px;
    position: relative;
}
div.select-frame-list-button-right {
    width: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -25px;
    z-index: 499;
    background: #242424 50% 10px no-repeat url('images/select-frame.gif');
    cursor: pointer;
}
div.select-frame-list-button-right:hover {
    background-color: #171717;
}
div.select-frame-list-button-left {
    width: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -25px;
    z-index: 499;
    background: #242424;
    cursor: pointer;
}
div.select-frame-list-button-left:hover {
    background-color: #171717;
}
a.select-frame-list-button-close {
    display: block;
    height: 11px;
    width: 11px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/button_close.gif');
    margin-top: 12px;
}
div.select-frame-list-title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 10px;
}
#select-frame-list-right div.select-frame-list-title {
    background: #141414 5% 50% no-repeat url('images/select-frame.gif');
    padding-left: 30px;
}
#select-frame-list-left div.select-frame-list-title {
    background: #141414 95% 50% no-repeat url('images/select-frame.gif');
    padding-right: 30px;
}
div.select-frame-list-content {
    font-size: 10px;
    color: #c0c0c0;   
    width: 200px;
    position: relative;
}
div.select-frame-list-scroll {
    width: 200px;
    overflow: hidden;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	top: 0;
	height: 100%;
    background: #242424;
}
#select-frame-list-right .jScrollPaneTrack {
    right: 0;
}
#select-frame-list-left .jScrollPaneTrack {
    left: 0;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #c0c0c0 1px 50% no-repeat url('images/track.gif');
}


div.tags-list-item {
    padding: 5px;
    border-bottom: 1px solid #595959;
    line-height: 12px;
    cursor: pointer;
    background-color: #242424;
}
div.tags-list-break {
    height: 1px;
    clear: both;
    background: #595959;
}
div.tag-list-picture {
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid #cdcdcb;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
div.tag-list-description {
    width: 130px;
    float: left;
    padding-left: 8px;
}
div.tags-list-name {
    font-size: 11px;
    color: #ffffff;
}
div.tags-list-name span {
    font-size: 9px;
    color: #818181;
}
div.tags-list-rating {
    padding-top: 5px;
    height: 15px;
}
div.tags-list-item-hover {
    background-color: #3d3d3d;
}
div.tags-list-item-selected {
    background-color: #585858;
}
div.tags-list-empty {
    padding: 5px;
    margin-top: 1px;
    font-size: 10px;
    color: #c0c0c0;
    text-align: center;
}

#return {
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 80px;
    top: 185px;
    z-index: 800;
}
#return a {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/return.gif');
}

#object-info {
    display:block;
    width: auto;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 50%;
    bottom: 85px;
    z-index: 800;
    background: #282828;
    font-size: 23px;
    color: #ffffff;
    padding: 0px 20px;
}
#object-info div.object-info-left {
    display:block;
    width: 5px;
    height: 42px;
    background: 0% 0% no-repeat url('images/info-left.gif');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
}
#object-info div.object-info-right {
    display:block;
    width: 5px;
    height: 42px;
    background: 0% 0% no-repeat url('images/info-right.gif');
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 800;
}
#object-info span.object-info-name {
    color: #ff0000;
}
span.object-info-red {
    color: #ff3300;
}

#nomination-name {
    width: auto;
    height: 28px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 800;
    margin-left: 0px;
    display: none;
}
#nomination-name .name-left {
    float: left;
    width: 5px;
    height: 28px;
    background: 0% 0% no-repeat url('images/name-left.png');
}
#nomination-name .name-right {
    float: left;
    width: 5px;
    height: 28px;
    background: 0% 0% no-repeat url('images/name-right.png');
}
#nomination-name .name-inner {
    float: left;
    width: auto;
    padding: 0px 5px;
    height: 28px;
    background: 0% 0% repeat-x url('images/name-back.png');
    line-height: 28px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}</pre></body></html>