/* Normal, standard links. */
 a:link
  {
	 color: #ffcc00;
	 background-color: transparent; 
	 text-decoration: none;
  }
  a:visited
  {
	 color: #ffcc00; 
	 background-color: transparent; 
	 text-decoration: none;
  }
  a:hover
  {
	 color: #006699;
	 background-color: transparent;
	 text-decoration: none;
  }
  .nav 
  {
	 color: #ffcc00;
	 background-color: transparent;
	 text-decoration: none;
  }
  a.nav:link 
  {
	 color: #ffcc00;
	 background-color: transparent;
	 text-decoration: none;
  }
  a.nav:visited 
  {
	 color: #ffcc00;
	 background-color: transparent;
	 text-decoration: none;
  }
  a.nav:hover 
  {
	 color: #006699;
	 background-color: transparent;
	text-decoration: underline;
  }
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use Verdana in black. */
body
{
	color: #fff /*#78cbf5*/;
	background-color: #000000;
}
td, th
{
	color: #fff /*#78cbf5*/;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #1812b2;
	font-family: verdana, sans-serif;
	background-color: #a7bbd9;
}

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

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

/* Standard horizontal rule.. */
hr
{
	color: #44eeaa;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #4682b4;
	background-color: #361E79;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #c2ccda;
	background-color: #2e3d54;
	border: 1px solid #4276c7;
	margin: 1px;
	padding: 4px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #78c9f6;
	background-color: #37455a;
	display: block;
	border: 1px solid #4b7b95;
	margin: 1px auto 1px auto;
	padding: 4px;
	font-size: x-small;
	line-height: 1.3em;
	overflow: auto;
	width: 99%;
	white-space: pre;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #78c9f6;
	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: #494821;
	font-weight: bold;
	color: black;
}

//* Alternating backgrounds... */
.windowbg
{
	color: #fff; /*5580bf; */
	background-color: #000000; /*#0a1a32*/
}
.windowbg1
{
	color: #fff;
	background-color: #000000;
}
.windowbg2
{
	color: #fff;
	background-color: #000033; /*#0e0a26*/

}

/* 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-style: normal;
	color: #000066;
	background-color: #000000;
	background-image: url(images/cat1.gif);
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #78c9f6;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	color: #5bcaf7;
	font-weight: bold;
	background: #1812b2 url(images/cat.gif); /*catbg.gif */

}
.catbg2
{
	color: #5bcaf7;
	font-weight: bold;
	background: #1812b2 url(images/cat.gif); /*catbg1.gif */
}
.boardline
{
		background-color: #4682b4;
 
	}
/* The borders around things. */
.bordercolor
{
	background-color: #000000; /*#0a1a32*/
	border: 1px solid #4682b4 
	}
.tborder2
{
	color: #5bcaf7;
	/*border: 1px solid #2a8cef*/;
	background-color: #000000;
}

.tborder
{
	color: #5bcaf7;
	border: 1px solid #4682b4 /*#1514b0*/;
}
/* 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;
}

/* 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;
}