.divChatApp {
	font-family: "Ubuntu";
	font-size: 16px;
	line-height: 140%;
	}
.divTopOfPageEditor {
	cursor: text;
	width: 100%;
	min-height: 7em;
	border: 1px solid silver;
	margin-bottom: .5em;
	padding-left: 3px;
	margin-top: 0;
	background-color: white;
	}
.divInPlaceEditor {
	cursor: text;
	min-width: 600px;
	min-height: 1em;
	border: 1px solid silver;
	margin-bottom: .5em;
	padding-left: 3px;
	margin-top: 0;
	background-color: white;
	}
.editInPlaceTextArea {
	cursor: text;
	min-width: 600px;
	}
.divClickableMsg, .divNotClickableMsg {
	padding-top: 1px;
	padding-left: 4px;
	}

.divTextEntryPart :focus, :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}
.divMsgText :focus, :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}
.divReplies :focus, :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}

.divEditorAndButtons { 
	width: 100%;
	}
.divChatLog {
	}

.spPersonName {
	margin-right: .2em;
	font-weight: bold;
	}
.spScreenName {
	margin-right: .5em;
	font-size: .8em;
	}
.spScreenName a {
	color: darkgray;
	}
.spWhen {
	font-size: .9em;
	color: darkgray;
	margin-right: .5em;
	}
.spEnclosure {
	font-size: .9em;
	color: darkgray;
	margin-right: .5em;
	}
.spEnclosure a {
	color: darkslategray;
	}
.spEditIcon {
	font-size: .8em;
	cursor: pointer;
	margin-right: .4em;
	}
.spEditIcon a {
	color: darkslategray;
	}
.spReplyIcon {
	font-size: .8em;
	cursor: pointer;
	margin-right: .4em;
	}
.spReplyIcon a {
	color: darkslategray;
	}
.spBookmarkIcon {
	font-size: .8em;
	cursor: pointer;
	}
.spBookmarkIcon a {
	color: darkslategray;
	}
.spPopupMenuIcon {
	font-size: .8em;
	cursor: pointer;
	margin-right: .6em;
	}
.spPopupMenuIcon a {
	color: darkslategray;
	}
.spEyeIcon {
	display: inline-block;
	margin-top: -2px;
	font-size: .8em;
	cursor: pointer;
	margin-right: .4em;
	}
.spEyeIcon a {
	color: darkslategray;
	}
.spLikes {
	font-size: .8em;
	cursor: pointer;
	color: darkslategray;
	}
.spLikes a {
	color: darkslategray;
	}
.spThumb a {
	color: lightslategray;
	}
.spPopupMenuIcon .dropdown {
	display: inline;
	}
.divMsgText {
	line-height: 140%;
	}
.divMsgText li {
	line-height: 150%;
	margin-bottom: .6em;
	}
.divMsgText blockquote p {
	line-height: 140%;
	margin-bottom: .3em;
	}

.spPostTitle {
	font-weight: bold;
	margin-right: .3em;
	}
.spPostTitle a {
	color: darkslategray;
	}

.divChatItem {
	}
.divChatIcon {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	padding: 10px;
	padding-right: 3px;
	}
.divChatIcon img {
	margin-top: 5px;
	border: 1px solid ghostwhite;
	width: 48px;
	height: 48px; 
	}
.divChatText {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	padding-left: 3px;
	}
.divItemBeingEdited {
	}
.divReplyLevel0 {
	margin-top: -10px;
	}
.divReplies {
	margin-left: 30px;
	margin-bottom: 10px;
	}
.divReplies .divMsgText {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
.divReplies .divChatText {
	padding-top: 0px;
	padding-bottom: 0px;
	}
.divReplyPart {
	}

.modal-header {
	min-height: 18px;
	}
.modal-body {
	max-height: 500px;
	}


.editReplyTextArea {
	width: 600px;
	margin-left: 66px;
	cursor: text;
	background-color: white;
	min-height: 2em;
	margin-top: .2em;
	margin-bottom: .2em;
	padding: 2px;
	}
.aTextClick {
	}
.divMsgText a {
	cursor: pointer;
	text-decoration: none;
	}
.divTweetViewer {
	width: 500px;
	visibility: hidden;
	background-color: white;
	border: 1px solid silver;
	}
.divImageViewer {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 4px;
	}

.divOutlineDialog {
	left: 55%;
	width: 35%;
	}

.divChatPopup {
	float: right;
	padding-top: 10px;
	}
.spPopupMenuIcon .btn {
	padding: 0;
	border: none;
	background-color: inherit;
	background-image: none;
	}
.spPopupMenuIcon .fa {
	font-size: 20px;
	margin-top: -5px;
	color: darkslategray;
	}
.spPopupMenuIcon :focus, :visited:focus {
	outline: 1px solid whitesmoke;
	background-color: whitesmoke;
	}
.spPopupMenuIcon .dropdown-menu > li > a {
	padding-top: 1px;
	}
.spPopupMenuIcon .dropdown-menu .divider {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.divHomeIcon {
	display: none;
	font-size: 42px;
	width: 44px;
	color: darkslategray;
	vertical-align: middle;
	padding-top: 3px;
	}
.divHomeIcon a {
	color: #777777;
	cursor: pointer;
	}

.btnSubmit {
	float: right;
	}
.btnEditSubmit {
	display: none;
	float: right;
	}

.divEditBox .divTextEntryPart {
	display: table;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	box-shadow: 3px 3px 3px silver;
	background-color: whitesmoke;
	}
.divTextEntryIcon {
	display: table-cell;
	vertical-align: top;
	width: 48px;
	padding-right: 5px;
	}
.divTextEntryIcon img {
	border: 1px solid ghostwhite;
	}
.divTextEntryBox {
	display: table-cell;
	vertical-align: top;
	height: 112px;
	padding-right: 3px;
	}
.divEditBox {
	background-color: white;
	border: 1px solid silver;
	width: 626px;
	margin-top: 90px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.divInPlaceContainer {
	width: 600px;
	}

.divHiddenMessage {
	display: none;
	}

.divMyOutliner {
	display: none;
	
	font-family: "Ubuntu";
	font-size: 16px;
	line-height: 140%;
	cursor: text;
	width: 100%;
	min-height: 7em;
	max-height: 400px;
	border: 1px solid silver;
	background-color: white;
	padding: 2px;
	margin-top: 0;
	
	
	}

.divHoistViewer .modal {
	margin: 0;
	top: 20%;
	left: 20%;
	width: 60%;
	}
.divHoistViewer .modal-body {
	margin-top: 0;
	padding-top: 0;
	min-height: 300px;
	}
.divHoistViewer .divHoistItem {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
.divHoistViewer .divHoistHeader {
	font-weight: bold;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.divHoistViewer .btn-primary {
	width: 6em;
	height: 1.5em;
	}

.divEditorMenu {
	display: none; /* feature turned off -- 10/7/15 by DW */
	}
.divEditorMenu select {
	width: 150px;
	}


.divOutlineFrame {
	}
.divOutlineContainer {
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 0;
	}
.divOutlineContainer .divOutlineHead {
	display: none;
	}
.divOutlineDisplayer {
	line-height: 140%;
	margin-left: -25px;
	margin-top: .2em;
	min-height: 200px;
	}
.divRenderedOutline .divOutlineText {
	font-size: inherit;
	margin-bottom: .25em;
	}

.iMenuCheck {
	margin-left: -20px;
	}

.divLogonMessage {
	margin-top: 150px;
	font-size: 1.5em;
	}

code {
	font-size: inherit;
	font-size: .85em;
	color: inherit;
	}

/* 11/25/15 by DW */
	.divTopMsgLine {
		}
	.commentEditor p {
		margin-bottom: 0;
		}
	.divReplies {
		margin-bottom: 0;
		}
/* 12/31/15 by DW */
	.btnMore {
		font-size: 16px;
		font-weight: bold;
		width: 110px;
		height: 40px;
		margin-top: 40px;
		}
/* 1/9/16 by DW */
	.divEscToCancel {
		font-size: .9em;
		margin-top: -3px;
		display: none; /* not happy with how it looks */
		}
/* 3/5/16 by DW */
	.divEditorStatusBox {
		font-size: 14px;
		color: silver;
		margin-top: 1em;
		}
/* 4/5/16 by DW */
	.divChatIcon img {
		border: 1px dotted silver;
		}
	.divTextEntryIcon img {
		border: 1px dotted silver;
		}
/* 4/12/16 by DW */
	.divVersionNumber {
		cursor: default;
		}
/* 6/6/16 by DW */
	.divChatApp .divClickableMsg {
		padding-left: 2px;
		}
/* 6/10/16 by DW */
	.divCenteredImage {
		text-align: center;
		}
/* 7/5/16 by DW */
	.divInstantOutline {
		min-width: 600px;
		min-height: 1.5em;
		padding-top: 3px;
		}
/* 9/4/16 by DW */
	.divSetMetadataDialog {
		}
	.divSetMetadataDialog label { 
		display: inline;
		float: left;
		text-align: right;
		padding-top: 4px;
		width: 130px;
		margin-right: .5em;
		font-family: Arial;
		font-size: 16px;
		}
	.divSetMetadataDialog .xlarge {
		width: 530px;
		font-size: 16px;
		height: auto;
		}
	.divSetMetadataDialog .modal {
		left: 40%;
		width: 740px;
		}
	.divSetMetadataDialog .clearfix { 
		margin-bottom: 15px;
		}
	.divSetMetadataDialog .btn {
		width: 80px;
		margin-left: 5px;
		}

/* styles for phone */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 768px) {
		.divPageBody {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			}
		.divReplies .divMsgText { /* 11/10/15 by DW */
			width: inherit;
			}
		}

