/* BBS */
#wrap {
    width: 997px;
    margin:0px;   
    padding:0px;
}
html {
    background-color:#53695c;
}
body {
    margin:0px;
    padding:0px;
    background-color:#53695c;
}

p {
    color: #FFFFFF;
}

h2 {
    color: #000000;
}
h3 {
    color: #000000;
}

a:link, a:visited, a:active, a:hover {
    color: #000000;
    text-decoration: none
}

a:hover {
    color: #000099;
}
.copyright {
    color: #000000;
}
.quick-login label{
    color: #000000;
}
.inputbox {
    color: #000000;
}
.centre {
    text-align: center;
}
/*WEBSITE MENU*/
.menu {
    margin-left:0px;
    padding-left:2px;
    padding-right:2px;
    width:1000px;        /*IE HACK means add padding + border*/
    height:16px;
    font-size:1.15em;
    border-bottom: 1px solid black;
    background-color:#b5c7b3;
    text-align: center;
}
.menu a:link, a:visited, a:active, a:hover {
    color: #0000FF;
    text-decoration: none
}

.menu a:hover {
    color: #000099;
}
/*ENDS WEBSITE MENU*/
/*FLASH*/
#flash {
    position:absolute;
    top:0px;
    left:286px;
    width:514px;        /* 600-border(1) */
    height:121px;        /* 83-news(height+borders+top) */
    border:0;
}
/*FLASH*/
/* IE HACK - IE uses above, others use below */
html>body .menu {
    width: 993px;
}
/*SHOUT BOX*/
#shoutbox {
	color: #000000;
	height: 100px;
	width: 100%;
	border: 1px solid black;
	border-left: 0;
	overflow: hidden;	
	background-color: #728776;
}
#chatPane {
	width: 80%;
	height: 100px;
	color: #000000;
	float: left;
	overflow: auto;
	padding-left: 5px;
	background-color: #d6ded4;
}
#shoutboxCtrl {
	height: 100%;
	width: 18%;
	float: left;
	overflow: hidden;
	color: #000000;
}
#shoutboxCtrl textarea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 70px;
}
#chatPane i {
	color: #333333;
	padding-left: 3px;
}
/*END SHOUT BOX/*

/**BB STYLE MODS**/

/*TOP*/
.headerbar {
	height: 121px;
	background-color: #53695c;
	background-image: url("../images/layout/logo.png");
	background-repeat: no-repeat;
  	margin:0px;
  	padding:0px;

} 
.navbar {
	background-color: #b5c7b3;
}

.navbar a:link, a:visited, a:active {
    color: #0000FF;
    text-decoration: none
}
.navbar a:hover {
    color: #000099;
}

span.corners-top {
	background-image: none;
}

span.corners-top span {
	background-image: none;
}

span.corners-bottom {
	background-image: none;
}

span.corners-bottom span {
	background-image: none;
}
/*TEST*/
.forabg {
	background-color: #728776; /*outer colour on forum selector - LV1*/
	background-image: none;
}

.forumbg {
	background-color: #728776; /*outer colour on forum topics - LV2 - rarely seen*/
	background-image: none;
}

.panel {
	background-color: #728776; /* the posting screen*/
	color: #28313F;
}

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

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

.bg1	{ background-color: #b5c7b3; } b5c7b3
.bg2	{ background-color: #d6ded4; }
.bg3	{ background-color: #cadceb; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/*POSTS */
.postbody p {
	color: #000000;
}
.panel {
	background-color: #b5c7b3;
}
#tabs .activetab a {
	border-bottom-color: #b5c7b3;
}
