/* Normal, standard links. */
a:link, a:visited, a:active
{
	COLOR: #007799;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	COLOR: #dd6900;
	TEXT-DECORATION: underline;
	color: #cc3333;
	background-color: transparent;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #007799;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	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: #FFFFFF;
	font-size: small;
	font-family: verdana, sans-serif;
	BACKGROUND-IMAGE: url(images/background_dark-1.gif);
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: #353535;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #353535;
	SCROLLBAR-3DLIGHT-COLOR: #454545;
	SCROLLBAR-ARROW-COLOR: #007799;
	SCROLLBAR-TRACK-COLOR: #202020;
	SCROLLBAR-DARKSHADOW-COLOR: #202020;
	BACKGROUND-COLOR: #000000;
	margin: 0px;
}
th {
  FONT-WEIGHT: bold; FONT-SIZE: 11px;
  BACKGROUND-IMAGE: url(images/cellpic1.gif);
  COLOR: #ffdd33; HEIGHT: 25px;
  BACKGROUND-COLOR: #007799;
}
td
{
  BACKGROUND-COLOR: #000000;
}

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

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

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

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
	BORDER-RIGHT: #454545 0px solid;
	BORDER-TOP: #454545 1px solid;
	BORDER-LEFT: #454545 0px solid;
	BORDER-BOTTOM: #454545 0px solid;
	HEIGHT: 0px;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

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

/* 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, tr.windowbg th, tr.windowbg td
{
	/* background-image: url(images/background_dark-1.gif); */
	color: #ffffff;
	background-color: #353535;
}
.windowbg2, tr.windowbg2 th, tr.windowbg2 td
{
	/* background-image: url(images/background02.gif); */
	color: #ffffff;
	background-color: #202020;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: transparent;
	background-image: url(images/cellpic1.gif);
}

.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;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3, tr.catbg th, tr.catbg td, tr.catbg3 th, tr.catbg3 td
{
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/cellpic1.gif);
	color: #ffffff;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000000;
}
.tborder
{
	border: 1px solid #202020;
}

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