.divAlertDialog .divNothing { /* 2/5/23 -- hack to work around display bug */
	/* for some reason the first item in this file is being ignored. i don't have time to figure out why right now. DW */
	}
.divAlertDialog .divPrompt {
	font-size: 16px; 
	line-height: 130%; 
	margin-left: 65px; 
	margin-top:15px; 
	margin-right:15px;
	}
.divAlertDialogImg {
	width: 32px;
	height: 32px;
	border: 0;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	}
.divAlertDialog .btn {
	width: 70px; 
	margin-bottom: 8px; 
	margin-right: 15px; 
	margin-top: 30px; 
	float: right;
	}

.divAskDialog {
	left: 50%;
	width: 570px;
	}
.divAskDialog input {
	font-size: 17px; 
	padding: 3px; 
	height: auto; 
	width: 515px;
	}

.divThreeWayDialog img { /* 5/9/25 by DW */
	float: left;
	width: 42px;
	height: 42px;
	alt: "Confirm icon"
	}
.divThreeWayDialog .divPrompt {
	font-size: 16px; 
	margin-top: 2px; 
	margin-left: 50px; 
	margin-right: 15px;
	}
.divThreeWayDialog .divButtons {
	}
.divThreeWayDialog .btn {
	width: 70px;
	margin-right: 15px;
	margin-top: 30px;
	float: right;
	}
.divThreeWayDialog .btn-left {
	float: left;
	}

.divTableEditor { /* 5/12/25 by DW */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.divTableEditor .modal {
	left: 45%;
	width: 660px;
	}
.divTableEditor .modal-body {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow-y: auto !important;
	max-height: 500px;
	}
.divTableEditor .divPrompt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.divTableEditor .divPrompt a {
	color: inherit;
	}
.divTableEditor .divPrompt a:hover {
	color: rebeccapurple;
	}
.divTableEditor table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
.divTableEditor td {
	font-size: 14px;
	border: none;
	padding: 0;
	}
.divTableEditor input {
	width: 350px;
	font-size: 16px;
	height: 32px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	}
.divTableEditor .inputForName {
	width: 150px;
	}
.divTableEditor .trHeaderRow th {
	text-align: left;
	padding-bottom: 0;
	font-size: 14px;
	}
.divTableEditor td i {
	color: rgb(0, 136, 204);
	}
