@CHARSET "ISO-8859-1";

table.app_errors {
	margin-bottom: 20px;
}

a.forum-link { color: black; }
a.forum-link:link { text-decoration: none; }
a.forum-link:visited { text-decoration: none }
a.forum-link:hover { text-decoration: underline; color: #e46b00; }
a.forum-link:active { text-decoration: none; }

.page-nav-legend {
	color: #794702;
	font-weight: bold;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #DCC075;
	background-color: #fef8e7;
	height: 1em;
}
a.page-quick-link,
.page-quick-link-curr {
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	color: black;
	font-weight: normal;
	border: 1px solid #DCC075;
	color: #794702;
	background-color: #fef8e7;
	text-decoration: none;
	height: 1em;
}
.page-quick-link-curr {
	font-weight: bold;
	background-color: #fee2a0;
}
a.page-quick-link:hover {
	font-weight: bold;
	color: #e46b00;
	background-color: #fee2a0;
}
a.entry-quick-link {
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	color: black;
	font-weight: normal;
	border: 1px solid #DCC075;
	color: #794702;
	background-color: white;
	text-decoration: none;
}
a.entry-quick-link:hover {
	font-weight: bold;
	color: #e46b00;
	background-color: #fee2a0;
}

/*********************************************/

td.forumview-icon { width: 40px; height:0px; }
td.forumview-forums { width: 100%; height:0px; }
td.forumview-threads { width: 70px; height:0px; }
td.forumview-posts { width: 70px; height:0px; }
td.forumview-last-post { width: 180px; height:0px; }

td.forumview-legend-forums,
td.forumview-legend-posts,
td.forumview-legend-threads {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #794702;
}
td.forumview-legend-forums {
	padding-left: 15px;
}
td.forumview-legend-last-post {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #794702;
}
td.forumview-legend-posts,
td.forumview-legend-last-post {
	border-left: 1px solid #DCC075;
}

table.forumview-group {
	width: 100%; height: 25px;
}
td.forumview-group-l {
	width: 12px; height: 25px;
	background-image: url('../img/page-layout/headline_l.gif');
	background-repeat: no-repeat;
}
td.forumview-group-m {
	width: 100%; height: 25px;
	vertical-align: middle;
	padding-left: 6px;
	background-image: url('../img/page-layout/headline_fade_xlarge.jpg'); 
	background-repeat: no-repeat;
	font-weight: bold;
	color: #794702;
}
td.forumview-group-r {
	width: 0px;
}
.forumview-highlight {
	background-color: #fef8e7;
}
td.forumview-entry-left-indent {
	background-color: white;
}
tr.forumview-entry {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	min-height: 30px;
}
td.forumview-entry-icon {
	background-image: url('../img/page-layout/forum-system/forum.gif');
}
td.forumview-entry-icon-closed {
	background-image: url('../img/page-layout/forum-system/forum-closed.gif');
}
td.forumview-entry-icon-private {
	background-image: url('../img/page-layout/forum-system/forum-private.gif');
}
td.forumview-entry-icon-link {
	background-image: url('../img/page-layout/forum-system/forum-link.gif');
}
td.forumview-entry-icon,
td.forumview-entry-icon-closed,
td.forumview-entry-icon-private,
td.forumview-entry-icon-link {
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

td.forumview-entry-title {
	text-align: left;
	vertical-align: top;
}

td.forumview-entry-threads {
	font-size: smaller;
	text-align: center;
}
td.forumview-entry-posts {
	font-size: smaller;
	text-align: center;
	border-left: 1px solid #DCC075;
}
td.forumview-entry-last-post {
	white-space: nowrap;
	font-size: smaller;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #DCC075;
}
tr.forumview-entry td {
	padding: 5px;
	overflow: hidden;
}

tr.forumview-entry td.forumview-entry-last-post {
	padding-left: 15px;
}

tr.forumview-separator {
	height: 10px;
}
td.forumview-separ-posts,
td.forumview-separ-last-post {
	border-left: 1px solid #DCC075;
}

/*************************************************/

td.forum-left-indent { width: 10px }
td.forum-thread-icon { width: 30px }
td.forum-icon { width: 20px }
td.forum-threads { width: 100% }
td.forum-owner { width: 100px }
td.forum-replies { width: 80px }
td.forum-views { width: 65px }
td.forum-last-post { width: 115px }

/*
td.forum-left-indent { width: 10px }
td.forum-thread-icon { width: 30px }
td.forum-icon { width: 20px }
td.forum-threads { width: 100% }
td.forum-owner { width: 100px }
td.forum-replies { width: 70px }
td.forum-views { width: 70px }
td.forum-last-post { width: 120px }
*/

.forumview-hierarchy,
.forum-hierarchy {
	color: #794702;
	font-weight: bold;
}
.forumview-hierarchy a.forumview-hierarchy-link,
.forum-hierarchy a.forum-hierarchy-link {
	color: #794702;
	font-weight: bold;
}
.forumview-hierarchy a.forumview-hierarchy-link:hover,
.forum-hierarchy a.forum-hierarchy-link:hover {
	color: #e46b00;
	font-weight: bold;
}

tr.forum-header {
	height: 30px;
	vertical-align: top;
}
td.forum-header-l {
	padding-left: 10px;
	padding-bottom: 10px;
}
td.forum-header-r {
	text-align: right;
	font-weight: bold;
	color: #794702;
}

td.forum-header-r a.forum-new-thread,
td.forum-header-r a.forum-new-poll {
	color: #794702;
	margin-right: 15px;
}
td.forum-header-r a.forum-new-thread:hover,
td.forum-header-r a.forum-new-poll:hover {
	color: #e46b00;
}

table.forum-title {
	width: 100%; height: 25px;
}
td.forum-title-l {
	width: 12px; height: 25px;
	background-image: url('../img/page-layout/headline_l.gif');
	background-repeat: no-repeat;
}
td.forum-title-m {
	width: 100%; height: 25px;
	padding-left: 6px;
	vertical-align: middle;
	background-image: url('../img/page-layout/headline_fade_xlarge.jpg'); 
	background-repeat: no-repeat;
	font-weight: bold;
	color: #794702;
}
td.forum-title-r {
	width: 0px;
}
tr.forum-title-separator {
	height: 10px;
	background-color: white;
}
tr.forum-legend td {
	font-weight: bold;
	padding-bottom: 5px;
	color: #794702;
}

td.forum-legend-icon {}
td.forum-legend-threads {
	padding-left: 15px;
}

td.forum-legend-owner,
td.forum-legend-replies,
td.forum-legend-views,
td.forum-legend-last-post {
	text-align: center;
}

td.forum-legend-replies,
td.forum-legend-views,
td.forum-legend-last-post,
td.forum-entry-replies,
td.forum-entry-views,
td.forum-entry-last-post {
	border-left: 1px solid #DCC075;
}

tr.forum-group td {
	height: 35px;
	font-weight: bold;
	color: #794702;
	background-color: #fefbf4;
	vertical-align: middle;
	padding-left: 5px;
	/*padding: 5px;
	padding-top: 12px;
	padding-bottom: 8px;
	*/
}
tr.forum-group td.forum-group-left-indent {
	background-image: url('../img/page-layout/forum-system/thread-group-l.gif');
	background-repeat: no-repeat;
}

td.forum-entry-thread-icon {
	background-image: url('../img/page-layout/forum-system/thread.gif');
}
td.forum-entry-thread-closed-icon {
	background-image: url('../img/page-layout/forum-system/thread-closed.gif');
}
td.forum-entry-thread-private-icon {
	background-image: url('../img/page-layout/forum-system/thread-private.gif');
}
td.forum-entry-thread-moved-icon {
	background-image: url('../img/page-layout/forum-system/thread-moved.gif');
}
td.forum-entry-thread-icon,
td.forum-entry-thread-closed-icon,
td.forum-entry-thread-private-icon,
td.forum-entry-thread-moved-icon {
	background-repeat: no-repeat;
	background-position: right 5px;
}

.forum-highlight {
	background-color: #fef8e7;
}

td.forum-entry-left-indent {
	background-color: white;
}

td.forum-entry-thread a.forum-link,
td.forum-entry-thread a.forum-link:link {
	font-weight: bold;
}
/*
td.forum-entry-thread a.forum-link:visited {
	font-weight: normal;
}
*/


td.forum-entry-owner,
td.forum-entry-replies,
td.forum-entry-views {
	text-align: center;
	font-size: smaller;
	overflow: hidden;
}
tr.forum-entry td {
	padding: 5px;
	overflow: hidden;
}
tr.forum-entry td.forum-entry-icon {
	text-align: right;
	vertical-align: top;
	padding: 0px;
	padding-top: 10px;
}
tr.forum-entry td.forum-entry-last-post {
	font-size: smaller;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
}

tr.forum-footer {
	height: 35px;
}

td.forum-footer-r {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	color: #794702;
}
td.forum-footer-r a.forum-new-thread,
td.forum-footer-r a.forum-new-thread:visited,
td.forum-footer-r a.forum-new-poll,
td.forum-footer-r a.forum-new-poll:visited {
	color: #794702;
	background-color: #fef8e7;
	border-width: 2px;
	border-style: solid;
	border-top-color: #f4ecd5;
	border-left-color: #f4ecd5;
	border-right-color: #796a41;
	border-bottom-color: #796a41;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #fee2a0;
	height: 25px;
}
td.forum-footer-r a.forum-new-thread,
td.forum-footer-r a.forum-new-thread:link {
	margin-right: 5px;
}
td.forum-footer-r a.forum-new-thread:hover,
td.forum-footer-r a.forum-new-poll:hover {
	color: #e46b00;
	background-color: #fee2a0;
}

/*************************************************/

td.thread-left-indent { width: 15px }
td.thread-user-info { width: 140px }
td.thread-post-l { width: 200px }
td.thread-post-r { width: 100% }

tr.thread-header {
	font-weight: bold;
	color: #794702;
}
td.thread-header-l {
	padding: 5px;
	text-align: left;
}
td.thread-header-r {
	padding: 5px;	
	text-align: right;
}

a.thread-header-action-link,
a.thread-header-action-link:visited {
	text-decoration: underline; 
	font-weight: normal;
	color: #794702;
	margin-left: 10px;
}
a.thread-header-action-link:hover {
	color: #e46b00;
}

tr.thread-title {
}
table.thread-title {
	width: 100%;
}
td.thread-title-l {
	width: 12px; height: 25px;
	background-image: url('../img/page-layout/headline_l.gif');
	background-repeat: no-repeat;
}
td.thread-title-r {
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	width: 100%; height: 25px;
	vertical-align: middle;
	padding-left: 6px;
	background-image: url('../img/page-layout/headline_fade_xlarge.jpg'); 
	background-repeat: no-repeat;
}

tr.thread-entry-separator {
	height: 10px;
}

tr.thread-entry-header {
	color: #794702;
}
tr.thread-entry-header td {
	padding: 5px;
}
td.thread-entry-header-left-indent {
	background-color: white;
}
td.thread-entry-header-user-info {
	font-weight: bold;
	text-align: center;
	background-color: #fef6e1;
	border: 1px solid #DCCEA7;
}
td.thread-entry-header-post-l {
	font-size: smaller;
	vertical-align: middle;
	background-color: #fef6e1;
	border-top: 1px solid #DCCEA7;
	border-bottom: 1px solid #DCCEA7;
}
td.thread-entry-header-post-r {
	font-size: smaller;
	text-align: right;
	background-color: #fef6e1;
	border-top: 1px solid #DCCEA7;
	border-bottom: 1px solid #DCCEA7;
	border-right: 1px solid #DCCEA7;
}
td.thread-entry-header-post-r a.forum-link {
	color: #794702;
	text-decoration: underline;
}
td.thread-entry-header-user-info a.forum-link {
	color: #794702;
}
td.thread-entry-header-user-info a.forum-link:hover,
td.thread-entry-header-post-r a.forum-link:hover {
	color: #e46b00;
}

tr.thread-entry {
	height: 80px;
	min-height: 80px;
}

td.thread-entry-post {
	overflow: hidden;
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #DCCEA7;
}
td.thread-entry-user-info {
	font-size: smaller;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-left: 1px solid #DCCEA7;
	border-right: 1px solid #DCCEA7;
}
td.thread-entry-user-info .userinfo-user_role {
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	color: #fd7700;
	/*font-size: 10pt;
	border: 1px solid #DCCEA7;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fee2a0;*/
}

td.thread-entry-left-indent {
	background-color: white;
}

td.thread-entry-post span.app_text
{
	font-family: "Courier New", monospace;
}

td.thread-entry-post div.thread-edited-by {
	font-size: smaller;
	color: #794702;
	padding-top: 15px;
}
td.thread-entry-post div.thread-edited-by a {
	color: #794702;
}

td.thread-entry-post div.userinfo-forum_sig {
	clear: both;
	/*font-size: smaller;*/
	padding-bottom: 10px;
	padding-top: 15px;
}

tr.thread-entry-footer {
	height: 28px;
}
td.thread-entry-footer-left-indent {
	background-color: white;
}
td.thread-entry-footer-user-info {
	padding-left: 5px;
	text-align: left;
	border-left: 1px solid #DCCEA7;
	border-top: 1px solid #DCCEA7;
	border-bottom: 1px solid #DCCEA7;
	vertical-align: middle;
}
td.thread-entry-footer-post-l {
	text-align: left;
	border-bottom: 1px solid #DCCEA7;
	border-top: 1px solid #DCCEA7;
	vertical-align: middle;
}
td.thread-entry-footer-post-r {
	text-align: right;
	padding-right: 1px;
	border-right: 1px solid #DCCEA7;
	border-bottom: 1px solid #DCCEA7;
	border-top: 1px solid #DCCEA7;
	vertical-align: middle;
}

a.thread-top-link,
a.thread-last-post-link {
	font-size: smaller;
	color: #DCCEA7;
	text-decoration: none;
}

a.thread-post-action-link,
a.thread-post-action-link:visited {
	color: #794702;
	background-color: white /*#fef6e1*/;
	border-width: 1px;
	border-style: solid;
	border-top-color: #f4ecd5;
	border-left-color: #f4ecd5;
	border-right-color: #796a41;
	border-bottom-color: #796a41;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	height: 15px;
	margin-left: 2px;
}
a.thread-post-action-link:hover {
	color: #e46b00;
	background-color: #fee2a0;
}

tr.thread-footer-separator {
	height: 10px;
}

tr.thread-footer {
	vertical-align: middle;
	height: 30px;
}

td.thread-footer-l {

}
td.thread-footer-r {
	text-align: right;
}

a.thread-footer-action-link,
a.thread-footer-action-link:visited {
	color: #794702;
	border-width: 2px;
	border-style: solid;
	border-top-color: #f4ecd5;
	border-left-color: #f4ecd5;
	border-right-color: #796a41;
	border-bottom-color: #796a41;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #fee2a0;
	height: 25px;
}
a.thread-footer-action-link:hover {
	font-weight: bold;
	color: #e46b00;
	background-color: #fee2a0;
}

div.thread-closed {
	color: #794702;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	background-image: url('../img/page-layout/forum-system/thread-closed.gif'); 
	background-repeat: no-repeat;
	background-position: left center;
}

td.thread-legend {
	border-top: 1px solid #f4ecd5;
	padding-top: 10px;
	color: #fd7700;
}

/* post edit */

img.forum-edit-thread
{
	vertical-align: middle;
	margin-right: 10px;
}

td.post-edit-l {
	width: 100px;
}
td.post-edit-r {
	width: 100%;
}
td.post-edit-text {

}

td.post-edit-post-icons {
	width: 100%;
	padding-left: 6px !important;
	border: 1px solid #f4ecd5;
	border-top: none;
	height: 25px;
	background-color: #fefbf4;
}

td.post-edit-post-icons img {
	vertical-align: middle;
}
td.post-edit-post-icons input {
	vertical-align: middle;
}

tr.post-edit-separator
{
	height: 10px;
}

td.post-edit-preview {
	padding: 10px !important;
	overflow: hidden;
	border: 1px solid #DCCEA7;
	white-space: normal !important;
	/*background-color: #fef8e7;*/
}

a.post-field-link {
	font-size: smaller;
	color: #DCCEA7;
	text-decoration: none;
}
