/* Normal, standard links. */
a:link, a:visited, a:link b, a:visited b
{
	color: #0000ff;
	text-decoration: none;
}
a:hover, a:hover b
{
	color: #ff0000;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav
{
	color: #000000;
	text-decoration: none;
}
.nav:link, .nav:visited, .nav:link b, .nav:visited b
{
	color: #0000ff;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td, tr, ul, li, p, div, span
{
	color: #000033;
	font-size: small;
	font-family: Verdana, arial, helvetica, sans-serif;
}
li, li b, .li, p.li, p.li b
{
	font-size:95%;
}
body
{
	background-color: #FFFFEE;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: small;
	color: #000000;
	font-family: Tahoma, arial, helvetica, sans-serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

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

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f4f4f4;
	border: 1px dashed #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}
.quote b, .quote div, .quote span, .quote i
{
	color: #000000;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #f4f4f4;
	border: 1px dashed #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}
.quoteheader b, .codeheader b
{
	font-size: x-small;
}
/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction, .meaction b
{
	color: red;
	font-size: small;
}

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

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

/* Alternating backgrounds... */
.windowbg, .widowbg2, tr.windowbg td, tr.windowbg2 td, td.windowbg, td.windowbg2, .windowwg b
{
	font-size: small;
}
.windowbg
{
	color: #000033;
	background-color: #ffffff;
}
.windowbg2
{
	color: #000033;
	background-color: #ffffee;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	background-color: #FF9900;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2, .catbgbi, .catbgbi2, .catbgbi3
{
	font-weight: bold;
	background-color: #FFCC66;
	color: #000000;
}
.catbgbi, .catbgbi2
{
	border-bottom: 1px solid #000033;
}
.catbgbi3
{
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000066;
}
.tborder
{
	border: 1px solid #000066;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Default font sizes. */
.smalltext, .smalltext span, .smalltext div
{
	font-size: x-small !important;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: #ffB335;
	border-top: 1px solid #AC8245;
	border-left: 1px solid #AC8245;
	border-right: 1px solid #AC8245;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.signature, .signature div, .signature span
{
	font-size: x-small;
}

.modeingriff
{
	border: 1px solid #cc0000;
	padding: 10px;
	margin: 10px;
	width: 75%;
}
