html {
	margin: 0px;
	padding: 0px;
}
/* The main body of the entire forum. */
/* By default (td, body..) use Tahoma in black. */
body {
	color: #000000;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
	padding: 0px;
	margin: 0px;
	background-color: #e4cfb2;
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	z-index: 1;
}
/* Container */
td {
	color: #000000;
	font-size: small;
	z-index: 2;
}
.brb {
        background-color: #f5f1df;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
        color: #000000;
        font-size: 12px;
	cursor: pointer;
}
select {
        background-color: #f5f1df;
        border: 1px solid #000000;
	border-style: outset;
        color: #000000;
        font-size: 12px;
}
/* Normal, standard links. */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #c00000;
	text-decoration: underline;
	cursor: pointer;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
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, serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #907748;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f2efd2;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dbdac5;
	border: 1px solid #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;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* 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 for posts, and several other sections of the forum. */
.windowbg
{
	/* darker */
	color: #000000;
	background-color: #f5f1df;
}
.windowbg2
{
	/* lighter */
	color: #000000;
	background-color: #f5f1df;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg, .titlebg a:link, .titlebg a:visited
/* td */
{
	color: #FFFFFF;
    text-shadow: black 0px 0px 5px;
	font-weight: bold;
	font-size: 14px;
/*	background-color: #907748; */

}
tr.titlebg td {
	background-image: url(images/title_bg_grad.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-color: #907748;
}
.titlebg a:hover
{
	color: #f2efd2;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(images/catbg.jpg);
	background-repeat: no-repeat;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
	background-repeat: no-repeat;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #e4cfb2;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
.tborder, .tborder2
{
	border: 1px solid #000000;
/*	background-color: #FFFFFF; */
	padding: 2px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
/* used in SMF copyright - fix Sources/Subs.php */
.smalltext
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.smf-copy {
	font-size: 9px;
}
/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
/*	background-color: #f2efd2; */
	border-bottom: 1px solid black;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	border-top: 1px solid black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
}
#eg-left {
	background-color: #e4cfb2;
	background-image: url(images/eg_lefttop_gfx.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 161px;
	width: 25%;
}
#eg-brand {
	background-color: #e4cfb2;
	background-image: url(images/eg_centertop_gfx3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 75%;
	height: 161px;
}
#eg-right {
	background-color: #e4cfb2;
	background-image: url(images/eg_righttop_gfx2.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	width: 50%;
	height: 161px;
}
#eg-bar {
	background-color: #e4cfb2;
	padding: 0px 0px;
	background-image: url(images/eg_bar_grad2.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 28px;
}
/* EG footer /copyright - added to index.template.php */
#eg-footer {
		background-color: #e7bf71;
		padding: 0px 0px;
		display: table-cell;
		background-image: url(images/bottombar_grad.gif);
		background-repeat: repeat-x;
		width: 100%;
		height: 25px;
}
#eg-footer, #eg-footer A:link, #eg-footer A:visited, #eg-footer A:hover {
                font-family: Georgia, "Times New Roman", Times, serif;
                font-weight: normal;
                font-size: 13px;
                color: #FFFFFF;
                text-align: center;
                vertical-align: middle;
                text-decoration: none;
} 
/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #907748;
	border: 1px solid #907748;
}
.headerbodies
{
	border: 1px solid #646300;
	background-color: #f5f1df;
	background-image: url(images/box_bg.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 2;
}
.userTable {
	padding: 0px 10px;
   	font-size: 14px;
	color: #FAD057;
}
.user {
	font-size: 14px;
	color: #fafaea;
	padding: 3px;
	font-weight: bold;
}
.user A, .user A:visited {
	color: #fafaea;
	font-weight: bold;
	text-decoration: none;
}
.user A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.date {
	color: #FAD057;
	font-size: 13px;
	padding: 0px 10px;
}

