/* General page style. The scroll bar colours only visible in IE5.5+ */
html { height: 100%; margin: 0; padding: 0; }

body { 
	background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    color: #663300;
    background-image: url(/images/bgtile.gif);
    height: 100%;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: underline; color : #663300; }
a:hover	{ text-decoration: underline; color : #663300; }
hr { height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}

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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #663300 dashed; }
.keywordlist { font-size: 12px; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #F9F9F9; }
td.row3	{ background-color: #FFFFFF; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index_f.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/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #663300; font-size: 11px; font-weight : bold; 
	background-color: #EEEEEE; height: 25px;
	/*background-image: url(images/cellpic3.gif);*/
}

td.popHeader {
color: #663300; font-size: 11px;
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
background-color: #EEEEEE;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/*background-image: url(images/cellpic1.gif);*/
			background-color:#FFFFFF; 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: #FFFFFF; border: #FFFFFF; border-style: solid;
}

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 toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #663300;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #663300; }
a.gen,a.genmed,a.gensmall { color: #FF6600; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF6600; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #663300 }
a.mainmenu		{ text-decoration: underline; color : #663300;  }
a.mainmenu:hover{ text-decoration: underline; color : #663300; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FF6600}
a.cattitle		{ text-decoration: underline; color : #FF6600; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index_f.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FF6600; }
a.forumlink 	{ text-decoration: none; color : #FF6600; }
a.forumlink:visited 	{ text-decoration: none; color : #FF6600; }
a.forumlink:hover{ text-decoration: underline; color : #FF6600; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: normal; font-size: 11px; color : #663300;}
a.nav			{ text-decoration: underline; color : #663300; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #663300; }
a.topictitle:link   { text-decoration: underline; color : #FF6600; }
a.topictitle:visited { text-decoration: underline; color : #FF6600; }
a.topictitle:hover	{ text-decoration: underline; color : #FF6600; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #663300;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #663300; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: underline; color : #FF6600 }
a.postlink:visited { text-decoration: underline; color : #663300; }
a.postlink:hover { text-decoration: underline; color : #FF6600}

/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #FFFFFF; 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: #FF6666; line-height: 125%;
	background-color: #FAFAFA; border: #FFFFFF; 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: #777777; letter-spacing: -1px;}
a.copyright		{ color: #777777; text-decoration: underline;}
a.copyright:hover { color: #663300; text-decoration: underline;}

/* Form elements */
textarea, select {
	color : #663300;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #663300;
}

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

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

/* 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: #EEEEEE; border-style: none; }

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

.notop {
	border-top: none;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
}

.rightside {
	background-image: url(src_gc3/bgtile.gif);
	border-top: 2px none #00CCFF;
	border-right: 2px none #00CCFF;
	border-bottom: 2px none #00CCFF;
	border-left: 2px dashed #00CCFF;
	height: 100%;
	background-repeat: repeat;
}
.loginbar {
	background-image: url(../../images/loginbar.gif);
	background-repeat: no-repeat;
}
.loginfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #663300;
	background-color: #FFFFFF;
	height: 18px;
	width: 75px;
	border: 1px solid #663300;
}

.leftBorder {
	border-left: 1px solid #663300;
}

.rightBorder {
	border-left: none;
	border-right: 1px solid #663300;
}

.rightBottomBorder {
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
}
.leftBottomBorder {
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
}

.bottomBorder {
	border-bottom: 1px solid #663300;
}

.tallFrame {
	height: 100%;
}

.rightDotted {
	border-right: 2px dashed #00CCFF;
}

.tabText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.tabTextOn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	
}

.bgblogedit {
	background-image: url(src_gc4/blog_shot.gif);
	background-repeat: no-repeat;
}

.galleryList {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px dashed #6699CC;
}

.photothumbnail
{
	background-color: #FFFFFF;	
}

.photocommentL
{	font-size: 10px;
	border-top: 1px dashed #663300;
	border-right: 1px dashed #663300;
}

.photocommentR
{	font-size: 10px;
	border-top: 1px dashed #663300;
}

.photocaption
{	font-size: 10px;
	border-top: 1px dashed #663300;
	padding: 10px 0px 10px 0px;
}

.bgblogedit {
	background-image: url(src_gc4/blog_shot.gif);
	background-repeat: no-repeat;
}


.smallBlog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	padding-bottom: 10px;
}

.blogDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal; 
	color: #000000;
	font-size: 10px;
}

.blogTitle {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight : bold; 
	color: #FF6600;
	font-size: 15px;
}

.blogCommentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold; 
	color: #663300;
	font-size: 12px;
}

.blogText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #000000;
	font-size: 12px;
}


.blogLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #000000;
	font-size: 10px;
}


a.blogLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #0000FF;
	font-size: 10px;
}

a.blogLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #0000FF;
	font-size: 10px;
}

.calendarToday{
	background-color: #FFFFFF;
	border: 1px solid #663300;
}

.pagination {
	font-size: 10px;
	border-bottom: 1px dashed #663300;
}

.paginationNoBord {
	font-size: 10px;
	border-bottom: 0px dashed #663300;
}

.blogsMainCell {
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 1px none #663300;
	border-bottom: 1px dashed #663300;
	border-left: 1px none #663300;
	text-align: left;
}

.blogsPadCell{
	padding: 10px 20px 20px 5px;
}

.blogMainDate {
	font-size: 10px;
}

.blogMainText {
	font-size: 13px;
}

.blogMainComment {
	font-size: 10px;
}

.blogEntryContent {
	padding: 20px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #663300;
}

.pictureMainGallery
{
	border-bottom: 1px dashed #663300; 
	background-color: #FFFFFF;
}

.pictureMainDate {
	font-size: 10px;
}

.pictureGalDesc{
	font-size: 11px;
}

.textELEVENpx{
	font-size: 11px;
}

/* New styles, including MT styles */
/* Tabbed navigation styles */
table.nav_row {
    height: 41px;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.nav_row td { margin: 0; padding: 0; }

table.nav_row td a {
    font: bold 14px Georgia, "Times New Roman", Times, serif;
    color: #663300;
    text-decoration: underline;
}
table.nav_row td.active a {
    color: #FF6600;
    text-decoration: none;
}

table.nav_row td#first {
    background: url(/images/tab-left-first.gif) no-repeat;
    width: 8px;
}
table.nav_row td#first.active {
    background: url(/images/tab-active-left-first.gif) no-repeat;
    width: 8px;
}

table.nav_row td#left {
    background: url(/images/tab-left.gif) no-repeat;
    width: 8px;
}
table.nav_row td#left.active {
    background: url(/images/tab-active-left.gif) no-repeat;
    width: 8px;
}
table.nav_row td#overlap {
    background: url(/images/tab-left-overlap.gif) no-repeat;
    width: 8px;
}
table.nav_row td#middle {
    background: url(/images/tab-middle.gif) no-repeat;
    width: 80px;
    text-align: center;
    padding-left: 5px;
}
table.nav_row td#middle.active {
    background: url(/images/tab-active-middle.gif) no-repeat;
    width: 80px;
    text-align: center;
}

table.nav_row td#right {
    background: url(/images/tab-right.gif) no-repeat;
    width: 15px;
}
table.nav_row td#right.active {
    background: url(/images/tab-active-right.gif) no-repeat;
    width: 15px;
}

table.nav_row td#last {
    background: url(/images/tab-right-last.gif) no-repeat;
    width: 23px;
}
table.nav_row td#last.active {
    background: url(/images/tab-active-right-last.gif) no-repeat;
    width: 23px;
}

table.nav_row td#end_stretch {
    background-image: url(/images/tab-end-dot.gif);
    background-repeat: repeat-x;
}
table.nav_row td#end_pixel {
    background-image: url(/images/tab-end.gif);
    background-repeat: no-repeat;
    width: 1px;
}

/* User sticker styles */
div.sticker {
    background-color: #FFFBEA;
    border: 1px dashed #846E55;
    width: 202px;
    height: 80px;
    padding: 6px 4px 2px 4px;
}
div.sticker_pic {
    float: left;
    margin-right: 8px;
}

/* Login bar styles */
table.login_bar_table {
    width: 100%;
    border: none;
    height: 29px;
    padding: none;
    margin: none;
}
table.login_bar_table td { font-size: 10px; }
div.login_bar {
    background-image: url(/images/loginbar.gif);
    background-repeat: no-repeat;
    width: 575px;
    text-align: right;
    padding: 0 0 0 5px;
    margin: none;
    float: left;
}

/* Footer styles */
table.footer_table {
    width: 760px;
    margin: 0;
    padding: 5px 0 0 0;
    border: none;
}

table.footer_table tr.smallfooter td {
    font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}

table.footer_table tr.bigfooter td {
    font-size: 12pt;
    font-weight: normal;
}

/* Form styles */
input {
    text-indent : 2px;
    color: #663300;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color: #663300;
}

input.login_field {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #663300;
    background-color: #FFFFFF;
    height: 18px;
    width: 73px;
    border: 1px solid #663300;
}

input.mainoption {
    background-color: #FAFAFA;
    font-weight: bold;
    border-width: 1px;
}

/* Layout styles - div tags */
div.container {
    width: 875px;
    height: auto;
    padding: 10px 0 30px 10px;
    margin: 0;
    background-color: #FFFFFF;
    border-right: 2px dashed #00CCFF;
    float: left;
}
div.body_contents {
    background-color: #F1FBFF;
    padding: 6px;
}
div.body_head {
    background-color: #FFFFFF;
    border: 1px dashed #663300;
    padding: 2px 18px 3px 12px;
    font-size: 11px;
}
div.body_head td {
	font-size: 11px;
}

div.body_middle {
    background-color: #FFFFFF;
    border: 1px dashed #663300;
	width: auto;
}
div.body_middle h1 {
    color: #FF9900;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div.body_middle p {
    font-size: 11px;
    color: #663300;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Layout styles - table tags (a necessary evil to maintain the old look */
table.body_container {
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    width: 100%;
    margin: 0;
    padding: 0 6px 6px 6px;
}
table.container_layout {
    width: 740px;
    height: auto;
    margin: 0;
    padding: 0px 0 0 0;
    border-collapse: separate
    border-spacing: 0;
    border: none;
    vertical-align: top;
}
table.container_layout tr {
    margin: 0;
    padding: 0;
}

table container_layout td {
    margin: 0;
    padding: 0
}
table.layout_table {
    margin: 0;
    padding: 0;
	border-spacing: 0;
    border: none;
}

