<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox
{
	background: transparent url("/content/images/shared/backgrounds/linesbgblue.png") repeat 0 0;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid #3F619B;
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#close 
{
    position: absolute;
    right: -1px;
    top: -23px;
    border: 1px solid #3F619B; 
    border-bottom:none;
}

#confirmBox.error, #confirmBox.error  h1, #confirmBox.error #close  
{
    background-color: #FFA4A6; 
    border-color: #CD0005; 
}

#confirmBox.warning, #confirmBox.warning  h1, #confirmBox.warning #close  
{
    background-color: #FBDE5D; 
    border-color: #EB950E; 
}
#confirmBox.info, #confirmBox.info  h1, #confirmBox.info #close  
{
    background-color: #AACCF7; 
    border-color: #3F619B; 
}
#confirmBox.ok, #confirmBox.ok  h1, #confirmBox.ok #close  
{
    background-color: #D7EDA9; 
    border-color: #448C0F; 
}

#close a 
{
    background: url("cross.png") no-repeat scroll 54px 5px;
    display: block;
    font-size: 1.1em;
    height: 16px;
    line-height: 1.1em;
    padding: 6px 25px 0 10px;
    text-align: center;
    width: 45px;
}

#confirmBox.error {
    background-image: url("/content/images/shared/backgrounds/linesbgred.png");
}

#confirmBox.warning {
    background-image: url("/content/images/shared/backgrounds/linesbgyellow.png");
}
#confirmBox.info {
    background-image: url("/content/images/shared/backgrounds/linesbgblue.png");
}
#confirmBox.ok {
    background-image: url("/content/images/shared/backgrounds/linesbggreen.png");
}

#confirmBox h1 
{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 44px;
    background: url(/content/images/shared/icons/messageicons.png) no-repeat 11px -586px;
    height: 44px;
    float:none;
    padding-left: 40px;
    border-bottom: 1px solid #3F619B;
}
#confirmBox.error h1 
{
    background-position: 11px 14px;
}
#confirmBox.warning h1 
{
    background-position: 11px -285px;
}
#confirmBox.ok h1 
{
    background-position: 11px -884px;
}
#confirmBox.info  h1
{
    background-position: 11px -586px;
}

#confirmBox div.message
{
    padding: 14px 40px;
    font-size: 1.1em;
    line-height: 1.3em;
}

#confirmBox a
{
    color: #000000;
    text-decoration: underline;    
}


#confirmBox h1{
	letter-spacing:0.3px;
	margin:0;
	color:#000000;
}

#confirmButtons{
	padding:2px 0 8px;
	text-align:center;
	margin:15px;
}

#confirmBox .button
{
    background: url(/content/images/site/sprites3.png) repeat-x 0 -602px;
    padding: 6px 25px;
    border: 1px solid #0D0D0D;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    text-decoration:none;
    margin-right:4px;
    display:inline;
    font-size: 1.1em;
}
#confirmBox .button:hover {
    background: url(/content/images/site/sprites3.png) repeat-x 0 -612px;
}

#confirmBox .gray{				background-position: 0 -178px;}
#confirmBox .red{				background-position: 0 0px;}
#confirmBox .pdfLink { margin:0; padding-left: 4px; }</pre></body></html>