body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #CCC;
}

a {
	outline: none;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	image-orientation: from-image;
}

p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

div {
	background-color: #000;
	border: 2px solid #000;
	font-family: Verdana,Geneva,sans-serif;
	margin: 0px;
	padding: 0px;
}

div.Container {
	padding: 0px;
	display: block;
}

div.Container div.Title {
	border: 0px;
	background-color: #222;
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	margin: 0px;
	padding: 2px 3px 2px 3px;
}
div.Container div.Title span {
	display: inline-block;
	font-size: 120%;
}
div.Container div.Title span.TitleIcons a {
	margin-left: 0.4em;
}

div.Container div.Content {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana,Geneva,sans-serif;
	vertical-align: top;
}

a.unread {
	font-weight: bold;
}

span.currentComment {
	color: red;
}

td.Label {
	font-weight: bold;
}

div#Main {
	display: block;
	margin: 10px;
}

div#Main div.Title {
	padding-left: 6px;
}

table tr td.Divider {
	background-color: #000;
	font-size: 0px;
	height: 1px;
}

/************************
* Navigation Blocks
************************/

div.Navigation {
	margin: 10px;
}

div.Navigation div.Content table tr td + td {
	width: 100%
}

div.Navigation div.Content table {
	border-spacing: 0px;
}

div.Navigation div.Content table tr td {
	padding: 2px 3px 2px 3px;
}

div.Navigation div.Content table tr td.Divider {
	font-size: 0px;
	padding: 1px;
}

div.Navigation div.Content table tr td + td + td + td {
	padding-left: 9px;
}

/************************
* Content Types
************************/

div.indent {
	margin-left: 1.5em;
}

div.Content div.DefaultContent {
	visibility: visible;
	display: block;
}

div.Content#MainContent {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#ReadContent {
	display: block;
	padding-top: 0;
	visibility: visible;
}

div#ReactContent {
	display: block;
	padding-top: 0;
	visibility: visible;
}

div#ReadComments {
	display: block;
	padding-top: 0;
	visibility: visible;
}

td#ReactionButtons {
	white-space: nowrap;
	text-align: left;
}

td#FlagButton {
	width: 100%;
	text-align: center;
}

td#ReplyButtons {
	white-space: nowrap;
	text-align: right;
}

table#Reactions {
	width: 100%;
}

div#TextContentSummary div.Content {
	padding: 6px;
}

div.UploadedFile img {
	vertical-align: middle;
}

div#AutosaveMessage {
	border: 0;
	display: inline;
	float: right;
}

/*
 * Normally I avoid putting specific colors and formatting in the defaults.css stylesheet.
 * But this is an exception because this error MUST be seen or content will be lost.
 */
div#AutosaveMessage.AutosaveWarning {
	background-color: #F00;
	color: #000;
	font-weight: bold;
	width: 50%;
}

/************************
* Content Editing
************************/

tr.FormSeparator td {
	background-color: #CCC;
	height: 2px;
}

/*
 * Normally I avoid putting specific colors and formatting in the defaults.css stylesheet.
 * But this is an exception because this error MUST be seen or content will be lost.
 */
div#TextContentForm.AutosaveWarning {
	background-color: #F00;
	color: #000;
}

div#TextContentForm table tr td + td {
	width: 100%
}

div#TextContentForm table tr td.FormButtons {
	width: 50%;
}

/* Hides the rounded border surrounding the CKEditor */
span#cke_TextContent_Content {
	border-style: none;
}

/* Hides the annoying focus border */
.cke_skin_kama span.cke_browser_webkit,.cke_skin_kama span.cke_browser_gecko18 {
	outline: none !important;
}
