div#forum_header {
	width: 840px;
	margin: 0px auto 10px auto;
	padding: 10px;
}


#forum_header div.user_cp {
	text-align: right;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}


.navbar {
	padding: 10px;
	background-image: url(/img/table_navbar_bg.gif);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	border: 1px solid #b2b2b2;
	font-size: 0.9em;
}

.navbar-light {
	background-image: url(/img/table_navbar_light_bg.gif);
	background-repeat: repeat-x;
	background-color: #eee;

}


/* ----------------------------------------------------------------
	-------------------------- Tables/Blocks ---------------------------
	---------------------------------------------------------------- */


.block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #6E747A;
}

.tablebg {
	border: solid 1px #6e6e6e; 
	background-color: #eeeeee;
	background-image: url(/img/table_cell.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 1em;
}



.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #fff;
	border-right: solid 1px #b3b3b3;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #b3b3b3;
	background-color: #eeeeee;
	background-image: url(/img/table_cell.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 4px;
}

td.align-center,
th.align-center {
	text-align: center;
}


td.icon img,
th.icon img {
	position: relative;
	top: 2px;
}

th {
	color: #108e9f;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #e4ecec;
	background-image: url(/img/table_th.gif);
	background-position: top left;
	background-repeat: repeat-x;
	white-space: nowrap;
	padding: 3px 5px 3px 5px;
	text-align: center;
	height: 23px;
	border-left: solid 1px #fff;
	border-right: solid 1px #b3b3b3;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #b3b3b3;
}

th a, th a:visited {
	color: #8C9398 !important;
	text-decoration: underline;
}

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

td {
	padding: 2px;
	line-height: 1.4em;
}

td.profile {
	padding: 4px;
}

table.valign_top td {
	vertical-align: top;
}

table.valign_mid td {
	vertical-align: middle;
}

table.nav-bar {
	width: 100%;
}


.navbar .breadcrumbs {
	display: block;
	float: left;
}
.navbar .forum_actions_alt {
	float: right;
	display: block;
}

div.searchbar {
	padding: 5px 10px 0px 10px;
	width: 820px;
}

div.searchbar .searchbar_left,
div.searchbar .searchbar_right {
	font-size: 0.9em;
	display: block;
}

div#forum_current_visit {
	display: none;
}

div.forum_breadcrumbs {

}

div.forum_breadcrumbs p.datetime {
	display: none;
}

div#pageheader {
	padding: 15px 0px 10px 3px;
	width: 830px;
}

div#content_wrapper h2 {
	font-size: 1.6em;
	color: #108e9f;
	font-weight: bold;
	float: left;
}

div#pageheader p {
	font-size: 0.9em;
	color: #4e7a79;
	line-height: 1.4em;
}

table.forum_pagination_and_actions {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0;
	vertical-align: middle;
}

table.forum_pagination_and_actions td {
	vertical-align: middle;
}

.forum_filter {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.forum_filter form input,
.forum_filter form select {
	font-size: 0.9em;
}


.navbar .permission_list,
.navbar .search_box {
	float: left;
	line-height: 1.4em;
}

.navbar .icon_explanation,
.navbar .select_actions {
	float: right;
}

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

#wrapfooter span.gensmall {
	text-align: right;
	display: block;
	width: 100%;
	color: #0A6D7A;
}

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

.copyright a:hover { color: #889095; }


a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #cf6a1e;
}

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

a.topictitle, .postbody a {
	color: #cf6a1e;
}
a.topictitle:visited, .postbody a:visited {
	color: #cf6a1e;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #cf6a1e;
}
a.topictitle:hover, .postbody a:hover {
	color: #cf6a1e;
}



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

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #444;
	border: 1px solid #B4B9BF;
	background-color: #F3F5F7;
}
.cat .btnmain, .cat .btnlite, .cat select {
    color: #444;
    background-color: #ffffff;
    border-color: #b3b3b3;
}

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

option {
	padding: 0 1em 0 0;
}

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

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

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

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

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

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

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

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

label:hover { 
	color: #FF3200; 
}


/* ----------------------------------------------------------------
	-------------------------- BB CODE ---------------------------
	---------------------------------------------------------------- */
.quotetitle, .attachtitle, .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;
}

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

.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;
	background-color: #F0F3F5;
	color: #444;
}

.attachcontent {
	font-size: 0.85em;
}

.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: 0.9em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F0F3F5;
	color: #444;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #EBEEF0 url(http://www.bladekitten.com/forums/styles/krome-bladekitten/theme/images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #CCD0D5;
	border-bottom-color: #B4B9BF;
	border-right-color: #B4B9BF;
}
.quotewrapper { background-image: url(http://www.bladekitten.com/forums/styles/krome-bladekitten/theme/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: #F0F3F5;
}

.syntaxcomment {
	color: #889095;
}

.syntaxdefault {
	color: #444;
}

.syntaxhtml {
	color: #687278;
}

.syntaxkeyword {
	color: #456375;
}

.syntaxstring {
	color: #637078;
}


/* ----------------------------------------------------------------
	-------------------------- POSTS ---------------------------
	---------------------------------------------------------------- */
.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #CF6A1E;
}

.postbody {
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px 15px 6px 6px;
	width: 643px;
	max-width: 643px;
	width: expression(this.width > 642 ? 643: true);
}

.postbody img {
	max-width: 600px;
	width: expression(this.width > 599 ? 600: true);
}

.postbody ul,
.postbody ol {
	margin: 5px 5px 5px 15px;
}

.postbody ul {
	list-style-type: disc;
}

.postbody ol {
	list-style-type: decimal;
}

.postbody li {
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 3px;
}


td.postbottom { 
	background-image: url(/img/table_navbar_bg.gif);
	background-repeat: repeat-x; 
	background-color: #d4d4d4;
	font-size: 0.9em;
	color: #929A9F;
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
	border-left: solid 1px #F1F4F6;
	border-top: solid 1px #F1F4F6;
	border-right: solid 1px #B1B6BA;
	border-bottom: solid 1px #B1B6BA;
}
td.postbuttons { padding-top: 3px; }
.postdetails { 
	color: #969EA2;
	font-size: 0.9em; 
	text-align: left;
}
.postdetails b {
	color: #969EA2;
}
.posterrank		{ font-size: 9px; color: #7F878D; }
.posterprofile	{ font-size: 10px; color: #889095; }

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

.postreported, .postreported a:visited, .postreported a:hover, .postreported a, .postreported a:active {
	margin: 1px 0px;
	color: #FF3200;
	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;
}




/* ----------------------------------------------------------------
	-------------------------- MISC STUFF ---------------------------
	---------------------------------------------------------------- */
p {
	font-size: 1.0em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #cc600e;
	font-weight: normal;
}

.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 {
	font-size: 0.9em;
	color: #4e7a79;
	padding: 2px 0px 2px 0px;
}

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

p.topicdetails {
	margin: 1px 0px;
	font-size: 0.9em;
	color: #484848;
}


td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #FFF;
}

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;
	/*color: #3d798e !important;*/
}

.sep {
	color: #889095;
}

.gensmall {
	font-size: 0.9em;
}

ul.nav {
	font-size: 0.9em;
	margin-left: 5px;
}

ul.nav li {
	padding-left: 5px;
}

.pm-notify-new {
	padding: 6px;
	border: 1px solid #BABABA;
}

.pm-notify-new a {
	color: red;
	font-size: 1.1em;
}



