body {
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

label {
	cursor:pointer;
}

form {
	padding:0;
	margin:0;
}

hr {
	height:0;
	border:dotted #999 0;
	border-top-width:1px;
}

a,
a:visited {
	color:#39559F;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color:#39559F;
	text-decoration:none;
}

img {
	border:0;
}

.clearer {
	clear:both;
	font-size:0;
	height:0;
	padding:0;
	margin:0;
}

.clearer.right {
	clear:right;
}

.clearer.left {
	clear:left;
}

table.full_width {
	width:100%;
}

input[type=text],
input[type=password],
textarea {
	padding:5px;
}

td.post_disclaimer p {
	padding:10px;
	border:3px solid #d6d6d6;
}

/* Top Bar */

div#top {
	background:#F3F3F5;
	border-bottom:1px solid #DEE4F2;
	color:#5473BC;
	padding:0;
}

div#top div#skip-link {
	width:auto;
	padding:5px 0 5px 10px;
}

div#top div#skip-link p {
	width:auto;
	padding:0;
	margin:0;
	font-size:0.8em;
}

div#top a,
div#top a:link,
div#top a:visited {
	color:#39559F;
	text-decoration:none;
}

div#top a:focus,
div#top a:hover,
div#top a:active {
	color:#39559F;
	text-decoration:underline;
	background:transparent;
}

div#top div.session_info {
	float:right;
	padding:0;
	margin:-2px 10px 0 0;
	width:auto;
	color:#5473BC;
	background:url('../../images/user.png') no-repeat;
	text-align:right;
}

div#top div.session_info p {
	padding:0;
	margin:7px 0 0 30px;
	font-size:0.8em;
}

/* Top Menu */

div#top_menu {
	padding:0;
	margin:0;
	clear:both;
}

/* Messages */

div.message {
	text-align:left;
	color:#333;
	padding:7px;
	margin:2px 2px 10px;
}

div.message p {
	padding:0;
	margin:0;
}

div.message.ok {
	border:2px solid #9FD98A;
	background:url('../../images/message_tick.png') no-repeat #C9E8BB center left;
}

div.message.ok p {
	padding-left:27px;
}

div.message.not-ok {
	border:2px solid #F2A8A8;
	background:url('../../images/message_cross.png') no-repeat #F9D0D0 center left;
}

div.message.not-ok p {
	padding-left:27px;
}

div.message.info {
	border:2px solid #ECD033;
	background:url('../../images/message_info.png') no-repeat #F7EBA6 center left;
}

div.message.info p {
	padding-left:20px;
}

div.message.info a,
div.message.info a:link,
div.message.info a:visited {
	text-decoration:underline;
	background:transparent;
}

div.message.info a:focus,
div.message.info a:hover,
div.message.info a:active {
	text-decoration:none;
	background:transparent;
}

div#thanks_strip {
	margin:10px 10px 0;
}

/* End Messages */

div.forum_information h3 {
	margin:3px 0;
}

div.forum_information {
	padding:10px;
	text-align:left;
	margin:1px 0 10px;
	background-color:#EFEFEF;
	border:1px solid #CECECE;
}

#homepage_partners {
	padding:10px 10px 0;
	text-align:left;
	margin:1px 0 10px 0;
	background-color:#EFEFEF;
	border:1px solid #CECECE;
}

#homepage_partners p {
	margin-bottom:10px;
}

div.forum_information ul {
	padding:0;
	margin:0 0 5px;
}

div.forum_information ul li {
	display:inline;
	list-style:none;
	padding:0 10px 0 0;
	margin:0;
	font-size:0.8em;
}

/* Forum Index Login Box */

div.forum_index_login {
	padding:10px 0;
	margin:1px 0;
	background-color:#EFEFEF;
	border:1px solid #CECECE;
}

p.forum_index_login {
	padding:0;
	text-align:center;
	margin:0;
}

ul.forum_index_info {
	padding:5px 0 10px;
	margin:0;
}

ul.forum_index_info li {
	display:inline;
	padding-right:10px;
	font-size:80%;
}

/* Unread Topic Boxes */

div.index_unread_topics {
	width:auto;
	max-width:30%;
	float:right;
	text-align:right;
	margin:5px 10px 5px 45px;
	padding:5px;
	background:#FDEEDF;
	border:1px solid #ccc;
}

div.index_unread_topics h4 {
	background:url('images/folder_new.gif') no-repeat right;
	padding:2px 23px 5px 0;
	margin:-2px 0 0;
	font-size:0.8em;
	color:#333;
	width:auto;
}

div.index_unread_topics ul {
	padding:0;
	margin:-3px 0 0;
}

div.index_unread_topics li {
	padding:0;
	margin:0;
	list-style:none;
	font-size:0.8em;
}

div.index_unread_topics a,
div.index_unread_topics a:link,
div.index_unread_topics a:visited {
	display:block;
	padding:1px 0;
	margin:0;
	text-decoration:underline;
	background:transparent;
}

div.index_unread_topics a:focus,
div.index_unread_topics a:hover,
div.index_unread_topics a:active {
	text-decoration:none;
	background:transparent;
}

div.categorytitle {
	padding:0;
	margin:0;
	border: 1px #39559F solid;
}

h2.categorytitle {
	background-image: url(images/cattitle.gif);
	background-color:#DBE1F2;
	color: #375198;
	padding:5px 5px;
	margin:0;
	font-size:100%;
	letter-spacing: 1px;
	border: 2px solid white;
	font-weight:bold;
}

h2.forumtitle a,
h2.forumtitle a:hover {
	text-decoration:none;
	background-color:transparent;
}

div.icon { 
	float:left;
	padding:14px 0 0;
	width:46px;
}

div.index_forum {
	margin:1px 0;
	padding:7px 0;
	border:1px solid #CECECE;
}

div.index_forum.row1 {
	background:#F9F9FB;
}

div.index_forum.row2 {
	background:#F9F9F9;
}


div.index_forum_intro {
	padding:0 0 0 48px;
}

div.index_forum_intro h3	{
	font-size:80%;
	padding:0;
	margin:0;
}

div.index_forum_intro p {
	font-size:75%;
	padding:0 10px 0 0;
	margin:0;
}

div.index_forum_intro ul {
	padding:2px 0 0;
	margin:0;
	list-style:none;
	font-size:80%;
	color:#444;
}

div.index_forum_intro ul li {
	display:inline;
	padding-right:10px;
}

.index_forum_intro a:link,
.index_forum_intro a:visited {
	text-decoration:none;
}

.index_forum_intro a:focus,
.index_forum_intro a:hover,
.index_forum_intro a:active {
	text-decoration:underline;
}

.index_forum_intro ul a:link,
.index_forum_intro ul a:visited {
	color:#444;
}

.topictitle a:visited {
	color:#6737A2;
}

/* Information Pages */

div#information_page {
	padding:10px;
	margin:1px 0 0;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

div#information_page.help h2 {
	color:#333;
	font-size:1.2em;
	padding:0;
	margin:0 0 10px;
}

div#information_page.help h3 {
	color:#333;
	font-size:1em;
	padding:0;
	margin:0 0 10px;
}

div#information_page.help dl {
	padding:0;
	margin:10px 0 10px;
}

div#information_page.help dt {
	font-size:0.9em;
}

div#information_page.help dd {
	font-size:0.9em;
	padding:0;
	margin:0 0 10px 10px;
}

div#information_page.help ul {
	padding:0;
	margin:0 0 10px;
}

div#information_page.help li {
	padding:5px 5px 7px;
	margin:0;
	list-style:none;
	font-size:0.9em;
}

/* Footer */

p.admin_link {
	clear:both;
	text-align:center;
	padding:0;
	margin:20px 0;
}

div#footer_box {
	clear:both;
	border:1px solid #CECECE;
	background:#EFEFEF;
	padding:10px 10px 0;
	text-align:center;
	margin:10px 0;
	-moz-border-radius:15px;
	border-radius:15px;
}

div#footer_box p {
	padding:0;
	margin:0 0 10px;
}

/* Header Image Replacement - Thanks to Dave Shea - http://www.mezzoblue.com/tests/revised-image-replacement/ */

div#top_menu h1 {
	float:left;
	width:468px;
	height:105px;
	color:#333;
	padding:0;
	margin:0;
	font-size:1.4em;
	overflow:hidden;
}

div#top_menu h1 a {
	position:absolute;
	display:block;
	width:468px;
	height:107px;
	background:url('../../images/logo.jpg') no-repeat;
	z-index:100;
}

/* Tool Bars */

div.tool_bar {
	padding:5px;
	margin:1px 0;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

div.tool_bar.alt_bg {
	background:white;
}

div.tool_bar.top_of_set {
	margin-top:7px;
}

div.tool_bar.right {
	text-align:right;
}

div.tool_bar table {
	width:100%;
}

div.tool_bar p {
	padding:0;
	margin:0;
}

div.tool_bar ul {
	padding:0;
	margin:0;
}

div.tool_bar ul li {
	padding:0;
	margin:0 0 2px;
	list-style:none;
	font-size:0.8em;
}

div.tool_bar.moderate_forum {
	padding:0;
	text-align:center;
	background:#EFEFEF;
	border:1px solid #CECECE;
}

div.tool_bar.moderate_topic {
	text-align:center;
	background:white;
	border:1px solid #CECECE;
	margin-top:7px;
}

div.tool_bar.moderate_forum p a {
	display:block;
	padding:10px;
	color:black;
	text-decoration:none;
}

div.tool_bar.moderate_forum p a:focus,
div.tool_bar.moderate_forum p a:hover,
div.tool_bar.moderate_forum p a:active {
	background:#f9f9f9;
}

div.tool_bar div.tasks {
	float:right;
	padding:2px 0 0;
	margin:0;
}

div.tool_bar p {
	padding:0;
	margin:0;
	color:#555;
}

div.tool_bar p.breadcrumb {
	font-size:0.75em;
	padding-top:7px;
	padding-left:10px;
	font-weight:bold;
}

div.tool_bar p.display_options {
	font-size:0.75em;
}

div.tool_bar p.breadcrumb.no_tasks {
	padding-bottom:7px;
}

div.tool_bar a:focus,
div.tool_bar a:hover,
div.tool_bar a:active {
	background:transparent;
	text-decoration:none;
}

div.tool_bar div.tasks p {
	padding:0 5px 0 0;
	margin:0;
}

div.tool_bar div.tasks ul {
	padding:0;
	margin:0;
}

div.tool_bar div.tasks ul li {
	float:right;
	list-style:none;
	padding:0 5px 0 10px;
	margin:0;
}

div.tool_bar div.tasks ul li img {
	vertical-align:middle;
}

/* End Tool Bars */

h2.icon_key {
	padding:10px 0 0;
	margin:0;
	color:#375198;
	font-weight:bold;
	font-size:80%;
	text-align:center;
}

h3 {
	padding:0;
	margin:0;
	color:#375198;
	font-weight:bold;
	font-size:80%;
}

p {
	font-size:80%;
	padding:0;
	margin:0;
}

tr#username {
	 display:none;
}

/* Overall Sidebar */

div#overall_sidebar {
	position:absolute;
	top:0;
	right:0;
	padding:15px 10px 0 0;
	margin:0;
	width:220px;
}

div#overall_sidebar a {
	text-decoration:none;
}

div.widget.twitter {
	margin:0 0 10px;
	height:600px;
}

div#overall_sidebar div.widget h2 {
	color: #375198;
	font-size:0.9em;
	font-weight:bold;
	padding:5px 5px 0;
	margin:0 0 10px;
}

div#overall_sidebar div.widget p {
	padding:0 5px 5px;
	margin:0;
}

div#overall_sidebar div.widget ul {
	padding:0;
	margin:0 0 5px;
}

div#overall_sidebar div.widget ul li {
	list-style:none;
	padding:0 5px 5px;
	margin:0;
	font-size:0.8em;
}

div#overall_sidebar div.widget a:focus,
div#overall_sidebar div.widget a:hover,
div#overall_sidebar div.widget a:active {
	text-decoration:underline;
}

/* Sidebar Register Box */

div#overall_sidebar div.widget.register {
	text-align:center;
	padding:10px 5px;
	margin:0 0 5px;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

/* Sidebar Widgets */

#overall_sidebar .widget.control_box {
	padding:5px;
	margin:0 0 5px;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

#overall_sidebar .widget.control_box ul {
	padding:0;
	margin:0;
}

#overall_sidebar .widget.control_box ul li {
	padding:0;
	margin:0;
}

#overall_sidebar .widget.control_box ul li a {
	display:block;
	padding:5px 10px;
	margin:0;
}

#overall_sidebar .widget.control_box ul li a:focus,
#overall_sidebar .widget.control_box ul li a:hover,
#overall_sidebar .widget.control_box ul li a:active {
	background:white;
	text-decoration:none;
}

#overall_sidebar .widget.partner {
	padding:15px 5px;
	margin:0 0 10px;
	border:1px solid #CECECE;
	background:#EFEFEF;
	text-align:center;
}

#overall_sidebar .widget.partner p {
	margin-top:5px;
}

#overall_sidebar .widget.myshopping {
	padding:5px 0;
	margin:0 0 10px;
	border:1px solid #CECECE;
	background:#EFEFEF;
	text-align:center;
}

/* Currently Online */

div#overall_sidebar div.widget.currently_online {
	padding:5px;
	margin:0 0 10px;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

div#overall_sidebar div.widget.currently_online ul li {
	padding:0;
	margin:0 0 1px;
}

div#overall_sidebar div.widget.currently_online li a,
div#overall_sidebar div.widget.currently_online li a:link,
div#overall_sidebar div.widget.currently_online li a:visited {
	display:block;
	padding:5px;
	margin:0 3px;
	text-decoration:none;
}

div#overall_sidebar div.widget.currently_online li a:focus,
div#overall_sidebar div.widget.currently_online li a:hover,
div#overall_sidebar div.widget.currently_online li a:active {
	text-decoration:none;
	background:white;
	padding:4px;
	border:1px solid white;
}

/* Sidebar Syndication */

div#overall_sidebar div.widget.syndication {
	padding:0;
	margin:0 0 5px;
}

div#overall_sidebar div.widget.syndication div.item {
	clear:both;
	padding:0;
	margin:0 0 5px;
	border:1px solid #CECECE;
}

div#overall_sidebar div.widget.syndication a:focus,
div#overall_sidebar div.widget.syndication a:hover,
div#overall_sidebar div.widget.syndication a:active {
	text-decoration:none;
}

div#overall_sidebar div.widget.syndication div.logo {
	float:left;
	padding:0 5px 0 0;
}

div#overall_sidebar div.widget.syndication p {
	font-size:0.75em;
	padding:0;
	margin:0;
	line-height:1.4em;
}

div#overall_sidebar div.widget.syndication p a {
	display:block;
	background:#EFEFEF no-repeat 8px center;
	padding:8px 5px 8px 44px;
	margin:0;
}

div#overall_sidebar div.widget.syndication p a:focus,
div#overall_sidebar div.widget.syndication p a:hover,
div#overall_sidebar div.widget.syndication p a:active {
	background-color:white;
}

div#mainWrapper {
	position:relative;
	padding:0;
	margin:0;
}

div.main {
	clear:left;
	right:0;
	padding:15px 10px 0;
	margin:0 230px 0 0;
	text-align:left;
	z-index:50;
}

table.maintable	{
	padding:0;
	margin:0;
}

div.left-col {
	padding:10px 0 0;
	margin:0;
	text-align:left;
}

div.right-col {
	padding:10px 0 0;
	margin:0 0 10px;
	width:50%;
	text-align:right;
	float:right;
	clear:right;
}

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

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #FFFFFF;
	border: 1px #39559F solid;
}


.forumline.posting_body_form {
	border:0;
}

div#posting_body {
	margin:1px 0 0;
	padding:0;
	border:1px solid #CECECE;
}

div#posting_body div.post_message textarea {
	width:465px;
}

div#posting_body div.post_message_bbcode_control {
	padding:5px;
	margin:5px 0 0;
	background:#f9f9f9;
	border:2px solid #ccc;
	width:465px;
}

.postbody	{
	font-size:80%;
	line-height:150%;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color:#EFEFEF; } /* EFEFEF */
td.row2	{ background-color:#EBEBF1; } /* DEE3E7 */
td.row3, td.row3Right	{ background-color:#F2F2F7; !important } /* D1D7DC */

div.topic_posts div.poll {
	padding:20px;
	margin:1px 0;
	text-align:center;
	border:3px solid #E6E6CA;
}

div.topic_post {
	clear:left;
	padding:1px;
	margin:2px 0;
	background:#fff;
}

div.topic_inner {
	overflow:auto;
}

ul.social_networks {
	padding:5px 0 0 5px;
	margin:0;
}

ul.social_networks li {
	display:inline;
	list-style:none;
	padding:0 3px 0 0;
	margin:0;
}

div.topic_post.row1 {
	border:1px solid #DFE4F3;
}

div.topic_post.row1 div.topic_inner {
	background:#F8F8FA url('../../images/row1_bg.jpg') no-repeat;
	border:1px solid #DFE4F3;
}

div.topic_post.row2 {
	border:1px solid #BFBFBF;
}

div.topic_post.row2 div.topic_inner {
	background:#EFEFEF url('../../images/row2_bg.jpg') no-repeat;
	border:1px solid #BFBFBF;
}

div.topic_post div.post_info {
	float:left;
	width:170px;
	overflow:auto;
	padding:0 0 15px;
}

div.topic_post div.post_info p {
	padding:5px;
	font-size:0.8em;
}

div.topic_post div.post_info a {
	color:#333;
	text-decoration:underline;
}

div.topic_post div.post_info a:focus,
div.topic_post div.post_info a:hover,
div.topic_post div.post_info a:active {
	text-decoration:none;
	background:transparent;
}

.topic_post .post_info .post_date  {
	font-size:0.8em;
	padding:5px;
	margin:0;
	text-decoration:none;
}

.topic_post .post_info .post_date a {
	text-decoration:none;
	border-bottom:1px dotted #333;
}

.topic_post .post_info .post_date a:focus,
.topic_post .post_info .post_date a:hover,
.topic_post .post_info .post_date a:active {
	text-decoration:none;
	border-bottom:transparent;
}

div.topic_post div.post_body {
	padding:5px;
	margin:0 0 0 170px;
}

div.topic_post div.post_body div.sig {
	padding:5px 0;
	margin:5px 0 0;
}

.post_body .message {
	padding:5px;
}

.post_body .message.ok,
.post_body .message.info,
.post_body .message.not-ok {
	border-width:1px;
	background-image:none;
}

.post_body .message.ok p,
.post_body .message.info p,
.post_body .message.not-ok p {
	padding-left:0;
}

div.topic_post div.post_footer p.back_to_top a {
	color:#333;
	text-decoration:none;
}

div.topic_post div.post_footer p.back_to_top a:focus,
div.topic_post div.post_footer p.back_to_top a:hover,
div.topic_post div.post_footer p.back_to_top a:active {
	text-decoration:underline;
	background:transparent;
}

div.topic_post div.share_on {
	clear:left;
	padding:5px;
	margin:0;
	float:right;
	text-align:right;
}

div.topic_post div.share_on p {
	padding:0;
	margin:0;
}

div.topic_post span.post_body_options {
	float:right;
	padding:0 0 0 5px;
}

div.topic_post div.post_footer {
	clear:both;
	padding:0 5px 5px;
	margin:-1em 0 0;
}

div.topic_post p.execute_spammer {
	clear:right;
	margin:20px 0 5px;
	padding:0;
}

div.topic_post p.execute_spammer a {
	display:block;
	color:#666;
	text-decoration:none;
	width:auto;
	padding:3px;
	border:2px solid transparent;
}

div.topic_post p.execute_spammer a:focus,
div.topic_post p.execute_spammer a:hover,
div.topic_post p.execute_spammer a:active {
	text-decoration:none;
	background:transparent;
	color:#CC0000;
	border:2px solid #CC0000;
}

table#member_list td {
	font-size:0.8em;
}

/*
  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-image: url(images/cattitleright.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color:#375198;
	font-weight:bold;
	background-color:#DBE1F2;
	height:25px;
	background-image: url(images/cattitle.gif);
	border:1px #A9B6DA solid;
	margin:0;
	padding:10px;
}

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

td.title {
	background-image: url(images/cattitle.gif);
	background-color:#DBE1F2;
	color: #375198;
	font-weight:normal;
	font-size:120%;
}

h1.forumtitle,
h2.forumtitle {
	background-image: url(images/cattitle.gif);
	color:#375198;
	background-color:#DBE1F2;
	font-weight:normal;
	font-size:120%;
	padding:8px 5px;
	margin:0;
	border: 1px #A9B6DA solid;
}

h1.forumtitle {
	text-align:center;
	margin:0 0 1px;
}

h2.forumtitle {
	text-align:left;
	margin:0;
}

div#message_text {
	text-align:center;
	padding:20px 10px 10px;
	margin:1px 0 0;
	border:1px solid #CECECE;
	background:#EFEFEF;
}

div#message_text p {
	text-align:center;
	margin:0 0 10px;
}

/* View Forum */

#forum_posts {
	border:1px solid #CECECE;
	padding:1px;
	margin:1px 0;
}

#view_forum {
	background:#EFEFEF;
	border-right:1px solid #CECECE;
	border-left:1px solid #CECECE;
	padding:5px;
	margin:0;
}

#view_forum .thread {
	position:relative;
	border:1px solid #BBB;
	padding:7px;
	margin:0 0 5px;
	background:white;
}

#view_forum .thread table {
	width:100%;
	padding:0;
	margin:0;
}

#view_forum .thread td {
	vertical-align:middle;
}

#view_forum .thread.row1 {
	background:#F9F9FB;
}

#view_forum .thread.row2 {
	background:#F9F9F9;
}

#view_forum .thread td.image {
	width:19px;
}

#view_forum .thread .info {
	padding:0 0 0 7px;
}

#view_forum .thread .info .title {
	font-size:0.8em;
	padding:0;
	margin:0;
	font-weight:bold;
	text-decoration:none;
}

#view_forum .thread .info .title a,
#view_forum .thread .info .title a:link {
	color:#375198;
	text-decoration:none;
}

#view_forum .thread .info .title a:visited {
	color:#6737A2;
	text-decoration:none;
}

#view_forum .thread .info .title a:focus,
#view_forum .thread .info .title a:hover,
#view_forum .thread .info .title a:active {
	text-decoration:underline;
}

#view_forum .thread .info .latest_post_info {
	padding:3px 0 0;
	margin:0;
	font-size:0.7em;
	color:#444;
}

#view_forum .thread .info .latest_post_info a,
#view_forum .thread .info .latest_post_info a:link,
#view_forum .thread .info .latest_post_info a:visited {
	color:#444;
	text-decoration:none;
}

#view_forum .thread .info .latest_post_info a:focus,
#view_forum .thread .info .latest_post_info a:hover,
#view_forum .thread .info .latest_post_info a:active {
	text-decoration:underline;
}

#view_forum .thread .info .replies_and_views {
	padding:3px 0 0;
	margin:0;
	font-size:0.7em;
	color:#444;
}

#view_forum .thread .info .replies_and_views li {
	display:inline;
	list-style:none;
	padding:0 10px 0 0;
	margin:0;
}

#view_forum .thread .info .description {
	padding:3px 0 0;
	color:#444;
}

#view_forum .thread .meta {
	text-align:right;
}

#view_forum .thread .meta p {
	padding:0 0 3px;
	font-size:0.75em;
	color:#444;
}

#view_forum .thread .meta a,
#view_forum .thread .meta a:link,
#view_forum .thread .meta a:visited {
	color:#444;
	text-decoration:none;
}

#view_forum .thread .meta a:focus,
#view_forum .thread .meta a:hover,
#view_forum .thread .meta a:active {
	color:#444;
	text-decoration:underline;
}

/* Search Page */

#google_search {
	background:#EFEFEF;
	border-right:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	border-left:1px solid #CECECE;
	padding:10px;
	margin:0 0 10px;
}

#google_search .about {
	padding:0;
	margin:0 0 10px;
}

#google_search .about p {
	padding:0;
	margin:0 0 5px;
}

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

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;
	text-align:center;
}
td.row3Right {
	border: #FFFFFF;
	border-style: solid;
}

td.spaceRow {
	background-color: #D1D7DC;
	border: #FFFFFF;
	border-style: solid;
}

th.thHead,td.catHead {
	font-size: 90%;
	border-width: 1px 1px 0;
}

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



/* General text */
.gen { font-size : 80%; }
.genmed { font-size : 75%; }
.gensmall { font-size : 70%; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; }

a.gen:hover,
a.genmed:hover,
a.gensmall:hover {
/*	color:#DD6900;
	text-decoration:underline;*/
}

div.mainmenu		{
	padding:10px;
}

div.mainmenu a		{
	padding:2px;
}


/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	color : #375198;
}
.cattitle a:hover{
	text-decoration:underline;
	background-color:transparent;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 80%; color : #006699; }
a.forumlink 	{ color : #006699; }
a.forumlink:hover{
	/*
	text-decoration:underline;
	color:#DD6900;
	*/
}


/* Used for the navigation text, (page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 80%; color : #000000;}
.nav a			{ color : #375198; }
.nav a:hover {
	text-decoration:underline;
	background-color:transparent;
}


/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-weight:bold;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 80%; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 80%; color : #000000; }


/* The content of the posts (body of text) */
a.postlink:link		{ color : #375198 }
a.postlink:visited 	{ color : #375198; }
a.postlink:hover {
/*	text-decoration:underline;
	color:#DD6900;*/
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; 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;
	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 */
div.copyright		{ font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px; padding:10px 0; margin:0; }
div.copyright a		{ text-decoration: none;}
div.copyright a:hover 	{ background-color:transparent; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, 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: 80%;
	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;
}

p.disclaimer {
	padding:10px;
	margin:0 0 5px;
	background:#FFEA93;
	border:1px solid #FFCF0F;
}

p.global_message {
	padding:10px;
	margin:0 0 5px;
	background:#FFEA93;
	border:1px solid #FFCF0F;
}

p.global_message a:link,
p.global_message a:visited {
	text-decoration:underline !important;
}

p.global_message a:focus,
p.global_message a:hover,
p.global_message a:active {
	text-decoration:none !important;
}

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

tr#emanresu {
	display:none;
}




ul#home_footer_links {
	padding:0;
	margin:0 0 10px;
	text-align:center;
}

ul#footer_links {
	padding:0;
	margin:10px 0 0;
	text-align:center;
}

ul#footer_links li,
ul#home_footer_links li {
	padding:0 2px 0 0;
	margin:0;
	list-style:none;
	display:inline;
	font-size:0.8em;
}