<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.LB_window {
	position: absolute;
	background: #fff;
	color:#000000;
	display:none;
	border: 4px solid rgb(0, 51, 153);
}

.LB_window #codebox {
   width: 420px;
   height: 80px;
   margin: 0 65px 15px 65px;
   border: 1px dotted #666;
   overflow: auto;
}
.LB_window label {
   margin: 0;
}

.LB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
   width: 100%;
}

#LB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

.LB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	background-color:rgb(0, 51, 153);
}

.LB_closeAjaxWindow a{
	cursor: pointer;
}

.LB_content{
	overflow:auto;
}

.LB_resize{
   background-image: url("handle.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 13px;
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
}
.PopupToolbarDiv
{
	color: #003399; /* SkinColorToolbarText */
}
.PopupToolbarDiv table
{
	color: #003399; /* SkinColorToolbarText */
}
.PopupToolbarDiv A
{
    letter-spacing:0em;
    font: bold 11px arial;
}
.PopupToolbarDiv A:link
{
    color: #003399; /* SkinColorToolbarText */
    text-decoration: none;    
}
.PopupToolbarDiv A:visited
{
    color: #003399; /* SkinColorToolbarText */
    text-decoration: none;
}
.PopupToolbarDiv A:active
{
    color: #003399; /* SkinColorToolbarText */
    text-decoration: none;
}
.PopupToolbarDiv A:hover
{
    color: #CDCDCD; /* SkinColorToolbarTextHover */
    text-decoration: none;
}
</pre></body></html>