/* custom styles */

img {
	border: 0px;
}

.topicdetails, .searchbar, .breadcrumbs, .datetime {
	font-size: 70%;
}
.breadcrumbs {
	float: left;
}
.datetime {
	float: right;
}

.genmed a {
	text-decoration: none;
}

.genmed a:hover {
	text-decoration: underline;
}

.pagination {
	font-size: 80%;
}

.gen {
	margin-left: 5px;
}

.forumlink {
	margin-left: 2px;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
        text-decoration: none;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.6em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 1em;
	margin: 0.8em 0 0.2em 0;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
}

#pageheader h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#pageheader a {
	font-weight: normal;
	text-decoration: underline;
}

/* EDIT SCROLLBAR START */

body {
	scrollbar-face-color: #DEDEDE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEDEDE;
	scrollbar-3dlight-color: #DEDEDE;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #;
}

/* EDIT SCROLLBAR */

/* EDIT RIGHT FADE */
/* Covers the fade effect graphic below "Topics, Post & Last Post */

td.rowpic {
		background-color: #FFFFFF;
		background-image: url(/custom/images/forum/cellpic2k.jpg);
		background-repeat: repeat-y;
}

/* EDIT RIGHT FADE */

/* EDIT TOP TABLE GRAPHIC */
/* Covers the top graphic & font colour : "Forum, Topics, Post, Last Post" */

th	{
	color: #fff; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url(/custom/images/forum/cellpic3k.gif);
}

/* EDIT TOP TABLE GRAPHIC */

/* EDIT LEFT TABLE GRAPHIC */
/* Covers the left background graphic where the main forum section names appear */
/* Eg: Fairway on AardvarkSport */

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(/custom/images/forum/cellpic1k.gif);
			background-color:#DEDEDE; border: #FFFFFF; border-style: solid; height: 28px;
}

.cat a {
	text-decoration: none;
}

/* EDIT LEFT TABLE GRAPHIC */

/* EDIT LINK FONT COLOUR */
/*                       */
/* Generally just make these link colours match the ones in the next section */
/*                                                                           */
/* a:link,a:active,a:visited - colour of clicked on links */
/* a:hover 	: 	Forum : Controls some small text hover colour */
/*     			View Forum: Controls the forum heading hover colour */
/*          		View Topic: Controls the topic heading hover colour */

font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #000000; }
hr	{ height: 0px; border: solid #DEDEDE 0px; border-top-width: 1px;}

/* EDIT LINK FONT COLOUR */

/* EDIT GENERAL FONTS */
/*                    */
/* For "Welcome to {sitename}", see .tdptoplink below */
/*                                                    */
/* Gen    	:	Nothing apparent */
/* Genmed 	:	Forum description text */
/* Gensmall 	:	Forum "Time is now", "Unanswered", & right hand forum text */
/* .gen etc  	: 	Forum small text, "Welcome to..", Some viewforum small text */
/* a.gen etc	:	Forum "view unanswered posts" colour */
/* a.gen:hover:	Very small text hover colour */


.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: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }

/* EDIT GENERAL FONTS */

/* EDIT TOP NAVIGATION TEXT */
/* The register, login, search etc links at the top of the page */

.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #000000; }

/* EDIT TOP NAVIGATION TEXT */

/* EDIT FORUM CATEGORY TITLES */
/* Controls forum category title text colours such as "Fairway" on AardvarkSport */

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }

/* EDIT FORUM CATEGORY TITLES */

/* EDIT FORUM NAME LINKS TEXT */
/* Used in index.php only	  */
/*                            */
/* .forumlink		: 	Doesn't appear to be used
/* a.forumlink 	:	Text colour of unclicked links to forums */
/* a.forumlink:hov	:	Text colour of hover links to forums     */
/*                                                              */
/* To change the colour of clicked links (those set below)      */
/* set the colour in EDIT LINK FONT COLOUR above                */


.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #000000; }

/* EDIT FORUM NAME LINKS TEXT */

/* SET THE PAGE 1 of X LINK TEXT */

.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline; }

/* SET THE PAGE 1 of X LINK TEXT */

/* EDIT VIEW TOPICS LINK TEXT */
/*                            */
/* Controls the text colours of links in the view topics page */

.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: underline; color : #000000; }

/* EDIT VIEW TOPICS LINK TEXT */

/* EDIT SURROUNDING COLOUR */
/* This is the outline round the main forum tables */
/* Set to match the cellpic3k.gif colour */
/* First colour should be white */

.forumline	{ background-color: #FFFFFF; border: 2px # solid; }

/* EDIT SURROUNDING COLOUR */

/* EDIT NAME OF USER TEXT IN MESSAGE */
/* Generally this would remain the same colour as the main text */

.name			{ font-size : 11px; color : #000000;}

/* EDIT NAME OF USER TEXT IN MESSAGE */

/* EDIT POST DETAILS TEXT */
/* Normally black         */
/*                        */
/* View Forum : 	Replies, Views & Last Post non-linked text    */
/* View Topic :	Status, Poster Details, Small message details */

.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ text-decoration:none; }


/* EDIT POST DETAILS TEXT */

/* SET TOP OF PAGE LINK TEXT */
/* Changes the "Click here to return to sitename" */

.tdptoplink			{ font-weight: bold; font-size: 12px; color : #000000;}
a.tdptoplink			{ text-decoration: none; color : #000000; }
a.tdptoplink:hover		{ text-decoration: underline; }

/* SET TOP OF PAGE LINK TEXT */

/* EDIT CONTENT OF POSTS LINKS */
/* The content of the posts (body of text)   */
/*                                           */
/* Changes the [url][/url] link colour       */

.postbody { font-size : 0.8em; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #006699; }
a.postlink:hover { text-decoration: underline; color : #000000}

/* EDIT CELL BG COLOURS */
/* Main table cell colours and backgrounds */
/*                                         */
/* td.row1	: Index:	 	Left 2 cells   */
/* 			: ViewForum: 	Left 2 cells 	 */
/* 			: ViewMsg:	Message b/g	 */
/*									 */
/* td.row2	: Index:	 	Right 3 cells  */
/* 			: ViewForum: 	Replies/Views	 */
/* 			: ViewMsg:	Nothing		 */
/*									 */
/* td.row3	: Index:	 	Nothing		 */
/* 			: ViewForum: 	Author		 */
/* 			: ViewMsg:	Nothing		 */
/*									 */
/* td.row3r	: Index:	 	Nothing		 */
/* 			: ViewForum: 	Last Post		 */
/* 			: ViewMsg:	Nothing		 */


td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEDEDE; }
td.row3	{ background-color: #DEDEDE; }

td.row3Right,td.spaceRow {
	background-color: #DEDEDE; border: #FFFFFF; border-style: solid;
}

.row1 p, .row2 p {
	margin: 0.5em 0;
}

/* EDIT MOUSEOVER COLOURS */
/* Controls any mouseover effects */
/*                                */
/* When rollover is used, td_normal must match td.row1 above     */
/* If mouseover not used, both settings must match td.row1 above */

.td_normal {background-color:#EFEFEF;}
.td_highlight {background-color:#FFFFCC;}

/* EDIT MOUSEOVER COLOURS */

/* SET ADSENSE COLOURS */
/* Usually this doesn't have to change at all as the colours inherit from elsewhere */

a.g_ad_link_top			{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; }
.g_ad_desc				{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; text-decoration: none }
a.g_ad_link_bottom		{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; }


/* SET ADSENSE COLOURS END */

			/* ********** END OF GENERAL EDITING ********** */

	/* Normally nothing below this point needs to be edited            */
	/*                                                                 */
	/* The page background colour is controlled by the body BG tag     */
	/* which can be found in the appropriate .php template file        */
	/* Look in the tdp_branded directory for a similar named .php file */

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

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

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and topic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #3333FF;
}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/custom/css/ieFix.css");

.forumdesc {
	font-size: 70%;
}
.spacer {
	height: 1px;
	border-bottom: 1px solid #ccc;
}