a:link
{
	color: #947151;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #947151;
	text-decoration: underline;
}
.nav, .nav:link, .nav:visited
{
	color: #947151;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #947151;
	text-decoration: underline;
}
table
{
	empty-cells: show;
}
#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;
}
body, td, th
{
	color: #947151;
	font-size: small;
	font-family: tahoma, sans-serif;
}
body
{
	background-color: Black;
	margin: 0px;
	padding: 0px;
}
input, textarea, button
{
	font-size: 9pt;
	color: #947151;
	background-color: #000000;
	font-family: tahoma, sans-serif;
}
input.check
{
}

select
{
	font-size: 8pt;
	font-weight: normal;
	color: #947151;
        background-color: #000000;
	font-family: tahoma, sans-serif;
}
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #947151;
	background-color: #000000;
}
.quote
{
	color: #947151;
	background-color: #3C472F;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
.code
{
	color: #947151;
	background-color: #333333;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.quoteheader, .codeheader
{
	color: #947151;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.help
{
	cursor: help;
}
.meaction
{
	color: #3FFFFF;
}
.editor
{
	width: 96%;
}
.highlight
{
	background-color: #0000FF;
	font-weight: bold;
	color: #400040;
}
.windowbg, .windowbg3
{
	color: #947151;
	background-color: #1E1E1E;
}
.windowbg2
{
	color: #947151;
	background-color: #0F0F0F;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: Black;
	font-style: normal;
	background-color: #947151;
}
.titlebg a:hover
{
	color: #947151;
}
.catbg,
{
	background-image: url(images/catbg.jpg);
}
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #000000;
	color: #947151;
}
.bordercolor
{
	background-color: #7D7E7E;
}
.tborder
{
	border: 1px solid #7D7E7E;
	background-color: #000000;
	padding: 2px;
}
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
#headerarea
{
	background-color: Black;
	border-bottom: 1px solid gray;
}
#bodyarea
{
	background-color: #2B2B2B;
}
#footerarea
{
	color: #947151;
	background-color: #000000;
	border-top: 1px solid gray;
}
.headertitles
{
	background-color: #000000;
	border: 1px solid #947151;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #858888;
	background-color: #101010;
	background-repeat: repeat-x;
	background-position: bottom;
}
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
a img
{
   border: 0;
}