@import url(/style/ubb.css);

table#chatbot-table {
	margin: 20px 0;
}
table#chatbot-table td {
	font-size: 0.9em;
	vertical-align: middle;
	text-align: left;
}
table#chatbot-table td#egon-img {
	padding-right: 20px;
}

div#content p.link-pane {
}
div#content p.link-pane a.button {
	font-weight: bold;
}

div#content div.forum-tree {
	margin: 15px 5px;
	font-size: 0.85em;
}
div#content div.forum-tree ul {
	margin: 3px 0px;
	padding-left: 10px;
}
div#content div.forum-tree > ul {
	/* border: 1px dotted black; */
}
div#content div.forum-tree ul li {
	/* list-style-position: inside; */
	list-style: none;
	margin-left: 0px; padding-left: 0px;
	font-size: 1em; font-weight: normal;
}
div#content div.forum-tree ul li a {
	padding-left: 20px;
}

div#content div.forum-tree ul li.read {
	/* list-style-image: url(/images/tree/read.png); */
}
div#content div.forum-tree ul li.unread {
	/* list-style-image: url(/images/tree/unread.png); */
}
div#content div.forum-tree ul li.open {
	/* list-style-image: url(/images/tree/folder-open.png); */
	font-weight: bolder;
}

div#content div.forum-tree ul li a {
	text-decoration: none;
}

div.forum-tree ul li a.read {
	background: transparent url(/images/tree/read.png) no-repeat scroll 0 2px;
}
div.forum-tree ul li a.unread {
	background: transparent url(/images/tree/unread.png) no-repeat scroll 0 2px;
}
div.forum-tree ul li a.open {
	background: transparent url(/images/tree/folder-open.png) no-repeat scroll 0 2px;
}


div#content div.forum-tree > ul {
	background: transparent url(/images/tree/arrow.png) no-repeat scroll 0px 3px;
	margin-left: 0px;
}
div#content div.forum-tree ul li a span.from {
	color: green;
	font-weight: normal;
}
div#content div.forum-tree ul li a span.text {
	color: black;
	font-weight: normal;
}
div#content div.forum-tree ul li a:hover span {
	color: #d2691e;
}

div#content div.posting {
	border: 1px solid silver;
	background-color: #fffacd;
	/*background-color: #f5f5f5; */
}
div#content div.posting form {
	margin: 0;
	position: relative;
}
div#content div.posting h2 {
	margin: 0; padding: 3px 5px;
	font-size: 0.85em !important;
	/* background-color: #ffe34c; color: black; */
	color: black; background-color: #ffe34c;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
	/*background-color: #b0c4de;
	border-width: 1px; border-style: solid;
	border-color: #c8d7e9 #9eb7d8 #9eb7d8 #c8d7e9; */
}
div#content div.posting form p.header-pane {
	margin: 5px 10px;
	font-family: monospace !important;
 	font-size: 13px;
}
div#content div.posting form p.header-pane a {
	font-family: monospace;
	padding: 0px;
 	font-size: 13px;
}
div#content div.posting form p.body-pane {
	margin: 10px 0px;
	padding: 0 10px;
	font-family: monospace !important;
 	font-size: 13px;
}
div#content p.missing-field {
	color: red;
}

p.body-pane a, p.body-pane span {
	font-family: monospace !important;
 	font-size: 13px;
	line-height: 15px;
}
p.body-pane span.quoting {
	color: #483d8b;
}
p.body-pane span.signature {
	color: #696969;
}
p.body-pane a {
	text-decoration: underline;
}
p.body-pane a:hover {
	background-color: white !important;
}
span.ub_b {
	font-weight: bold;
}
span.ub_i {
	font-style: italic;
}
span.ub_u {
	text-decoration: underline;
}
span.ub_s {
	text-decoration: line-through;
}
div#content div.posting p.preview {
	margin: 5px 10px; padding: 3px;
	color: #b22222;
	font-weight: bold;
	border-top: 2px solid black;
}
div#content div.posting form p.button-pane {
	margin: 20px 0 0;
	padding: 10px 5px;
	border-top: 1px solid silver;
}
div#content div.posting input.text {
	font-family: monospace !important;
	font-size: 1em;
	margin: 2px;
}
div#content div.posting textarea.text {
	font-family: monospace !important;
	font-size: 13px;
	width: 95%; height: 20em;
}
div#content div.posting input.button {
}

table.message-table {
 	border: 1px solid silver;
 	padding: 0; margin: 0 auto 15px;
	border-spacing: 0;
	width: 100%;
}
table.message-table tr.spearator td {
	padding-top: 10px;
}
table.message-table tr th {
	font-size: 0.85em;	font-weight: normal;
	text-align: center;
	padding: 1px 1px;
	color: black;
	background-color: #ffe065;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
}
table.message-table tr .subject {
	width:50%;
}
table.message-table tr .from {
	white-space: nowrap;
}
table.message-table tr .replies {
	text-align: center;
}
table.message-table tr .last-reply {
	white-space: nowrap;
}
table.message-table tr .last-unread-reply {
	white-space: nowrap;
}


table.message-table tr th.left {
	text-align: left;
}
table.message-table tr td {
	font-size: 0.85em;
	text-align: left;
	vertical-align: top;
	padding: 3px 2px;
}
table.message-table tr.swap td {
	background-color: #f5f5f5;
}
table.message-table tr td a {
	display: block;
	text-decoration: none;
}
table.message-table tr td a:hover {
	background-color: #e6e6fa !important;
}
table.message-table tr td.center {
	text-align: center;
}
