#forum_block * {
	margin: 0;
	padding: 0;
}

#forum_block * {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 10px;
	margin: 0;
	padding: 0;
}



#forum_block #body-simple {
	background: #000;
	padding: 5px;
}
#forum_block div#body { 
    background: url(../images/body_top.gif) top left repeat-x; 
    padding: 5px;
}

/* Misc stuff */
#forum_block img {
	border: none;
}

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

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

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

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

#forum_block .error, table td .error {
	color: #FF3200;
}

#forum_block .spacer {
	background: #A5ADB2 url(../images/cathead.gif) top left repeat-x;
}

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

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

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

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

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

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

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

#forum_block a.topictitle, #forum_block .postbody a {
	color: #889095;
}
#forum_block a.topictitle:visited, #forum_block .postbody a:visited {
	color: #969FA4;
}
#forum_block a.topictitle:visited:hover, #forum_block .postbody a:visited:hover {
	color: #889095;
}
#forum_block a.topictitle:hover, #forum_block .postbody a:hover {
	color: #FF3200;
}

/* Header and logo */
#forum_block #maintable {
	margin: 0 auto;
	background-color: #000;
}
#forum_block #header, .row-left, .row-right { padding: 0; }

#forum_block .row-left { width: 4px; overflow: hidden; background: url(../images/row_left.gif) top left repeat-y; }
#forum_block .row-right { width: 4px; overflow: hidden; background: url(../images/row_right.gif) top right repeat-y; }

#forum_block #logorow {
	background: url(../images/logo_bg.gif) top left repeat-x;
	text-align: center;
	padding: 0;
}

#forum_block #logo-left {
	background: url(../images/logo_left.gif) top left no-repeat;
}
#forum_block #logo-right {
	background: url(../images/logo_right.gif) top right no-repeat;
	padding: 4px 15px 0 15px;
	text-align: left;
	overflow: hidden;
}

#forum_block .pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #A6B2C0;
	border-right: solid 1px #97A4B3;
	border-top: solid 1px #A6B2C0;
	border-bottom: solid 1px #97A4B3;
	background: #F0F3F4 url(../images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#forum_block .pm-notify-new a, #forum_block .pm-notify-new a:visited, #forum_block .pm-notify-unread a, #forum_block .pm-notify-unread a:visited { text-decoration: underline; }
#forum_block .pm-notify-header {
	margin-bottom: 10px;
	color: #FF3200;
}
#forum_block .pm-notify-new { padding: 30px; }

/* Navigation buttons */
#forum_block .navrow {
	background: url(../images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	color: #A8AFB3;
	text-align: center;
	font-size: 11px;
	padding-top: 4px;
}
/* * html .navrow { padding: 0; } */
#forum_block .navrow b, #forum_block .navrow strong { font-weight: normal; }
#forum_block .navrow a, #forum_block .navrow a:visited {
	color: #889095;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#forum_block .navrow a:hover { 
	color: #FF3200; 
	text-decoration: underline; 
}

#forum_block a.link-new, #forum_block a.link-new:visited { color: #FF3200; }
#forum_block a.link-new:hover, #forum_block a.link-new:visited:hover { color: #E04D29; }

/* footer */
#forum_block .row-bottom { 
    padding: 0;
    overflow: hidden;
    background: url(../images/bottom_bg.gif) top left repeat-x; 
    height: 10px;
}
#forum_block  .row-bottom { font-size: 1px; line-height: 1px; }
#forum_block .row-bottom div {
    height: 10px;
    background: url(../images/bottom_left.gif) top left no-repeat;
}
#forum_block .row-bottom div div {
    background: url(../images/bottom_right.gif) top right no-repeat;
}

/* Content and tables */
#forum_block #contentrow {
	padding: 8px;
}

#forum_block .tablebg {
	border: solid 1px #333333; 
	background: #F0F3F4 url(../images/cell.gif) top left repeat-x;
}
#forum_block .block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #6E747A;
}

#forum_block .row1, #forum_block .row2, #forum_block .row3, #forum_block .legend, #forum_block .forumrules, #forum_block tr.row1 .row, #forum_block tr.row2 .row, #forum_block tr.row3 .row, #forum_block .postbottom {
	border-left: solid 1px #000;
	border-right: solid 1px #333333;
	border-top: solid 1px #000;
	border-bottom: solid 1px #333333;
	background: url(../images/cell.gif) top left repeat-x;
	padding: 4px;
}
#forum_block th {
	color: #8C9398; 
	font-size: 11px; 
	font-weight: bold;
	background: #F3F6F7 url(../images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #000;
	border-right: solid 1px #333333;
	border-top: solid 1px #000;
	border-bottom: solid 1px #333333;
}
#forum_block th a, #forum_block th a:visited {
	color: #8C9398 !important;
	text-decoration: underline;
}
#forum_block th a:hover {
	color: #FF3200;
	text-decoration: underline;
}

#forum_block td {
	padding: 2px;
}
#forum_block td.profile {
	padding: 4px;
}
#forum_block .catdiv, #forum_block .cat, #forum_block .cathead {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #ACB4B8;
	border-right: solid 1px #333333;
	border-top: solid 1px #7C8388;
	border-bottom: solid 1px #333333;
	background: #A9AFB4 url(../images/cathead.gif) top left repeat-x;
	color: #EFF3F6;
}

#forum_block .cat, #forum_block .cathead {
	text-indent: 4px;
}

#forum_block .catdiv a, #forum_block .cathead a, #forum_block .cat a {
    color: #EFF3F6;
    text-decoration: underline;
}
#forum_block .catdiv a:hover, #forum_block .cathead a:hover, #forum_block .cat a:hover {
    color: #000;
    text-decoration: underline;
}


/* Table header */
#forum_block caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(../images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: left;
}
#forum_block .cap-left {
	background: url(../images/hdr_left.gif) top left no-repeat;
}
#forum_block .cap-right {
	background: url(../images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
}
#forum_block caption, #forum_block caption h1, #forum_block caption h2, #forum_block caption h3, #forum_block caption h4, #forum_block caption span,
#forum_block .cap-div, #forum_block .cap-div h1, #forum_block .cap-div h2, #forum_block .cap-div h3, #forum_block .cap-div h4, #forum_block .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #EFF3F6;
}
#forum_block caption h1, #forum_block caption h2, #forum_block caption h3, #forum_block caption h4, #forum_block caption span,
#forum_block .cap-div h1, #forum_block .cap-div h2, #forum_block .cap-div h3, #forum_block .cap-div h4, #forum_block .cap-div span { 
	display: inline;
}
#forum_block caption a, #forum_block caption a:visited, #forum_block .cap-div a, #forum_block .cap-div a:visited {
	color: #EFF3F6;
	text-decoration: underline;
}
#forum_block caption a:hover, #forum_block .cap-div a:hover {
	color: #000;
	text-decoration: underline;
}

#forum_block .block-start { background: url(../images/ftr_mid.gif) bottom left repeat-x; }
#forum_block .block-end-left { background: url(../images/ftr_left.gif) top left no-repeat; }
#forum_block .block-end-right { background: url(../images/ftr_right.gif) top right no-repeat; }
#forum_block .block-end-left, #forum_block .block-end-right { height: 4px; overflow: hidden; padding: 0; }

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

#forum_block .copyright {
	color: #889095;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
#forum_block .copyright a, #forum_block .copyright a:visited {
	color: #333333;
	text-decoration: underline;
}
#forum_block .copyright a:hover { color: #889095; }


/* Breadcrumbs */
#forum_block .breadcrumb .row1 { 
    border-width: 1px 0 0 1px; 
    background: #111111;    
}
#forum_block p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #99A0A5;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
#forum_block .rtl p.breadcrumbs {
	float: right;
}

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

#forum_block .rtl p.datetime {
	float: left;
}

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

#forum_block .forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left: solid 1px #C1C5CB;
	border-right: solid 1px #333333;
	border-top: solid 1px #C1C5CB;
	border-bottom: solid 1px #333333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#forum_block .forumrules h3 {
	color: #FF3200;
}

/* Post */
#forum_block .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #889095;
}
#forum_block td.postbottom { 
	background: #F4F7F8 url(../images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #929A9F;
	white-space: nowrap;
	padding: 2px 4px;
	vertical-align: middle;
	border-left: solid 1px #F1F4F6;
	border-top: solid 1px #F1F4F6;
	border-right: solid 1px #B1B6BA;
	border-bottom: solid 1px #B1B6BA;
}
#forum_block td.postbuttons { padding-top: 3px; }
#forum_block .postdetails { 
	color: #969EA2;
	font-size: 10px; 
	text-align: left;
}
#forum_block .postdetails b {
	color: #969EA2;
}
#forum_block .posterrank		{ font-size: 9px; color: #7F878D; }
#forum_block .posterprofile	{ font-size: 10px; color: #889095; }

#forum_block .postauthor {
	color: #889095;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
#forum_block .postonline { margin-bottom: 2px; }

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

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

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

#forum_block .postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
#forum_block .signature {
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}
#forum_block .signature .line { color: #333333; }

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

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

#forum_block .posthilit {
	background-color: #B3BCC1;
	color: #000;
}

#forum_block .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #889095;
}

#forum_block .postbody a { text-decoration: underline; }

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

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

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

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

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


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

#forum_block textarea, #forum_block select, #forum_block .post, #forum_block .btnbbcode, #forum_block .btnmain, #forum_block .btnlite, #forum_block .btnfile, #forum_block .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #333333;
	background-color: #F3F5F7;
}
#forum_block .cat .btnmain, #forum_block .cat .btnlite, #forum_block .cat select {
    color: #444;
    background-color: #C2C7CA;
    border-color: #5C6469;
}

#forum_block input {
	font-size: 1.1em;
	padding: 1px;
}
#forum_block textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
#forum_block select {
	font-size: 1.1em;
	padding: 1px;
}

#forum_block option {
	padding: 0 1em 0 0;
}

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

#forum_block .post {
	border-style: solid;
	border-width: 1px;
}

#forum_block .btnbbcode {
	font-size: 1.1em;
	color: #889095;
	border: 1px solid #CDD1D7;
}
#forum_block .btnbbcode:hover {
	border-color: #333333;
	color: #000;
}

#forum_block .btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

#forum_block .btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

#forum_block .btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

#forum_block textarea, #forum_block  select, #forum_block  .post, #forum_block  .btnmain, #forum_block  .btnlite, #forum_block  .btnfile {
	border-color: #333333;
}
#forum_block  .cat .btnmain, #forum_block  .cat .btnlite {
    border-color: #5C6469;
}
#forum_block textarea:hover, #forum_block select:hover, #forum_block .post:hover, #forum_block .btnmain:hover, #forum_block .btnlite:hover, #forum_block .btnfile:hover {
	border-color: #92979C;
}
#forum_block textarea:focus, #forum_block select:focus, #forum_block .post:focus, #forum_block .btnmain:focus, #forum_block .btnlite:focus, #forum_block .btnfile:focus {
	border-color: #717579; 
	color: #000;
}
#forum_block .cat .btnmain:hover, #forum_block .cat .btnlite:hover, #forum_block .cat select:hover {
    border-color: #404549;
}
#forum_block .cat .btnmain:focus, #forum_block .cat .btnlite:focus, #forum_block .cat select:focus {
    border-color: #404549;
    color: #000;
}

#forum_block label:hover { 
	color: #FF3200; 
}

#forum_block textarea.posting-textarea, #forum_block #ie8#fix {
    width: 98%;
}

/* BBCode
 ------------ */
#forum_block .quotetitle, #forum_block .attachtitle, #forum_block .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #CCD0D5;
	color: #889095;
	background-color: #EBEEF0;
	font-size: 0.85em;
	font-weight: bold;
}

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

#forum_block .quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #CCD0D5;
	border-width: 0px 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-color: #F0F3F5;
	color: #444;
}

#forum_block .attachcontent {
	font-size: 0.85em;
}

#forum_block .codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #CCD0D5;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F0F3F5;
	color: #444;
}

#forum_block .quotewrapper, #forum_block .codewrapper, #forum_block .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #EBEEF0 url(../images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #CCD0D5;
	border-bottom-color: #333333;
	border-right-color: #333333;
}
#forum_block .quotewrapper { background-image: url(../images/quote_header.gif); }
#forum_block .quotewrapper .quotetitle, #forum_block .codewrapper .codetitle, #forum_block .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
#forum_block .quotewrapper .quotecontent, #forum_block .codewrapper .codecontent, #forum_block .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}
#forum_block .attachcontent, #forum_block .codecontent {
	overflow: auto;
	overflow-x: auto;
}

#forum_block .syntaxbg {
	color: #F0F3F5;
}

#forum_block .syntaxcomment {
	color: #889095;
}

#forum_block .syntaxdefault {
	color: #444;
}

#forum_block .syntaxhtml {
	color: #687278;
}

#forum_block .syntaxkeyword {
	color: #456375;
}

#forum_block .syntaxstring {
	color: #637078;
}


/* More misc stuff */
#forum_block h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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

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

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

#forum_block p {
	font-size: 1.1em;
}

#forum_block p.moderators {
	margin: 0px;
	float: left;
	color: #889095;
	font-weight: bold;
}

#forum_block .rtl p.moderators {
	float: right;
}

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

#forum_block .rtl p.linkmcp {
	float: left;
}

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

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

#forum_block .rtl p.searchbarreg {
	float: left;
}

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

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

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

#forum_block table.colortable td {
	padding: 0;
}

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

#forum_block .nowrap {
	white-space: nowrap;
}

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

#forum_block .sep {
	color: #889095;
}


/* reset style for file input */
#forum_block .btnfile, #forum_block .btnfile:hover, #forum_block .btnfile:focus { 
    border: none; 
    background-color: #000;
    color: #000;
}
