<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpthemeDialogBorder {
    border:3px solid #4B4B4B; /*this is needed for IE*/
    border:3px solid rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 12px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.wpthemeDialogBorder .dialogContainer {
    background-color:#fff;
    *padding-bottom:1px; /* fix missing bottom border on IE7, asterisk prefix read by IE7 */
}

.wpthemeDialog .dialogPointer {
    position:absolute;
    width:13px;
    height:17px;
}

.wpthemeDialog .dialogPointer.right {
	background: url(images/dialogSprite.png) no-repeat top left;
    background-position: 0 -54px;
    right:-10px;
}

.wpthemeDialog .dialogPointer.left {
	background: url(images/dialogSprite.png) no-repeat top left;
    background-position: 0 -35px;
    left:-10px;
}

.wpthemeDialog .dialogPointer.top {
	background: url(images/dialogSprite.png) no-repeat top left;
    background-position: 0 -73px;
    width:17px;
    height:13px;
}

.wpthemeDialog .msgIcon {
    width:48px;
    height:48px;
    padding:1em;
    background-repeat:no-repeat;
    background-position:center;     
}

.wpthemeDialog .msgBody {
    padding:0.5em;
}

.wpthemeDialog .msgError {
    background-image:url(images/msgError48.png);
}

.wpthemeDialog .msgInfo {
    background-image:url(images/msgInfo48.png);
}

.wpthemeDialog .msgSuccess {
    background-image:url(images/msgSuccess48.png);
}

.wpthemeDialog .msgWarning {
    background-image:url(images/msgWarning48.png);
}

.wpthemeDialog .wpthemeDialogContent {
    display:table;
    background-color:#fff;
    border:0 none;
    max-height:300px;
    overflow:auto;
}

.wpthemeDialog .wpthemeDialogContentBody {
    position:relative;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody &gt; div {
    display:table-row;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody .south {
    display:block;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .central, .wpthemeDialog .wpthemeDialogContent .east {
    display:table-cell;
    vertical-align:top;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .east {
    width:10%;
}
.wpthemeDialog .dialogLoading {
	background-image:url("images/loading.gif");
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}
.wpthemeDialog .dialogAltText {
	display:none;
}
.wpthemeDialogImagesOff .dialogAltText {
    display:inline;
}
.wpthemeDialog .dialogHeader {
	background-color:#3A3A3A;
    border-bottom:0 none;
    padding:13px 20px;
}
.wpthemeDialog .dialogHeaderText {
	position:relative;
    color:#FFFFFF;
    display:block;
    font-size:1.2em;
    margin:0;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:0 none;
    padding:0;
    font-weight:bold;
    line-height:1.2;
}
.wpthemeDialog .dialogClose {
    border:0 none;
    padding:0;
    position:absolute;
    right:-15px;
    top:-15px;
    line-height:1em;
}
.wpthemeDialog .dialogClose img {
	background:url(images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialog .wpthemeDialogFooter .wpthemeDialogBtn {
    margin-left:9px;
    margin-right:1px;	
}
.wpthemeDialog .wpthemeDialogBtn {
    padding:5px 15px;
    text-shadow:0 1px 1px #FFFFFF;
    background-color:#E7E7E7;
    border:0 none;
    border-collapse:separate;
    border-radius:3px 3px 3px 3px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
    color:#333333;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    font-size:0.9em;
    font-family:Arial,Helvetica,sans-serif;
}
.wpthemeDialogPopup {
	border:3px solid rgba(3, 3, 3, 0.45);
    border-radius:3px 3px 3px 3px;
    box-shadow:0 0 5px rgba(34, 34, 34, 0.5);
    color:#222222;
    position:relative;
    z-index:10000;
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-bottom:-10px;
    position:relative;	
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader .wpthemeDialogPopupHeading {
	border-bottom:2px solid #888888;
    font-size:1.2em;
    font-weight:bold;
    margin:0 20px;
    padding:20px 0 10px;
    color:#444444;
    line-height:1.2;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose {
    line-height:0;
    position:absolute;
    right:-15px;
    top:-15px;
    z-index:10001;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose img {
    background:url(images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialogPopup .wpthemeDialogPopupContent {
    background:none repeat scroll 0 0 #FFFFFF;
}
.wpthemeDialogPopup .wpthemeDialogPopupContentArea {
    padding:20px;
}
.wpthemeDialogPopup .wpthemeDialogPopupFooter {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-top:-10px;
    padding:0 20px 20px;
}
.wpthemeDialogPopup .wpthemeDialogLearnLink {
	font-size:0.9em;
	color:#00649D;
    text-decoration:none;
}
.wpThemeDialogHighContrastTestNode {
	border: 1px solid;
	border-color: red green;
	position: absolute;
	height: 5px;
	top: -999px;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
</pre></body></html>