/* Normal, standard links. */
a:link, a:visited
{
	color: #003155;
	text-decoration: none;
}
a:hover
{
	color: #00518C;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav
{
        font-size: 9px;
}
.nav:link, .nav:visited
{
	font-weight: bold;
	color: #0b253c;
	text-decoration:none;
}
a.nav:hover
{
	font-weight: bold;
	color: #0f375f;
	text-decoration:none;
}

.notice{
	display:block;
	border: 1px dashed #BF0000;
	width: 746px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding: 10px;
	margin: 8px;
	background-color: #D6BABA;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #595d62;
	margin:0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	background-color: white;
        font-size: 8pt;
	color: #000000;
	font-family: tahoma, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	background-color: #F0F0F0;
}

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

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

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #b8c3d0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	overflow: auto;
	/* Stop after about 6 lines, and just show a scrollbar. */
	max-height: 600px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	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: normal;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* 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.  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%;
	height: 320px;
}

/* 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
{
	color: #000000;
	background-color: #c6c6c6;
	font-size:11px;
}
.windowbg2
{
	color: #000000;
	background-color: #c6c6c6;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td
{
	color: #222222;
	background-image:url(images/titlebg-bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#777777;
	font-weight: bold;
}
.titlebg a:link, .titlebg a:visited 
{
	background-image:none;
	background-color:none;
}
.titlebg a:hover
{
	color: #dfdfdf;
	background-image:none;
	background-color:none;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-image:url(images/catbg-bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #466b89;
	color: #222222;
}
.catbg a:link, .catbg a:visited
{
	font-weight: bold;
	color: #111e29;
	text-decoration:none;
}
.catbg a:hover
{
	font-weight: bold;
	color: #051e34;
	text-decoration:none;
}
.catbg3 {
	font-weight: bold;
	background-image:url(images/catbg-bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #466b89;
	color: #222222;
}
.middletext{
	color: #222222;
	background-image:url(images/titlebg-bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#777777;
	font-weight: bold;
	font-size:10px;
}
.titlebg2 {
	color: #222222;
	background-image:url(images/titlebg-bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#777777;
	font-weight: bold;
}

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

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #454545;
	background-color: #454545;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 9px;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: 11px;
}
.largetext
{
	font-size: 14px;
}

/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #D4D4D4;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* .signature img
{
   display: none;
} */

/* ###!!!CSS CODE ADDED FOR SAF!!!### */

/* The main table of the entire forum. */

.maintable
{
	background-image: url(images/backrepeat.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #595d62;
	margin: 0px;
    padding: 0px 0px 0px 0px;
}

/* The main table of the entire forum. */

.bodytd
{
       	padding: 0px 0px 0px 0px;
       	text-align: left;
}

/* The header part of the forum. */

.header
{
        width: 820px;
        height: 165px;
        text-align: left;
}

/* The header part of the forum. */

.headerdown
{
        background-color: #686868;
		background-image: url(images/middleuser.gif);
		background-position:top;
		background-repeat:repeat-x;
        padding: 4px 0px 4px 8px;
        font-size: 10px;
}

/* The footer part of the forum. */

.footer
{
        background-image: url(images/bottom.gif);
		background-position:top;
		background-color: #686868;
        width: 770px;
		height: 40px;
}
.menubuttons
{
        background-image: url(images/buttonsmiddle.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color: #595959;
}
.linktree
{
        background-image: url(images/linktreemiddle.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color: #595959;
}
/* We use this to adjust the color of the copyright. */

.copyright, .copyright a:link, .copyright a:visited, .copyright a:hover
{
        color: #838383;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		padding-bottom:4px;
}
.smiley
{
	vertical-align: middle;
	border: 0;
}

.message
{
	line-height: 150%;
	overflow: auto;
	width: 100%;
}
.smiley
{
	vertical-align: middle;
	border: 0;
}

.message
{
	line-height: 150%;
	overflow: auto;
	width: 100%;
}

.spoiler{
	border: 1px dashed #707070;
}