/* General proSilver Markup Styles
---------------------------------------- */

/**************
 * photo visual confimation
 **************/
/* @import url("photo_confirm.css");*/
@import url("gallery.css");

* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  height: 101%;
  margin-bottom: 1px;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  margin: 0;
  padding: 12px 0;
}

h1 {
  /* Forum name */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-right: 200px;
  color: #FFFFFF;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em;
}

h2 {
  /* Forum header titles */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0.4em 0 0.4em 0;
  padding: 0 15px;
}


h2.solo {
  margin-bottom: 1em;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid #CCCCCC;
  margin: 0.2em 0 0.2em 0;
  padding: 0 5px;
  font-size: 1.1em;
  color: #989898;
  margin-top: 20px;
}

h4 {
  /* Forum and topic list titles */
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  font-size: 1.3em;
}

p {
  line-height: 1.3em;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

img {
  border-width: 0;
}

hr {
  /* Also see tweaks.css */
  border: 0 none #FFFFFF;
  border-top: 1px solid #CCCCCC;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
}

hr.dashed {
  border-top: 1px dashed #CCCCCC;
  margin: 10px 0;
}

hr.divider {
  display: none;
}

p.left, .left {
  text-align: left;
}
p.right, .right {
  text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
  padding: 0 20px;
  min-width: 650px;
  max-width: 120em;
  margin: 0 auto;
  text-align: left;
}

#simple-wrap {
  padding: 6px 10px;
}

#page-body {
  margin: 4px 0;
  clear: both;
  position: relative;
}

#page-footer {
  clear: both;
  margin-top:15px;
  padding: 0 0px;
}

#page-footer h3 {
  margin-top: 20px;
}

#logo {
  float: left;
  width: auto;
  padding: 0px 13px 0 10px;
}

a#logo:hover {
  text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box, #topic-search, form.search-box {
  color: #FFFFFF;
  position: relative;
  margin: 0 5px 5px 5px;
  padding:0;
  display: block;
  float: right;
  text-align: right;
  white-space: nowrap; /* For Opera */
  width: auto;
  border: 0px solid yellow;
  background-color:#BDDF9C;
}
#search-box, #topic-search, form.search-box {
  font-size:1.1em;
}
#forum-search, #topic-search{
  width:auto;
}
 
#forum-search input.search, #topic-search input.search{
  width:20em;
}
 
#search-box fieldset, #forum-search fieldset, #topic-search fieldset{
  margin:0;
  padding:0;
  width:auto;
  background-color: inherit;
}

.search-box #keywords {
  width: 8em !important;
}
.search-box #search_keywords {
  width: 16em !important;
}


#search-box li {
  text-align: right;
  margin-top: 4px;
}

#search-box img {
  vertical-align: middle;
  margin-right: 3px;
}

/* Site description and logo */
#site-description {
  float: left;
  width: 190px;
}

#site-description h1 {
  margin-right: 0;
  display:none;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  background: #ebebeb none repeat-x 0 0;
  color: #FFFFFF;
  margin-bottom: 4px;
  padding: 0 5px;
}

.navbar {
  background-color: #ebebeb;
  padding: 0 5px;
}

.forabg {
  background: #b1b1b1 none repeat-x 0 0;
  margin-top: 1em;
  margin-bottom: 4px;
  padding: 0 5px;
  clear: both;
}

.forumbg {
  background: #ebebeb none repeat-x 0 0;
  margin-bottom: 4px;
  padding: 0 5px;
  clear: both;
  padding-top: 0px !important;
  padding-bottom: 4px !important;
}

.panel {
  margin-top: 1em;
  margin-bottom: 4px;
  padding: 0 15px;
  background-color: #f3f3f3;
  color: #3f3f3f;
}

.post {
  padding: 1em 15px 1em 15px !important;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.post:target .content {
  color: #000000;
}

.post:target h3 a {
  color: #000000;
}

.rowbg {
  margin: 5px 5px 2px 5px;
}

.ucprowbg {
  background-color: #e2e2e2;
}

.fieldsbg {
  /*border: 1px #DBDEE2 solid;*/
  background-color: #eaeaea;
}

.corners, .corners-top{
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top:6px;
}
.corners, .corners-bottom{
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-bottom:6px;
}
.corners-left{
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  padding-left:6px;
}
.corners > .corners-top, .corners-top > .corners-top{
	margin-top: -6px;
}
/*span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 5px;
  background-repeat: no-repeat;
}

span.corners-top {
  background-image: none;
  background-position: 0 0;
  margin: 0 -5px;
}

span.corners-top span {
  background-image: none;
  background-position: 100% 0;
}

span.corners-bottom {
  background-image: none;
  background-position: 0 100%;
  margin: 0 -5px;
  clear: both;
}

span.corners-bottom span {
  background-image: none;
  background-position: 100% 100%;
}

.headbg span.corners-bottom {
  margin-bottom: -1px;
}

.post span.corners-top, .panel span.corners-top {
  margin: -0 -15px;
}
.post span.corners-bottom, .panel span.corners-bottom {
  margin: -0 -15px -4px -15px;
}
.rules span.corners-top {
  margin: 0 -15px 5px -15px;
}

.rules span.corners-bottom {
  margin: 5px -15px 0 -15px;
}
*/
 
/* Horizontal lists
----------------------------------------*/
ul.path{
  padding-bottom: 10px;
  padding-left:5px;
}
#page-body ul.path{
  padding-right:5px;
}
ul.path li {
  list-style-type: none;
  display:inline;
  width: auto;
  margin-right: 5px;
}

ul.linklist {
  display: block;
  margin: 0;
  padding-left:5px;
}
#page-body ul.linklist {
  padding-right:5px;
} 

ul.linklist li {
  display: block;
  list-style-type: none;
  float: left;
  width: auto;
  margin-right: 5px;
  font-size: 1.1em;
  line-height: 1.6em;
}

ul.linklist li.rightside, p.rightside, div.rightside {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  text-align: right;
}

ul.navlinks {
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
}

/* Table styles
----------------------------------------*/
table.table1 {
  /* See tweaks.css */
}

table.table1 thead th {
  font-weight: normal;
  text-transform: none;
  color: #FFFFFF;
  font-weight:bold;
  line-height: 1.3em;
  font-size: 1em;
  padding: 0 0 4px 3px;
}

table.table1 thead th span {
  padding-left: 7px;
}

table.table1 tbody tr {
  border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: #f6f6f6;
  color: #000;
}

table.table1 td {
  color: #6a6a6a;
  font-size: 1.1em;
  margin:0;
}

table.table1 tbody td {
  padding: 5px;
  border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid #000000;
  text-align: left;
  color: #333333;
  background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name    { text-align: left; }
table.table1 .posts    { text-align: center !important; width: 7%; }
table.table1 .joined  { text-align: left; width: 15%; }
table.table1 .active  { text-align: left; width: 15%; }
table.table1 .mark    { text-align: center; width: 7%; }
table.table1 .info    { text-align: left; width: 30%; }
table.table1 .info div  { width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol  { line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
  float: right;
  width: auto;
}

table.info td {
  padding: 3px;
}

table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  color: #000000;
  font-weight: normal;
}

.forumbg table.table1 {
  margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
  float: left;
  clear: left;
  width: 45%;
}

.column2 {
  float: right;
  clear: right;
  width: 45%;
}

/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
}

.right-box {
  float: right;
  width: auto;
  text-align: right;
}

.content .left-box {
  margin-right:1em
}

.content .right-box {
  margin-left:1em;
}

dl.details {

  font-size: 1.1em;
}
.mcp-main dl.details dt {
  padding-right: 1em;
}

dl.details dt {
  float: left;
  width: 30%;
  text-align: right;
  color: #000000;
  display: block;
}

dl.details dd {
  margin-left: 30%;
  padding-left: 2em;
  margin-bottom: 5px;
  color: #828282;
  width: 65%;
  font-weight: bold;
}

/* Pagination
---------------------------------------- */
.pagination {
  height: 1%; /* IE tweak (holly hack) */
  line-height:1.6em;
  width: auto;
  text-align: right;
  font-weight:bold;
  margin: 5px;
  clear:right;
  float: right;
}

.pagination span.page-sep, .abc span.page-sep {
  display:none;
}

li.pagination {
  margin-top: 0;
}

.pagination strong, .pagination b {
  font-weight: normal;
}

.pagination span strong {
  padding: 0 2px;
  margin: 0 3px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  font-weight: normal;
  text-decoration: none;
  color: #747474;
  margin: 0 2px;
  padding: 0 3px;
  background-color: #eeeeee;
  border: 1px solid #bababa;
  font-size: 0.9em;
  line-height: 1.5em;
}

.pagination span a:hover {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
  color: #FFF;
  text-decoration: none;
}

.pagination img {
  vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  float: right;
  width: auto;
  margin-top: 0;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
  background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
  background-color: #d2d2d2;
}

/* ABC in memberlist and in lexicon
---------------------------------------- */
.abc {
  height: 1%; /* IE tweak (holly hack) */
  width: auto;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 7px;
  line-height: 2em;
}
.abc a, .abc a:link, .abc a:visited, .abc a:active, .abc .noabc {
  color: #747474;
  margin: 1px;
  padding: 0px 5px 1px 4px;
  background-color: #eeeeee;
  border: 1px solid #bababa;
  font-size: 1em;
  line-height: 2em;
}


.abc a:hover {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
  color: #FFF;
  text-decoration: none;
}

 dl.lexicon{
  padding:0.5em 15px;
  margin:1em;
  border: 0px red solid;
  line-height: 1.2em;
}
.lexicon dt {
  padding:0.5em;
  margin:0;
  font-weight:bold;
  width:100%;
  font-size:1.2em;
  color:#BD5121;
}

.lexicon dd {
  padding:0.5em 1em 1em;
  border-bottom: 1px solid #429A31;
  margin-bottom:0.5em;
}
acronym{
  font-style:italic;
  border-bottom:1px #BD5121 dashed ;
  color:#459B37;
  cursor: help;
}

#lexiconEntry{
  position:absolute;
  left:30%;
  width:26em;
  padding:1em;
  height:auto;
  border:3px #54974D solid;
  background:#FFFFFF;
  color:black;
  font-size:75%;
}
#lexiconEntry h3{
  font-size:1.5em;
  color:#459B37;
  background:transparent;
  display:inline;
}
a#lexiconClose{
  color:#1D623D;
  background:#E3E8D5;
  padding:0 5px 1px 5px;
  border:1px solid #54974D;
  float:right;
}
a#lexiconClose:hover, a#lexiconClose:active{
  color:#000000;
  background:#FFCC00;
  border:1px solid #000000;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}

.copyright {
  padding: 5px;
  text-align: center;
  color: #555555;
}

.small {
  font-size: 0.9em !important;
}

.titlespace {
  margin-bottom: 15px;
}

.headerspace {
  margin-top: 20px;
}

.error {
  color: #bcbcbc;
  font-weight: bold;
  font-size: 1em;
  padding:3px;
  border:1px solid #FF0000;
}

.reported {
  background-color: #f7f7f7;
}

li.reported:hover {
  background-color: #ececec;
}

div.rules {
  background-color: #ececec;
  color: #bcbcbc;
  padding: 6px 15px;
  margin: 10px 0;
  font-size: 1.1em;
}
 
div.rules ul, div.rules ol {
	margin-left: 20px;
}
 
p.rules {
  background-color: #ececec;
  background-image: none;
  padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
  vertical-align: middle;
  clear: both;
}

p.date {
  clear: right;
  font-size:90%;
  margin-top: 0.5em;
}

#top {
  position: absolute;
  top: -20px;
}

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
  height:0px;
  overflow: hidden;
}
.clearing {
  clear: both;
}
.m {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.justify {text-align:justify;}

a .mousetip {display:none;}

a:hover .mousetip{display:block;
  position:absolute;
  height:auto;
  width:auto;
  margin-top:4em;
  color:#000000;
  background-color: #FFFAC3;
  border:1px solid #000000;
  padding:1em;
  font-size:x-small ;
  font-weight: normal;
  text-align:left;
}

/**
* Inline Diff Knowledge base
*/
.ins {
	background-color: #dfd;
	text-decoration: underline;
}

.del {
	background-color: #fdd;
	text-decoration: line-through;
}

.diff_codepanel {
	overflow: auto;
	width: 100%;
	height: 350px;
	display: inline-block;
}

.resultDIV {
	position: absolute;
	width: 195px;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF
} 
 /**
* Inline Diff Knowledge base
*/
.resultDIV {
  BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; Z-INDEX: 1; BORDER-LEFT: 1px solid; WIDTH: 20em; BORDER-BOTTOM: 1px solid; POSITION: absolute; BACKGROUND-COLOR: #ffffff
}
.resultDIV A {
  DISPLAY: block
}


/* proSilver Link Styles
---------------------------------------- */

a:link  { color: #429A31; text-decoration: none; font-weight:bold; }
a:visited  { color: #3A7637; text-decoration: none; font-weight:bold; }
a:hover  { color: #BD5121; text-decoration: none; font-weight:bold; }
a:active  { color: #BD5121; text-decoration: none; font-weight:bold; }

h2 a:link, h3 a:link  { color: white }
h2 a:visited, h3 a:visited  { color: white }
h2 a:hover {  color: #FFFF99}
#cp-main h2 a:link, #cp-main h3 a:link  { color: #BD5121 }
#cp-main h2 a:link,#cp-main h3 a:link {
  color: #BD5121;
}
#cp-main h2.corners a:link, #cp-main h2.corners-top a:link {
  color: black;
  border-bottom: 1px solid black;
}
.panel h3 a:link  { color: black; }
.panel h3 a:hover  { color:#FFCC00; }
.post h2 a:link, .post h3 a:link, .post h2 a:visited, .post h3 a:visited  { color: #BD5121 }
/*h2 a:hover, h3 a:hover, h2 a:active, h3 a:active  { color: #BD5121; }*/
 
#mcp h2 a:link, #mcp h3 a:link  { color: #3A7637 }
#mcp h2 a:visited, #mcp h3 a:visited  { color: #3A7637 }
#mcp h2 a:hover, #mcp h3 a:hover, #mcp h2 a:active, #mcp h3 a:active  { color: #BD5121; }


h2 .modlink a {
font-size:0.8em;
color:#000000;
background-color:#F0A95B;
padding:0.1em 0.3em;
}
h2 .modlink a:hover {
font-size:0.8em;
color:#000000;
background-color:#F4D09D;
}

/* Coloured usernames */
.username-coloured {
  font-weight: bold;
  display: inline !important;
  padding: 0 !important;
}

/* Links on gradient backgrounds #search-box a:link,*/
.navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
  color: #FFCC00;
  text-decoration: none;
}

.navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  color: #ffffff;
  text-decoration: none;
}

.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
  color: #ffffff;
  text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */
a.forumtitle:hover {
  color: #FFFF99;
}

a.forumtitle:active {
  color: #FFFF99;
}

a.topictitle {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
  color: #FFFF99;
}

a.topictitle:active {
  color: #FFFF99;
}

/* Post body links */
.postlink {
  text-decoration: none;
  color: #429A31;
}

.postlink:visited {
  color: #3A7637;
}

.postlink:hover {
  color: #BD5121;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
  border: none;
  background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  font-weight: bold;
  color: #898989;
  text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
  color: #BD5121;
}


/* Profile searchresults */
.search .postprofile a {
  color: #429A31;

}

.search .postprofile a:hover {
  color: #BD5121;
}

 .content .postprofile{
  font-size: 0.8em;
  border-style: solid;
  border-width: 1px;
}
 
/* Back to top of page */
.back2top {
  clear: both;
  height: 11px;
  text-align: right;
}

a.top {
  background: none no-repeat right 50%;
  text-decoration: none;
  padding-right: 15px;
}

a.top2 {
  background: none no-repeat right 50%;
  text-decoration: none;
  padding-right: 15px;
}

/* Arrow links  */
a.up    { background: none no-repeat left center; }
a.down    { background: none no-repeat right center; }
a.left    { background: none no-repeat 3px 60%; }
a.right    { background: none no-repeat 97% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}

a.up:hover {
  background-position: left top;
  background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
  padding-right: 10px;
}

a.down:hover {
  background-position: right bottom;
  text-decoration: none;
}

a.left, a.left:active, a.left:visited {
  padding-left: 14px;
}

a.left:hover {
  color: #BD5121;
  text-decoration: none;
  background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
  padding-right: 14px;
}

a.right:hover {
  color: #BD5121;
  text-decoration: none;
  background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
 
/* proSilver Content Styles
---------------------------------------- */

ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
  margin-left: -3px;
  margin-right: -3px;
}

ul.forums {
  background: #f9f9f9 none repeat-x 0 0;
}

ul.topiclist li {
  display: block;
  list-style-type: none;
  color: #777777;
  margin: 0;
}

ul.topiclist dl {
  position: relative;
}

ul.topiclist li.row dl {
  padding: 2px 0;
}

ul.topiclist dt {
  display: block;
  float: left;
  width: 50%;
  font-size: 1em;
  padding-left: 5px;
  padding-right: 5px;
}

ul.topiclist dd {
  display: block;
  float: left;
  border-left: 1px solid #FFFFFF;
  padding: 4px 2px;
}

ul.topiclist dfn {
  /* Labels for post/view counts */
  display: none;
}

ul.topiclist li.row dt a.subforum {
  background-image: none;
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: relative;
  white-space: nowrap;
  padding: 0 0 0 12px;
}

.forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}

li.row {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #8f8f8f;
}

li.row strong {
  font-weight: normal;
  color: #000000;
}

li.row:hover {
  background-color: #f6f6f6;
}

li.row:hover dd {
  border-left-color: #CCCCCC;
}

li.header dt, li.header dd {
  line-height: 1em;
  border-left: 3px solid #BD5121;
  margin: 2px 0 4px 0;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
}
li.sub {
  padding-top: 5px;
	background: #93D062;
}
li.sub dt, li.sub dd {
  color:black;
	border-color: #BDDF9C;
}

li.header dt {
  font-size: 1.2em;
}

li.header dd {
  margin-left: 1px;
}

li.header dl.icon {
  min-height: 0;
  width:100%;
}
.corners li.header dl.icon {
  margin-top: -6px;
}

li.header dl.icon dt {
  /* Tweak for headers alignment when folder icon used */
  padding-left: 29px;
  padding-right: 5px; /* 50 */
}

/* Forum list column styles */
dl.icon {
  min-height: 35px;
  background-position: 5px 50%;    /* Position of folder icon */
  background-repeat: no-repeat;
  line-height:1.5em;
  padding-top:3px;
}

dl.icon dt {
  padding-left: 35px;          /* Space for folder icon */
  background-repeat: no-repeat;
  background-position: 5px 95%;    /* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
  width: 8%;
  text-align: center;
  line-height: 2.2em;
  font-size: 1em;
}

dd.medium {
  width: 16%;
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
} 
 
dd.lastpost {
  width: 25%;
  font-size: 1em;
}
dl.icon, .row dl.icon dt, .row dl.icon dd {
  min-height: 35px;
}

dd.redirect {
  font-size: 1em;
  line-height: 2.5em;
}

dd.moderation {
  font-size: 1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
  display: block;
  padding-left: 5px;
}

dd.time {
  width: auto;
  line-height: 200%;
  font-size: 1em;
}

dd.extra {
  width: 12%;
  line-height: 200%;
  text-align: center;
  font-size: 1em;
}

dd.mark {
  float: right !important;
  width: 9%;
  text-align: center;
  line-height: 200%;
  font-size: 1.2em;
}

dd.info {
  width: 30%;
}

dd.option {
  width: 15%;
  line-height: 200%;
  text-align: center;
  font-size: 1em;
}

dd.searchby {
  width: 47%;
  font-size: 1em;
  line-height: 1em;
}

ul.topiclist dd.searchextra {
  margin-left: 5px;
  padding: 0.2em 0;
  font-size: 1em;
  color: #333333;
  border-left: none;
  clear: both;
  width: 98%;
  overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
  margin-bottom: 3px;
/*  font-size: 1.1em;*/
  height: 28px;
  min-height: 28px;
}
div[class].topic-actions {
  height: auto;
}

/* Post body styles
----------------------------------------*/

.postbody {
  padding: 0;
  line-height: 1.5em;
  color: #000000;
  width: 76%;
  float: left;
  clear: both;
}
.postbody .linklist{
  float:right;
}

.postbody .ignore {
  font-size: 22em;
}
 
#preview .postbody {
  float:none;
}

.post h2{
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 6px;
}

.postbody h3, #postingbox h3{
  /* Postbody requires a different h3 format - so change it here */
  font-size: 1.3em;
  padding: 2px 0;
  margin: 0 0 0.3em 0 !important;
  text-transform: none;
  border-bottom: 0px solid #7BC352;
  line-height: 120%;
  clear:both;
}

.postbody h3.first, #postingbox h3{
  /* The first post on the page uses this */
  font-size: 1.3em;
  color:#BD5121;
}
.postbody h3 img {
  /* Also see tweaks.css */
  vertical-align: bottom;
}

.postbody .content {
  font-size: 1.2em;
  line-height: 1.7em;
  padding-bottom:1em;
}

.search .postbody {
  width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
  margin-top: 2em;
}

#topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}

#topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}

#topicreview .post {
  height: auto;
}

#topicreview h2 {
  border-bottom-width: 0;
}

/* Content container styles
----------------------------------------*/
.content {
  min-height: 3em;
  overflow: hidden;
  line-height: 1.4em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #333333;
  padding-bottom: 1px;
}

.content h2, .panel h2 {
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 0px solid #CCCCCC;
  font-size: 1.2em;
  margin: 0em -15px 0.5em -15px;
  padding:6px 15px 4px;
/*  padding-bottom: 0.2em;*/
}
.panel h2 {
  font-size: 1.4em;
/*  padding-bottom: 0.2em;*/
}

.panel h3 {
  margin: -6px -15px 0.5em;
  padding: 5px 15px;
}
.panel h3.corners {
  margin: 1.5em 0 0.5em;
  background-color: #ACD88A;
  padding: 2px 7px;
}

.panel p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.content p, .content div {
  font-family: Verdana, Helvetica, Arial, sans-serif;
/*  font-size: 1.2em;*/
  margin-bottom: 1em;
  line-height: 1.7em;
}

.content p.blockl{
  font-size:90%;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  float:left;
  padding:1em 1em 1em 1em;
  margin:0.6em 1em 0.6em 0;
  background-color: #DEEECF;
  width:40%;
}
.content p.blockr {
  font-size:90%;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  float:right;
  padding:1em;
  margin:0.6em 0 0.6em 1em ;
  background-color: #DEEECF;
  width:40%;
}
.blockr b,  .blockl b{
  color:#BD5121;
  font-weight:bold
}

table.bbtab{
  margin:1em 0.5em;
  background-color:#FFFFFF;
  border-collapse:collapse;
}
table.bbtab th{
  background-color:#BDDF9C;
  font-weight:bold;
  text-align:center;
  padding:0.3em 0.5em;
  border: 1px solid #7BC352;
}
table.bbtab td {
  border: 1px solid #7BC352;
  padding:0.3em 0.5em;
}
table.bbtab .bg2 {
  background-color:#E1F2CE !important;
/*  background-color:#F9FFF0;*/
}

.content .right td{
  text-align:right;
}
.content .center td{
  text-align:center;
}

table.table1 tbody td {
  border-top-color: #BDDF9C;
  border-left: 1px solid #BDDF9C;
}

table.table1 tbody th {
  border-bottom-color: #BD5121;
  color: #FFFFFF;
  background-color: #BD5121;
}






dl.faq {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.4em;
}

dl.faq dt {
  font-weight: bold;
  color: #333333;
}

.content dl.faq {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.content li {
  list-style-type: inherit;
  margin: 1em 0;
}

.content ul, .content ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

.posthilit {
  background-color: #f3f3f3;
  color: #BCBCBC;
  padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
  /* Highlight the announcements & unread posts box */
  border-left-color: #BCBCBC;
  border-right-color: #BCBCBC;
}

/* Post author */
p.author {
  margin: 0 0em 0.6em 0;
  padding: 0 0 5px 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  border-bottom: 1px dashed #BDDF9C;
}

/* Post signature */
.signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1.1em;
  border-top: 0px dashed #CCCCCC;
  clear: left;
  line-height: 140%;
  overflow: hidden;
  width: 100%;
}

dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}

/* Post noticies */
.notice {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1em;
  border-top: 1px dashed #CCCCCC;
  clear: left;
  line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */

blockquote {
  background: #ebebeb none 6px 8px no-repeat;
  border: 1px solid #dbdbdb;
  font-size: 1em;
  margin: 0.5em 1px 0 25px;
  overflow: hidden;
  padding: 0px;
	line-height:1.7em;
  color:#BD5121;
}

blockquote blockquote {
  /* Nested quotes */
  background-color: #bababa;
  font-size: 1em;
  margin: 0.5em 1px 0pt 15px;
}

blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #e4e4e4;
}

blockquote cite {
  /* Username/source of quoter */
  font-style: normal;
  font-weight: bold;
  margin-left: 0px;
  display: block;
  font-size: 0.9em;
  color:#000000;
}
blockquote cite:before {
  /* Username/source of quoter */
  content:"\"";
  font-style: italic;
  font-weight: bold;
  font-size: 2.5em;
}

blockquote cite cite {
  font-size: 1em;
}

blockquote.uncited {
  padding-top: 5px;
}

/* Code block */
dl.codebox {
  padding: 3px;
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  font-size: 1em;
}

dl.codebox dt {
  text-transform: none;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3px;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}

blockquote dl.codebox {
  margin-left: 0;
}

dl.codebox code {
  /* Also see tweaks.css */
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  white-space: normal;
  padding-top: 5px;
  font: 1em "Courier New", Courier, mono;
  line-height: 1.3em;
  color: #8b8b8b;
  margin: 2px 0;
}

.syntaxbg    { color: #FFFFFF; }
.syntaxcomment  { color: #000000; }
.syntaxdefault  { color: #bcbcbc; }
.syntaxhtml    { color: #000000; }
.syntaxkeyword  { color: #585858; }
.syntaxstring  { color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
  float: left;
  width: auto;
  margin: 5px 5px 0px 0;
  padding: 6px;
  background-color: #FFFFFF;
  border: 0px dashed #d8d8d8;
  clear: left;
}

.pm-message .attachbox {
  background-color: #f3f3f3;
}

.attachbox dt {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-transform: none;
}

.attachbox dd {
  margin-top: 4px;
  padding-top: 4px;
  clear: left;
  border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
  border: none;
}

.attachbox p {
  line-height: 110%;
  color: #666666;
  font-weight: normal;
  clear: left;
}

.attachbox p.stats
{
  line-height: 110%;
  color: #666666;
  font-weight: normal;
  clear: left;
}

.attach-image {
  margin: 3px 0;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}

.attach-image img {
  border: 1px solid #000000;
/*  cursor: move; */
  cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}

div.inline-attachment p {
  font-size: 100%;
}

dl.file {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  display: block;
}

dl.file dt {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.file dd {
  color: #666666;
  margin: 0;
  padding: 0;
}

dl.thumbnail img {
  padding: 3px;
  border: 1px solid #666666;
  background-color: #FFF;
}

dl.thumbnail dd {
  color: #666666;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.attachbox dl.thumbnail dd {
  font-size: 100%;
}

dl.thumbnail dt a:hover {
  background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
  border: 1px solid #d2d2d2;
}

div.icon-legende dl{
  float:left;
  width:7em;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
div.icon-legende dt{
  display:inline;
  padding:0
}
div.icon-legende dd{
  display:inline;
  padding:0
}
/* Post poll styles
----------------------------------------*/
fieldset.polls {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

fieldset.polls dl {
  margin-top: 5px;
  border-top: 1px dashed #e2e2e2;
  padding: 5px 0 0 0;
  line-height: 120%;
  color: #666666;
}

fieldset.polls dl.voted {
  font-weight: bold;
  color: #000000;
}

fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 30%;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}

fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 5px;
  margin-left: 0;
  font-size: 1.1em;
}

fieldset.polls dd.resultbar {
  width: 50%;
}

fieldset.polls dd input {
  margin: 2px 0;
}

fieldset.polls dd div {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 2px;
  overflow: visible;
  min-width: 2%;
}

.pollbar1 {
  background-color: #aaaaaa;
  border-bottom: 1px solid #747474;
  border-right: 1px solid #747474;
}

.pollbar2 {
  background-color: #bebebe;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}

.pollbar3 {
  background-color: #D1D1D1;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.pollbar4 {
  background-color: #e4e4e4;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}

.pollbar5 {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
  /* Also see tweaks.css */
  margin: 5px 0 10px 0;
  min-height: 80px;
  color: #666666;
  border-left: 1px solid #FFFFFF;
  width: 22%;
  float: right;
  display: inline;
}
.postprofile img {
  float: right;
}

.pm .postprofile {
  border-left: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
  line-height: 1.2em;
  margin-left: 8px;
}

.postprofile strong {
  font-weight: normal;
  color: #000000;
}

.postprofile ul.linklist {
  margin-top:1em;
}
.avatar {
  border: none;
  margin-bottom: 3px;
}

.online {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
  width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
  width: 60% !important;
}

dl.pmlist dt textarea {
  width: 95%;
}

dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}



/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
  float: left;
  width: auto;
  height: auto;
}

.rtl .button {
  float: right;
}

/* Rollover state */
.buttons div {
  float: left;
  margin: 0 5px 0 0;
  background-position: 0 100%;
}

.rtl .button div {
  float: right;
  margin: 0 0 0 5px;
}

/* Rolloff state */
.buttons div a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}


/* Sub-header (navigation bar)
--------------------------------------------- */
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search{
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}

.rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout,
.rtl .icon-gallery, .rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search{
  background-position: 100% 50%;
}

#page-header .linklist a:link, #page-header .linklist a:visited {
  background-color: #5EB13D;
  padding:  0.2em 0.3em;
  font-weight: normal;
  border-left: 0.5em solid #429A31;
  color: Black;
  font-weight: bold;
  font-size:0.9em;
}
#page-header .linklist a:hover, #page-header .linklist a:active {
  border-left: 0.5em solid #BD5121;
  background-color: #BDDF9C;
  font-size:0.9em;
}

#page-footer .linklist a:link, #page-footer .linklist a:visited,
#page-body .linklist a:link, #page-body .linklist a:visited {
  background-color:#88C65E;
  padding:  0.2em 0.3em;
  font-weight: bold;
  border-left: 0.3em solid #429A31;
  color: Black;
  font-size:0.9em;
}

#page-footer .linklist a:hover, #page-footer .linklist a:active,
#page-body .linklist a:hover, #page-body .linklist a:active {
  border-left: 0.3em solid #BB5026;
  background:#F1F7E5;
  font-size:0.9em;
  }

.panel .linklist a:link, .panel .linklist a:visited,
.post .linklist a:link, .post .linklist a:visited {
  background-color:#BCDC9F !important;
  padding:  0.2em 0.3em;
  font-weight: bold;
  border-left: 0.3em solid #63B642 !important;
  color: Black;
  font-size:0.9em;
  }

.panel .linklist a:hover, .panel .linklist a:active,
.post .linklist a:hover, .post .linklist a:active {
  border-left: 0.3em solid #BB5026 !important;
  background:white !important;
  font-size:0.9em;
  }

#cp-main .panel .linklist a:link, .post .linklist a:visited {
  background-color:#BDDF9C !important;
  padding:  0.2em 0.3em;
  font-weight: bold;
  border-left: 0.3em solid #63B642 !important;
  color: Black;
  font-size:0.9em;
  }

#cp-main .panel .linklist a:hover, .post .linklist a:active {
  border-left: 0.3em solid #BD5121 !important;
  background:#EDF8DE !important;
  /*background:#E0F6C7 !important;*/
  font-size:0.9em;
  }

a.print, a.sendemail, a.textsize {
}

a.print {
  background-image: none;
  width: auto;
}

a.sendemail {
  background-image: none;
  width: auto;
}

a.textsize {
  background-image: none;
  background-position: 0px;
  width: auto;
}

a.textsize:hover {
  background-position: 0px;
  text-decoration: none;
}



/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
/*  padding-top: 10px;*/
  list-style: none;
}

/* Rollover state */
ul.profile-icons li {
  float: left;
/*  margin: 0 6px 3px 0;
  background-position: 0 100%;
}

.rtl ul.profile-icons li {
  margin: 0 0 3px 6px;*/
}

/* Rolloff state */
ul.profile-icons li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
  float: right;
  width: auto;
/*0;*/
}

.postbody ul.profile-icons li {
  margin: 0 3px;
  margin-right: 5px;
}
.profile-icons a:link, .profile-icons a:visited {
    background-color: #5EB13D;
    padding:  0.1em 0.3em;
    font-weight: normal;
    border-left: 0.5em solid #429A31;
    color: Black;
    font-weight: bold;
  font-size:0.9em;
  }
.profile-icons a:hover, .profile-icons a:active {
    border-left: 0.5em solid #BD5121;
    background-color: #BDDF9C;
  font-size:0.9em;
  }
/* Profile & navigation icons */
.email-icon, .email-icon a    { background: none top left no-repeat; }
.aim-icon, .aim-icon a      { background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a    { background: none top left no-repeat; }
.web-icon, .web-icon a      { background: none top left no-repeat; }
.msnm-icon, .msnm-icon a      { background: none top left no-repeat; }
.icq-icon, .icq-icon a      { background: none top left no-repeat; }
.jabber-icon, .jabber-icon a    { background: none top left no-repeat; }
.pm-icon, .pm-icon a        { background: none top left no-repeat; }
.quote-icon, .quote-icon a    { background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a    { background: none top left no-repeat; }
.warn-icon, .warn-icon a      { background: none top left no-repeat; }
.edit-icon, .edit-icon a      { background: none top left no-repeat; }
.delete-icon, .delete-icon a    { background: none top left no-repeat; }
.info-icon, .info-icon a      { background: none top left no-repeat; }

/* Set profile icon dimensions */

/* Fix profile icon default margins */
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon  { margin: 0 3px 0 0; }

.rtl ul.profile-icons li.info-icon, .rtl ul.profile-icons li.report-icon  { margin: 0 0 0 3px; }



/* proSilver Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
  float:left;
  width: 19%;
  margin-top: 1em;
  margin-bottom: 5px;
}

#cp-main {
  float: left;
  width: 81%;
}

#cp-main .content {
  padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
  border-color: #bfbfbf;
}

#cp-main .panel p {
  font-size: 1.1em;
}

#cp-main .panel ol {
  margin-left: 2em;
  font-size: 1.1em;
}

#cp-main .panel li.row {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #F9F9F9;
}

ul.cplist {
  margin-bottom: 5px;
  border-top: 1px solid #cbcbcb;
}

#cp-main .liste {
  background: #ebebeb none repeat-x 0 0;
  margin-bottom: 4px;
  padding: 1px 5px;
  margin:0.5em 0px;
  clear: both;
}


#cp-main .panel li.header dd, #cp-main .panel li.header dt {
  color: #000000;
  margin: 6px 0 2px;
}

#cp-main .table {
  padding: 0 2px 3px;
}
#cp-main table.table1 {
  margin: 0;
}

#ucp-main table.table1 {
  padding: 2px;
}

#cp-main table.table1 thead th {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 5px;
}

#cp-main table.table1 tbody th {
  font-style: italic;
  background-color: transparent !important;
  border-bottom: none;
}

#cp-main .pagination {
  float: right;
  width: auto;
  padding-top: 1px;
}

#cp-main .postbody p {
  font-size: 1.1em;
}

#cp-main .pm-message {
  border: 1px solid #e2e2e2;
  margin: 10px 0;
  background-color: #FFFFFF;
  width: auto;
  float: none;
}

.pm-message h2 {
  padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
  margin-top: 0;
}

#cp-main .table h3 {
  margin-bottom: 0;
  padding-left:17px;
}

#cp-main .buttons {
  margin-left: 0;
}

#cp-main ul.linklist {
  margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
  width: 100%;
  float:none;
}

.mcp-main h2#review {
  margin: 2em 0 0.5em !important;
  
}
/* CP tabbed menu
----------------------------------------*/
.tab-panel {
  margin-top:0px !important;
  border: 0px solid #63B642 !important;
}
.tab-panel .panel{
  margin-top:0px !important;
}

#tabs {
  line-height: normal;
  margin: 20px 0 0px 7px;
  min-width: 570px;
}

#tabs ul {
  padding: 0;
  list-style: none;
}

#tabs li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

#tabs a {
  float: left;
  background: none no-repeat 0% -35px;
  background-color: #BDDF9C;
  margin: 5px 5px 0 5px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: 0px solid #63B642;
  position: relative;
  cursor: pointer;
}

#tabs a span {
  float: left;
  display: block;
  padding: 0;
  color: #000000;
  white-space: nowrap;
}

#tabs a:hover span {
  color: #BD5121;
  background-color: #FFFFFF;
}

#tabs .activetab a {
  border-bottom: 0px solid #FFFFFF;
  background-color: #FFFFFF;
}

#tabs .activetab a span {
  color: #7BC352;
}

#tabs .activetab a:hover span {
  color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
  line-height: normal;
  margin: -20px 7px 0 0;
}

#minitabs ul {
  margin:0;
  padding: 0;
  list-style: none;
}

#minitabs li {
  display: block;
  float: right;
  padding: 0 10px 4px 10px;
  font-size: 1em;
  font-weight: bold;
  background-color: white;
  margin-left: 3px;
}

#minitabs a {
}

#minitabs a:hover {
  text-decoration: none;
}

#minitabs li.activetab {
  background-color: white;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
  color: white;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
  padding-top: 30px;
  width:100%;
}

#navigation ul {
  list-style:none;
}

/* Default list state */
#navigation li {
  margin: 1px 0;
  padding: 0;
  font-weight: bold;
  display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
  display: block;
  padding: 0.5em;
  margin: .8em 0 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  background: #cfcfcf none repeat-y 100% 0;
}

#navigation a:hover {
  text-decoration: none;
  background-color: #c6c6c6;
  color: #bcbcbc;
  background-image: none;
}

#navigation #active-subsection a {
  display: block;
  color: #d3d3d3;
  background-color: #F9F9F9;
  background-image: none;
}

#navigation #active-subsection a:hover {
  color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
  border-bottom: none;
  padding: 0;
  margin-left: 10px;
  color: #333333;
}

#cp-main .panel {
  background-color: #F9F9F9;
}
#cp-main .panel2 {
  margin-left:0px;
  margin-right:0px;
}

#cp-main .sig {
  margin:0.5em 0px;
  padding: 0em 15px;
}

#cp-main .pm {
  background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
  background-color: #f9f9f9;
  padding: 0 5px;
  margin: 10px 15px 10px 5px;
}

dl.mini dt {
  font-weight: bold;
  color: #676767;
}

dl.mini dd {
  padding-top: 4px;
}

.friend-online {
  font-weight: bold;
}

.friend-offline {
  font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
  line-height: 2.5em;
}

/* PM panel adjustments */
.pm-panel-header {
	margin: 0; 
	padding-bottom: 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-panel-message {
	padding-top: 10px;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

 
 
/* PM Message history */
.current {
  color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
  padding-left: 0;
}

ol.def-rules li {
  line-height: 180%;
  padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
  border: solid 3px transparent;
  border-width: 0 3px;
}

.pmlist li {
  border: solid 3px transparent;
  border-width: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #bcbcbc;
  border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
  border: solid 3px #ffffff;
  border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
  border: solid 3px #c2c2c2;
  border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
  border: solid 3px #bdbdbd;
  border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
  border: solid 3px #000000;
  border-width: 0 3px;
}

.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 3px;
  padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: auto;
  background: #FFFFFF;
  border: 1px solid #CCC;
  text-align: center;
}

#gallery label:hover {
  background-color: #EEE;
}




/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
form{
  margin: 6px 0;
  padding: 0px;
  background-color: transparent;
}

form h3 {
  margin: 0;
    border-bottom-width: 0;
}


/*legend {
  font-size: 1.1em;
  color: black;
  margin-top: -.3em;
    padding: 0em 15px;
}*/

fieldset {
  margin: 0em -3px;
  padding: 0.5em 10px ;
  border: 0px solid red;
  font-size: 1.1em;
  background-color: #EDF8DE;
}


input {
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #666666;
  padding: 1px;
  background-color: #FAFAFA;
  font-size: 1em;
  line-height:1.4em;
}

option {
  padding-right: 1em;
}

option.disabled-option {
  color: graytext;
}
textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.4em;
}

label {
  padding-right: 5px;
  color: #676767;
}

label input {
  vertical-align: middle;
}

label img {
  vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  padding: 4px 0;
}


fieldset dt {
  float: left;
  width: 40%;
  text-align: right;
  display: block;
  border-top: 1px dashed #93D062;
}

fieldset dd {
  margin-left: 41%;
  margin-bottom: 3px;
  line-height: 1.8em;
}

/* Specific layout 1 */
fieldset.fields1 dt {
  width: 15em;
  border-right-width: 0;
}

fieldset.fields1 dd {
  margin-left: 15em;
  border-left-width: 0;
}

fieldset.fields1 {
  background-color:transparent;
}

fieldset.fields1 div {
  margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0;
}

fieldset.fields2 dd {
  margin-left: 16em;
  border-left-width: 0;
}

fieldset.panel{
  margin: 1em 0px 0px 0px;
  padding: 0px 15px;
}

fieldset.login dt {
  width: 20em;
  border-right-width: 0;
}

fieldset.fields1 dd {
  margin-left: 16em;
  border-left-width: 0;
}
/* Form elements */
dt label {
  font-weight: bold;
  text-align: right;
}

dd label {
  white-space: nowrap;
  color: #333;
}

dd input, dd textarea {
  margin-right: 3px;
}

dd select {
  width: auto;
}

dd textarea {
  width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
  color: #000000;
}

fieldset.fields2 dl:hover dt label {
  color: inherit;
}

#timezone {
  width: 95%;
}

* html #timezone {
  width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
  margin-top: 0px;
  font-size:1em;
  padding:0;
}
fieldset.quick-login input {
  width: auto;
}
fieldset.quick-login input.inputbox {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px;
}
fieldset.quick-login label {
  white-space: nowrap;
  padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
#viewtopic, form.ohne, #cp-main fieldset{
  background-color:transparent;
  text-align: left;
  margin:0;
  padding:5px 0;
}
#mcp fieldset.display-options{
  text-align: right;
}
#cp-main fieldset.submit-buttons{
  text-align: center;
}

fieldset.display-options {
  text-align: center;
  margin:  0 5px;
  background-color:transparent;
}

fieldset.display-options label {
  white-space: nowrap;
  padding-right: 2px;
}

fieldset.display-options a {
  margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  padding-right: 1em;
  font-size:1em;
  background-color:transparent;
}
#mcp fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  padding-right: 1em;
  font-size:1em;
  background-color:transparent;
}

fieldset.display-actions label {
  white-space: nowrap;
  padding-right: 2px;
}

fieldset.sort-options {
  line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right;
}

fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right;
}

/* Jumpbox */
fieldset.jumpbox {
  text-align: right;
  margin-top: 15px;
  height: 2.5em;
  background-color:inherit;
}

.quickmod {
  clear:both;
  text-align: right;
  height: 2em;
  margin:0;
  padding:0;
  background-color:#BDDF9C;
}

/* Submit button fieldset */
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
  padding: 4px 15px;
}

fieldset.submit-buttons input {
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
  margin: 15px 0 2px 0;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#format-buttons input, #format-buttons select {
  vertical-align: middle;
  font-weight:normal;
}
#cp-main #format-buttons input {
  background-color: #EDF8DE;
}

/* Main message box */
#message-box {
  width: 80%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#message-box textarea {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 1.2em;
  color: #333333;
}

/* Emoticons panel */
#smiley-box {
  width: auto;
  float: none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#smiley-box img {
  margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox, input.search {
  background-color: #FFFFFF;
  border: 1px solid #c0c0c0;
  color: #333333;
  padding: 2px;
  cursor: text;
}

.inputbox:hover, select:hover, input.search:hover {
/*  border: 1px solid #BD5121;*/
}

.inputbox:focus, select:hover, .search:focus {
  border: 1px solid #BD5121;
  color: #4b4b4b;
}

input.big, textarea.big { width: 95%; }
input.inputbox { width: 85%; }
input.medium { width: 50%; }
input.narrow { width: 25%; }
input.tiny { width: 125px; }

#tags {width: 95%; height:1.4em}

textarea.inputbox {
  width: 85%;
}

#cp-main #message-box {
  width: 95% ;
}
#cp-main #message-box textarea {
  height: 9em ;
}

.autowidth {
  width: auto !important;
}

/* Form button styles
---------------------------------------- */
/*input.button1, input.button2, a.button1, a.button2 {
  padding: 2px 5px;
  font-size: 1em;
}*/

a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  font-size: 1em;
  padding: 2px 5px;
  /*  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
  color: #000;
  background: #FAFAFA none repeat-x top left;
}

a.button1, input.button1 {
  font-weight: bold;
  border: 1px solid #666666;
}

input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
  border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  text-decoration: none;
  color: #000000;
  padding: 1px 5px;
  line-height: 250%;
  vertical-align: text-bottom;
  background-position: 0 1px;
  font-size: 1em;
  padding: 2px 5px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border: 1px solid #BCBCBC;
  background-position: 0 100%;
  color: #BCBCBC;
}

input.disabled {
  font-weight: normal;
  color: #666666;
}

/* Topic and forum Search */

input.search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 17px;
  width:auto;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}


/* jquery.suggest Autocomplete Styles*/
.ac_results {
  border: 1px solid #008000;
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  display: none;
}

.ac_results li {
  padding: 2px 5px;
  white-space: nowrap;
  color: #101010;
  text-align: left;
}

.ac_over {
  cursor: pointer;
  background-color: #FFCC00;
}

.ac_match {
  color: black;
  font-weight:bold;
}
.ac_loading {
  background-image: url("./images/loading.gif") !important;
  background-repeat:no-repeat !important;
  background-position: center !important;
  background-color:#FFFFE3 !important;
}




/*
--------------------------------------------------------------
extra Styles for mods
-------------------------------------------------------------- */
.photo-captcha{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
table.photo-captcha td{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.captcha-img{
  display: inline;
  float: left;
  width: 160px;
  height: 90px;
}
.photo-captcha input{
  margin-left: 0;
  margin-right: 1em;
}


/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }

h2{
  line-height: 1em;
  padding-top:0px;
  padding-top:0px;
}

table.table1 {
  width: 99%;    /* IE < 6 browsers */
  /* Tantek hack */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 100%;
}
html>body table.table1 { width: 100%; }  /* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }  /* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
  padding-bottom: 0;
  margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html */
.clearAfter:after, #tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, #page-body ul.linklist:after, dl.polls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
  height: 1%;
}

/*neu*/
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
  height: 1%;
  overflow: hidden;
}

/* viewtopic fix */
* html .post {
  height: 25%;
  overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar{
  height: 4%;
  overflow: hidden;
}
/*neu*/

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
  From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon, .row dl.icon dt, .row dl.icon dd, .albumlist row dl.icon dt, .albumlist row dl.icon dd{
  min-height: 35px;
  height: auto !important;
  height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
  margin-right: 5px;
  width: 30%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
  margin-left: 30%;
  float: none;
}

* html dl.details dd {
  margin-left: 30%;
  float: none;
}

* html .forumbg table.table1 {
	margin: 0 -2px 0px -1px;
}

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
    background-color: #BDDF9C;
    color:#000000;
}

h1 {
    color : White;
    background-color : #BD5121;
}

h2, .panel h2.corners-top{
    color : White;
    background-color : #BD5121;
}

h3 {
    color : black;
    background-color : #7BC352;
    border-bottom-width: 0;
}

h1 i, h2 i, h3 i {
    font-size: 85%;
    line-height:150%;
    font-style: normal;
}

hr {
  border-color:#BD5121;
  border-top-color: #BD5121;
}

hr.dashed {
  border-top-color: #BD5121;
}

.content hr {
  border-top-color: #429A31;
}
.tab-panel hr {
  border-color:#429A31;
  border-top-color: #429A31;
}

/* Search box
--------------------------------------------- */
.search-box {
  color: #000000;
}

.search-box #search_keywords {
  background-color: #EDF8DE;
}

.search-box input {
  border-color: #429A31;
}






/* Round cornered boxes and backgrounds
---------------------------------------- */
#page-header {
  background-color: #7BC352;
  background-image: none;
}

.headerbar {
  background-color: #7BC352;
  background-image: none;
  color: #000000;
}


.navbar {
  background-color: #7BC352;
  border: 0px solid yellow;
}

.forabg {
  background-color: #BD5121;
  border: 0px solid yellow;
}

.forumbg {
  background-color: #BD5121;
  margin-top:1em;
}

.tab-panel .forumbg {
  background-color: #BDDF9C;
  margin-top:1em;
}

.panel {
  background-color: #EDF8DE;
  color: #28313F;
  border: 0px solid yellow;
}

.panel .content{
  background-color: transparent;
  color: #28313F;
}

.back2top{
  text-align:right;
}
.post:target .content {
  color: #000000;
}

.post:target h3 a {
  color: #BD5121;
}

.bg1  { background-color: #EDF8DE !important;}
.bg2  { background-color: #E1F2CE !important;}
.bg3  { background-color: #FFFFFF !important;}

.ucprowbg {
  background-color: #EDF8DE;
}

.fieldsbg {
  background-color: #EDF8DE;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
  border-bottom-color: #7BC352;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
  color: #FFFFFF;
  background-color: #BD5121;
}

table.table1 tbody tr {
  border-color: #BDDF9C;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: #F4FFE5;
  color: #000;
}

table.table1 td {
  color: #000000;
}

table.table1 tbody td {
  border-top-color: #BDDF9C;
  border-left: 1px solid #BDDF9C;
}

table.table1 tbody th {
  border-bottom-color: #BD5121;
  color: #FFFFFF;
  background-color: #BD5121;
}

table.info tbody th {
  color: #FFFFFF;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
/*  color: #3A7637;*/
}

dl.details dd {
  color: #000000;
}

.sep {
  color: #7BC352;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
  color: black;
  background-color: #BDDF9C;
  border-color: #5EB13D;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  color: #000000;
  background-color: #88C65E;
  border-color: #5EB13D;
}

.pagination span a:hover {
  border-color: #000000;
  background-color: #FFCC00;
  color: black;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
/*  background-image: url("./images/icon_pages.gif");*/
}

.row .pagination span a, li.pagination span a {
  background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
  background-color: #368AD2;
}

/* ABC in memberlist
---------------------------------------- */
.abc a, .abc a:link, .abc a:visited, .abc a:active {
  color: black;
  background-color: #BDDF9C;
  border-color: #5EB13D;
}

.abc .noabc {
  color: black;
  background-color: #EDF8DE;
  border-color: #BDDF9C;
}
.abc a:hover {
  border-color: #000000;
  background-color: #FFCC00;
  color: black;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
  color: #3A7637;
}

.error {
  color: #DF0000;
  background-color: #FFEFEF;
  border:1px solid #DF0000 !important;
}

.reported {
  background-color: #F4D09D !important;
}

li.reported:hover {
  background-color: #F2BD7D !important;
}
.sticky, .announce {
  /* you can add a background for stickies and announcements*/
}

div.rules {
  background-color: #FFFAC3;
  color: #305231 ;
}
div.rules b, div.rules strong {
  color: #BD5121;
}

p.rules {
  background-color: #FFFAC3;
  background-image: none;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link  { color: #429A31; }
a:visited  { color: #3A7637; }
a:hover  { color: #BD5121; }
a:active  { color: #BD5121; }

/* Links on gradient backgrounds #search-box a:link*/
.navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
  color: #FFCC00;
}

.navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
  color: #FFCC00;
}

.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  color: #FFFFFF;
}

.navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
  color: #FFFFFF;
}

/* Links for forum/topic lists */
a.forumtitle {
  color: #429A31;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
  color: #BD5121;
}

a.forumtitle:active {
  color: #BD5121;
}

a.topictitle {
  color: #429A31;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
  color: #BD5121;
}

a.topictitle:active {
  color: #BD5121;
}

/* Post body links */
.postlink {
  text-decoration: none;
  color: #429A31;
}

.postlink:visited {
  color: #3A7637;
}

.postlink:active {
  color: #BD5121;
}
.postlink:hover {
  color: #BD5121;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
  background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
  color: #429A31;
}

.postprofile a:hover, .postprofile dt.author a:hover {
  color: #BD5121;
}

/* Profile searchresults */
.search .postprofile a {
  color: #429A31;
}

.search .postprofile a:hover {
  color: #BD5121;
}

/* Back to top of page */
a.top {
  background-image: url("./images/arrow_up.gif");
}

a.top2 {
  background-image: url("./images/arrow_up_r.gif");
}

/* Arrow links  */
a.up    { background-image: url("./images/arrow_up_r.gif") }
a.down    { background-image: url("./images/arrow_down_r.gif") }
a.left    { background-image: url("./images/arrow_left_r.gif") }
a.right    { background-image: url("./images/arrow_right_r.gif") }

a.up:hover {
  background-color: transparent;
}

a.left:hover {
  color: #BD5121;
}

a.right:hover {
  color: #BD5121;
}

#page-header a.kafa:link, #page-header a.kafa:visited {
  background: #E8B32A;
  border-left: 0.5em solid #C08116;
}

#page-header a.kafa:hover, #page-header a.kafa:active{
  border-left: 0.5em solid #BD5121;
  color:#000000;
  background: #F4C954;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums, ul.topics {
}

ul.topiclist li {
  color: #000000;
}

ul.topiclist dd {
  border-left-color: #BDDF9C;
}

ul.topiclist li.row dt a.subforum.read {
  background-image: url("./styles/kawi/imageset/forum_read_subforum.gif");
}

ul.topiclist li.row dt a.subforum.unread {
  background-image: url("./styles/kawi/imageset/forum_unread_subforum.gif");
}

li.row {
  border-top-color:  #BDDF9C;
  border-bottom-color: #BDDF9C;
  background-color:#EDF8DE;
}

li.row strong {
  color: #000000;
}

li.row:hover {
  background-color: #F4FFE5;
}

li.row:hover dd {
  border-left-color: #BDDF9C;
}

li.header dt, li.header dd {
  color: #FFFFFF;
  border-left: 1px solid #BD5121;
}

li.sub dt, li.sub dd {
  color:black;
	border-left: none;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
  color: #EDF8DE;
}

/* Post body styles
----------------------------------------*/
.postbody {
  color: #000000;
}

/* Content container styles
----------------------------------------*/
.content {
  color: #000000;
}

.content h2, .panel h2 {
  color: #BD5121;
  background-color: transparent;
  border-bottom-color: transparent;
}

.content h3, .panel h3 {
  color: black;
  background-color: #93D062;
  border-bottom: none;
}

.postbody h3, #postingbox h3{
  background-color:transparent;
  color: #459B37;
}

dl.faq dt {
  color: #BD5121;
}

/*--- kb-styles ---*/
.kb_cat h2{
 color:white;
 background:#BB5026;
}

.kb{
 padding:5px;
}

.posthilit {
  background-color: #F4D09D;
  color: #000000;
  font-weight:bold;
}

.announce, .unreadpost {
  /* Highlight the announcements & unread posts box */
  border-left-color: #BD5121;
  border-right-color: #BD5121;
}

/* Post signature */
.signature {
  border-top-color: #BDDF9C;
}

/* Post noticies */
.notice {
  border-top-color:  #7BC352;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  background-color: #EDF8DE;
  background-image:none;
  margin: 0.5em 0px 0 25px;
  border:none;
}

blockquote blockquote {
  /* Nested quotes */
  background-color:transparent;
}

blockquote blockquote blockquote {
  /* Nested quotes */
  background-color:transparent;
}

/* Code block */
dl.codebox {
  background-color: #FFFFFF;
  border-color: #BDDF9C;
}

dl.codebox dt {
  border-bottom-color:  #BDDF9C;
}

dl.codebox code {
  color: black;
}

.syntaxbg    { color: #FFFFFF; }
.syntaxcomment  { color: #FF8000; }
.syntaxdefault  { color: #0000BB; }
.syntaxhtml    { color: #000000; }
.syntaxkeyword  { color: #007700; }
.syntaxstring  { color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
  background-color: #FFFFFF;
  border-width:0;
}
.attachbox dt{
  color:  #000000;
  font-weight:bold;
}

.pm-message .attachbox {
  background-color: #F4FFE5;
}

.attachbox dd {
  border-top: 1px dashed #BD5121;

}

.attachbox p {
  color: #305231;
}

.attachbox p.stats
{
  color: #305231;
}

.attach-image img {
  border-color: #000000;
}

/* Inline image thumbnails */

dl.file dd {
  color: #305231;
}

dl.thumbnail img {
  border-color: #000000;
  background-color: #FFFFFF;
}

dl.thumbnail dd {
  color: #305231;
}

dl.thumbnail dt a:hover {
  background-color: #FFFF99;
}

dl.thumbnail dt a:hover img {
  border-color: #BD5121;
}

/* Post poll styles
----------------------------------------*/


fieldset.polls {
  background-color:#FFFFFF ;
}
fieldset.polls dl {
  border-top-color: #7BC352;
  color: #305231 ;
}

fieldset.polls dl.voted {
  color: #000000;
}

fieldset.polls dd div {
  color: #FFFFFF;
}

.pollbar1 {
  background-color: #F4D09D;
  border-bottom-color: #F2BD7D;
  border-right-color: #F2BD7D;
  color:#000000 !important;
}

.pollbar2 {
  background-color: #F2BD7D;
  border-bottom-color: #F0A95B;
  border-right-color: #F0A95B;
  color:#000000 !important;
}

.pollbar3 {
  background-color: #F0A95B;
  border-bottom-color: #EB8F40;
  border-right-color: #EB8F40;
  color:#000000 !important;
}

.pollbar4 {
  background-color: #EB8F40;
  border-bottom-color: #E77831;
  border-right-color: #E77831;
}

.pollbar5 {
  background-color: #E77831;
  border-bottom-color: #BB5026;
  border-right-color: #BB5026;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
  color: #000000;
  border-left-color: #7BC352;
  background-color: transparent;
}

.pm .postprofile {
  border-left-color: #7BC352;
}

.postprofile strong {
  color: #000000;
}

.online {
  /*background-image: url("T_IMAGESET_LANG_PATH/icon_user_online.gif");*/
  background-image:none;
}

/*--- kb-styles -�-*/
.kb_cat{
  width:44%;
  margin:10px;
  float:left;
  background-color: #F6FCEE;
}
.kb_cat h2{
  padding-bottom:5px;
}
.kb_cat dl{
  min-height:12em;
}
.kb_cat dt{
  font-size:1.2em;
}
.kb_cat dd{
  padding-bottom:0.5em;
  margin-bottom:0.5em;
  border-bottom:1px solid #A8C376;
}
.kb_cat dd.morelink{
  padding-bottom:5px;
  margin-bottom:1em;
  border-bottom:0px;
  text-align:right;
}
.kb_articlebody{
  width:100%;
}

.kb_desc{
  font-weight:bold;
}
/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */

/*a.textsize {
  background-image: url("images/icon_fontsize.gif");
}
*/

/* Moderator icons */
.report-icon, .report-icon a    { background-image: url("./styles/kawi/imageset/icon_topic_reported.gif"); }
/*.edit-icon, .edit-icon a      { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a    { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a      { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a      { background-image: url("{IMG_ICON_USER_WARN_SRC}"); }*/ /* Need updated warn icon */

/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3 {
  border: none;
  background:transparent;
  color:#BD5121;

}
#cp-main hr, #cp-menu hr {
  border-top:1px dashed #BD5121;
  margin: 1em 0;
}

#cp-main .liste {
  background-color: #BDDF9C;
}
#cp-main .panel li.row {
  border-top-color:  #BDDF9C;
  border-bottom-color: #BDDF9C;
  background-color:#EDF8DE;
}

ul.cplist {
  border-top-color: #BDDF9C;
}

#cp-main .panel li.header {
  background-color: #BDDF9C;
  border:none;
}
#cp-main .panel li.header dd, #cp-main .panel li.header dt {
  color: #000000;
  border-left: 1px solid #BDDF9C;
}

#cp-main table.table1 thead th {
  color: #000000;
  background-color: #BDDF9C;
  border-bottom-color: #BDDF9C;
}

#cp-main .pm-message {
  border-color: #DBDEE2;
  background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.ucp{
/*  background-color:#E0F6C7;*/
  background-color:#EDF8DE;
}

#tabs a, #tabs a:hover span {
  color:#3A7637;
  background-color:#D5ECBD;
}

#tabs a:hover, #tabs a:hover span {
  color: #BD5121;
  background-color: #FFFFFF;
}

#tabs .activetab a, #tabs .activetab a span{
  color: #000000;
  background-color: #EDF8DE;
}

#tabs .activetab a:hover, #tabs .activetab a:hover span {
  color: #000000;
  background-color:#EDF8DE;
}

/* postedit tabbed menu
----------------------------------------*/
#postingbox #tabs a, #postingbox #tabs a:hover span {
  color:#3A7637;
  background-color:#D5ECBD;
}

#postingbox #tabs a:hover, #postingbox #tabs a:hover span {
  color: #BD5121;
  background-color: #FFFFFF;
}

#postingbox #tabs .activetab a, #postingbox #tabs .activetab a span{
  color: #000000;
  background-color: #EDF8DE;
}

#postingbox #tabs .activetab a:hover, #postingbox #tabs .activetab a:hover span {
  color: #000000;
  background-color: #EDF8DE;
}


/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
  background-color: #EDF8DE;
}

#minitabs li.activetab {
  background-color: white;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
  color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
  background:#EDF8DE;
  color: #459B37;
}

#navigation a:hover {
  background:#FFFFFF;
  color: #BD5121;
}

#navigation #active-subsection a {
  background:#FFFFFF;
  color:#000000;
}

#navigation #active-subsection a:hover {
  background:#FFFFFF;
  color: #000000;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
  color: #BD5121;
}

#cp-main .panel {
  background-color: #FFFFFF;
}

#cp-main .panel2 {
  background-color: #EDF8DE;
}
#cp-main .panel h2, #cp-main .panel h3.corners-top {
  color: #000000;
  margin: -6px -15px 0.5em -15px;
  padding: 6px 15px 4px;
  background-color: #BDDF9C;
  border-bottom-color: transparent;
}
#cp-main .panel h3.corners-top {
  padding: 4px 15px 2px;
  background-color: #D5ECBD;
}
#cp-main .panel h3 {
/*  border-bottom-color: ;*/
	font-size: 1.2em;
	margin-top: 1em;
}

#cp-main .pm {
  background-color: #FFFFFF;
}


/* Friends list */
.cp-mini {
  background-color: #eef5f9;
}

dl.mini dt {
  color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
  color: #999999 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #BD5121;
  border-right-color: #BD5121;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
  border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
  border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
  border-color: #5D8FBD;
}

pmlist li.pm_foe_colour, .pm_foe_colour {
  border-color: #000000;
}

/* Avatar gallery */
#gallery label {
  background-color: #FFFFFF;
  border-color: #CCC;
}

#gallery label:hover {
  background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
  border-color: #429A31;
  background-color: #EDF8DE;
}
.odd select {
  border-color: #429A31;
  background-color: #F6FCEF;
}
#cp-main select {
  border-color: #63B642;
  background-color: #FFFFFF;
}

label {
  color: black;
}

option.disabled-option {
  color: graytext;
}


/* Definition list layout for forms
---------------------------------------- */
dd label {
  color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
  color: #000000;
}

fieldset.fields2 dl:hover dt label {
  color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login {
  margin-top: -4px;
  margin-bottom: -4px;
}

fieldset dl.odd, fieldset dl.odd dt, fieldset dl.odd dd{
  background-color:#F6FCEF;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
  color: black;
}

/* Input field styles
---------------------------------------- */
form{
    background-color: transparent;
}

.inputbox, input.search {
  background-color: #EDF8DE;
  border-color: #429A31;
  color: #000000;
}
.odd .inputbox {
  background-color: #F6FCEF;
  border-color: #429A31;
  color: #000000;
}
.inputbox:hover, input.search-hover, select:hover, #search-box #keywords:hover, .search-box #search_keywords:hover, .quick-login .inputbox:hover{
  background-color: white;
  border-color: #429A31;
}
.inputbox:focus, select:focus,input.search:focus, #search-box #keywords:focus, .search-box #search_keywords:focus, .quick-login .inputbox:focus {
  background-color: white;
  border-color: #BD5121;
  color: black;
}

#cp-main .inputbox{
  background-color: #FFFFFF;
  border-color: #63B642;
  color: #808080;
}
#cp-main .inputbox:hover, #cp-main .inputbox:focus{
  background-color: #FFFAC3;
  border-color: #63B642;
  color: black;
}

fieldset dt, fieldset dd {
  border-top: none;
}
#cp-main fieldset dt, #cp-main fieldset dd {
  border-top: none;
}

/* Form button styles
---------------------------------------- */

input[submit]{
  border-color: #7BC352;
  background-color: #7BC352;
  font-weight: bold;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
  color: #000;
  background-color: #FFFFFF;
  background-image: none;
}
a.button1, input.button1 {
  border-color: #429A31;
  background-color: #BDDF9C;
}
a.button2, input.button2 {
  border-color: #429A31;
  background-color: #93D062;
  font-weight: bold;
}
input.button3 {
  background-image: none;
}

/* Alternative button
a.button2, input.button2, input.button3 {
  border-color: #429A31;
}*/

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border-color: black;
  background-color: #FFCC00 !important;
  color:black;
}

input.search {
  background-image: url("./images/icon_textbox_search.gif");
}

form.search-box, form.search-box fieldset{
/*  margin: 0 0 2px 0;
*/  padding: 0;
  background-color: transparent;
}


/* ttag mod */

#tags{
	width:98%;
	height: 4.5em;
}
#submit-tags{
	float:left;
	width:100%;
	clear:right;
}

div.posts{
	margin-right: 25em;	
}
div.tagcloud {
	text-align: center;
	vertical-align: middle;
}
.sidebox  {
	width: 23em;
	position: absolute;
	right: 0px;
	margin-top: 0;
	z-index: 10;
}
.sidebox .panel  {
	margin-top: 0;
	z-index: 10;
}
.tagcloud h3, #ttags_input h3{
	font-size: 1.2em;
}

.tagcloud li{
	list-style:none;
	display:inline;
	padding: 1px 5px;
	vertical-align: middle;
}	
.tagcloud li i{
	font-size: 0.7em;
	font-style: normal !important;
	font-weight: normal !important;
}

.tags {margin-top: 0}
.hide {display: none;}

#addtag .tagcloud, #addtag #ttags_input {
  float: right;
  margin: 10px 0px 10px 0;
  width: 46%;
}
#addtag #ttags_input {
  float: left;
}

.tagcloud .exists, .tagcloud .exists a{
	color: #BD5121 !important;
	}

.tagcloud .ts0 a{
	font-weight: bold;
	font-size: 0.8em;
	}
.tagcloud .ts1  a{
	font-weight:bold;
	font-size: 1.0em;
	}
.tagcloud .ts2 a{
	font-weight: bold;
	font-size: 1.2em;
	}
.tagcloud .ts3 a{
	font-weight: bold;
	font-size: 1.4em;
	}
.tagcloud .ts4 a{
	font-weight: bold;
	font-size: 1.6em;
	}
.tagcloud .ts5 a{
	font-weight: bold;
	font-size: 1.8em;
	}
.tagcloud .ts6 a{
	font-weight: bold;
	font-size: 2.0em;
	}
.tagcloud .ts7 a{
	font-weight: bold;
	font-size: 2.2em;
	}
.tagcloud .ts8 a{
	font-weight: bold;
	font-size: 2.4em;
	}
.tagcloud .ts9 a{
	font-weight: bold;
	font-size: 2.6em;
	}
.tagcloud .ts10 a{
	font-weight: bold;
	font-size: 2.8em;
	}
.tagcloud .ts11 a{
	font-weight: bold;
	font-size: 3.0em;
	}
.tagcloud, .tagcloud li, .tagcloud a {
	vertical-align: middle;
	}
.tagcloud .small, .tagcloud a .small{
	font-size: small !important;
	}
.nobreak {
	white-space:nowrap;
}

/* jquery.suggest Autocomplete Styles*/
.ac_results {
  border: 1px solid #459B37;
  background-color: white;
}
.ac_results li {
  color: #305231;
}
.ac_over {
  background-color: #FFCC00;
  color:#000000;
}
.ac_match {
  color: black;
}
input.ac_loading {
  background-image: url("./images/loading.gif") !important;
  background-color:#EDF8DE !important;
  color: #3A7637 !important;
}

#lexiconEntry{
  border:1px #1D623D solid;
  background:#FFFFFF;
}
#lexiconEntry h3{
  color:#459B37;
  background:transparent;
}
a#lexiconClose:link{
  color:#1D623D;
  background:#E3E8D5;
  border:1px solid #54974D;
}
a#lexiconClose:hover, a#lexiconClose:active{
  color:#000000;
  background:#FFCC00;
  border:1px solid #000000;
}
#lexiconEntry.loading {
  background: url("./images/loading.gif") center no-repeat #F1F7E5;
}

input.disabled {
  color: #666666;
}
