/* The general styles that apply to all elements */
*                                                                                                                    
{
        margin: 0;
        padding: 0;
}

/* The main body element */
body
{
	background: #e9f8ff;
        width: 90%;
        font-family: Tahoma, sans-serif;
        font-size: 13px;
	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: #0044AA;
	text-decoration: none;
}
a:hover
{
	color: #0085CB;
	text-decoration: underline;
}

/* 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 ;
}
input, textarea
{
	padding: 5px 10px;
	border: 1px #c9e2ef solid;
	background: #fff;
}
select
{
	padding: 5px;
	border: 1px #c9e2ef solid;
	background: #fff;
}
input:focus, textarea:focus, input:hover, textarea:hover
{
	border: 1px rgb(0,117,176) solid;

}
input, select
{
	font-size: 90%;
}
textarea
{
	font-family: Tahoma, sans-serif;
	font-size: 95%;
}

/* 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_c.png) repeat-x top;
	height: 146px;
	width: 100%;
	margin-bottom: 16px;
	float: left;
}
#headerleft
{
	background: #0176b2 url(../images/header_bg_l.png) no-repeat top left;
	width: 23px;
	height: 146px;
	margin: 0;
	float: left;
}

#header h1
{
	font-size: 270%;
	font-family: arial, verdana, sans-serif;
	color: #CCC;
	margin: 5px 15px 0px 15px;
}
#header h1 a
{
	color: #FFF;
}
#header h1 a:hover
{
	color: #FFD700;
	text-decoration: underline;
}

#smflogo
{
	float: left;
}
#smflogo img
{
        margin-left: 0px;
        margin-top: 10px;
}
#headerright
{
	float: right;
	width: 410px;
	height: 146px;
	text-align: right;
	background: transparent url(../images/header_bg_r.png) no-repeat top right;
}
#header_av
{
	float: left;
	width: 100px;
	background: transparent;
	position: relative; 
	top: -10px;
}
#loggedin
{
	margin: 0 15px;
	list-style-type: none;
	color: #fff;
}
#loggedin a
{
	color: #fff;

}
#loggedin a:hover
{
	color: #FFD700;
	text-decoration: underline;
}


/* 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: 100%;
	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: 90%;
	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: url(../images/topnav_bg_a.gif) repeat-x center left;
		padding: 8px;
		
}
#marginfix
{
	margin-bottom: 22px;

}


/* The linktree */
.nav
{
		font-size: 90%;
        color: #C0C0C0;
        background: url(../images/nav_bg.gif) repeat-x top;
		border-bottom: 1px solid #CAD9EA;
		line-height: 26px !important;
		height: 30px;
		padding: 0 5px;
overflow: hidden;
		}
.nav a
{
        font-weight: bold;
        color: #C0C0C0;
}
.nav a:hover
{
        color: #cd0000;
}

/* The main body */
#bodyarea
{
	background: #FFF ;
	overflow: hidden;
	clear: both;
	border: 2px solid rgb(0,117,176);
	padding: 0;
	width: 100%;
	}
#bodyareabot
{
	background: transparent;
	width: 800px;
	height: 21px;
}
#bodyarea h3
{
	font-size: 160%;
	clear: both;
	position: relative;
	color: #0176b2;
	margin-bottom: 4px;
	border-bottom: 1px rgb(0,117,176) dashed;
	padding: 14px 5px 5px 5px;
	
}
#bodyarea h3 a
{
	color: #0176b2;
}
#bodyarea h3 a:hover
{
       color: #0085CB;
}
#bodyarea h3#first
{
	padding-top: 2px;
}
#bodyarea h3#news
{
	border-bottom: none;
}
#bodyarea h3 img
{
	vertical-align: middle;
	margin-right: 5px;
	display: inline;
}

.collapse img
{
        position: relative;
        float: right;
        top: -10px;
}

h4
{
        width: 100%;
	font-size: 130%;
	color: #666;
	padding-bottom: 6px;
	 background: #e9f8ff;
}
h4 a
{
	color: #666;
}
h4 a:hover
{
	color: #0176b2;
}

/* The footer - contains the copyright */
#footer
{
	text-align: center;
	color: #9a9a9a;
	list-style-type: none;
	width: 800px;
	height: 18px;
	margin: 5px auto;
	font-size: 80%;
}
#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: 20px;
}
#footer li.copyright
{
	width: 500px;
	margin: 3px 0 0 11px;	
	padding-bottom: 10px;
}
#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: Tohoma, 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;
	text-align: left;
}
.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%;
}