
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p 
{ 
	font-family:  Arial, Helvetica, sans-serif 
}

img{
	border:0px;
}

a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: none; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* 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	{ border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #cccccc;

border-right-color: #cccccc;

border-bottom-color: #cccccc;

border-left-color: #cccccc; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  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/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff; font-size: 14px; font-weight : bold;
	background-color: #192f67;; height: 25px;
	/*background-image: url(images/cellpic3.gif);*/
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; 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 :-)
*/
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: #D1D7DC; 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,h1,h2	{
			font-weight: bold; font-size: 22px; font-family:  Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
/* 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: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; border:0px}
a.forumlink 	{ text-decoration: none; color : #006699; border:0px}
a.forumlink:hover{ text-decoration: underline; color : #DD6900; border:0px}


/* 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: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* 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;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* 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 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: 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("formIE.css");
/* CSS Document */

a.foralink, a.skedlink, a.concernlink,  a.requestlink, a.babieslink
	{
	width:150px;
	height:60px;
	display:block;
	margin:10px 14px;
	}

a.foralink {background:url(forum.jpg) no-repeat;}
a.skedlink {background:url(sked.jpg) no-repeat;}
a.concernlink{ background:url(concern.jpg) no-repeat;}
a.requestlink{ background:url(request.jpg) no-repeat;}
a.babieslink{ background:url(gapuzBabies.jpg) no-repeat;}


body
	{
	background:url(topbg.gif) repeat-x #aeaeae;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	}

.thumb
	{
	padding-bottom:10px;
	}

form
	{
	margin:0px;
	}
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #192f67; }
a:hover		{ text-decoration: none; color : #DD6900; }

.main
	{
	margin:0 auto;
	text-align:left;
	}

.logo
	{
	height:100px;
	width:180px;
	background: url(logo.jpg) no-repeat;
	cursor:pointer;
	}

.header
	{
	height:100px;
	width:580px;
	background: url(header.gif) no-repeat;
	vertical-align:top;
	border-right:1px solid #fff;
	}

.tb, .post, .helpline
	{
	border:1px solid #f48014;
	border-left:5px solid #f48014;
	}

.button, .mainoption, .liteoption
	{
	border-bottom:1px solid #b35906;
	border-right:1px solid #b35906;
	border-top:1px solid #f9bb81;
	border-left:1px solid #f9bb81;
	background:#f48014;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}

.divlogin
	{
	color:#fff;
	width: 250px;
	position:relative;
	left:318px;
	top:5px;
	border:0px solid red;
	}

.divlogin td, .search td
	{
	padding-left:3px;
	font-weight:normal;
	}

.divlogin a:hover
	{
	color:#fff;
	}

#username, #password, #search
	{
	width:100px;
	height:18px;
	}

.go
	{
	width:20px;
	height:20px;
	background: url(go.gif) no-repeat;
	cursor:pointer;
	}

.leftnav
	{
	background:#192f67 url(leftlogo.gif) no-repeat bottom center;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-bottom:100px;
	}

.navmenu
	{
	width:178px;
	}

.navmenu a
	{
	display:block;
	color:#fff;
	padding:6px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:12px;
	border-top:1px solid #4d5e89;
	border-bottom:1px solid #122148;
	text-decoration:none;
	}

.navmenu a:hover
	{
	background: #f48014;
	color:#fff;
	text-decoration:none;
	}

.navquickmenu a
	{
	text-align: left;
	display:block;
	text-transform:uppercase;
	font-weight: bold;
	color:#fff;
	padding:6px;
	padding-left: 40px;
	font-size: 12px;
	}

.navquickmenu a:hover
	{
	color:#fff;
	text-decoration: none;
	}


.content
	{
	background:#fff url(tbg.gif) repeat-x;
	border-right:1px solid #fff;
	}

.subcontent
	{
	padding:10px;
	font-size:12px;
	}

.mcolumn 
	{
	padding-right:5px;
	width:340px;
	overflow:hidden;
	}

.subcontent h1
	{
	font-weight: normal;
	color: #f48014;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	}

.highlights
	{
	background:#e8ecbf;
	padding:5px;
	margin-bottom:10px;
	}
	
.companynews
	{
	background:#eee;
	padding:5px;
	margin-bottom:10px;
	}

.latestnews
	{
	background:#eeeeff;
	padding:5px;
	margin-bottom:10px;
	}

.companynews a, .latestnews a, .archives a
	{
	display:block;
	padding-left:20px;
	background: url(../../images/submenu-off.gif) no-repeat left top;
	}

.search a, .loginav a
	{
	padding-left:20px;
	background: url(../../images/submenu-on.gif) no-repeat left top;
	}

.archives div
	{
	padding-left:20px;
	padding-bottom:5px;
	}

.cpage
	{
	color:#FF9900;
	font-weight:bold;
	}

.pages
	{
	}

.archivenav
	{
	border:1px solid #ccc;
	}
	


.poll
	{
	margin-top:10px;
	background:#e7e7ee;
	padding:5px;
	}

.search
	{
	text-align:center;
	color:#fff;
	background:url(sbg.jpg) repeat-x bottom;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	}

.search table
	{
	margin:0 auto;
	text-align:left;
	}

.footer
	{
	background:#192f67;
	border-left:1px solid #fff;
	padding:5px;
	color:#fff;
	font-size:12px;
	border-top:0px;
	height:40px;
	vertical-align:bottom;
	text-align:right;
	}

.footer a
	{
	color:#f48014;
	font-weight:bold;
	}
	
.footer a:hover
	{
	color:#fff;
	}

.leftbottom
	{
	border-left:1px solid #fff;
	background:#192f67;
	border-right:1px solid #fff;
	height:30px;
	}

.contentbottom
	{
	background:url(bbg.gif) repeat-x;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding-left: 5px;
	}

.contentbottom a
	{
	text-transform:uppercase;
	font-size:10px;
	}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	background:#192f67;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#fff;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-decoration:none;
	text-align:left;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #f48014;
	color:#fff;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
	
.thTop, .thCornerL, .thCornerR, .catSides
	{
		background-color: #192f67;
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-x-position: 0%;
		background-y-position: 0%;
		border-top-width: 0px;
		border-top-style: solid;
		border-top-color: #eeeeee;
		
		border-left-width: 0px;
		
		border-left-style: solid;
		
		border-left-color: #eeeeee;
		
		border-right-width: 0px;
		
		border-right-style: solid;
		
		border-right-color: #aaaaaa;
		
		border-bottom-width: 0px;
		
		border-bottom-style: solid;
		
		border-bottom-color: #aaaaaa;
		
		color: #ffffff;
	}
.catLeft, .rowpic, .catHead, .thHead, .archivenav  td 

{
	background-color: transparent;
	background-image: url(tbg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;	
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 30px;

}

td.catLeft, td.rowpic, td.catHead, td.thHead, td.archivenav 

{
	background-color: transparent;
	background-image: url(tbg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;	
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 30px;

}
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom

{
	background-color: transparent;
	background-image: url(tbg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;	
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 30px;


}
.catSides a
	{
	color:#555;
	}

.row1, .row2:hover
	{
	background:#f7f7f7;
	}

.row2, .row1:hover
	{
	background:#e7e7e7;
	}
	
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }
	
iframe, hr
	{
	border:0px;
	}		
	
.poll h3
	{
	font-size:12px;
	margin:10px;
	}

.poll td
	{
	text-align:left;
	}

.links th
	{
	font-size:18px;
	font-weight:normal;
	color: #000066;
	}

.fmenu a
	{
	background: url(../../../../images/submenu-on.gif) no-repeat left;
	display:block;
	padding:5px;
	padding-left:20px;
	}

.checklist li
	{
	list-style-image:url(checklist.gif);
	}

.subcontent ul
	{
	list-style-image:url(ul.gif);
	}

img.people
	{
/*	border-top:2px solid #888;
	border-left:2px solid #888;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
*/	}

.skey
	{
	background:yellow;
	border:1px solid #c00;
	}

.rootmap
	{
	width:300px;
	}

.rootmap a, .maph1, .subh1 a
	{
	display:block;
	font-weight:bold;
	background: url(root.gif) no-repeat left center;
	padding-left:20px;
	font-size:12px;
	}

.submap a, .subh1, .subsubmap a
	{
	padding-left:40px;
	font-weight:normal;
	background: url(submap.gif) no-repeat left center;
	font-size:11px;
	}

.subh1
	{
	padding-left:26px;
	}


.submap a:hover
	{
	padding-left:30px;
	}
	
.subsubmap a
	{
	margin-left:26px;
	}

.subsubmap a:hover
	{
	padding-left:30px;
	}


/* paging */	

		.pageblock
			{
			margin-bottom:5px;
			float:left;
			clear:both;
			}
				
		a.goback, a.gonext 
			{
			background:url('images/go-previous.png') no-repeat center;
			height:16px;
			display:block;
			width:12px;
			float:left;
			margin:0px 1px;
			}
		
		a.gobackoff
			{
			background:url('images/go-previous2.png') no-repeat center;
			cursor:default;
			}
		
		a.gonext
			{
			background:url('images/go-next.png') no-repeat center;
			}
		
		a.gonextoff
			{
			background:url('images/go-next2.png') no-repeat center;
			cursor:default;
			}
		
		a.gobackfirst
			{
			border-left:0px solid #5e811c;
			margin-left:5px;
			}
		
		a.gonextlast
			{
			border-right:0px solid #5e811c;
			margin-right:5px;
			}


		.paging, .pagestat
			{
			float:left;
			}

		.pagelist
			{
			clear:both;
			}			
		
		.paging a, .paging b
			{
				display:block;
				padding:1px 1px;
				text-align:center;
				border:1px solid #999;
				color:#999;
				float:left;
				margin:0px 1px;
				font-weight:bold;
			}
		
		.paging a:hover
			{
				text-decoration:none;
				background:#96cb43;
				border:1px solid #96cb43;
				color:#fff;
			}
			
		.paging b
			{
				border:1px solid #96cb43;
				background:#96cb43;
				color:#fff;
			}
			
/*books*/

.ordertable
	{
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ccc;
	}

.ordertable input, .ordertable select
	{
	width:90%;
	}

.ordertable td
	{
	background:#eee;
	}

.orhead td
	{
	background:url(tbg.gif) repeat-x;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:2px solid #ccc;
	height:30px;
	}

.booktable
	{
	width:300px;
	height:700px;
	}

.book
	{
	clear:both;
	margin-bottom:1px;
	}

.book td
	{
	padding:10px;
	}

.booktitle
	{
	font-weight:bold;
	}

.bookdesc
	{
	margin:5px 0px;
	}

.brow1
	{
	background:#eee;
	}
	
.brow2
	{
	background:#f7f7f7;
	}
	
.atb
	{
	border:1px solid #c00;
	background:beige;
	}
	
.wload
	{
	background: url(wload.gif) no-repeat left top;
	padding-left:24px;
	}
