/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Cobalt 2a
	Based on style:	subSilver2 & Cobalt 2 from phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	Modified by:		DarcShadow with FWMR (http://www.fwmr.net)
	This is an alternative style for phpBB3 for those wishing to stay with
	the Cobalt 2 style of phpBB version 2.x
	
	Copyright 2010 Fort Worth Motorcycle Riders ( http://www.fwmr.net )
    --------------------------------------------------------------
*/

/* 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; /* changes the color of nearly all text */
	color : White;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	background-color: #0071AE;
	background-image : url('images/background.jpg');
	margin: 10px;	
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#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 {
	font-weight: bold;
	font-size: 16pt;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : white;
	font-style : italic;
}

/* h1 {
	color: white;
	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: #006597;  /* blue */
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	padding: 4px 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: white;
/*	color: #006597; */
	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;
	color : white;
}

.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;
}

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;
	padding-top: 5px;
}

.postauthor {
	color : White;
}

.postdetails {
	color : White;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, 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: #006597;
}

.nav {
	margin: 0;
	color: white;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
	color: #006597;
	color:White;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
font-size : 8pt;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	color: white;
	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 {	
	color: #134F84; /* blue */
	border-color: transparent;
	font-size: 9pt;
	font-weight : bold;
	background-color: #DDDDDD;
	height: 28px;
	background-image: url('images/cellpicsilver.gif');
	background-repeat: repeat-x;	
	text-indent: 4px;
}

td {
	padding: 0px;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #041D2C;
	background-image: url('images/catbox_bg_start.gif');
	background-repeat: repeat-y;
}

.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: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
*/
	text-indent: 4px;
}

.catbottom {
	background-image: url(images/cellpicsilver.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	height: 28px;
	color : #0D406A;
}

.row1 {
	padding: 4px;
	background-color: transparent;
	background-image: none;
/*	
	background-color: #041D2C;
	background-image: url('images/catbox_bg_start.gif');
	background-repeat: repeat-y;
*/
}

.row2 {
	padding: 4px;
	background-color: transparent;
	background-image: none;
/*	
	background-color: #041D2C;
	background-image: url('images/catbox_bg_start.gif');
	background-repeat: repeat-y;
*/
}

.row3 {
	padding: 4px;
	background-color: transparent;
	background-image: none;
/*	
	background-color: #041D2C;
	background-image: url('images/catbox_bg_start.gif');
	background-repeat: repeat-y;
*/
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC; /* blueish grey */
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #006597;
	color: white;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	color: white;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	color: #FFCE00; /* orange */
	text-decoration: underline;
}

a.cattitle		{
	text-decoration: none;
	color : #134F84; /* Blue */
}
a.cattitle:hover{
	text-decoration: underline;
	color : #134F84;  /* Blue */
}

a.cattitle:visited{
	color : #134F84; /* Blue */
}

a.forumlink {
	color: white;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.postlink {
	color: yellow;
	text-decoration: underline;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: white
	text-decoration: none;
}

th a,
th a:visited {
/*	color: #FFA34F !important;  /* orange */*/
	color:#134F84 !important; /* blue */
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, select {
	background-color: #13619F;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border-color : #0D4267 #178DDF #178DDF #0D4267;
	background-image : url('images/formpic.gif');
}

textarea {
	background-color: #13619F;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	border-color : #0D4267 #178DDF #178DDF #0D4267;
	background-image : url("images/background.jpg");
	padding: 2px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
    background-image : none;
	background-color: transparent;
}

.post {
	background-color: grey;
	border-style: solid;
	border-width: 1px;
/*	color : #0D406A;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	border: 1px solid;
	border-color : #EEEEEE #999999 #999999 #EEEEEE;
	background-image : url('images/buttonbgpic.gif');
*/
}

.btnbbcode {
	color : #0D406A;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	border: 1px solid;
	border-color : #EEEEEE #999999 #999999 #EEEEEE;
	background-image : url('images/buttonbgpic.gif');
}

.btnmain {
	font-weight: bold;
	background-color : #FAFAFA;
	border: 1px solid #A9B8C2;
	border-color : #EEEEEE #999999 #999999 #EEEEEE;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color : #0D406A;	
	background-image : url('images/buttonbgpic.gif');
}


/* None-bold submit button */
input.liteoption {
	font-weight : normal;
	background-image : url('images/buttonbgpic.gif');
	color : #0D406A;	
}

.btnlite {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #A9B8C2;
	border-color : #EEEEEE #999999 #999999 #EEEEEE;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	background-image : url('images/buttonbgpic.gif');
	color : #0D406A;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
/*	background-color: #DEE3E7; */
	background-color: transparent;
	background-image : none;
	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: #041D2C;
	background-color: #333333;
	color: #006597;
	color: #faf0fa;
}

.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;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
/*	color: black; */
	color: #006597;
	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;
}


/* Boxes around forum elements */

td.boxTopLeft {
	background-image : url('images/border/ltop.gif');
	background-repeat : no-repeat;
}

td.boxTop {
	background-image: url('images/border/hside.gif');
	background-repeat: repeat-x;
}

td.boxTopRight {
	background-image : url('images/border/rtop.gif');
	background-repeat : no-repeat;
}

td.boxSide {
	background-image : url('images/border/vside.gif');
	background-repeat : repeat-y;
}

td.boxMiddleLeft {
	background-image : url('images/border/lmiddle.gif');
	background-repeat : no-repeat;
}

td.boxMiddle {
	background-image: url('images/border/hside.gif');
	background-repeat: repeat-x;
}

td.boxMiddleRight {
	background-image : url('images/border/rmiddle.gif');
	background-repeat : no-repeat;
}

td.boxBottomLeft {
	background-image: url('images/border/lbottom.gif');
	background-repeat: no-repeat;
}

td.boxBottom {
	background-image: url('images/border/hside.gif');
	background-repeat: repeat-x;
}

td.boxBottomRight {
	background-image: url('images/border/rbottom.gif');
	background-repeat: no-repeat;
}
	
td.mainbox 
{
	background-image : url('images/mainbox_bg.jpg');
	background-repeat : repeat;
	margin : 0;
}
