/* The general styles that apply to all elements */
*
{
        margin: 0;
        padding: 0;
}

/* The main body element */
body
{
	background: #4c4b4f;
        width: 760px;
        font-family: tahoma, sans-serif;
        font-size: 70%;
	color: #333;
	margin: 0 auto;
}

/* Things that will not be visible to the regular eye :) */
#access, #footer li.html a span, #footer li.css a span, h2
{
	position: absolute;
	left: -9999px;
}

/* The links */
a
{
	color: #92aa0b;
	text-decoration: none;
}
a:hover
{
	color: #4c4b4f;
}

/* The images */
img
{

}
a img
{
	border: 0;
}

/* The paragraphs */
p
{
	margin-bottom: 11px;
	line-height: 140%;
}


/* The headings */
h1, h2, h3, h4, h5
{
	font-weight: 100;
}

/* The forms */
input, textarea, select
{
	margin: 0 10px;
}
input, textarea
{
	padding: 5px 10px;
	border: 1px #fff solid;
	border-left: 4px #96a734 solid;
	background: #FAFAFA;
}
input:focus, textarea:focus
{
	border-right: 1px #96a734 solid;
	border-top: 1px #96a734 solid;
	border-bottom: 1px #96a734 solid;
}
input
{
	font-size: 90%;
}
textarea
{
	font-family: Tahoma, sans-serif;
	font-size: 95%;
}

/* The tables */
table
{
	margin: 0 auto;
}
table td
{
	padding: 5px;
}

/* The header part of the forum */
#header
{
	background: #37373a url(../images/header_bg.png) no-repeat top center;
	width: 100%;
	height: 162px;
}
#header h1
{
	font-size: 250%;
	font-family: arial, verdana, sans-serif;
	color: #CCC;
	margin: 40px 15px 10px 15px;
}
#header h1 a
{
	color: #CCC;
}
#smflogo
{
	float: left;
}
#smflogo img
{
	width: 317px;
	height: 162px;
}
#headerright
{
	float: right;
	width: 443px;
	height: 162px;
	text-align: right;
}
#loggedin
{
	margin: 0 15px;
	list-style-type: none;
	color: #8c9460;
}
#loggedin a
{
	color: #8c9460;
}
#loggedin a:hover
{
	color: #fff;
}


/* Login box */
#header form
{
	width: 291px;
	height: 36px;
	font-size: 100%;
	float: right;
	margin-right: 6px;
	color: #8c9460;
}
#header form fieldset
{
	width: 281px;
	height: 26px;
	border: 0px;
	padding: 5px 0;
}
#header form legend
{
	display: none;
}
#header form p
{
	margin: 5px 11px 0 0;
}
#header form input
{
	background: #aeaeae;
	margin: 0;
	padding: 4px;
	border: 0px;
	width: 112px;
	font-size: 120%;
	position: relative;
	bottom: 7px;
	color: #4c4b4f;
	font-weight: bold;
}
#header form input:focus
{
	background: #FFF;
}
#header form input.submit
{
	padding: 0;
	width: 31px;
	height: 25px;
	bottom: 0px;
}
#header form ul
{

}
#header form ul li
{

}

/* The navigation menu */
#topnav
{
	background: #f0f0f0 url(../images/topnav_bg.png) repeat-x top center;
	clear: both;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	color: #4c4b4f;
	font-size: 110%;
	font-family: verdana, sans-serif;
	letter-spacing: 1px;
	color: #666;
	padding: 18px 0;
	height: 16px;
	overflow: hidden;
}
#topnav li
{
	display: inline;
	padding: 0 10px;
}
#topnav li a
{
	color: #666;
}
#topnav li a:hover, #topnav li a.active
{
	color: #000;
}


/* The linktree */
.nav
{
        color: #333;
        margin-bottom: 8px;
        position: relative;
}
.nav a
{
        font-weight: bold;
        color: #333;
}
.nav a:hover
{
        color: #cd0000;
}

/* The main body */
#bodyarea
{
	background: #FFF url(../images/bodybg.gif) repeat-y right;
	padding: 15px;
}

#bodyarea h3
{
	font-size: 160%;
	clear: both;
	position: relative;
	color: #92aa0b;
	padding-top: 14px;
	margin-bottom: 4px;
}
#bodyarea h3 a
{
	color: #92aa0b;
}
#bodyarea h3 a:hover
{
	color: #4c4b4f;
}
#bodyarea h3#first
{
	padding-top: 2px;
}
#bodyarea h3 img
{
	vertical-align: middle;
}
.collapse img
{
        position: relative;
        float: right;
        top: 4px;
}

h4
{
        width: 100%;
	font-size: 130%;
	color: #4c4b4f;
	padding-bottom: 6px;
}
h4 a
{
	color: #4c4b4f;
}
h4 a:hover
{
	color: #92aa0b;
}

/* The footer - contains the copyright */
#footer
{
	text-align: center;
	color: #F0F0F0;
	list-style-type: none;
	width: 760px;
	height: 18px;
	margin: 10px auto;
}
#footer li
{
	width: 105px;
	height: 18px;
	float: left;
}
#footer li a
{
	color: #CCC;
}
#footer li.html a, #footer li.css a
{
	width: 105px;
	height: 18px;
	display: block;
}
#footer li.html
{
	margin-left: 38px;
}
#footer li.copyright
{
	width: 450px;
	margin: 3px 0 0 11px;
}
#footer li.html a
{
	background: url(../images/validxhtml.png);
}
#footer li.css a
{
	background: url(../images/validcss.png);
}
#footer li a:hover
{
	background-position:  -105px 0;
	color: #92aa0b;
}

/* !!! SMF Spesific Styles For Compatibility !!! */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666;
	background: #666;
}
.help
{
	cursor: help;
}
.meaction
{
	color: red;
}
.editor
{
	width: 96%;
}
.highlight
{
	background: #ebf5b5;
	font-weight: bold;
	color: black;
}
.windowbg, .windowbg3
{
	color: #000;
	background: #FFF;
        padding: 3px 10px;
}
.windowbg2
{
	color: #000;
	background: #fafafa;
        padding: 3px 10px;
}
.calendar_today
{
	background: #FFF;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	font-size: 130%;
	clear: both;
	position: relative;
	color: #92aa0b;
	margin-bottom: 12px;
}
.titlebg img, titlebg2 img
{
	vertical-align: middle;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
	background: url(../images/catbg.jpg) repeat-x #f0f0f0;
	color: #4c4b4f;
	padding-left: 12px;
	padding-right: 12px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td
{
	font-size: 95%;
}
.catbg a, .catbg2 a, .catbg3 a
{
	color: #4c4b4f;

}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000;
}
.bordercolor
{
	padding: 0;
}
.tborder
{
	padding: 1px;
}
.smalltext
{
	font-size: 90%;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 100%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.signature
{
	width: 100%;
	overflow: auto;
	padding: 0;
	line-height: 1.3em;
}
.error
{
	color: red;
}
#helpmain ul, #helpmain ol
{
	margin: 0 0 12px 25px;
}
#ajax_in_progress
{
	background: #FFF url(../images/ajaxloading.gif) no-repeat 10%;
	color: #000;
	text-align: left;
	font-size: 18px;
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 105px;
        border: 1px solid #D0D0D0;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}