<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CustomAlert
    {
    display:inline-block;
    position:relative;
    cursor:default;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);
    }
.Modal
    {
    display:inline-block;
    position:relative;
    cursor:default;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
    }
.ModalTop
    {
    font-weight:normal;
    color: #FFFFFF;
    background-color:#33CCFF;
    padding:18px 0px 0px 0px;
    height:30px;
    font-size:18px;
    font-family:Futura Light;
    line-height:10px;
    }
.ModalClose
    {
    font-family:Arial;
    font-weight:normal;
    font-size:26px;
    color:#FFFFFF;
    padding-top:20px;
    height:27px;
    width:50px;
    cursor:pointer;
    background-color:#33CCFF;
    display:inline-block;
    color:#ffffff;
    position:absolute;
    right:0px;
    top:-18px;
    border-left:1px solid #18C4FE;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.ModalClose:hover
    {
    background-color:#63D8FF;
    }
.ModalHelp
    {
    padding-top:15px;
    height:33px;
    width:50px;
    cursor:pointer;
    background-color:#33CCFF;
    display:inline-block;
    color:#ffffff;
    position:absolute;
    right:50px;
    top:-18px;
    border-left:0px solid #18C4FE;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.ModalHelp:hover
    {
    background-color:#53D3FD;
    }
.ModalBody
    {
    background-color:#FFFFFF;
    padding:0px 0px 0px 0px;
    }
.PUX
    {
    position:absolute;
    font-size:24px;
    right:-10px;
    top:-10px;
    font-family:Arial;
    color:#0099FF;
    cursor:pointer;
    padding:5px;
    }
    


.scaleOutFast{
	animation-name: scaleOut;
	-webkit-animation-name: scaleOut;	

	animation-duration: .1s;	
	-webkit-animation-duration: .1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;		

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

	visibility: visible !important;	
}

@keyframes scaleOut {
	from
        {
		opacity: 1;
	    transform: scale(1);
	    }
    to 
        {
		transform: scale(.7);
	    opacity: 0;
	    }	
}

@-webkit-keyframes scaleOut {
	from
        {
		-webkit-opacity: 1;
	    -webkit-transform: scale(1);
	    }
    to 
        {
		-webkit-transform: scale(.7);
	    -webkit-opacity: 0;
	    }	
}






.fadeOutFast{
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;	

	animation-duration: .1s;	
	-webkit-animation-duration: .1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;		

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

	visibility: visible !important;	
}

@keyframes fadeOut {
	from
        {
		opacity: 1;
	    }
    to 
        {
	    opacity: 0;
	    }	
}

@-webkit-keyframes fadeOut {
	from
        {
		-webkit-opacity: 1;
	    }
    to 
        {
	    -webkit-opacity: 0;
	    }	
}




.scaleInFast{
	animation-name: scaleIn;
	-webkit-animation-name: scaleIn;	

	animation-duration: .1s;	
	-webkit-animation-duration: .1s;

	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;		

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

	visibility: visible !important;	
}

@keyframes scaleIn {
	from
        {
		opacity: 0;
	    transform: scale(.7);
	    }
    to 
        {
		transform: scale(1);
	    opacity: 1;
	    }	
}

@-webkit-keyframes scaleIn {
	from
        {
		-webkit-opacity: 0;
	    -webkit-transform: scale(.7);
	    }
    to 
        {
		-webkit-transform: scale(1);
	    -webkit-opacity: 1;
	    }	
}






.fadeInFast{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: .1s;	
	-webkit-animation-duration: .1s;

	animation-timing-function: ease-in;	
	-webkit-animation-timing-function: ease-in;		

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

	visibility: visible !important;	
}

@keyframes fadeIn {
	from
        {
		opacity: 0;
	    }
    to 
        {
	    opacity: 1;
	    }	
}

@-webkit-keyframes fadeIn {
	from
        {
		-webkit-opacity: 0;
	    }
    to 
        {
	    -webkit-opacity: 1;
	    }	
}




/*======================================*/
.TabArrow
{
background-image:url('Images/TabArrow.png');
background-repeat:no-repeat;
background-position: center bottom;
}
</pre></body></html>