<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
lightbox pages
*/

DIV.topnav {
	background-image:url(/cache1/css/rgbstock/images/bg/film.png);
	background-repeat:no-repeat;
	color:#0164B5;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	margin-left:10px;
	margin-bottom:20px;
	overflow:visible;
	padding-left:39px;
	width:auto;
}

.lightboxescontainer {
	max-width:1024px;
	margin:0 auto;
	
}

.lightboxescontainer DIV {
	width:100%;
	margin-top:20px;
	margin-left:10px;
}
.lightboxescontainer UL {
	list-style-type:none;
	padding-left:0px;
	margin-left:10px;
	width:100%;
	overflow:auto;
}

.lightboxescontainer LI {
	width:100%;
	overflow:auto;
	line-height:38px;
	border-bottom:1px silver solid;
}

.lightboxes A,
.lightboxes SPAN {
	float:left;
	width:200px;
	cursor:pointer;
}

.lightboxes SPAN {
	width:70px
}

.lightboxes span.deletebox {
	background-image:url(/cache1/css/rgbstock/images/bg/delete.png);
	background-repeat:no-repeat;
	height:16px;
	width:18px;
	margin-top:12px;
}

.lightboxes span.active {
	background-image:url(/cache1/css/rgbstock/images/bg/ok.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding-left:20px;
	margin-left:-20px;
}

.lightboxes span.inactive {
	color:gray;
}

.lightboxes span.right {
	float:right;
	text-align:right;
	background-image:url(/cache1/css/rgbstock/images/bg/link.png);
	background-repeat:no-repeat;
	background-position:0px 13px;
	width:40px;
}

.lightboxes span.right2 {
	width:250px;
	float:right;
	text-align:right;
}

.lightboxes span.right2 INPUT {
	width:240px;
	border:1px gray solid;
	height:24px;
	font-size:10px;
	background-color:#e8f4fe;
	border-radius:2px;
	color:gray;
}

#lightboxes {
	margin-top:0px;
}

.ph span {
	top:0px;
	left:0px;
	width:12px;
	height:12px;
	background:url(/cache1/css/rgbstock/images/lightbox/delete.gif);
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	float:right;
}

.ph span:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.ph A {
	padding-left:7px;
}

#nwlghtbox {
	height:35px;
	width:290px;
	margin-right:5px;
}

.inputrow input.buttonaddltbx {
	height:35px;
	margin-left:5px;
	background:#0090e2 ;
	width:60px;
	color:white;
	border:none;
}

h1.h1newlist {
	width:100% !important;
}




#cadiv::after {
    border-color: #0090e2 transparent;
    border-style: solid;
    border-width: 8px 12px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 35%;
    position: absolute;
    width: 0;
    z-index: 1;
}

#cadiv {
    background-color: #0090e2;
    border-radius: 2px;
    color: white;
    display: none;
    overflow: visible;
    padding: 10px;
    position: absolute;
    width: auto;
    z-index: 10000;
    font-size:0.9rem;
}

#cadiv INPUT {
    background-color: #00a5da;
    border: 1px solid white;
    border-radius: 2px;
    color: white;
    float: right;
    margin-left: 5px;
    margin-top: 15px;
    width: 85px;
    font-size:0.9rem;
}</pre></body></html>