/* General font families for common tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 0;
}

/* hr	{ height: 0px; border: solid #DDE4F3 0px; border-top-width: 1px;} */

hr {
        border: 0;
        height: 1px; 
        color: #333333;
        background-color: #333333;
        width: 100%;
        text-align: center;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
	margin-top: 0em;
	margin-bottom: 0em;
}
.spacey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}
.noindent {
	margin-left: 0em;
	padding-left: 0em;
	list-style-type: disc;
	list-style-position: inside;
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.allJustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #000000;
}
.allBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.subHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.allGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.allGreyBoldNoHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.allRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.allGreyBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #424187;
}
.allWhiteBold {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.allBlueBold {
	font-size: 12px;
	color: #424187;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.small {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
.smallBold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
.smallBlue {
	font-size: 11px;
	color: #424187;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
.smallBlueBold {
	font-size: 11px;
	color: #424187;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
a.footer:hover {
	font-size: 10px;
	font-weight: normal;
	color: #424187;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
}
.footerBlueLink {
	font-size: 10px;
	font-weight: normal;
	color: #424187;
	font-family: arial, helvetica, sans-serif;
}
.footerBlueLink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #EE0000;
	font-family: arial, helvetica, sans-serif;
}
.footerWhite {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
}
.boxshadow {
    -webkit-box-shadow: 1px 1px 4px 2px #AAAAAA;
    box-shadow: 1px 1px 4px 2px #AAAAAA;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #FFFFFF solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #FFFFFF solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #DDE4F3; }
td.row2	{ background-color: #DDE4F3; }
td.row3	{ background-color: #DDE4F3; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#DDE4F3; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #DDE4F3; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: " Arial, Helvetica, sans-serif";
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: red; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: underline; color : #000000; }
a.mainmenu:hover	{ color : red; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: underline; color : #000000; }
a.cattitle:hover	{ color : red; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink	 	{ text-decoration: underline; color : #000000; }
a.forumlink:hover	{ color : red; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: underline; color : #000000; }
a.nav:hover		{ color : red; }

/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link	{ text-decoration: underline; color : #000000; }
a.topictitle:visited	{ color : #5493B4; }
a.topictitle:hover	{ color : red; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px; }
a.postlink:link		{ text-decoration: underline; color : #000000; }
a.postlink:visited	{ text-decoration: underline; color : #5493B4; }
a.postlink:hover	{ text-decoration: underline; color : red; }

/* Quote & Code blocks */
.code {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
	background-color: #BDC4E9; border: #DDE4F3; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #BDC4E9; border: #DDE4F3; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: underline;}
a.copyright:hover	{ color: red; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; 
        vertical-align : top;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #DDE4F3;
	color : #000000;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

input.button2 {
	background-color : #CDD4F9;
	border: outset 2px;
	border-color: #E7F2FF;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}

/* The main submit button option */
input.mainoption {
	background-color : #BDC4E9;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #BDC4E9;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DDE4F3; border-style: none; }
.date_container {
    position: relative;
    width: 772px;
}
.date_right {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 300px;
    text-align: right;
}
#date {	position: absolute;
	left: 635px;
	top: 0px;
	z-index: 1;
}
div.right {text-align: right}
#navlist {
	margin: 0px;
}
#navlist ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navlist li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	float: left;
}
#navlist a {
	display: block;
	text-indent: 6px;
	width: 134px;
	font-size: 12px;
	color: #424187;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 2px 0px;
	margin:  0px 0px 1px 0px;
	background-color: #DDE4F3;
}
#navlist a:hover, #navlist a:active {
	background-color: #7B86CF; 
	color: #FFFFFF;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	margin:  5px 0px 1px 0px;
	background-color: #424187; 
	color: #FFFFFF;
}
#sublink a {
	background-color: #BDC4E9;
	color: #424187;
}
#sublink a:hover #sublink a:active {
	background-color: #7B86CF;
	color: #FFFFFF;
}
.email_archive_item {overflow: hidden; display: block; width: 100%}
.email_archive_item_subject {display: inline-block; float: left; vertical-align: top; width: 80%; text-align: left}
.email_archive_item_date {display: inline-block; float: right; vertical-align: top; width: 20%; text-align: right}
