#pageCover {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: Black;
	opacity: 0.75;
	z-index: 50;
	display: none;
}

#dlgImage {
	padding: 0 0 1px 0;
}

#dlgImage img {
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
}

.ctrlButton {
	display: inline-block;
	height: 60px;

	background-color: #273247;	/* H:220 S:45 B:28 */
	border: 3px solid #77849e;	/* H:220 S:25 B:62 */
	border-radius: 8px;
	padding: 1px 12px 1px 12px;
	margin: 0;

	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #e0ebff;	/* H:220 S:12 B:100 */
	text-align: center;
	line-height: 60px;
	text-decoration: none;

	cursor: pointer;
}

.ctrlButtonSmall {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 2px 12px 2px 12px;
	
	background-color: #005985;
	border: 1px solid #003f5f;
	border-radius: 4px;
	
	font-size: 8pt;
	color: #c2ebff;
	text-align: center;
	
	cursor: pointer;
}

.ctrlButtonSmallDangerous {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 2px 12px 2px 12px;
	
	background-color: #840016;
	border: 1px solid #5e0010;
	border-radius: 4px;
	
	font-size: 8pt;
	color: #ffc2cc;
	text-align: center;
	
	cursor: pointer;
}

.ctrlHeader {
	margin: 4px 0 0 0;

	background-color: #474753;
	font-size: 10pt;
    font-weight: bold;
	color: #939699;
}

.ctrlHelpText {
	margin: 0 12px 12px 0;

	font-size: 10pt;
	color: #939699;
}

.ctrlHelpText p, .ctrlHelpText ol, .ctrlHelpText ul {
	margin: 0;

	font-size: 10pt;
	color: #939699;
}

.ctrlInput {
	background-color: #1f2126;	/* H:220 S:18 B:15 */
    border: 1px solid #94979a;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
	margin: 0 0 12px 0;
    min-height: 20px;
    padding: 2px 6px 2px 6px;
	color: #77849e;		/* H:220 S:25 B:62 */
}

.ctrlInput:enabled {
    background-color: #303540;	/* H:220 S:25 B:25 */
    border: 1px solid #9bc8de;
	color: #e0ebff;	/* H:220 S:12 B:100 */
}

.ctrlLabel {
	font-size: 10pt;
	color: #77849e;		/* H:220 S:25 B:62 */
}

.ctrlLink {
	font-size: 10pt;
	line-height: 1.4;

	cursor: pointer;
}

.dialogCommandBar {
	height: 70px;
	padding: 24px 24px 16px 24px;
	text-align: center;
}

.dialogContent {
	padding: 24px 24px 24px 24px;
}

.dlgErrorBar {
	margin: 0;
	padding: 6px 24px 6px 24px;
	
	background-color: #ffda8f;
	
	font-size: 10pt;
	color: #0f0e0b;
	
	text-align: left;
	line-height: 20px;
	
	display: none;
}

.dialogCloseButton {
	position:absolute;
	right:8px;
	top:8px;
	width: 60px;
	height: 20px;

	padding: 2px 12px 2px 12px;
	
	background-color: #005985;
	border: 1px solid #003f5f;
	border-radius: 4px;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8pt;
	color: #c2ebff;
	text-align: center;
	
	cursor: pointer;
}

.dialogFrame {
	position:absolute;
	margin: 0 auto 0 auto;
	
	background-color: #1f2126;	/* H:220 S:18 B:15 */
	border: 3px solid #a6b9de;	/* H:220 S:25 B:87 */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
	z-index: 100;
	display: none;
}

.dialogTitle {
	height: 36px;
	margin: 0;
	padding: 4px 24px 0 24px;	
	
	background-color: #273247;	/* H:220 S:45 B:28 */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

	font-family: ConvectionRegular, "ff-utility-web-pro", sans-serif;
	font-size: 20pt;
	color: #77849e;		/* H:220 S:25 B:62 */
	
	text-align: left;
	line-height: 32px;
}
