/* The general styles that apply to all elements */
*
{
        margin: 0;
        padding: 0;
}

/* The main body and the html element */
html
{
	width: 100%;
	background: #1f3c64 url(../images/bg.jpg) repeat-x top;
}
body
{
        width: 90%;
        font-family: tahoma, sans-serif;
        font-size: 12px;
	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,  h1, div#download span
{
	position: absolute;
	left: -9999px;
}

/* The links */
a
{
	text-decoration: none;
	color: #3e68a4;
}
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 #ccc solid;
	background: #FAFAFA;
}
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
{
	width: 100%;
	height: 210px;
	background: url(../images/header.jpg) no-repeat top left;
	z-index: 20;
}
#keystats
{
	float: left;
	color: #c8e2fc;
	font-size: 90%;
	padding-top: 32px;
	margin-left: 20px;
}
#keystats a
{

	color: #fff;
}
#keystats a:hover
{
	text-decoration: underline;
	color: #fff;
}
span#leftbg
{
	display: block;
	width: 20px;
	height: 210px;
	float: right;
	background: url(../images/header.jpg) no-repeat right;
	position: absolute;
right: 5%;

}
#sitenav
{
	list-style-type: none;
	float: right;
	padding: 27px 26px 0 0;
}
#sitenav li
{
	float: left;
	display: block;
	background: url(../images/sep.gif) no-repeat 4px 0;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sitenav li.home
{
	background: none;
}
#sitenav li a
{
	color: #c8e2fc;
}
#sitenav li a:hover
{
	color: #fff;
}
div#infopane
{
	color: #ddd;
	display: block;
	clear: both;
	position: relative;
	right: 68px;
	height: 60px;
	top: 35px;
	float: right;
text-align: right;
}
div#infopane a
{
	color: #fff;
}
div#infopane a:hover
{
	text-decoration: underline;
}
div#search
{
	background: url(../images/download.gif) no-repeat;
	display: block;
	clear: both;
	width: 217px;
	height: 46px;
	position: relative;
	right: 68px;
	top: 30px;
	float: right;
}
div#search:hover
{
	background-position: 0 -46px;
}
div#search input
{
	background: transparent;
	border: 0px;
	font-size: 16px;
	width: 217px;
	height: 46px;
	color: #fff;
	margin: 0 12px;
	padding: 12px 0 10px 0;
}


/* The navigation menu */
#topnav
{
	background: url(../images/middle.gif) repeat-x top;
	height: 49px;
	width: 100%;
	border-bottom: 1px #fff solid;
}
#topnav ul
{
	text-align: center;
	padding-top: 18px;
}
#topnav li
{
	display: inline;
}
#topnav li.last a
{
	border-right: 0px;
}
#topnav li a
{
        padding: 0 10px;
	color: #7c7c7c;
	border-right: 1px #e5e5e5 solid;
}
#topnav li.active a, #topnav li a:hover
{
	color: #000;
}


/* The linktree */
.nav
{
        color: #333;
        margin-bottom: 8px;
        padding-top: 8px;
        position: relative;
}
.nav a
{
        font-weight: bold;
        color: #333;
}
.nav a:hover
{
        color: #cd0000;
}

/* The main body */
#content
{
	background: #2e5d93 url(../images/bgcontent.jpg) repeat-x top left;
	padding: 20px 20px 0 20px;
	font-size: 13px;
}
#bodyarea
{
	background: #fff;
	padding: 15px 20px;
	position: relative;
text-align: left;
}
#bodyarea h3
{
	font-size: 160%;
	clear: both;
	padding: 14px 0 8px 0;
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
	position: relative;
	color: #3e68a4;
}
#bodyarea h3#first
{
	padding-top: 2px;
}
#bodyarea h3 img
{
	vertical-align: middle;
}
.collapse img
{
        display: none;
}

h4
{
        width: 100%;
	font-size: 125%;
	color: #6d6c70;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
}
h4 a
{
	color: #6d6c70;
}
h4 a:hover
{
	color: #000;
}

/* The footer - contains the copyright */
#botborder
{
	height: 11px;
	width: 100%;
	background: url(../images/botborder.gif) no-repeat right;
}
#botborder span
{
	height: 11px;
	width: 20px;
	float: left;
	background: url(../images/botborder.gif) no-repeat left;
}
#footer
{
	text-align: center;
	list-style-type: none;
	color: #c8e2fc;
	margin-top: 10px;
}
#footer li a
{
	color: #c8e2fc;
}
#footer li a:hover
{
	color: #fff;
}
#sitefooter
{
	padding: 23px 0 52px 0;
	color: #597cab;
	float: right;
	right: 17px;
	position: relative;
}
#sitefooter ul li
{
	display: inline;
	margin-left: 16px;
}
#sitefooter ul li a
{
	color: #8aaddc;
}
#sitefooter ul li a:hover
{
	color: #f1f1f1;
}

/* !!! 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-style: normal;
	background-color: #EFEFEF;
}
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.titlebg img, titlebg2 img
{
	vertical-align: middle;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
	background: url(../images/red_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%;
}