/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	background-color: transparent;
   }

html {
	font-size: 100%;
	overflow: scroll;
   }

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: arial, verdana, sans-serif;
   color: #323D4F;
	background-color:White;
   font-size: 11px;
	margin: 0 auto;
   }

#mainbody {
   width: 925px;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   }

#header {
   border: 2px solid #45481C;
   overflow: hidden;
   }
  
#headerLOGO {
   float: left;
   text-align: center;
   margin-top: 4px;
   width: 295px;
   }
  
#headerFLASH {
   float: right;
   background-color: #6A0E01;
   border-left: 2px solid #45481C;
   background-image: url('images/ccmoore_banner_milton_lake_forum01.jpg');
   width: 618px;
   height: 140px;
   }

#wrapheader {
   }

#wrapcentre {
	overflow: hidden;
   }

#wrapfooter {
	text-align: center;
	clear: both;
	margin-top: 5px;
   }

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: Transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #a9a9a9;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
   padding-top: 2px;
   overflow: hidden;
   width: 200px;
   float: right;
   }
   
#datebar_left, #datebar_right {
   float: right;
   text-align: right;
   }

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
   }

.forumrules {
	background-color: #F9CC79;
	border-width: 0px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: arial, verdana, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { 
   border: 1px solid #FFFFFF;
   margin-bottom: 5px;
   }
   
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

.forum_links {
   overflow: hidden;
   border: 1px solid #FFFFFF;
   border-top: 5px solid #FFFFFF;
   }
   
.forum_link {
   float: left;
   border: 1px solid #6A0E01;
   padding-top: 4px;
   padding-right: 8px;
   padding-bottom: 4px;
   padding-left: 8px;
   margin-right: 5px;
   }

.under_navigation {
  margin-top: 17px;
  }
  
.breadcrumbs {
   overflow: hidden;
   margin-bottom: 3px;
   margin-top: 3px;
   }
   
table.who_online, table.birthdays, table.statistics, table.login {
   padding: 3px;
   width: 924px;
   border-collapse: collapse;
   margin-left: 1px;
   }
   
table.who_online td, table.birthdays td, table.statistics td, table.login td {
   border: 1px solid #CCCCCC;
   vertical-align: top;
   padding: 5px;
   }
   
table.who_online td.header, table.birthdays td.header, table.statistics td.header {
   background-color: #B3BC4F;
   }
   
table.login td.header {
   background-color: #45481C;
   }

table.who_online td.header a, table.birthdays td.header h4, table.statistics td.header h4 {
   padding-left: 5px;
   color: #45481C;
   }
   
table.login td.header a {
   padding-left: 5px;
   color: #B3BC4F;
   }
   
table.who_online td.width, table.birthdays td.width, table.statistics td.width {
   width: 40px;
   }
   
table.login td.width {
   width: 170px;
   text-align: right;
   }
   
.cookies {
   margin-top: 3px;
   }

a.forum_name:link, a.forum_name:hover, a.forum_name:visited {
   color: #6A0E01;
   font-weight: bold;
   font-size: 1.2em;
   text-decoration: none;
   }
   
a.forum_name:hover {
   color: #FF0000;
   }

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

#footer h1 {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  }

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

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

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

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

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

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: arial, verdana, sans-serif;
}

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

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

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

.copyright {
	color: #444;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
}

.searching {
   overflow: hidden;
   }

.titles {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}

.moderator_name {
   color: #45481C !important;
   font-weight: bold;
   }

.navigation {
  margin-top: 5px;
  border-bottom: 4px solid #6A0E01;
  background-color: #CCCCCC;
  z-index: 1;
  }

.navigation p {
  margin: 0px;
  text-align: center;
  color: #333333;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.0em;
  font-weight: bold;
  }

.navigation a, .navigation a:visited {
   color: #000000;
   }
  
.navigation a:hover {
   color: #333333;
   }
  
/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #646464;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #a9a9a9;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	text-indent: 4px;
}

.row1 {
	background-color: White;
	padding: 4px;
}

.row2 {
	background-color: #F3F3F3;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active,
a:visited {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}

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

a.forumlink {
	color: #333;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #646464;
	text-decoration: none;
}

th a,
th a:visited {
	color: #ff5a4f !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

.forum_link a, .forum_link a:hover {
   color: #6A0E01;
   font-weight: bold;
   font-size: 12px;
   font-style: italic;
   }

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

input {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #a9a9a9;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

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

input.radio {
	border: none;
	background-color: transparent;
}

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

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: arial, verdana, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnlite, .btnmain {
	font-weight: normal;
	background-color: #CCCCCC;
	border: 1px solid #6A0E01;
	color: #6A0E01;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: Transparent;
	border: 1px solid #a9a9a9;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333333;
	background-color: #a9a9a9;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: arial, verdana, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333333;
	background-color: #a9a9a9;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #a9a9a9;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFFFFF;
}

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;
}

#menu_bkg a {
	color: #646464;
	font-weight: bold;
}

#footer {
  background-color: #6A0E01;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 925px;
  }	
	
h1.header_one 
{
  font-size: 1.3em;
  color: #6a0e01;
  margin-top: 5px;
}

h1.header
{
  font-size: 1em;
  color: #6a0e01;
  margin-top: 5px;
}

h1.header a
{
  text-decoration: none;
  color: #6a0e01;
}

.header_navigation {
  border-bottom: 4px solid #6A0E01;
  background-color: #CCCCCC;
  }

/* Drop Down Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.dd_menu {
	width: 925px;
	position: relative;
	float: left;
	height: 18px;
	background: #B3BC4F;
	border-bottom: 2px solid #45481C;
	}
	
.dd_menu_margin {
  margin-left: 105px;
  }

/* hack to correct IE5.5 faulty box model */
* html .dd_menu {
	width: 927px; 
	w\idth: 925px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.dd_menu ul {
	padding: 0;
	list-style: none;
	}

.dd_menu ul ul {
	width: 180px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dd_menu li {
	float: left;
	/* width: 130px; was 243px */
	position: relative;
	text-align: center;
	}

.dd_menu li li {
	float: left;
	width: 183px;
	position: relative;
	margin-top: -3px;
	border-top: 2px solid #45481C;
	border-right: 2px solid #45481C;
	border-left: 0px solid #45481C;
	text-align: left;
	margin-left: -16px;	
	}

/* style the links for the top level */
.dd_menu a, .dd_menu a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	/* width: 130px; */
	height: 18px;
	border: 2px solid #45481C;
	border-width: 0px 0px 0px 2px;
	background: #B3BC4F;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	}

.dd_menu li li a, .dd_menu li li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	width: 130px;
	height: 18px;
	border: 2px solid #45481C;
	border-width: 0px 0px 0px 2px;
	background: #B3BC4F;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	}

	
.dd_menu a.no_left_border, .dd_menu a.no_left_border:visited {
  border-width: 0px 0px 0px 0px;
  }

/* a hack so that IE5.5 faulty box model is corrected */
* html .dd_menu a, * html .dd_menu a:visited {
	width: 180px; /* IE5.5 */
	w\idth: 180px; /* IE6 */
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.dd_menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 21px;
	left: 0;
	width: 180px;
	}

/* another hack for IE5.5 */
* html .dd_menu ul ul {
	top: 32px;
	t\op: 33px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.dd_menu table {
	position: absolute;
	top: 0;
	left:0;
	border-collapse: collapse;
	}

/* style the second level links */
.dd_menu ul ul a, .dd_menu ul ul a:visited {
	background: #E3E7BE;
	color:#000000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 160px;
	border-width: 0 2px 2px 2px;
	}

/* yet another hack for IE5.5 */
* html .dd_menu ul ul a, * html .dd_menu ul ul a:visited {
	width: 160px; /* IE5.5 */
	w\idth: 160px; /* IE6.0 */
	border-right: 0px;
	}

/* style the top level hover */
.dd_menu a:hover, .dd_menu ul ul a:hover{
	color: #000000;
	text-decoration: underline;
	}

.dd_menu ul ul a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

.dd_menu :hover > a, .dd_menu ul ul :hover > a {
	color: #000000;
	text-decoration: underline;
	}

.dd_menu ul ul :hover > a {
	color: #000000;
	text-decoration: none;
	background-color: #B3BC4F;
	}

/* make the second level visible when hover on first level list OR link */
.dd_menu ul li:hover ul,
.dd_menu ul a:hover ul{
	visibility: visible;
	}

/* keep the third level hidden when you hover on first level list OR link */
.dd_menu ul :hover ul ul {
	visibility: hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.dd_menu ul :hover ul :hover ul{
	visibility: visible;
	}
	
	/* Image width limiter by BELLonline.co.uk */
div.imglimiter { width: 747px; overflow: hidden; cursor: pointer; }
div.imglimiteroff { } 