/*
	DigSphOracle theme stylesheet by DataSpheric.com
	Based on subOracle theme stylesheet (c) Oracle, 2004 

	basic colors in use now are
	E1D927 curry-replaced with f60 for linkSpheric
	E6E6E6 main table grey replaced with fff for ls
	D3D9DE not too sure yet
	E6E6E6 register/login grey replaced with fff for ls
	FAFAFA quote & code?
	FFFFFF text input
	F8F8F8 input
*/

/* 
Import the fancy styles for IE only (NS4.x doesn't use the @import function) -Oracle
what sheet is complete without an IE5 hack? -DataSpheric
*/
@import url("formIE.css");

/* mozilla only styles */
a {
	-moz-outline: 0px none gray;
}
table.crumbs {
	-moz-border-radius: 10px;
}

 
/* General page style. The scroll bar colours only visible in IE5.5+ -Oracle hack */
body {
  background-color: #fff;
  scrollbar-face-color: #F8F8F8;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #F8F8F8;
  scrollbar-3dlight-color: #FCFCFC;
  scrollbar-arrow-color:  #006699;
  scrollbar-track-color: #F0F0F0;
  scrollbar-darkshadow-color: #98AAB1;
  margin: 0;
}

/* General font families for common tags */
font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:active {
	color : #404040;
}
a:visited {
	color: #505050;
}
a:hover    {
	text-decoration: underline;
	color : #B6B6B6;
}
hr  {
	height: 0px;
	border: 0px solid #D2D2D2;
	border-top-width: 1px;
}


/* This is the border line & background colour round the entire page */
.bodyline {
	background-color: #f60;
	padding: 10px;
}

/* This is the styles for the page header */
.pageHeader {
	background-color: #f60;
}
.pageHeaderRight {
	padding: 0 25px;
}

/* The register, login, search etc links at the top of the page */
.mainmenu {
	background-color: #fff;
	padding: 2px;
	font-size : 11px;
}
.mainmenu a {
	text-decoration: none;
}
.mainmenu a:hover {
	text-decoration: underline;
	color: #909090;
}

/* This is the padding for the content table - everything not in the header or footer */
.content {
	padding: 3px 10px;
	background-color: #fff;
}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #f60;
}

/* This is the main heading and subheading in the overall header */
.maintitle {
	color: #555555;
	font: bold 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #555555;
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* Styles for the "crumbs" */
.crumbs {
	margin: 10px 0;
	border: 1px solid #C6C6CC;
	background: #f60;
	padding: 2px 10px;
}

/* Styles for the date & time table */
.DateTime {
	margin-bottom: 3px;
}

/* Main table cell colours and backgrounds. */
td.icon_cell{
	background-color: #fff; /* folder icon for forum names */
}
td.row1 {
	background-color: #fff; /* the forum category cell */
}
td.row2 {
	background-color: #fff; /* the topics, posts, last post cells */
}
td.row3 {
	background-color: #fff; /* the author cell in deeper pages. */
}

/* the whos online section cells */
td.whos_online_icon{
	background-color: #fff; /* folder icon for whos online */
}
td.whos_online{
	background-color: #fff; /* whos online cells */
}

/*
  the forum titles. This is for the table cell above the Topics, 
  Post & Last posts on the index.php page
*/
td.rowpic {
    background-color: #fff;
}

/* Header cells - the forum-topics-posts-last-post row */
th {
  color: #303030;
  font-size: 13px;
  font-weight : bold;
  background-color: #fff;
}

/* 
this is the bottom of the display topics from previous bar -it dont show up on forum index
the bgcolor here handles the whos online heading 
*/
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
      background-color:#fff; border: #f60; border-style: solid; height: 28px;
}

/* Forum category table and titles */
.catTable {
	margin-bottom: 5px;
}
td.cattitle {
	height: 32px;
	border-top: 1px solid #f60;
	border-right: 1px solid #f60;
	border-bottom: 1px solid #f60;
	border-left: 1px solid #f60;
	background-color: #fff;
	padding: 0;
}
.cattitle {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	color : #222244;
}
a.cattitle {
	text-decoration: none;
	color : #222244;
}
a.cattitle:hover{
	text-decoration: underline;
	color: #333355;
}


/*
  Setting additional nice inner borders for the main table cells.
*/
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-color: #f60;
	border-style: solid;
	height: 25px;
}
td.spaceRow {
	background-color: #D3D9DE;
	border: #FFFFFF;
	border-style: solid;
}

/* last post? */
td.row3Right {
	background-color: #E7E7E7;
	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. */
h1, h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 9px;
	letter-spacing: 1px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen, a.genmed, a.gensmall {
	color: #404040;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover, .gen a:hover, .genmed a:hover, .gensmall a:hover {
	color: #909090;
	text-decoration: underline;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink    { font-weight: bold; font-size: 12px; color : #606060; }
a.forumlink   { text-decoration: none; color : #606060; }
a.forumlink:hover{ text-decoration: underline; color : #A0A0A0; }


/* 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 : #404040;
}
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 : #404040;
}
a.topictitle:visited {
	text-decoration: none;
	color : #505050;
}
a.topictitle:hover {
	text-decoration: underline;
	color : #A0A0A0;
}


/* 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 : #404040;
}
a.postlink:visited {
	text-decoration: none;
	color : #505050;
}
a.postlink:hover {
	text-decoration: underline;
	color : #A0A0A0;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #111111;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-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-width: 1px;
}


/* Copyright and bottom info */
.footer {
	background-color: #fff;
}
.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 : #E0E0E0;
  border-width: 1px;
}

/* The text input fields background colour */
input.post, textarea.post, select {
  background-color : #FFFFFF;
}
textarea {
	border: 1px solid #E0E0E0;
}

input {
	text-indent : 2px;
	border: 1px solid #E0E0E0;
	background-color: #F8F8F8;
}
iframe {
	border: 1px solid #E0E0E0;
}

/* 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 : #F6F6F6;
  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: #F6F6F6;
	border-style: none;
}
