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

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	text-align: center;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 190px;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
	width: 965px;
	margin: 0 auto;
}

#wrapfooter {
	text-align: center;
	clear: both;
	width: 965px;
	margin: 0 auto;
	text-align: center;
}

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

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
	background-image: url('./images/logo.png');
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
	width: 900px;
}

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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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: 2px 0;
	white-space: nowrap;
} 

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	font-size: 1.0em;
	vertical-align: top;
	text-align: left;
	margin: 1px 0;
	padding-right: 5px;
}

.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: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px;
	float: left;
	
}

.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;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;

}

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

.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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	text-align: left;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #0071BC;
	background-image: url('./images/header_tile.jpg');
	background-repeat: repeat-x;
	white-space: nowrap;
	padding-left: 10px;
	height: 24px;
}

td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
td.profile {
	padding: 4px;
}

.tablebg {
}

.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: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/headingGradient.jpg');
	background-repeat: repeat-x;
	text-indent: 4px;
	color: white;
}

.row1 {
	background-color: #fff;
	padding: 4px;
	vertical-align: top;
}

.row2 {
	background-color: #fff;
	padding: 4px;
	vertical-align: top;
}

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

.spacer {
	background-color: #D1D7DC;
}

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

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #0071BC;
	text-decoration: none;
}

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

a.forumlink {
	color: #069;
	font-weight: bold;
	font-size: 1.1em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.1em;
}

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

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

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


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

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
	
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Pop Up Box Styling
 --------------------- */

#searchBox, #uploadBox, #commentBox {
	position: absolute; 
	margin: 0;
	background-color: white;
	display: none;
	margin: 0 auto;
	padding: 2px;
}

#searchBoxContainer, #uploadBoxContainer, #commentBoxContainer {
	display: none;
	background-color: #d3d3d3;
	text-align: center;
	width: 100%;
}

#searchBox {
	top: 150px;
	left: 35%;
		
}

#uploadBox {
	top: 150px;
	left: 35%;
}


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

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

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

#userMenuWrapper {
	height: 20px;
	background-color: #2E3192;
	width: 100%;
	text-align: center;

}

#userMenu {
	background-color: #2E3192;
	color: white;
	text-align: right;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 20px;
	width: 965px;
	height: 20px;
	margin: 0 auto;
	
}

#userMenu ul {
	list-style-type: none;
	list-style-position: inside;
}

#userMenu li {
	padding: 0px;
	display: inline;
}

#userMenu li a {
	color: white;
}

#userMenu li a:hover {
	text-decoration: none;
}

#logoWrapper {
	background-image: url('images/bg_tile.jpg');
	background-repeat: repeat-x;
	width: 100%;
	border: 0;
	text-align: center;
	vertical-align: bottom;
	margin: 0 auto;
}

#logo {
	float: left;
	overflow: hidden;
	vertical-align: bottom;
	padding-top: 10px;
	text-align: center;
	border: 0;
	
}

#headerBanner {
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 965px;
	height:110px;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
	
}

#logoBanner {
	float: left;
	width: 215px;
}


#advertisingBanner {
	float: right;
	overflow: hidden;
	height: 110px;
	width: 728px;
	text-align: center;
}

	 
#menuWrapper {
	background-image: url('images/menu_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	
}

.fmTable, .forumTable, .leftBox{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d3d3d3;
	border-collapse: separate;
}

.leftBox, .leftBoxImage {
	width: 100%;
	height: 100%;
	margin-top: 4px;
}


.forumTableHeading {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	border-top: 1px solid #d3d3d3;
	background-color: rgb(240,240,240);
	vertical-align: middle;
	height: 16px;
}

.fmTable td, .fmContent {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}


.fmHeading {
	border-top: 1px solid #d3d3d3;
	background-color: rgb(240,240,240);
	

}



.wrapper {
	text-align: center;
	width: 100%;
}

.content {
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	width: 965px;
}

.imgContainer {
	border: 1px solid #ddd;
}

.imgLink {
	display: block; 
	padding: 3px;
}

.fmHeadingStrongBlue, .fmPopupHeading {
	font-size: 1.2em; 
	color: #0071BC; 
	border-bottom: 1px solid #ddd; 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 1px;
}

.fmPopupHeading {
	text-align: left;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.fmMainHeading {
	text-align: left;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #0071BC;
	background-image: url('./images/header_tile.jpg');
	background-repeat: repeat-x;
	white-space: nowrap;
	padding: 5px;
	height: 14px;
}

.rightParagraph {
	text-align: right;
	padding: 5px;
}

.smallGrayRow {
	font-size: 1em; 
	background-color: #ddd;
	display: block;
	vertical-align: bottom;
	text-align: left;
	padding-left: 5px;

}

.smallLightGrayRow {
	font-size: 1em; 
	background-color: #ededed;
	display: block;
	vertical-align: bottom;
	text-align: left;
	padding-left: 5px;
}

.smallButton {
	font-size: 0.9em;
	background-color: #ededed;
}

.scrollBox {
	z-index:1;
	width:300px;
	height:205px;
	overflow: auto;
}

#hotTopicsMarquee,
#recentTopicsMarquee,
#topViewsMarquee {
	width: 300px;
	height: 392px;
	overflow: hidden;
}

#recentTopicsMarquee {
	height: 195px;
}

.marqueeSpacer{
	height: 210px; /*This needs to match the value in marquee.js */
}

.verySmallText {
	font-size: xx-small;
}

.boxLink {
	border: 1px solid #d3d3d3;
	background-color: rgb(240,240,240);
	padding: 4px;
}

.boxLink:hover {
	color: white;
	text-decoration: none;
	background-color: #99ccff;
}


.horizontalcssmenu {
        width: 964px;
        margin: 0 auto;
        padding: 0;
        text-align: left;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;


}

/*Top level menu link items style*/
.horizontalcssmenu ul li a, .horizontalcssmenu ul li p{

display: block;
padding: 0px 40px 0px 0px;
text-decoration: none;
color: black;
color: #737373;
font-size: 10pt;
font-family: Tahoma, Arial, Verdana;
font-weight: bold;

}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
top: 20px;
right: 60px;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 200px;
padding: 10px 2px 10px 2px;
background: #ebebeb;
font-weight: bold;
font-size: 9pt;
text-align: center;
}

.horizontalcssmenu ul li a:hover{
/*background: url('menubgover.gif') center center repeat-x;*/
}

.horizontalcssmenu ul li ul li a:hover{
background: #e3e3e3;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
// background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

.subMenu {
text-align: left;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; text-align:center; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

