<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#info {
    display:none;
    width: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -175px;
    margin-top: 0px;
    z-index: 1002;
}

#info div.info-content {
    font-size: 12px;
    color: #ffffff;
    padding: 5px 15px;
}

#info a.orange-button {
    display: block;
    height: 22px;
    width: 80px;
    line-height: 22px;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
    text-decoration: none;
    background: 0% 0% repeat-x url('images/popup-title-back.gif');
    margin-top: 10px;
    border: 1px solid #b34500;
    text-align: center;
}
#info a.orange-button:hover {
    border: 1px solid #ff9410;
}

#info a.large {
    width: 170px;
}

#info div.c-favorite-new-folder input {
    width: 180px;
    margin-right: 10px;
    margin-top: 10px;
}

#info div.c-portfolio-new-folder input {
    width: 180px;
    margin-right: 10px;
    margin-top: 10px;
}

div.info-overlay {
	display:none;
	height:100%;
	background:#000000;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:1001;
	opacity: 0.5; 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}</pre></body></html>