<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#protocol {
    position: absolute;
    z-index: 900;
    width: 1175px;
    height: 0px;
    background: #ffffff;
    left: 0px;
    top: 73px;
    overflow: auto;
    color: #333333;
}
#protocol div.nomination-top {
    margin-top: 20px;
    height: 24px;
    line-height: 24px;
    background: #ff0000 0% 0% no-repeat url('images/nomination-top-left.gif');
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 15px;
    margin-right: 30px;
}
#protocol div.nomination-top-right {
    width: 3px;
    height: 24px;
    float: right;
    background: #ff0000 0% 0% no-repeat url('images/nomination-top-right.gif');
}
#protocol div.nomination-sub {
    padding: 15px 0px 15px 25px;
    border-bottom: 1px solid #cccccc;
    zoom: 1;
}
#protocol div.nomination-sub-left {
    width: 235px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}
#protocol div.nomination-sub-left a {
    color: #333333;
}
#protocol div.nomination-sub-left a.red {
    color: #ff0000;
}
#protocol div.nomination-sub-right {
    width: auto;
    float: left;
}
#protocol div.sub-tools {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 15px;
    width: 780px;
    font-size: 14px;
    color: #000000;
}

div.sub-slider {
    height: 52px;
}
div.sub-slider-visible {
    width: 778px;
    float: left;
    overflow: hidden;
}
div.sub-slider-item {
    float: left;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #333333;
    margin-right: 5px;
    cursor: pointer;
}
div.sub-slider-item:hover {
    border: 1px solid #ff0000;
}
.sub-arrow-left {
    display: block;
    width: 14px;
    height: 44px;
    background: 0% 0% no-repeat url('images/button-left.png');
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
.sub-arrow-right {
    display: block;
    width: 14px;
    height: 44px;
    background: 0% 0% no-repeat url('images/button-right.png');
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}
div.sub-slider-content {
    margin-left: 0px;
}
div.sub-slider-empty {
    width: 776px;
    height: 50px;
    float: left;
    border: 1px solid #cccccc;
}

#protocol-photo {
    display:none;
    width: 0px;
    height: 0px;
    background: #585858;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1002;
    padding: 10px;
}

div.protocol-photo-overlay {
	display:none;
	height:100%;
	background:#000000;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:1001;
	opacity: 0.8; 
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

a.icon-comment-add {
    padding-left: 18px;
    background: 0% 50% no-repeat url('images/icon-comment.gif');
    font-size: 14px;
    color: #000000;
}
a.icon-comment-add-selected {
    background: 0% 50% no-repeat url('images/icon-comment-selected.gif');
}
div.mark {
    width: 10px;
    height: 15px;
    float: right;
    background: 0% 50% no-repeat url('images/mark.png');
}

div.object-list-name {
    padding-right: 15px;
    padding-top: 0px;
}
div.comment-list-link {
    padding-top: 1px;
}
div.object-list-author {
    width: 600px;
    float: left;
}
div.object-list-author a.blue, span.blue {
    color: #6699cc;
}</pre></body></html>