/* Normal, standard links. */
a:link, a:visited
{
	/* color: #750000;*/
  color: #2a435c;
	background: transparent;
	text-decoration: underline;
}
a:hover
{
	background: transparent;
  color: #cc3333;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #2a435c;
	background: transparent;
  font-weight: normal;
}

.nav:link, .nav:visited {
  font-weight: normal;
}

a.nav:hover
{
	color: #cc3333;
	background: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}


body {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

#header {
  margin-top: 0px;
  background: transparent url(images/header.png) no-repeat top right;
  width: 872px;
	font-size: small;
  padding-left: 60px;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#tableheader {
  width: 764px;
}

#tableheader a, #tableheader a:visited {
  color: #750000;
  text-decoration: none;
}

#tableheader a:hover, #tableheader a:active {
  text-decoration: underline;
}

#outer {
  padding-left: 85px;
  margin-top: 0px;
  background: #fff url(images/background.png) repeat-y top left;
}

#wrap {
  margin-top: 0px;
  background: #fff url(images/background-reverse.png) repeat-y top right;
  width: 850px;
  margin-left: 1px;
}

td.nickandmsgs {
  vertical-align: top;
  padding-right: 10px;
  text-align: right;
  font-size: 0.9em;
  color: #555;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
  border: 1px solid #bbb;
	font-family: verdana, sans-serif;
	background-color: #f8f8f8;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: #f8f8f8;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #f8f8f8;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	border-top: 1px solid #750000;
  border-bottom: 1px solid #aaa;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

.windowbg .quote {
	background-color: #f8f8f8;
}

.windowbg2 .quote {
	background-color: #eee;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #eeeeee;
}
.windowbg2
{
	color: #000000;
	background-color: #ffffff;
}

.tablemenu a:link, .tablemenu a:visited {
  margin-right: 15px;
  padding-right: 8px;
  text-transform: uppercase; 
  background: url(images/menu_link.gif) no-repeat right bottom;
  color: #2a435c;
}

.tablemenu a:hover, .tablemenu a:active {
  color: #750000;
  border-bottom: 1px solid #750000;
  background: url(images/menu_link_hover.gif) no-repeat right top;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	background: #ccc url(images/titlebg.png) repeat-x left top;
}

.titlebg a:link, .titlebg a:visited, .titlebg2 a:link, .titlebg2 a:visited {
  background: transparent;
	color: #2a435c;
  text-decoration: none;
}

.titlebg a:hover, .titlebg2 a:hover
{
  background: transparent;
  color: #750000;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background: url(images/catbg.png) repeat-x left top;
	color: #000000;
}

.catbg a {
  text-transform: uppercase;
  color: #750000;
  font-size: 7.0pt;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  font-weight: normal;
}

.catbg a:hover {
  text-decoration: underline;
}

/* The borders around things. */
.bordercolor
{
	background-color: #aaa;
}
.tborder
{
	border: none;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
  margin: 0;
  padding: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* header - fade to the banner */
tr.headfade {
  height: 15px;
  background: #000 url(images/head-fade.png) repeat-x 1px top;
}

/* banner management */
td.banner {
  height: 120px;
  background: #ccc;
}

td.banner {
  width: 880px;
  background: #000 url(images/banner.png) no-repeat left top;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
}

table.tablemenu {
  height: 40px;
  width: 100%;
}



.infotopicsposts {
  font-size: 0.8em;
  color: #555;
}

.footer {
  position: relative;
  height: 20px;
  bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff url(images/footer.png) no-repeat bottom left;
  width: 817px;
  padding-right: 87px;
  text-align: center;
  padding-bottom: 3px;
}

.footer td {
  font-size: 0.8em;
  color: #555;
}

.moderatorsbuttons {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  background: #eee;
  font-size: 8.5pt;
  text-align: center;
}

.menulinks {
  height: 20px;
  padding-top: 10px;
}

#outer #wrap #tableheader .banner .tablemenu .menulinks a, #outer #wrap #tableheader .banner .tablemenu .menulinks a:visited {
  color: #2a435c;
  text-decoration: none;
}

#outer #wrap #tableheader .banner .tablemenu .menulinks a:hover, #outer #wrap #tableheader .banner .tablemenu .menulinks a:active {
  color: #750000;
}
