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

/* The main body element */
body
{
	background: #e9f8ff;
        width: 800px;
        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: #0176b2;
	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 #f1f9f0 solid;
	background: #fff;
}
input:focus, textarea:focus, input:hover, textarea:hover
{
	border: 1px #c9e2ef solid;

}
input
{
	font-size: 90%;
}
textarea
{
	font-family: Tahoma, sans-serif;
	font-size: 95%;
	color:  ccc;
}

/* The buttons */
button
{
	background: #000;
}
/* The tables */
table
{
	margin: 0 auto;
}
table td
{
	padding: 5px;
}

/* The header part of the forum */
#header
{
	background: #0176b2 url(../images/header_bg.png) no-repeat top center;
	width: 100%;
	height: 146px;
	margin-bottom: 20px;
}
#header h1
{
	font-size: 270%;
	font-family: arial, verdana, sans-serif;
	color: #CCC;
	margin: 25px 15px 10px 15px;
}
#header h1 a
{
	color: #fff;
}
#smflogo
{
	float: left;
}
#smflogo img
{
        margin-left: 30px;
        margin-top: 10px;
}
#headerright
{
	float: right;
	width: 443px;
	height: 146px;
	text-align: right;
}
#loggedin
{
	margin: 0 15px;
	list-style-type: none;
	color: #fff;
}
#loggedin a
{
	color: #fff;

}
#loggedin a:hover
{
	color: #000;
}


/* Login box */
#header form
{
	width: 291px;
	height: 36px;
	font-size: 100%;
	float: right;
	margin-right: 6px;
	color: #fff;
}
#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: #fff;
	margin: 0;
	padding: 4px;
	border: 0px;
	width: 80px;
	font-size: 110%;
	position: relative;
	bottom: 7px;
	color: #3f3f3f;
	font-weight: bold;
}
#header form input:focus
{
	background: #f5f5f5;
}
#header form input.submit
{
	padding: 0;
	width: 25px;
	height: 21px;
	bottom: 1px;
}
#header form ul
{

}
#header form ul li
{

}

/* The navigation menu */
#topnav
{
	list-style-type: none;
	text-transform: uppercase;
	font-size: 100%;
	font-family: verdana, sans-serif;
	background: #079b15 url(../images/topnav_bg.gif) center left;
	padding: 10px 0 10px 15px;
	display: inline;

}
#topnav li
{
        display: inline;
        padding: 8px 0;
}
#topnav li.last
{
	background: url(../images/topnav_bg.gif) right;
	padding-right: 15px;
}
#topnav li a
{
	color: #fff;
	padding: 8px;

}
#topnav li a:hover, #topnav li a.active
{
        background: #0176b2;
}
#marginfix
{
	margin-bottom: 20px;

}


/* 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/bodybgt.gif) top center no-repeat;
	padding: 15px;
	overflow: auto;
	clear: both;

}
#bodyareabot
{
	background: #FFF url(../images/bodybgb.gif) center no-repeat;
	width: 800px;
	height: 21px;
}
#bodyarea h3
{
	font-size: 160%;
	clear: both;
	position: relative;
	color: #0176b2;
	padding-top: 14px;
	margin-bottom: 4px;
}
#bodyarea h3 a
{
	color: #0176b2;
}
#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: #0176b2;
}

/* The footer - contains the copyright */
#footer
{
	text-align: center;
	color: #9a9a9a;
	list-style-type: none;
	width: 760px;
	height: 18px;
	margin: 10px auto;
}
#footer li
{
	width: 105px;
	height: 18px;
	float: left;
}
#footer li a
{
	color: #9a9a9a;
}
#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: #0176b2;
}

/* !!! 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: #fff;
        padding: 3px 10px;
}
.calendar_today
{
	background: #f1f9f0;
	border: 1px #c9e2ef solid;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	font-size: 110%;
	clear: both;
	font-weight: bold;
	position: relative;
	color: #0176b2;
	margin-bottom: 12px;
}
.titlebg img, titlebg2 img
{
	vertical-align: middle;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
	background: #0176b2;
	border-top: 5px #000;
	color: #fff;
	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: #fff;

}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #f0f0f0;
}
.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%;
}