/* Normal, standard links. */
a:link
{
	color: #BFBFBF;
	text-decoration: none;
}
a:visited
{
	color: #BFBFBF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #BFBFBF;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

input[type=button]
{
color: #FFFFFF;
background-color: #000000;
background-image: url("images/bg_button.gif");
}


html, body {
	color: #BFBFBF;
	background-color: #000000;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #BFBFBF;
	background-color: #404040;
}
.windowbg1
{
	color: #BFBFBF;
	background-color: #000000;
}
.windowbg2
{
	color: #BFBFBF;
	background-color: #000000;
}
.windowbg3
{
	color: #BFBFBF;
	background-color: #000000;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.gif) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/bg_header.gif) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #BFBFBF;
}
.catbg, .catbg2
{
background: url(images/bg_header.gif) #A1BFD9 repeat-x;
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 9px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}



/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* add */

.headerbar {
	background-color: #808080;
	background-image: url('images/bg_header.gif');
	color: #000000;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #BFBFBF;
	background-color: #000000;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h1 {
	color: #000000;
}
h2 {
	color: #FFFFFF;
}

h3 {
	border-bottom-color: #808080;
	color: #BFBFBF;
}

hr {
	border-color: #000000;
	border-top-color: #808080;
}

hr.dashed {
	border-top-color: #808080;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #000000;
}

#search-box #keywords {
	background-color: #000000;
}

#search-box input {
	border-color: #808080;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #808080;
	background-image: url('images/bg_header.gif');
	color: #000000;
	
}


.forabg {
	background-color: #404040;
	background-image: url("images/bg_list.gif");
	background-repeat:repeat-x;
}

.forumbg {
	background-color: #808080;
	background-image: url("images/bg_header.gif");
}

.panel {
	background-color: #404040;
	color: #FFFFFF;
}

.post:target .content {
	color: #FFFFFF;
}

.post:target h3 a {
	color: #FFFFFF;
}

.bg1	{ background-color: #404040; }
.bg2	{ background-color: #404040; }
.bg3	{ background-color: #404040; }

.ucprowbg {
	background-color: #404040;
}

.fieldsbg {
	background-color: #404040;
}

.corners-top1 
{
background:url(images/left_corner.jpg) no-repeat;
height:215px;
width:7px;
}

.corners-top2 {
background:url(images/right_corner.jpg) no-repeat;
height:215px;
width:7px;
}

.board_left {
	background:url(images/board_left.jpg) no-repeat;
	height:64px;
	width:8px;
}

.board_right {
	background:url(images/board_right.jpg) no-repeat;
	height:64px;
	width:7px;
	
}

/* Horizontal lists
----------------------------------------*/

.navlinks {
	color: #000000;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #000000;
}

table.table1 tbody tr {
	border-color: #808080;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #404040;
	color: #FFFFFF;
}

table.table1 td {
	color: #BFBFBF;
}

table.table1 tbody td {
	border-top-color: #000000;
}

table.table1 tbody th {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
}

table.info tbody th {
	color: #FFFFFF;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #FFFFFF;
}

dl.details dd {
	color: #BFBFBF;
}

.sep {
	color: #808080;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #000000;
	background-color: #808080;
	border-color: #808080;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #BFBFBF;
	background-color: #404040;
	border-color: #808080;
}

.pagination span a:hover {
	border-color: #808080;
	background-color: #808080;
	color: #000000;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #000000;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #808080;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #BFBFBF;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #E7E7E7;
}

li.reported:hover {
	background-color: #ECECEC !important;
}
div.reported div {
        color:#333333;
}
div.reported div a {
        color:#000000;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #CCCCCC;
	color: #BC2A4D;
}

p.rules {
	background-color: #CCCCCC;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css

-------------------------------------------------------------- */

a:link	{ color: #BFBFBF; }
a:visited	{ color: #BFBFBF; }
a:hover	{ color: #D31141; }
a:active	{ color: #808080; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #BFBFBF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #BFBFBF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #808080;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #808080;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #BFBFBF;
}

/* a.forumtitle:visited { color: #BFBFBF; } */

a.forumtitle:hover {
	color: #BC2A4D;
}

a.forumtitle:active {
	color: #BFBFBF;
}

a.topictitle {
	color: #BFBFBF;
}

/* a.topictitle:visited { color: #808080; } */

a.topictitle:hover {
	color: #BC2A4D;
}

a.topictitle:active {
	color: #BFBFBF;
}

/* Post body links */
.postlink {
	color: #808080;
	border-bottom-color: #808080;
}

.postlink:visited {
	color: #808080;
	border-bottom-color: #BFBFBF;
}

.postlink:active {
	color: #808080;
}

.postlink:hover {
	background-color: #000000;
	color: #BFBFBF;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #BFBFBF;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #BFBFBF;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

/* Arrow links  */
a.up		{ background-image: url("images/arrow_up.gif") }
a.down		{ background-image: url("images/arrow_down.gif") }
a.left		{ background-image: url("images/arrow_left.gif") }
a.right		{ background-image: url("images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #808080;
}

a.right:hover {
	color: #808080;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums, ul.forums li:hover {
	background-color: #000000;
/*	background-image: url("{T_THEME_PATH}/images/gradient.gif");*/
}

ul.topiclist li {
	color: #BFBFBF;
}

ul.topiclist dd {
	border-left-color: #000000;
}

.rtl ul.topiclist dd {
	border-right-color: #000000;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

li.row, li.row:hover {
	border-top-color:  #000000;
	border-bottom-color: #BFBFBF;
}

li.row strong {
	color: #FFFFFF;
}

li.row:hover dd {
	border-left-color: #000000;
}

.rtl li.row:hover dd {
	border-right-color: #808080;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #BFBFBF;
}

li.header {
	background-color: #404040;
}

li.bg1, li.bg1:hover	{ background-color: #404040; }
li.bg2, li.bg2:hover	{ background-color: #404040; }
li.bg3, li.bg3:hover	{ background-color: #404040; }

li.sticky, li.announce, li.sticky:hover, li.announce:hover {
	background-color: #4D4D4D;
}


/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #FFFFFF;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #FFFFFF;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #FFFFFF;
}

.content h2, .panel h2 {
	color: #BFBFBF;
	border-bottom-color:  #808080;
}

dl.faq dt {
	color: #CCCCCC;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #808080;
}

/* Post noticies */
.notice {
	border-top-color:  #808080;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("images/quote.gif");
	border-color:#DBDBCE;
	color: #000000;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #000000;
	border-color: #808080;
}

dl.codebox dt {
	border-bottom-color:  #808080;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #000000; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #FFFFFF; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #000000;
	border-color:  #808080;
}

.pm-message .attachbox {
	background-color: #404040;
}

.attachbox dd {
	border-top-color: #808080;
}

.attachbox p {
	color: #BFBFBF;
}

.attachbox p.stats {
	color: #BFBFBF;
}

.attach-image img {
	border-color: #808080;
}

/* Inline image thumbnails */

dl.file dd {
	color: #BFBFBF;
}

dl.thumbnail img {
	border-color: #BFBFBF;
	background-color: #000000;
}

dl.thumbnail dd {
	color: #BFBFBF;
}

dl.thumbnail dt a:hover {
	background-color: #404040;
}

dl.thumbnail dt a:hover img {
	border-color: #808080;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #404040;
	color: #BFBFBF;
}

fieldset.polls dl.voted {
	color: #FFFFFF;
}

fieldset.polls dd div {
	color: #000000;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #BFBFBF;
	border-left-color: #000000;
}

.rtl .postprofile {
	border-right-color: #000000;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #404040;
}

.rtl .pm .postprofile {
	border-right-color: #404040;
	border-left-color: transparent;
}

.postprofile strong {
	color: #FFFFFF;
}

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

  /* Big button images */
.reply-icon span   { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span      { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span   { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span   { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span    { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

a.print {
	background-image: url("images/icon_print.gif");
}

a.sendemail {
	background-image: url("images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("images/icon_home.gif"); }
.icon-faq						{ background-image: url("images/icon_faq.gif"); }
.icon-members					{ background-image: url("images/icon_members.gif"); }
.icon-home						{ background-image: url("images/icon_home.gif"); }
.icon-ucp						{ background-image: url("images/icon_ucp.gif"); }
.icon-register					{ background-image: url("images/icon_register.gif"); }
.icon-logout					{ background-image: url("images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("images/icon_pages.gif"); }
.icon-search					{ background-image: url("images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #808080;
}

#cp-main .panel li.row {
	border-bottom-color: #808080;
	border-top-color: #000000;
}

ul.cplist {
	border-top-color: #808080;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #FFFFFF;
}

#cp-main table.table1 thead th {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#cp-main .pm-message {
	border-color: #404040;
	background-color: #000000;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	background-image: url("images/bg_tabs1.gif");
}

#tabs a span {
	background-image: url("images/bg_tabs2.gif");
	color: #404040;
}

#tabs a:hover span {
	color: #BC2A4D;
}

#tabs .activetab a {
	border-bottom-color: #404040;
}

#tabs .activetab a span {
	color: #FFFFFF;
}

#tabs .activetab a:hover span {
	color: #FFFFFF;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #404040;
}

#minitabs li.activetab {
	background-color: #000000;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #FFFFFF;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #FFFFFF;
	background-color: #808080;
/*	background-image: url("{T_THEME_PATH}/images/bg_menu.gif");*/
}

#navigation a:hover {
	background-color: #808080;
	color: #BC2A4D;
}

#navigation #active-subsection a {
	color: #D31141;
	background-color: #000000;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #D31141;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #FFFFFF;
}

#cp-main .panel {
	background-color: #000000;
}

#cp-main .pm {
	background-color: #000000;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("images/corners_left2.gif");
}

#cp-main span.corners-top , #cp-menu span.corners-top  {
	background-image: url("images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("images/corners_left2.gif");
}

#cp-main span.corners-bottom , #cp-menu span.corners-bottom  {
	background-image: url("images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top , #cp-menu .panel #topicreview span.corners-top  {
	background-image: url("images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("images/corners_right.gif");
}

/* Friends list */
.cp-mini {
	background-color: #000000;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #808080 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #808080;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #808080;
}

pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #FFFFFF;
}

/* Avatar gallery */
#gallery label {
	background-color: #000000;
	border-color: #404040;
}

#gallery label:hover {
	background-color: #000000;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #BFBFBF;
	background-color: #808080;
}

label {
	color: #BFBFBF;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #FFFFFF;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FFFFFF;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #404040;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #FFFFFF;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #000000; 
	border-color: #808080;
	color: #FFFFFF;
}


.buttonss
{
color: #FFFFFF;
	background-color: #000000;
	background-image: url("images/bg_button.gif");
}
/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url("images/bg_button.gif");
}

a.button1, input.button1 {
	border-color: #BFBFBF;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #BFBFBF;
}


input.search {
	background-image: url("images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}

/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span      { display: none; }*/
/*.buttons div a:hover   { background-image: none; }*/
.buttons div span         { position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span   { background-position: 0 100%; }

  /* Big button images */
.reply-icon span   { background: transparent none 0 0 no-repeat; }
.post-icon span      { background: transparent none 0 0 no-repeat; }
.locked-icon span   { background: transparent none 0 0 no-repeat; }
.pmreply-icon span   { background: none 0 0 no-repeat; }
.newpm-icon span    { background: none 0 0 no-repeat; }
.forwardpm-icon span    { background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
.buttons div.post-icon		{ width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }
.buttons div.locked-icon	{ width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }
.buttons div.pmreply-icon	{ width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }
.buttons div.newpm-icon		{ width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }
.buttons div.forwardpm-icon	{ width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.sendemail:hover {
	background-position: 0 -18px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-home
{
padding-top:10px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon	{ width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon	{ width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon	{ width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon	{ width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon	{ width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon	{ width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon		{ width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon	{ width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.report-icon	{ width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon	{ width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon	{ width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon	{ width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon	{ width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #BFBFBF;
	background-color: #000000;
}


h2 {
	color: #FFFFFF;
}

h3 {
	border-bottom-color: #808080;
	color: #BFBFBF;
}

hr {
	border-color: #000000;
	border-top-color: #808080;
}

hr.dashed {
	border-top-color: #808080;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #000000;
}

#search-box #keywords {
	background-color: #000000;
}

#search-box input {
	border-color: #808080;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #808080;
	background-image: url('images/bg_header.gif');
	color: #000000;
}

.navbar {
background:url(images/board_bg.jpg) repeat-x;
	background-color: #404040;
	height:7px;
}

.forabg {
	background-color: #404040;
	background-image: url("images/bg_list.gif");
}

.forumbg {
	background-color: #808080;
	background-image: url("images/bg_header.gif");
}

.panel {
	background-color: #404040;
	color: #FFFFFF;
}

.post:target .content {
	color: #FFFFFF;
}

.post:target h3 a {
	color: #FFFFFF;
}

.bg1	{ background-color: #404040; }
.bg2	{ background-color: #404040; }
.bg3	{ background-color: #404040; }

.ucprowbg {
	background-color: #404040;
}

.fieldsbg {
	background-color: #404040;
}

span.corners-top {
	background-image: url("images/corners_left.png");
}

span.corners-top  {
	background-image: url("images/corners_right.png");
}

span.corners-bottom {
	background-image: url("images/corners_left.png");
}

span.corners-bottom {
	background-image: url("images/corners_right.png");
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #000000;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #000000;
}

table.table1 tbody tr {
	border-color: #808080;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #404040;
	color: #FFFFFF;
}

table.table1 td {
	color: #BFBFBF;
}

table.table1 tbody td {
	border-top-color: #000000;
}

table.table1 tbody th {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
}

table.info tbody th {
	color: #FFFFFF;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #FFFFFF;
}

dl.details dd {
	color: #BFBFBF;
}

.sep {
	color: #808080;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #000000;
	background-color: #808080;
	border-color: #808080;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #BFBFBF;
	background-color: #404040;
	border-color: #808080;
}

.pagination span a:hover {
	border-color: #808080;
	background-color: #808080;
	color: #000000;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("images/icon_pages.gif");
}

.row .pagination span a, li.pagination span a {
	background-color: #000000;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #808080;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #BFBFBF;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #E7E7E7;
}

li.reported:hover {
	background-color: #ECECEC !important;
}
div.reported div {
        color:#333333;
}
div.reported div a {
        color:#000000;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #CCCCCC;
	color: #BC2A4D;
}

p.rules {
	background-color: #CCCCCC;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css

-------------------------------------------------------------- */

a:link	{ color: #BFBFBF; }
a:visited	{ color: #BFBFBF; }
a:hover	{ color: #D31141; }
a:active	{ color: #808080; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #BFBFBF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #BFBFBF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #808080;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #808080;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #BFBFBF;
}

/* a.forumtitle:visited { color: #BFBFBF; } */

a.forumtitle:hover {
	color: #BC2A4D;
}

a.forumtitle:active {
	color: #BFBFBF;
}

a.topictitle {
	color: #BFBFBF;
}

/* a.topictitle:visited { color: #808080; } */

a.topictitle:hover {
	color: #BC2A4D;
}

a.topictitle:active {
	color: #BFBFBF;
}

/* Post body links */
.postlink {
	color: #808080;
	border-bottom-color: #808080;
}

.postlink:visited {
	color: #808080;
	border-bottom-color: #BFBFBF;
}

.postlink:active {
	color: #808080;
}

.postlink:hover {
	background-color: #000000;
	color: #BFBFBF;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #BFBFBF;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #BFBFBF;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

/* Arrow links  */
a.up		{ background-image: url("images/arrow_up.gif") }
a.down		{ background-image: url("images/arrow_down.gif") }
a.left		{ background-image: url("images/arrow_left.gif") }
a.right		{ background-image: url("images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #808080;
}

a.right:hover {
	color: #808080;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums, ul.forums li:hover {
	background-color: #000000;
/*	background-image: url("{T_THEME_PATH}/images/gradient.gif");*/
}

ul.topiclist li {
	color: #BFBFBF;
}

ul.topiclist dd {
	border-left-color: #000000;
}

.rtl ul.topiclist dd {
	border-right-color: #000000;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

li.row, li.row:hover {
	border-top-color:  #000000;
	border-bottom-color: #BFBFBF;
}

li.row strong {
	color: #FFFFFF;
}

li.row:hover dd {
	border-left-color: #000000;
}

.rtl li.row:hover dd {
	border-right-color: #808080;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #BFBFBF;
}

li.header {
	background-color: #404040;
}

li.bg1, li.bg1:hover	{ background-color: #404040; }
li.bg2, li.bg2:hover	{ background-color: #404040; }
li.bg3, li.bg3:hover	{ background-color: #404040; }

li.sticky, li.announce, li.sticky:hover, li.announce:hover {
	background-color: #4D4D4D;
}


/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #FFFFFF;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #FFFFFF;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #FFFFFF;
}

.content h2, .panel h2 {
	color: #BFBFBF;
	border-bottom-color:  #808080;
}

dl.faq dt {
	color: #CCCCCC;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #808080;
}

/* Post noticies */
.notice {
	border-top-color:  #808080;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url("images/quote.gif");
	border-color:#DBDBCE;
	color: #000000;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #000000;
	border-color: #808080;
}

dl.codebox dt {
	border-bottom-color:  #808080;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #000000; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #FFFFFF; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #000000;
	border-color:  #808080;
}

.pm-message .attachbox {
	background-color: #404040;
}

.attachbox dd {
	border-top-color: #808080;
}

.attachbox p {
	color: #BFBFBF;
}

.attachbox p.stats {
	color: #BFBFBF;
}

.attach-image img {
	border-color: #808080;
}

/* Inline image thumbnails */

dl.file dd {
	color: #BFBFBF;
}

dl.thumbnail img {
	border-color: #BFBFBF;
	background-color: #000000;
}

dl.thumbnail dd {
	color: #BFBFBF;
}

dl.thumbnail dt a:hover {
	background-color: #404040;
}

dl.thumbnail dt a:hover img {
	border-color: #808080;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #404040;
	color: #BFBFBF;
}

fieldset.polls dl.voted {
	color: #FFFFFF;
}

fieldset.polls dd div {
	color: #000000;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #BFBFBF;
	border-left-color: #000000;
}

.rtl .postprofile {
	border-right-color: #000000;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #404040;
}

.rtl .pm .postprofile {
	border-right-color: #404040;
	border-left-color: transparent;
}

.postprofile strong {
	color: #FFFFFF;
}

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

  /* Big button images */
.reply-icon span   { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span      { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span   { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span   { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span    { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

a.print {
	background-image: url("images/icon_print.gif");
}

a.sendemail {
	background-image: url("images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("images/icon_fontsize.gif");
}



/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #808080;
}

#cp-main .panel li.row {
	border-bottom-color: #808080;
	border-top-color: #000000;
}

ul.cplist {
	border-top-color: #808080;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #FFFFFF;
}

#cp-main table.table1 thead th {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#cp-main .pm-message {
	border-color: #404040;
	background-color: #000000;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	background-image: url("images/bg_tabs1.gif");
}

#tabs a span {
	background-image: url("images/bg_tabs2.gif");
	color: #404040;
}

#tabs a:hover span {
	color: #BC2A4D;
}

#tabs .activetab a {
	border-bottom-color: #404040;
}

#tabs .activetab a span {
	color: #FFFFFF;
}

#tabs .activetab a:hover span {
	color: #FFFFFF;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #404040;
}

#minitabs li.activetab {
	background-color: #000000;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #FFFFFF;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #FFFFFF;
	background-color: #808080;
/*	background-image: url("images/bg_menu.gif");*/
}

#navigation a:hover {
	background-color: #808080;
	color: #BC2A4D;
}

#navigation #active-subsection a {
	color: #D31141;
	background-color: #000000;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #D31141;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #FFFFFF;
}

#cp-main .panel {
	background-color: #000000;
}

#cp-main .pm {
	background-color: #000000;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("images/corners_left2.gif");
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url("images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("images/corners_left2.gif");
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url("images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("images/corners_right.gif");
}

/* Friends list */
.cp-mini {
	background-color: #000000;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #808080 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #808080;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #808080;
}

pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #FFFFFF;
}

/* Avatar gallery */
#gallery label {
	background-color: #000000;
	border-color: #404040;
}

#gallery label:hover {
	background-color: #000000;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #BFBFBF;
	background-color: #808080;
}

label {
	color: #BFBFBF;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #FFFFFF;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FFFFFF;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}
.quick-login
{
background-color: #404040;
}
/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #404040;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #FFFFFF;
}

/* Input field styles
---------------------------------------- */
.inputboxs{
	background-color: #404040; 
	border-color: #808080;
	color: #FFFFFF;
	border:solid 1px #808080;
}



/* Form button styles
---------------------------------------- */

input.search {
	background-image: url("images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}

/* Site description and logo */
#site-description {
	float: left;
	
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	background-color:#808080;
	height:215px;
	}

.inner
{
width:100%;
float:left;
}
#site-description h1 {
	margin-right: 0;
}
.linklist{
	list-style-type: none;
	float: right;
	width: auto;
	margin-right: 5px;
	font-size: 0.85em;
	line-height: 2.2em;
	padding-top:15px;
}
/* Horizontal lists
----------------------------------------*/

#logo
{
float:left;
}

.blog
{
background:url(images/blog_bg.jpg) repeat-x;
height:5px;
}
.blog_left
{
background:url(images/blog_left.jpg) no-repeat;
width:5px;
height:5px;
}

.blog_right
{
background:url(images/blog_right.jpg) no-repeat;
width:5px;
height:5px;
}