/********************************/
/*	CSS Reset		*/
/********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear { clear:both; }
/********************************/
/*	Basic Styles		*/
/********************************/
body {
	line-height: 20px;
	color: #D0D0D0;
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
strong { font-weight:bold; }
a:focus {
	text-decoration: underline;
	color:#FFF;
}
#mainContainer {
	width:999px;
	margin:0 auto;
}
.title, .mainTitle {
	background: transparent url(images/navMenu.png) no-repeat scroll right top;
	margin-left:20px;
	height:40px;
	line-height:40px;
	font-weight:bold;
}
.title > span, .mainTitleRight{
	background: transparent url(images/navMenu.png) no-repeat scroll left top;
	position:relative;
	left:-20px;
	display:block;
	padding-left:20px;
}
.title > span { height: 40px; }
h2.title > span > a,
.mainTitleRight > h2 a { float:left; }
h2.title > span > .accordContainer,
.mainTitleRight .accordContainer { float:right; }
.title.subtitle, .title.subtitle > span {
	background-image:url(images/postTitle.png);
	height:50px;
	line-height:50px;
}
.tablebg { background: transparent url(images/tableBG.png) left top repeat-y; }
/********************************/
/*	Header Styles		*/
/********************************/
#header { font-size:14px; }
#header #logo {
	display:block;
	width:454px;
	height:250px;
	margin:0 auto;
}
#header #navMenu {
	margin:0;
	clear:both;
	height:40px;
	line-height:30px;
	background:transparent url(images/navMenu.png) left top no-repeat;
	padding:0 20px;
	position:relative;
	z-index:1;
}
#header #navMenu > li {
	display:block;
	margin: 5px 0 5px;
	height:30px;
	float:left
}
#header #navMenu > li + li {
	padding-left:10px;
	margin-left:10px;
	border-left:1px dashed #777;
}
.accordContainer { position:relative; }
.accordContainer .accordBox {
	position:absolute;
	top:20px;
	right:0px;
	width:200px;
	line-height:20px;
	z-index:1;
}
.accordContainer ul li {
	float:none;
}
.accordContainer ul li a {
	display:block;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
}
.accordContainer ul li a:hover {
	padding-left:20px;
	background:transparent url(images/menuHover.png) left top no-repeat;
}
.accordBox .accordBoxContent,
.accordBox .accordBoxContent ul {
	background:transparent url(images/boxContent.png) right top repeat-y;
}
.accordBox .accordBoxContent ul { background-position: left top; }
.accordBox .accordBoxContent {
	margin-left:10px;
}
.accordBox .accordBoxContent ul {
	position:relative;
	left:-10px;
}
.accordBox .accordBoxHeader,
.accordBox .accordBoxFooter { margin-right:10px; }
.accordBox .accordBoxHeader,
.accordBox .accordBoxHeader span,
.accordBox .accordBoxFooter,
.accordBox .accordBoxFooter span {
	background:transparent url(images/boxHeaderFooter.png) left top no-repeat;
	display:block;
	height:5px;
}
.accordBox .accordBoxFooter,
.accordBox .accordBoxFooter span { background-position: left bottom; }
.accordBox .accordBoxHeader span,
.accordBox .accordBoxFooter span {
	width:10px;
	float:right;
	position:relative;
	right:-10px;
}
.accordBox .accordBoxHeader span { background-position: right top; }
.accordBox .accordBoxFooter span { background-position: right bottom; }

#body-simple {
	background: #191919;
	padding: 5px;
}

/********************************/
/*	Breadcrumb				*/
/********************************/
.breadcrumb {
	clear:both;
	background:transparent url(images/breadcrumb.png) left top no-repeat;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left:20px;
	margin-bottom:10px;
}
#pagecontent + .breadcrumb,
#ucp + .breadcrumb { background-image:url(images/breadcrumbA.png);}
/********************************/
/*	Row Set				*/
/********************************/
.rowSet { margin-bottom:10px; }
.rowSet .row {
	background:#313131 url(images/row.png) left top repeat-y;
	padding:10px 20px 0 20px;
}
.rowSet .row.skinny {
	padding:0 0 0 5px;
	margin-right:5px;
}
.rowSet .row.skinny .rowRight {
	background:#313131 url(images/row.png) right top repeat-y;
	position:relative;
	right:-5px;
	padding-right:1px;
}
.rowSet .row.cols {
	padding:5px 0;
}
.rowSet .row.cols + .clear + .row.cols  {
	padding:6px 0 5px;
	background:#313131 url(images/rowA.png) left top no-repeat;
}
#pagecontent .rowSet .row.cols:hover {background-image:none;background-color:#444;}
.rowSet .row p, .rowSet .row ul { padding-bottom:10px; }
.rowSet .row p + p, .rowSet .row ul + p,
.rowSet .row p + ul, .rowSet .row ul + ul { padding-top:10px; }
.rowSet .rowLast, .rowSet .rowLast span {
	height:10px;
	display:block;
	background:transparent url(images/rowLast.png) left top no-repeat;
	margin-right:20px;
}
.rowSet .rowLast span {
	margin:0;
	position:relative;
	right:-20px;
	background-position:right top;
}
.rowSet .titleRow {
	height:25px;
	display:block;
	line-height:20px;
	padding-top:5px;
	font-size:14px;
	background:transparent url(images/rowTitle.png) left top no-repeat;
}
.rowSet .row + .titleRow { background-position:left bottom; }
.rowSet .titleRow h4 {
	padding-left:20px;
	font-weight:bold;
	font-size:16px;
}
.rowSet .subTitleRow {
	height:30px;
	line-height:30px;
	padding-left:20px;
	font-weight:bold;
	font-size:16px;
	background:transparent url(images/rowSubTitle.png) left top no-repeat;
}
.rowSet .column { float:left; }
.rowSet .column + .column { background:transparent url(images/column.png) top left repeat-y; }
.rowSet .row .column {
	text-indent:10px;
	width:100%;
}
.rowSet .titleRow .column, .rowSet .column.center {
	text-align:center;
	text-indent:0;
	height:20px;
}
.colWrap {
	text-indent:0;
	padding:10px 20px;
}
.rowSet .row .column.small { font-size:12px; }
/********************************/
/*	Forum List				*/
/********************************/
.forumFolderImage, .forumImage {
	float:left;
	width:50px;
}
.moderators, .subforums, .forumDescription {
	text-indent:0;
	padding:0 10px 0 50px;
}
/********************************/
/*	Post					    */
/********************************/
#pagecontent {	margin-bottom:10px; }
#pagecontent.pm { width:79%;float:right; }
.postMessage ul, .postMessage ol { padding:0 0 20px 35px; }
.postMessage ul { list-style-type:disc; }
.postMessage ol { list-style-type:decimal; }
div.post {
	background:transparent url(images/post.png) left top repeat-y;
	font-size:14px;
	margin-bottom:10px;
}
.postTitleBlock, .postTitleRight,
.topicSort, .topicSortRight {
	background:transparent url(images/postTitle.png) left top no-repeat;
	white-space: nowrap;
	height: 50px;
	line-height:30px;
	margin-right:20px;
}
.postTitleRight, .topicSortRight {
	background-position:right top;
	position:relative;
	right:-20px;
	margin:0;
	padding-right:20px;
}
.post + .post .postTitleBlock,
.post + .post .postTitleRight  { background-image:url(images/postTitleSub.png); }
.postTitleBlock .postTitle { float:left; }
.post .postTools { float:right; }
.postAuthorInfo {
	clear:both;
	font-size:12px;
	line-height:20px;
	position:relative;
	top:-5px;
	float:left;
}
.postAuthorTools {
	float:right;
	position:relative;
	top:-5px;
	line-height:20px;
	clear:right;
}
.postAuthorTools li, .post .postTools li {
	float:left;
	margin-left:5px;
}
.post .postTools li img {
	padding-top:6px;
}
.postContent {
	padding:10px 0 10px 20px;
	width:769px;
}
.postAuthor {
	float:right;
	clear:right;
	width:150px;
	padding:0 20px;
	margin:0 0 0 10px;
	font-size:12px;
}
.adminWidget {
	margin-bottom:5px;
	position:relative;
}
.adminWidget .noAdmin,
.adminWidget .yesAdmin,
.adminWidget .admin  {
	width:150px;
	height:75px;
	background-image:url(images/serverAdmin_noSprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
.adminWidget .login,
.adminWidget .votedYes,
.adminWidget .votedNo {
	width:150px;
	height:50px;
	text-indent:-9000px;
	background-image:url(images/serverAdmin_noSprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
.adminWidget .votedYes { background-position:left -369px; }
.adminWidget .votedNo { background-position:left -319px; }
.adminWidget .login { background-position:left -419px; }
.adminWidget .noAdmin { background-position:left top; }
.adminWidget .yesAdmin  { background-position:left -75px; }
.adminWidget .admin { background-position:left -150px; }
.adminWidget  .admin_yes,
.adminWidget  .admin_no {
	position:absolute;
	background-image:url(images/serverAdmin_noSprite.png);
	background-repeat:no-repeat;
	top:25px;
	display:block;
	height:22px;
	width:33px;
	text-indent:-9000px;
}
.adminWidget .admin_yes {
	left:56px;
	background-position:-84px -297px;
}
.adminWidget .admin_yes:hover { background-position:-56px -175px; }
.adminWidget .noAdmin .admin_yes { background-position:-84px -275px; }
.adminWidget .noAdmin .admin_yes:hover { background-position:-56px -25px; }
.adminWidget .yesAdmin .admin_yes { background-position:-18px -275px; }
.adminWidget .yesAdmin .admin_yes:hover { background-position:-56px -100px; }
.adminWidget   .admin_no {
	left:103px;
	background-position:-117px -297px;
}
.adminWidget .admin_no:hover { background-position:-103px -175px; }
.adminWidget .noAdmin  .admin_no { background-position:-117px -275px; }
.adminWidget .noAdmin .admin_no:hover { background-position:-103px -25px; }
.adminWidget .yesAdmin  .admin_no { background-position:-51px -275px; }
.adminWidget .yesAdmin .admin_no:hover { background-position:-103px -100px; }
.adminWidget  .count {
	padding-top:55px;
	text-align:center;
	font-size:11px;
}
.adminWidget .admin  .count { color:#000; }
.postAuthorName {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:center;
}
.topicSort, .topicSortRight { background-image:url(images/topicSort.png); }
.postAuthorRank { margin-bottom:5px; }
.postAuthorAvatar {
	text-align:center;
	margin-bottom:5px;
}
.postSignature {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #777;
	font-size:12px;
	max-width:675px;
	overflow:hidden;
}
.topicSortRight {
	line-height:25px;
	font-size:12px;
}
.topicSort.first {
	background-position:left bottom;
	height:50px;
	margin-bottom:10px;
}
.topicSort.first .topicSortRight {
	padding-top:0;
	background-position:right bottom;
}	
.sortOptions { float:right; }
.postReplyOptions {
	float:left;
	line-height:50px;
	margin-right:10px;
}
.postReplyOptions li { 
	float:left;
	margin-right:10px;
}
.pagination {
	clear:right;
	float:right;
}
.nextPreviousTopic { float:right; }
.nextPreviousTopic li { float:left; }
.nextPreviousTopic li  + li {
	margin-left:5px;
	padding-left:5px;
	border-left:1px dashed #777;
}
.bigButton {
	display:block;
	height:30px;
	line-height:30px;
	margin-top:10px;
	text-indent:-9000px;
	width:125px;
	background:transparent left top no-repeat;
}
a:hover.bigButton {
	background-position:left bottom;
}
.newTopic.bigButton { background-image:url(images/newTopic.png) }
.postReply.bigButton { background-image:url(images/postReply.png) }

.postFooter, .postFooter span {
	height:10px;
	display:block;
	background:transparent url(images/postFooter.png) left top no-repeat;
}
.postFooter {
	margin-right:10px;
	padding-left:10px;
}
.postFooter span {
	position:relative;
	right:-10px;
	background-position:right top;
}

/* Legend */
.legend li {
	float:left;
	width:106px;
	text-align:center;
	font-size:10px;
	position:relative;
	font-weight:bold;
}
.legend li span {
	display:block;
	position:absolute;
	line-height:10px;
	top:25px;
	width:100%;
	left:0;
}

/* Login Form */
.loginForm li {
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dashed #FFF;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.loginForm .submit {
	padding:0;
	margin:0;
	border-width:0;
}
/* Form Lists */
#pagecontent .formList { padding:0; }
.formList LI { clear:both; }
.formList LI  + LI { padding:10px 0; }
.formList .label {
	float:left;
	width:35%;
}
.formList .field {
	margin-left:35%;
	padding-left:20px;
}
/* PROFILE PAGE */
.profile .steamId,
.profile .postAuthor {
	float:none;
	margin:0;
}
.profile .postAuthor {
	width:auto;
	padding:0;
}
/********************************/
/*	New Post				    */
/********************************/
#pagecontent .smiles li { display:inline; }
#pagecontent .smiles li a {
	display:inline;
	padding-left:2px;
}
#pagecontent .smiles li a:hover {
	background-image:none;
	padding:0;
}
.smiles.accordBox {
	width:960px;
	right:auto;
	left:0;
}

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

.error, table td .error {
	color: #CBA300;
}

.spacer {
	background: #864C4A url(images/th.gif) top left repeat-x;
}

hr	{ height: 0px; border: solid #B62324 0px; border-top-width: 1px;}

/* Links
 ------------ */
a {
	color: #CBA300;
	text-decoration: none;
}

a:active,
a:visited {
	color: #CBA300;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.forumlink {
	font-weight: bold;
}

a.topictitle {
	margin: 1px 0px;
	font-weight: bold;
}

a.topictitle, .postbody a {
	color: #CBA300;
}
a.topictitle:visited, .postbody a:visited {
	color: #B49100;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #DFB300;
}
a.topictitle:hover, .postbody a:hover {
	color: #fff;
}

/* Header and logo */
.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #94120B;
	border-right: solid 1px #7B0F09;
	border-top: solid 1px #94120B;
	border-bottom: solid 1px #7B0F09;
	background: #313131 url(images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #CCC;
}
.pm-notify-new, .pm-notify-unread:hover {
	border-left: solid 1px #DDB100;
	border-right: solid 1px #CBA300;
	border-top: solid 1px #DDB100;
	border-bottom: solid 1px #CBA300;
}
.pm-notify-new { padding: 30px; }

/* Navigation buttons */
a.link-new, a.link-new:visited { color: #CBA300; }
a.link-new:hover, a.link-new:visited:hover { color: #FFF; }

/* Content and tables */
#contentrow {
	padding: 5px;
	background-color: #191919;
}

.row1, .row2, .row3, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

td {
	padding: 2px;
}
.catdiv {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}
.rtl .catdiv {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}

.cat {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	text-indent: 4px;
}
.cathead {
	background: #541512 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #910E06;
	border-right: solid 1px #530501;
	border-top: solid 1px #A11108;
	border-bottom: solid 1px #770D07;
}


/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 7px;
	height: 20px;
}
caption, caption h1, caption h3, caption span,
.cap-div, .cap-div h1, .cap-div h3, .cap-div span { 
	font-weight: bold;
	color: #CBA300;
}
caption h1, caption h3, caption span,
.cap-div h1, .cap-div h3, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #CBA300;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Footer */
#wrapfooter {
	text-align: center;
	color: #CCC;
	padding-top: 10px;
}

.copyright {
	color: #888;
	font-weight: normal;
}
.copyright a, .copyright a:visited {
	color: #AAA;
	text-decoration: underline;
}
.copyright a:hover { color: #FFF; }



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

.rtl p.datetime {
	float: left;
}

/* Index/viewforum */
.subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}
.legend-viewforum { 
	margin: 0; 
	text-align: left; 
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.forumrules h3 {
	color: #CBA300;
}

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

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active {
	color: #00FF00;
	font-weight: bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

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

.posthilit {
    color: #FFCD00;
	background-color: #444;
}

.postsubject {
	font-weight: bold;
	color: #991A13;
}

.postbody a { text-decoration: underline; }

/* UCP */
.folder-current a, .folder-current a:visited {
	color: #FFF;
	font-weight: bold;
}
.folder-current a:hover { color: #CBA300; }

td.pm_marked_colour { background: #CBA300; }
td.pm_marked_colour_left { border-left: solid 3px #CBA300; padding-left: 2px; }
td.pm_marked_colour_right { border-right: solid 3px #CBA300; padding-right: 2px; }

td.pm_replied_colour { background: #90160F; }
td.pm_replied_colour_left { border-left: solid 3px #90160F; padding-left: 2px; }
td.pm_replied_colour_right { border-right: solid 3px #90160F; padding-right: 2px; }

td.pm_friend_colour { background: #007700; }
td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

td.pm_foe_colour { background: #DD0000; }
td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .btnbbcode, .btnfile, .helpline {
	font-weight: normal;
	color: #D0D0D0;
	font-family:arial;
	border: 1px solid #90160F;
	background-color: #222;
}
.btnfile{
	color: #000000;
}

input {
	padding: 1px;
}
input.post {
	border:1px solid #CBA300;
}
textarea {
	padding: 2px;
}
select {
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

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

.btnbbcode {
	border: 1px solid #444;
}
.btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

.btnmain, .btnlite{
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	color:#CBA300;
	font-size:16px;
	width:125px;
	height:30px;
	background-image:url(images/button.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:transparent;
	border-width:0;
	font-family:arial;
}
.btnmain:hover,
.btnlite:hover {
	color:#FFF;
	background-position:left top;
	text-decoration:none;
}
.btnlite { font-weight: normal; }

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
}

.helpline {
	background-color: transparent;
	color: #AAA;
	border-style: none;
}

label:hover { 
	color: #CBA300; 
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	color: #D0D0D0;
	background-color: #2E2E2E;
	font-weight: bold;
}

.quotetitle .quotetitle {

}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 10px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	background-color: #2E2E2E;
	color: #EEE;
}

.attachcontent {

}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2E2E2E;
	color: #EEE;
}

.quotewrapper, .codewrapper, .attachwrapper {
	margin: 20px 0;
	background: #61110D url(images/code_header.gif) top left no-repeat;
	padding-left: 20px;
	border: solid 1px #090909;
	width:672px;
}
.quotewrapper { background-image: url(images/quote_header.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
}

.syntaxbg {
	color: #FFF;
}

.syntaxcomment {
	color: #AAA;
}

.syntaxdefault {
	color: #FFF;
}

.syntaxhtml {
	color: #FFF;
}

.syntaxkeyword {
	color: #CBA300;
}

.syntaxstring {
	color: #90160F;
}


/* More misc stuff */
p.moderators {
	margin: 0px;
	float: left;
	color: #CCC;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}
td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #444;
}

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
}

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

.sep {
	color: #888;
}


/* bugs */
@media all and (min-width: 0px)
{
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #FFF;
		color: #000;
	}

}
#announcementsMapListContainer{
	width:200px;
	float:left;
}
#twitterListContainer,
#facebookListContainer {
	float:right;
	width:200px;
	position:relative;
}
#announcementsContainer .link, #mapListContainer .link,
#twitterListContainer .link, #facebookListContainer .link  {
	display:block;
	padding:10px 9px 0 0;
	text-align:center;
}
#announcementsContainer UL, #mapcycle, #tweet, #facebookListContainer .facebookList {
	height:194px;
	overflow-y:auto;
	overflow-x:hidden;
	color: #CBA300;
}
#announcementsContainer UL, #mapcycle { padding-right:10px; }
#tweet,
#facebookListContainer .facebookList { height:204px; }
#tweet UL {
	font-size:12px;
	color:#FFF;
	padding:0 10px 0 0;
}
#announcementsContainer LI , #mapcycle LI, #tweet LI  {
	border-bottom:1px dashed #777;
	padding:4px 0;
}
#tweet LI { padding-top:5px; }
#youTube  .video {
	float:left;
	width:159px;
	text-align:center;
	font-size:12px;
}
.tweet_avatar {
	float:left;
	padding:0 5px 0 0;
}
.birdy, .facebook {
	display:block;
	position:absolute;
	background-color:transparent;
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:1;
}
.birdy {
	height:55px;
	width:80px;
	right:0;
	top:-10px;
	background-image:url(images/twitter.png);
}
.facebook {
	height:40px;
	width:40px;
	top:-5px;
	right:5px;
	background-image:url(images/facebook.png);
}
.spoiler{display:none;}
/* STEAM ID*/
.steamId {
	margin:10px 10px 0;
	float:right;
}
.load {
	margin:0 auto;
	padding:2px;
	text-align:center;
	width:66px;
	height:24px;
	text-indent:-9000px;
	background:transparent url(images/load.png) left top no-repeat;
	height:48px;
	margin-top:27px;
}
.postTwitter, .postXbox { float:left; }
.postAuthorDetails { clear:both; }
.steamId .load { margin-top:12px; }
#ucp {
	float:right;
	width:79%;
}