/* Normal, standard links. */


a:link, a:visited
{
	color: #FF6600;
	text-decoration: none;
}
a:hover
{
	color: #FF6600;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav
{
        font-size: 10px;
}
.nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* 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:Arial, Helvetica, clean, sans-serif;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
	
	background-repeat:repeat-x;
}

/* 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: #C3B8D0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* 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: nowrap;
	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%;
	Content-Type: html;
}

/* 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: #F0F0F0;
}
.windowbg2
{
	color: #000000;
	background-color: #F5F5F5;
}

/* 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, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-weight: bold;
	background-color: #FEB434;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #4181c1;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #4181c1;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	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
{
	
}

/* 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;
}

/* ###!!!CSS CODE ADDED FOR SAF!!!### */

/* The main table of the entire forum. */

.maintable
{
	background-color: white;
	margin: 0px;
       	padding: 0px 0px 0px 0px;
	border: #D0D0D0;
	border-style: solid;
	border-left-width: 1px;
        border-top-width: 0px;
        border-right-width: 1px;
        border-bottom-width: 0px;
}

/* The main table of the entire forum. */

.bodytd
{
       	padding: 0px 8px 0px 8px;
       	text-align: left;
}

/* The header part of the forum. */

.header
{
        background-image: url(images/top_bg.gif);
        background-color: #FEA934;
        background-repeat: no-repeat;
        background-position: right;
        padding: 0px 8px 0px 8px;
        width: 760px;
        height: 90px;
        text-align: left;
        font-family: Verdana, Arial, sans-serif;
        font-size: 24px;
        color: white;
        font-weight: 550;
}

/* The header part of the forum. */

.headerdown
{
        background-color: #F5F5F5;
        padding: 4px 0px 4px 8px;
        border: #D0D0D0;
	border-style: solid;
	border-left-width: 0px;
        border-top-width: 1px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        font-size: 10px;
}

/* The footer part of the forum. */

.footer
{
        background-color: #FEA934;
        width: 100%;
        border: #D0D0D0;
	border-style: solid;
	border-left-width: 0px;
        border-top-width: 1px;
        border-right-width: 0px;
        border-bottom-width: 0px;
}

/* We use this to adjust the color of the copyright. */

.copyright, .copyright a:link, .copyright a:visited, .copyright a:hover
{
        color: #FBFBFB;
}














/************************************************************************/

#orange {
background-color:#FF9900;
height:5px;
border-bottom:1px solid #fff;
}
#container2 {
width:767px;
margin:0 auto;
margin-top:10px;
position:relative;
}
#container{
width:767px;
margin:0 auto;
border-top:5px solid #339933;
}
#top {
margin:20px 0 0px 0px;
height:80px;
}
#menu {
height:18px;
}
#menu a{
font-family:Arial, Helvetica,clean, sans-serif;
display:block; float:left;
text-align:right;
height:18px;
padding:0 7px;
line-height:1.6em;
font-size:11px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
}
#menu a:hover{
color:#FF5900;
background-color:#FFFFFF;

}
#leftbar {
padding:0 12px;
float:left;
width:170px;
}
#leftbar h4, #rightcol h4{
/*background-image:url(images/head-bg.gif);*/
background-image:url(/images/h4.gif);
background-repeat:no-repeat;
line-height:2em;
font-weight:bold;
font-size:12px;
color:#fff;
width:170px;
wid\th:150px;
padding:0 10px;
margin:0;
}
#leftbar h4 a, #rightcol h4 a{
color:#fff;
}
#topbar {
padding-top:50px;
font-size:11px;
text-align:right;
color:#ccc;
line-height:1.5em;
}
#topbar a{
text-decoration:none;
padding:0 5px;
color:#666;
font-weight:bold;
}
#topbar a b{
color:#FF3300;
}
#topbar a i{
	color:#ffffff;
	
	font-style: normal;
}
#topbar form{
padding:0;
margin:0;
}
#topbar input{
width:100px;
font-size:10px;
height:15px;
margin:0 5px;
padding:0 5px;
}

/*


#content h1{
    font-family:Verdana;
    font-size:14px;
    margin:0px;
    padding:0px;
    color:#c5901b;
    font-weight:bold;
}

#content p{
    font-family:Verdana;
    font-size:12px;
    margin:0px;
    padding:12px;
	padding-right:12px;
    text-align:justify;
    margin:2px;
    margin-top:5px;
    line-height:18px;
}
#content{
    width:auto;
    height:auto;
    float:right;
    margin-top:3px;
    margin-left:5px;
}
*/

#content{
width:600px;
padding-right:12px;
position:absolute;
padding-left:18px;
float:center;
}
#main_content{
padding:0;
width:805px;
float:right;
}
#main_content p{
padding:5px;
font-size:12px;
line-height:1.5em;
margin:0 0 20px 0;
text-align:justify;
float:center;
}
#main_content a{
color:#FF5900;
text-decoration:none;
}
#main_content a:hover{
text-decoration:underline;
}
#main_content h1, #bodyarea h1{
padding:0;
margin:0;
font-size:16px;
color:#FF5900;
}
#leftbar h3{
font-size:11px;
padding:0;
margin:10px 0 5px 0;
border-bottom:1px dotted #666;
color:#666666;
}
#login_mc {
float:left;
padding:0;
margin:0;
}

#footer a{
color:#666;
}
.spiffy{
display:block
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#778899
}
.spiffy1{
border-right:1px solid #c4cbd3;
padding-right:1px;
margin-right:3px;
border-left:1px solid #c4cbd3;
padding-left:1px;
margin-left:3px;
background:#99a5b2;
}
.spiffy2{
border-right:1px solid #f1f3f4;
border-left:1px solid #f1f3f4;
padding:0px 1px;
background:#909eac;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #909eac;
border-left:1px solid #909eac;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #c4cbd3;
border-left:1px solid #c4cbd3;
}
.spiffy5{
border-right:1px solid #99a5b2;
border-left:1px solid #99a5b2;
}
.spiffy_content{
padding:0px 5px;
background:#778899;
} 
#rightcol {
float:right;
}

#news table{
float:left;
}

#news em{
font-size:13px;
font-weight:bold;
}

.li{
font-size:13px;
text-decoration:none;
}