
/*

// ======================================
// Style-Sheet - Forum
// --------------------------------------------------------------------

// --------------------------------------------------------------------
// Code written by Conan Theobald and is Copyright (c)
// 2002 by Conan Theobald unless otherwise stated.
//
// Visit: www.conans.co.uk
// Email: software@conans.co.uk
// ======================================

*/

/*
// ======================================
// Font-sizes for BBCode
// ======================================
*/

span.font_size_1 {
	font-size: 9px;
}

span.font_size_2 {
	font-size: 11px;
}

span.font_size_3 {
	font-size: 14px;
}

span.font_size_4 {
	font-size: 18px;
}

span.font_size_5 {
	font-size: 24px;
}

span.font_size_6 {
	font-size: 32px;
}

/*
// ======================================
// General stuff
// ======================================
*/

div.forum_Spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.quote_Background {
	display: block;
	margin-left: 10px;
	margin-right: 10px;

	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #666666;
	background: #444444;
	color: #B0B0B0;
}

span.quote_Title {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 2px solid #666666;
	background: #393939;
	color: #B0B0B0;
	font-weight: bold;
}

span.quote_Content {
	display: block;
	padding: 5px;
}

.news_Title {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #FFFFAA !important;
}

.news_Date {
}

.news_Poster {
	font-weight: bold;
}

.news_Headline_Title {
	font-size: 9px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #FFFFAA !important;
}

.news_Headline_Date {
	font-size: 9px;
	font-family: Arial;
}

/*
// ======================================
// Tables (topics, threads)
// ======================================
*/

td.forum_ColStart {
	background: url(../../images/forum/tableheader.gif) repeat-x #555555;
	border-top: 1px solid #888;
	border-bottom: 3px double #888;
	border-left: 1px solid #888;
	color: #87CEEB;
}

td.forum_ColMiddle {
	background: url(../../images/forum/tableheader.gif) repeat-x #555555;
	border-top: 1px solid #888;
	border-bottom: 3px double #888;
	border-left: 1px solid #888;
	color: #87CEEB;
}

td.forum_ColEnd {
	background: url(../../images/forum/tableheader.gif) repeat-x #555555;
	border-top: 1px solid #888;
	border-bottom: 3px double #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	color: #87CEEB;
}

td.forum_RowStart {	
	background: #444444;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888
}

td.forum_RowMiddle {
	background: #444444;
	border-bottom: 1px solid #888;
	border-left: 1px dashed #AAAAAA;
}

td.forum_RowEnd {
	background: #444444;
	border-bottom: 1px solid #888;
	border-left: 1px dashed #AAAAAA;
	border-right: 1px solid #888;
}

/* NEW - Moderated threads */

td.forum_RowStart_UnMod {	
	background: #795C23;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
}

td.forum_RowMiddle_UnMod {
	background: #795C23;
	border-bottom: 1px solid #888;
	border-left: 1px dashed #AAAAAA;
}

td.forum_RowEnd_UnMod {
	background: #795C23;
	border-bottom: 1px solid #888;
	border-left: 1px dashed #AAAAAA;
	border-right: 1px solid #888;
}

/*
// ======================================
// Tables (posts)
// ======================================
*/

td.forum_PostAuthor {
	width: 100px;
	background: #444444;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
}

td.forum_PostSubject {
	font-weight: bold;
	background: #555555;

	height: 20px;

	padding-left: 7px;
	border-top: 1px solid #888;
	border-bottom: 3px double #888;
	border-left: 1px dashed #AAAAAA;
	border-right: 1px solid #888;
}

td.forum_PostText {
	background: #333333;
	border-bottom: 1px dashed #AAAAAA;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	padding: 10px;
}

div.forum_PostTextText {
	width: 440px;
	overflow: hidden;
}

td.forum_PostLinks {
	color: #AAAAAA;
	background: #444444;

	height: 20px;

	padding-left: 7px;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	vertical-align: bottom;
}

span.forum_UserTitle {
	font-size: 9px;
	font-family: Verdana;
}

div.forum_UserSignature {
	width: 440px;
	overflow: hidden;
	border-top: 1px dashed #666666;
	margin-top: 15px;
	padding-top: 5px;
}

div.forum_WhosOnline {
	margin-top: 10px;
	border: 2px solid #555555;
	background: #2E2E2E;
	padding: 5px;
}

div.forum_PageButtons {
	margin-top: 10px;
	border: 1px solid #777777;
	background: #333333;
	padding: 2px;
	vertical-align: middle;
}

div.forum_PostPreview {
	border: 1px solid #888;
	background: #333333;
	padding: 5px;
	margin-bottom: 15px;
}

/*
// ======================================
// Form entry
// ======================================
*/

input.forum_SubjectEntry {
	width: 450px;
	border: 1px solid #888;
	padding: 5px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

textarea.forum_PostEntry {
	width: 450px;
	height: 250px;
	border: 1px solid #888;
	padding: 5px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

input.forum_PollQuestion {
	padding: 5px;
	border: 1px solid #888;
	width: 400px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

input.forum_PollChoice {
	padding: 5px;
	border: 1px solid #888;
	width: 300px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

select.forum_PollChoices {
	border: 1px solid #888;
	width: 400px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

select.forum_PollExpiry {
	border: 1px solid #888;
	width: 200px;
	color: #CCCCCC;
	background: #444444;
	font-family: 'Courier New';
	font-size: 12px;
}

/*
// ======================================
// Links
// ======================================
*/

a.forum_SmallLink {
	font-size: 9px;
}
/*
a.forum_PageLink {
	font-size: 9px;
	padding: 2px;
	border: 1px solid #777777;
	margin: 0;
	background: #555555;
}
*/
a.forum_SubTopic {
	font-size: 9px;
	font-family: Arial;
	color: #AAAAAA !important;
}

a.forum_SubTopic:hover {
	font-size: 9px;
	font-family: Arial;
	color: #fff !important;
}

a.forum_Title {
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #bbf !important;
}

a.forum_Title:hover {
	color: #fff !important;
}

a.forum_ColHeader {
	color: #87CEEB !important;
	font-weight: normal;
}

a.forum_UserLink {
	font-size: 9px;
	color: #AAAAAA;
}

a.forum_UserLink:visited {
	font-size: 9px;
	color: #AAAAAA;
}

a.forum_UserLink:hover {
	font-size: 9px;
	color: #fff;
}

a.forum_Profile, a.forum_Profile:visited, a.forum_Profile:hover {
	color: #fff;
}

.forum_Subscribe {
	padding: 5px;
	background: #555555;
	margin: 10px 0 0 0;
}

/*
// ======================================
// Links
// ======================================
*/

.forum_Title {
	font-size: 18px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #888 !important;
}

/*
// ======================================
// Polls
// ======================================
*/

label.forum_Poll_Choice {
	display: block;
	width: 100%;
}

label.forum_Poll_Choice:hover {
	background: #777777;
}
