
/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C4D61;	
	background-color: White;
}

body,table {
	font-size : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.foo {
	background-image: url(http://forum.spaceinboat.com/images/pix.gif);
	background-repeat: repeat-x;
	background-color: Black;
	border: 0px;
}
.foo2 { background-image: url(http://forum.spaceinboat.com/images/background.jpg); background-repeat: repeat-x; background-color: #ff8e31; }
.foo3 { background-color: Black; }
.footer { background-image: url(http://forum.spaceinboat.com/images/background_down.jpg); background-repeat: repeat-x; background-position: bottom; background-color: #ff8e31; border: 0px; }

.siteHeader { border-bottom: 1px solid #929292; color: #3C4D61; }
.siteTop { width: 798px; border-right: 1px solid #929292; border-left: 1px solid #929292; color: #3C4D61; background-color: White; }
.siteContent { border-left: 1px solid #929292; border-right: 1px solid #929292; color: #3C4D61; background-color: White; }
.siteContentLeftC { border-left: 1px solid #929292; color: #3C4D61; background-color: White; }
.siteContentLeft { border: 0px; color: #3C4D61; background-color: White; }
.siteContentRight { border-right: 1px solid #929292; color: #3C4D61; background-color: White; }
.siteBottom { width: 798px; height: 90px; border-right: 1px solid #929292; border-left: 1px solid #929292; border-bottom: 1px solid #929292; color: #3C4D61; background-color: White; background-image: url(http://forum.spaceinboat.com/images/footer.jpg); background-repeat: no-repeat; background-position: bottom; }

.boatNameTopicB { font-size: 20px; color: #8A8A8A; font-style: italic; }
.boatNameTopicS { font-size: 10px; color: #9F9F9F; font-style: italic; }

.leftBox { font-size: 10px; margin-left: 5px; padding: 5px; }
a.leftBox { color: #3C4D61; text-decoration: none; }
a.leftBox:hover { color: #FF9900; text-decoration: none; }

.technicalInfo { font-size: 10px; }

.siteText { font-size: 10px; }

.menuTopic {
	font-size: 10px;
	font-weight: bold;
}

.minipagelink { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; BACKGROUND: #f8f8f8; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; border: 1px solid #666; }
.minipagebox { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; background-color: #F5D8E1; border: 1px dotted #666; }
.minipagelinklast { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; BACKGROUND: #f8f8f8; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; border: 1px solid #666; }

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link,a:active,a:visited { color: #3C4D61; }/*{T_BODY_LINK};*/
a:hover		{ text-decoration: underline; color : #3C4D61; }/*{T_BODY_HLINK};*/
hr	{ height: 0px; border: solid White 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ 
	/* background-color: White;  */
	border: 0px White solid; 
}

/* This is the outline round the main forum tables */
.forumline	{ 
	/* background-color: White;  */
	border: 0px White solid; 
}

/* Main table cell colours and backgrounds {T_TR_COLOR1}{T_TR_COLOR2}{T_TR_COLOR3} */
td.row1	{ background-color: #F7F8FA; color: #55778e; border-right: 1px solid #dfe0e4; border-bottom: 1px solid #dfe0e4; }
td.row2	{ background-color: #F1F3F6; color: #55778e; border-right: 1px solid #dfe0e4; border-bottom: 1px solid #dfe0e4; }
td.row3	{ background-color: #EFF2F5; color: #55778e; border-right: 1px solid #dfe0e4; border-bottom: 1px solid #dfe0e4; }
td.row4	{ background-color: #D7E0E7; font-size: 10px; font-weight: bold; color: #55778e; border-right: 1px solid #dfe0e4; border-bottom: 1px solid #dfe0e4; }
/*
  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: White; */
}

/* Header cells - the blue and silver gradient backgrounds */
/* 
th			{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_LINK}; text-align: left; height: 25px;}
a.th			{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.th:visited			{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.th:hover		{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: underline; color : {T_BODY_LINK}; }
*/

th	{
	color: #3C4D61; font-size: 10px; font-weight : bold; 
	/* background-color: White; */
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-color:White; */
	border: #3C4D61; 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 { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
   background-color:#F7F8FA; 
} 

td.catBottom { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
   background-color:#EFF2F5; 
} 

td.catHead { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
   /* background-color:White; */
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
 	height: 28px;
	font-size: 10px;
	font-weight: bold;
	color: #55778e;
	text-decoration: none;
	border-right: 1px solid #dfe0e4;
	border-bottom: 1px solid #dfe0e4;
	background-color: #F7F8FA;	
	vertical-align: middle;
}
td.row3Right,td.spaceRow {
	/* background-color: White; */
	border: #3C4D61; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; 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; }

/* 
.thHead			{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_LINK}; text-align: left;}
a.thHead			{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.thHead:visited			{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: none; color : {T_BODY_LINK}; }
a.thHead:hover		{ font-weight: bold; font-size: {T_FONTSIZE2}px; text-decoration: underline; color : {T_BODY_LINK}; }
*/

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #3C4D61;
}

/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #3C4D61; }
a.gen,a.genmed,a.gensmall { color: #3C4D61; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #3C4D61; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF8E31; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #3C4D61 }
a.mainmenu		{ font-size : 10px; text-decoration: none; color : #55778E;  }
a.mainmenu:visited	{ font-size : 10px; text-decoration: none; color : #55778E; }
a.mainmenu:hover{ font-size : 10px; text-decoration: underline; color : #55778E; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; color : #55778E}
a.cattitle		{ text-decoration: none; color : #55778E; }
a.cattitle:visited		{ text-decoration: none; color : #55778E; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color : #3C4D61; }
a.forumlink 	{ text-decoration: none; color : #3C4D61; }
a.forumlink:visited 	{ text-decoration: none; color : #3C4D61; }
a.forumlink:hover{ border-bottom: 1px dashed #3C4D61;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #FF8E31; text-align: left;}
a.nav			{ font-weight: bold; font-size: 10px; text-decoration: none; color : #3C4D61; text-align: left;}
a.nav:visited			{ font-weight: bold; font-size: 10px; text-decoration: none; color : #FF8E31; text-align: left;}
a.nav:hover		{ font-weight: bold; font-size: 10px; text-decoration: underline; color : #FF8E31; text-align: left;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 10px; color : #55778E; }
a.topictitle:link   { text-decoration: none; color : #FF8E31; }
a.topictitle:visited { text-decoration: none; color : #3C4D61; }
a.topictitle:hover	{ text-decoration: underline; color : #FF8E31; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #55778E;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #55778E; }

/* The content of the posts (body of text) */
.postbody { font-size : 10px; line-height: 17px}
a.postlink:link	{ text-decoration: none; color : #FF8E31 }
a.postlink:visited { text-decoration: none; color : #3C4D61; }
a.postlink:hover { text-decoration: underline; color : #FF8E31}

/* Quote & Code blocks */
.code { 
	font-family: 10; font-size: 9px; color: #3C4D61;
	background-color: White; border: #EFF2F5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #3C4D61; line-height: 16px;
	background-color: White; border: #EFF2F5; 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, Geneva, Arial, Helvetica, sans-serif; color: #3C4D61; letter-spacing: -1px;}
a.copyright		{ color: #FF8E31; text-decoration: none;}
a.copyright:visited		{ color: #3C4D61; text-decoration: none;}
a.copyright:hover { color:#FF8E31; text-decoration: underline;}

/* Form elements */

input, textarea, text, select, border {
	color : #55778E;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	border-color : #55778E;
	text-indent : 2px;
	margin 0px;
	padding 0px;
/*	border-width: 0px; */
/*	border-style: solid; */
}

.noborder {
	border-color : white;
	margin 0px;
	padding 0px;
	border-width: 0px;
	border-style: none;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F7F8FA;
	color : #55778E;
	font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #F7F8FA;
	font-weight : bold;
	font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	background-color : White;
	font-weight : normal;
	font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* 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: #F2F4F7; border-style: none; }

