//menus.css
	.divMenubar {
	}
.divMenubar .container { 
	width: 840px;
	}
.divMenubar .dropdown {
	font-family: Ubuntu;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.divMenubar .navbar .nav > li > a { 
	font-size: 16px;
	letter-spacing: .05em;
	padding-top: 12px;
	padding-left: 8px; padding-right: 8px; //6/3/13 by DW
	outline: none !important;
	}
.dropdown-menu > li > a {
	cursor: pointer;
	}
.navbar-inner { 
	-moz-border-radius: 0;
	-moz-border-radius: none; 
	-moz-box-shadow: none; 
	background-image: none; 
	border-radius: 0;  
	}
.divMenubar .brand { 
	margin-top: 5px;
	margin-bottom: 5px;
	}
.divMenubar .nav li {
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: bold;
	}
.menuKeystroke {
	float: right;
	margin-left: 25px;
	}
.menuKeystroke:before {
	content: "";
	}
 #idMenuProductName {
	font-family: "Rancho";
	font-size: 32px;
	}
.divNavSocialMediaLinks {
	margin-top: 15px;
	font-size: 1.3em;
	float: right;
	}
.divNavSocialMediaLinks .nav>li>a {
	display: inline;
	}
.divNavSocialMediaLinks .aSocialMediaLink {
	letter-spacing: 14px;
	}

//app.css
	/* prefs */
	.divPrefsDialog {
		font-family: Arial;
		font-size: 16px;
		line-height: 140%;
		}
	.divPrefsDialog p {
		font-family: Arial;
		font-size: 16px;
		line-height: 140%;
		min-height: 10px;
		margin-bottom: 1.3em;
		}
	.divPrefsDialog label { 
		display: inline;
		float: left;
		text-align: right;
		padding-top: 4px;
		width: 130px;
		margin-right: .5em;
		font-family: Arial;
		font-size: 16px;
		}
	.divPrefsDialog fieldset { /* 4/30/13 by DW */
		margin-left: 5px;
		margin-right: 5px;
		}
	.divPrefsDialog .clearfix { 
		margin-bottom: 18px;
		}
	.divPrefsDialog .uneditable-input { 
		-moz-box-shadow: 0;
		border: none;
		}
	.divPrefsDialog .divPrefsCheckbox { 
		margin-left: 140px;
		margin-top: -2px;
		}
	.divPrefsDialog .divPrefsRadioList {
		margin-left: 140px;
		line-height: 200%;
		}
	.divPrefsDialog h3 { 
		margin-top: 10px;
		margin-bottom: 6px;
		}
	.divPrefsDialog .divPrefsCheckbox input { 
		margin-top: 0;
		}
	.divPrefsDialog textarea { 
		width: 530px;
		height: auto;
		display: inline-block;
		}
	.divPrefsDialog .row {
		line-height: 24px;
		margin-bottom: 12px;
		}
	.divPrefsDialog red {
		color: red;
		}
	.divPrefsDialog h4 {
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 12px;  /* 4/12/12 DW -- increased from 5px */
		}
	
	.divPrefsDialog .xlarge {
		width: 530px;
		font-size: 16px;
		height: auto;
		}
	.divPrefsDialog input {
		margin-bottom: 0;
		}
	
	.divPrefsDialog .nav { 
		margin-bottom: 18px;
		}
	.divDialogElements input {
		font-size: 18px;
		padding: 3px; 
		height: 32px; 
		}
	.divDialogElements .xlarge {
		width: 530px;
		font-size: 16px;
		height: auto;
		}
	.divDialogElements .numberPrefsInput {
		width: 50px;
		}
	.divDialogElements textarea { 
		width: 530px;
		height: auto;
		display: inline-block;
		font-size: 16px;
		}
	.divDialogElements input[type="checkbox"] {
		margin-right: 3px;
		margin-top: -1px;
		}
	.divButton {
		padding-top: 12px;
		}
	.divPrefsDialog .modal {
		left: 40%;
		width: 740px;
		}
	.divPrefsDialog .btn {
		width: 80px;
		margin-left: 5px;
		}
	.divPrefsDialog .ui-input-text, .divPrefsDialog .ui-checkbox { /* 4/11/13 by DW */
		display: inline-block;
		}

//dialogs.css
	.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);
	}

