/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		DarkFantasy
	Author:		Daniel St. Jules ( http://www.gamexe.net/ )
    --------------------------------------------------------------
*/

/*--------------------------*/
/* GENERAL STYLES */
/*--------------------------*/

* { margin : 0; padding: 0; border: 0; }

body {
	background: #0d0f0c; 
	color: #573325;
	font-size: 10pt;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
	font-size: 10px;
	}

a {color: #a24c1e;}
a:hover {color: #800c0c;}
a img { border:0; } 
a:active, a:focus  { -moz-outline:none }
/* <q></q> more */ q {display:block;} q:before, q:after {content:"";}
.clear {clear:both;}
.relative {position:relative;}
a {	outline: none; text-decoration:none;}	
object { outline:none; }
h2 {font:24px Georgia, "Times New Roman", Times, serif; color:#A17315; letter-spacing:.01em; text-align:center;}
.intro {padding:20px;}
/*p {font:14px/24px Arial, Helvetica, sans-serif; margin:1.8em 0;}
p.lead {position:relative; z-index:2; font:18px/24px Georgia;}
p.lead:first-line, p.sub { font:normal 18px Georgia; }*/
.hr {height:1px; padding:0; font-size:1px; line-height:1px; background-color:#cab26e; width:452px; margin:0 auto; }
.hr hr {display:none;}

/*a:link,a:active,a:visited { text-decoration: none; color : #114057; }
a:hover		{ text-decoration: none; color : #172F3B; }*/
a.link02:link,a.link02:active,a.link02:visited { text-decoration: none; color : #FF9900; }
a.link02:hover		{ text-decoration: none; color : #FFFF00; }
.copyright {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	letter-spacing: -1px;
}
a.copyright:link, a.copyright:visited, a.copyright:active {color: #999999;}
a.copyright:hover {color: #FFFFFF;text-decoration: underline;}

.fr { float: right; }

.fl { float: left; }

#headerlogo {
  z-index:300;
  LEFT: 50%;
  Margin-left: -138px;
  POSITION:absolute;
  TOP:20px;
  width:262px;
  height:130px;
}

#pagebg {
  z-index:-15;
  LEFT: 0px;
  POSITION:absolute;
  TOP:250px;
  width:100%;
  height:684px;
  background: url(theme/images/page-bg.jpg) center no-repeat;
}
/*------------------------*/
/* LAYOUT STYLES */
/*------------------------*/

#separador { width: 100%; height: 39px; margin: 0 auto; background: url("theme/images/separador.gif") top center no-repeat}
#adorno { width: 100%; height: 39px; margin: 0 auto; background: url("theme/images/adorno.gif") bottom center no-repeat}
#container { width: 100%; background: url("theme/images/header-bg.jpg") top center no-repeat}

#wrapper {
	width: 940px; 
	margin: 0 auto; 
	/*background: url("theme/images/parchment-bg.jpg") top center repeat-y;*/ 
	position: relative; 
	top: 88px;
	}
	
#header {
	height: 104px;
	position: absolute;
	top: -88px;
	left: 46px;
}
	
#footer {
	background: url("theme/images/page-footer.jpg") top center no-repeat; 
	height: 350px;
	text-align: center;
	clear: both;
	color: #AAAAAA;
	padding-top: 20px;
	}

#contentbg { margin: 0px; width: 940px; background: #edde8d url("theme/images/parchment-bg.jpg") top center repeat-y;}
#contenttop   { width: 940px; background: url("theme/images/parchment-top.jpg") top center no-repeat;}
#contentbottom{ width: 940px; align:center; margin:auto; background: url("theme/images/parchment-bottom.gif") bottom center no-repeat;}
#maincontent { 
	width: 788px;
	padding: 10px 25px 40px 25px; 
	/*background: url("theme/images/parchment-bottom.gif") bottom center no-repeat;*/
  align: center;
  margin: auto; 
	min-height: 400px;
	height: auto !important;
	height: 300px;
}

#top_menu { 	position: absolute; top: 10px; left: 50%; margin-left: -190px; width: 380px; }

a:hover#faq, a:hover#search, a:hover#ucp, a:hover#members {
	background-position: 0px -22px;
}

a#faq, a#search, a#ucp, a#members  {
	display: block;
	width: 73px;
	height: 22px;
	text-indent: -4000px;
	float: right;
	margin-right: 20px;
}

a#faq {
	background: url("imageset/en/menu_faq.gif.htm") 0 0 no-repeat;
}
a#search {
	background: url("imageset/en/menu_search.gif.htm") 0 0 no-repeat;
}
a#ucp {
	background: url("imageset/en/menu_ucp.gif.htm") 0 0 no-repeat;
}
a#members {
	background:url("imageset/en/menu_members.gif.htm") 0 0 no-repeat;
}

/*---------------------------*/
/* CONTENT STYLES */
/*---------------------------*/

/* Layout
 ------------ */

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background: #D3EAF6;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.notice {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}



.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("theme/images/cellpic2.jpg.htm") repeat-y scroll top left;
}
.rtl .catdiv {
	background: url("theme/images/cellpic2_rtl.jpg.htm") repeat-y scroll top right;
}

.cat {
	height: 40px;
	margin: 0;
	padding: 10px 0 0 5px;
	border: 0;
	background: url("theme/images/table_top.gif") top no-repeat;
  border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius:1em;
	text-indent: 4px;
}

.row1 {
	padding: 4px;
	border: 1px #9c542c solid;
	/*border-width: 1px 0 0 1px;*/
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius:1em;
	/*background: url("theme/images/table_bg.jpg") top;*/
}

.row2 {
	padding: 4px;
	border: 1px #9c542c solid;
	/*border-width: 1px 0 0 1px;*/
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius:1em;
	/*background: url("theme/images/table_bg.jpg") top;*/
}

.row3 {
	padding: 4px;
	border: 1px #9c542c solid;
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius:1em;
	/*background: url("theme/images/table_bg.jpg") top;*/
}

.spacer {
	/*background: url("theme/images/space.gif") top repeat-x;*/
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #B5BDBF;
	color: #B5BDBF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}
 
.notice a:link, .notice a:visited, .notice a:active { color: #a24c1e; }

.notice a:hover { color: #800c0c; }

a.forumlink {
	color: #a24c1e;;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

a.forumlink:hover {
  color: #392013;
  text-decoration: none;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:hover {
	color: #800c0c;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */


input {
	color: #0d0f0c;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #996633;
	background: #ba9560 url("theme/images/input.gif") top repeat-x;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
	  /*shadows*/

}



select {
	color: #0d0f0c;
	background: #ba9560 url("theme/images/input.gif") top repeat-x;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #996633;
	padding: 1px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
	  /*shadows*/
  -moz-box-shadow: 1px 1px 2px #4f3514; /* for Firefox 3.5+*/ 
  -webkit-box-shadow: 1px 1px 2px #4f3514; /* for Safari and Chrome*/    
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#4f3514', Direction=145, Strength=2);
}

.helpline {
	background: #ba9560 url("theme/images/input.gif") top repeat-x;;
	border-style: 1px solid #996633;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: 0;
	background-color: transparent;
	vertical-align: middle;
}

.btnbbcode {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	border: 1px solid #996633;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
	background: #663300 url("theme/images/tableheader.jpg") top repeat-x;
	  /*shadows*/
  -moz-box-shadow: 1px 1px 2px #4f3514; /* for Firefox 3.5+*/ 
  -webkit-box-shadow: 1px 1px 2px #4f3514; /* for Safari and Chrome*/    
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#4f3514', Direction=145, Strength=2);
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #ffffff;
	background: #663300 url("theme/images/tableheader.jpg") top repeat-x;
	border: 1px solid #996633;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
		  /*shadows*/
  -moz-box-shadow: 1px 1px 2px #4f3514; /* for Firefox 3.5+*/ 
  -webkit-box-shadow: 1px 1px 2px #4f3514; /* for Safari and Chrome*/ 
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#4f3514', Direction=145, Strength=2); 
}

.btnlite {
	font-weight: normal;
	color: #ffffff;
	background: #663300 url("theme/images/tableheader.jpg") top;	
	border: 1px solid #996633;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
		  /*shadows*/
  -moz-box-shadow: 1px 1px 2px #4f3514; /* for Firefox 3.5+*/ 
  -webkit-box-shadow: 1px 1px 2px #4f3514; /* for Safari and Chrome*/ 
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#4f3514', Direction=145, Strength=2); 
}

.btnfile {
	font-weight: normal;
	color: #ffffff;
	background: #663300 url("theme/images/tableheader.jpg") top repeat-x;
	border: 1px solid #996633;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius:4px;
	padding: 1px 5px;
	font-size: 1.1em;
		  /*shadows*/
  -moz-box-shadow: 1px 1px 2px #4f3514; /* for Firefox 3.5+*/ 
  -webkit-box-shadow: 1px 1px 2px #4f3514; /* for Safari and Chrome*/ 
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#4f3514', Direction=145, Strength=2); 
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #9c542c;
	color: #000000;
	background: #996d3a url("theme/images/title.gif") top repeat-x;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #9c542c;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #cca067 url("theme/images/content.gif") top repeat-x;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #9c542c;
	color: #000000;
	background: #996d3a url("theme/images/title.gif") top repeat-x;
	background-color: #5B6061;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #9c542c;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #000000;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background: #cca067 url("theme/images/content.gif") top repeat-x;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background: #000000;
}

.pm_replied_colour {
	background: #5B6061;
}

.pm_friend_colour {
	background: #007700;
}

.pm_foe_colour {
	background: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
	max-width: 590px;
}

.sep {
	color: black;
	background-color: #D3DADB;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#wrapcentre {
    background-color: #0d0f0c;
    color: #dcb975;
}
/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#1E1E1E;}
.gTableTop {padding:2px;background-color:#C19454;background: url('/.s/t/151/20.jpg');color:#582E0A;font-weight:bold;height:23px;padding-left:17px;font-size:10pt;}
.gTableSubTop {padding:2px;background-color:#e2c581;background: url('theme/images/space.gif'); color:#582E0A;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FBF3E5;}
.gTableBody1 {padding:2px;background:#FFFFFF;background: url('theme/images/cellbg1.jpg');}
.gTableBottom {padding:2px;background:#FBF3E5;}
.gTableLeft {padding:2px;background:#FFF3DC;font-weight:bold;color:#613618}
.gTableRight {padding:2px;background:#FFF3DC;background: url('theme/images/cellbg1.jpg');}
.gTableError {padding:2px;background:#FBF3E5;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF;background: url('theme/images/cellbg1.jpg');}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FFF3DC;;background: url('theme/images/cellbg1.jpg');}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#582e0a;}
a.catLink:visited {text-decoration:none; color:#582e0a;}
a.catLink:hover {text-decoration:underline; color:#582e0a;}
a.catLink:active {text-decoration:underline; color:#582e0a;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#613618;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#582e0a;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#582e0a;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#582e0a;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#582e0a;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;color:#FFE6B5;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#582e0a;}
a.forumBarA:visited {text-decoration:none; color:#582e0a;}
a.forumBarA:hover {text-decoration:none; color:#582e0a;}
a.forumBarA:active {text-decoration:underline; color:#582e0a;}

a.forumBar:link {text-decoration:none; color:#582e0a;}
a.forumBar:visited {text-decoration:none; color:#582e0a;}
a.forumBar:hover {text-decoration:none; color:#582e0a;}
a.forumBar:active {text-decoration:underline; color:#582e0a;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#D8A65E;}
.pagesInfo {background-color:#FFF3DC;background: url('/.s/t/151/10.jpg');padding-right:10px;font-size:7pt;}
.switch {background-color:#FFF3DC;background: url('/.s/t/151/10.jpg');width:15px;font-size:7pt;}
.switchActive {background-color:#C19454;background: url('/.s/t/151/20.jpg');font-weight:bold;color:#613618;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#582e0a;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#582e0a;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#582e0a;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#582e0a;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF;background: url('theme/images/cellbg1.jpg');}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#FFF3DC;background: url('theme/images/cellbg1.jpg');}
.threadLastPostTd {padding:2px;font-size:7pt;background: url('theme/images/cellbg1.jpg');}
.threadDescr {color:#000000;font-size:7pt;background: url('theme/images/cellbg1.jpg');}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#FFF3DC;height:25px;font-weight:bold;font-size:7pt;color:#613618;padding-left:40px;}
.threadsDetails {padding:2px;background:#FFF3DC;height:25px;color:#613618;background: url('theme/images/cellbg1.jpg');}
.forumOnlineBar {padding:2px;background:#FFF3DC;height:25px;color:#613618;}

a.threadPinnedLink:link {text-decoration:none; color:#582e0a;}
a.threadPinnedLink:visited {text-decoration:none; color:#582e0a;}
a.threadPinnedLink:hover {text-decoration:none; color:#582e0a;}
a.threadPinnedLink:active {text-decoration:underline; color:#582e0a;}

a.threadLink:link {text-decoration:none; color:#582e0a;}
a.threadLink:visited {text-decoration:none; color:#582e0a;}
a.threadLink:hover {text-decoration:underline; color:#582e0a;}
a.threadLink:active {text-decoration:underline; color:#582e0a;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#FBF3E5;text-align:center;}
.postFirst {background-color:#FFF3DC;border-bottom:3px solid #9D1E0D;}
.postRest1 {background:#FBF3E5;}
.postRest2 {background-color:#FFF3DC}
.postSeparator {height:3px;background:#C19453;}

.postTdTop,.postBottom {background-image: url('/.s/t/151/10.jpg');background-color:#F2DFB5;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/151/21.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/151/21.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FFF3DD;border:1px solid #613618;}
.codeCloseAll {font-size:7pt; color:#613618;font-weight:bold;background:#FFF3DD;border:1px solid #613618;}
.postNameFl,.postDescrFl {background:#FFF3DD;border:1px solid #613618;width:400px}
.postPollFl,.postQuestionFl {background:#FFF3DD;border:1px solid #613618;width:400px}
.postResultFl {background:#FFF3DD;border:1px solid #613618;width:50px}
.postAnswerFl {background:#FFF3DD;border:1px solid #613618;width:300px}
.postTextFl {background:#FFFFFF;border:1px solid #613618;width:550px;height:150px}
.postUserFl {background:#FFF3DD;border:1px solid #613618;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */