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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; global settings needed for thickbox &lt;&lt;&lt;-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; thickbox specific link and font settings &lt;&lt;&lt;------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
text-align:center;
height:30px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------&gt;&gt;&gt; thickbox settings &lt;&lt;&lt;-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: absolute;
z-index:100;
top:0px;
left: 0px;
background:url(../images/thickbox/bg.gif) #fff;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#TB_window {
position: absolute;
background: #fff;
z-index: 102;
color:#000000;
display:none;
text-align:left;
border:1px solid #ccc;
}

#TB_window img {
display:block;
margin:30px 0 0 15px;
border:1px solid #eee;
}

#TB_caption{
padding:5px 10px 5px 10px;
text-align:center;
color:#FF5400;
}
#TB_caption span{
display:block;
width:410px;
text-align:center;
margin:0 auto;
font-size:10px;
}


#TB_closeWindow a{
height:25px;
width:25px;
margin:10px 10px 10px 0;
display:block;
background:url(../images/thickbox/close.gif) no-repeat;
text-indent:-9999px;
position:absolute;
top:-8px;
right:0px;
}
#TB_closeWindow a:hover{
background-position:bottom;
}

#TB_closeAjaxWindow a{
text-indent:-9999px;
display:block;
margin:0 5px 0 0;
height:25px;
width:25px;
background:url(../images/thickbox/close2.gif) no-repeat;
margin-bottom:1px;
float:right;
}
#TB_closeAjaxWindow a:hover{
background-position:bottom;
}


#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}

#TB_title{
background-color:#e8e8e8;
height:27px;}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}

#TB_load{
position: absolute;
display:none;
height:100px;
width:100px;
z-index:101;
}

#TB_HideSelect{
z-index:99;
position:absolute;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}
#TB_next a, #TB_prev a{
font-size:11px;
position:absolute;
padding:4px 10px;
background:#aaa;
color:#fff;
text-align:center;
text-decoration:none;
}
#TB_next a{
right:0;
}
#TB_prev a{
left:0;
}

#TB_prev a:hover{
color:#FF5500;
background:#ccc;
}
#TB_next a:hover{
color:#FF5500;
background:#ccc;
}</pre></body></html>