body	{
	background-color: #b2b2b2;
	background-image: url(images/bg.jpg);
	letter-spacing:1pt;
	}

/* Normal, standard links. */
a:link, a:visited
{
	color: #8dc63f;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #bce583;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #767676;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #bebebe;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use tahoma in black. */
body, td
{
	color: #767676;
	font-size: 11px;
	font-family: tahoma, helvetica, sans-serif;
}

/* Input boxes - just a bit 11pxer than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #767676;
	font-family: tahoma, helvetica, sans-serif;
	background-color: #ffffff;
}

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

/* Selects are a bit 11pxer, because it makes them look even better 8). */
select
{
	font-size: 9pt;
	font-weight: normal;
	color: #767676;
	font-family: tahoma, helvetica, sans-serif;
	background-color: #ffffff;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #767676;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 10px;
	font-size: 11px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #767676;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 10px;
	font-size: 11px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #767676;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

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

/* /me uses this a lot. */
.meaction
{
	color: #f06e93;
	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: #767676;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #767676;
	background-color: #ddeef4;
}
.windowbg2
{
	color: #767676;
	background-color: #ededed;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #88dcf8;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. 	background-image: url(images/catbg.jpg);  */
.catbg
{
	font-weight: bold;
	background-color: #ffffff;
	color: #767676;
}

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

/* Default font sizes. */
.11pxtext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 11px;
}
.largetext
{
	font-size: large;
}