/* The general styles that apply to all elements */

* { margin:0; padding:0; }
img { border:none; }

/* The main body element */
body {
	background:url(images/newImages/bg_image.jpg) #000 top left no-repeat;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#2f3036;
}

/* The links */
a
{
	color:#238c9c;
	text-decoration:none;
}
a:hover
{
	color:#333;
}

/* The paragraphs */
p
{

}


/* The headings */
h1, h2, h3, h4, h5
{
	font-weight: 100;
}

/* The tables */
table
{
	margin: 0 auto;
	font-size:12px;
}
table td
{
	padding: 5px 0;
}


textarea {
	font: 13px Verdana, sans-serif;
	padding:2px;
}

ul {
	margin-left:42px;
}

ol { margin-left:42px; }
	
/*----------------------- Wrapper ----------- */
#wrapper {
	background-color:#fff;
	position:relative;
	margin:0 auto;
	padding:20px;
	width:920px;
}	

/* The header part of the forum */
#header
{
	background:url(images/newImages/header_bg.jpg) no-repeat top left #313239;
	position:relative;
	height:108px;
	width:920px;
	overflow:hidden;
	margin:0 0 9px 0;
}

/* Basic information about the forum */
#smflogo
{
	margin:30px 0 0 20px;
	position:absolute;
}

#hdrmid
{
	left: -9999px;
	position:absolute;	
}

#access, #footer li.html a span, #footer li.css a span
{
	position: absolute;
	left: -9999px;
}

#login
{
        list-style-type: none;
        padding-top: 15px;
}
#login li
{
        float: left;
        margin-right: 7px;
}

/*------------------ Nav Body ---------------------------- */
#navBody {
	width:920px;
	height:35px;
	clear:both;
	position:relative;
	background:url(images/newImages/nav_bg.jpg) repeat-x top left #303138;
	overflow:hidden;
	margin:0 0 18px 0;
}

#navBody ul {
	list-style:none;
	margin:10px 0 0 20px;
	font-size:1.3em;
}

#navBody ul li {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
}

#navBody li a {
	color:#6d7278;
	text-decoration:none;
	margin:0 18px 0 0
}

#navBody li a:hover {
	color:#1eb5c2;
}

/*------ Welcome Screen ------*/
.welcomeSrc {
	float:right;
	margin:24px 20px 0 0;
	text-align:right;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
}

.welcomeSrc li {
	margin:0;
	padding:0;
}

.welcomeSrc li.welmes {
	margin:0 0 5px 0;
}		
.welcomeSrc li a {
	color:#1eb5c2;
	text-decoration:none;
}
.welcomeSrc li a:hover {
	text-decoration:underline;
}

.welcomeSrc b {
	font-size:13px;
}		


/*---- Login ------*/
.loginForm {
	float:right;
	margin:34px 20px 0 0;
}

.loginForm label {
	font-size: 1.2em;
	color:#1eb5c2;
	text-align:right;
	width:100px;
	margin:4px 10px 0 0;
	float:left;
}

.loginForm div { margin:0 0 6px 0; }

input.login {
	border:1px solid #868686;
	background-color:#6d7278;
	font-size:1.2em;
	color:#fff;
	padding:2px 0 0 2px;
	margin:0 4px 0 0;
	width:112px;
	height:16px;
	vertical-align:top;
}

.logCheck {
	vertical-align:bottom;
}

/*------------------ Rotating Banner -------------------------*/
#rotateBanner {
	margin:0 0 9px 0;
}

/* The linktree */
.nav {
	width:920px;
	clear:both;
	font-size:11px;
	margin:0 0 8px 0;
}

.nav a {
	color:#2f3036;
	text-decoration:none;
}

.nav a:hover {
	color:#36acca;
}

/* The main body */

#bodyarea h3
{
     /*   border-bottom: 1px #678751 solid;
        padding-bottom: 8px;
        margin-bottom: 10px;
	font-size: 180%;
	color: #FF9001; */
	
	font-weight:bold;
	
}

.collapse img
{
        position: relative;
       
        
}

#helpmain h3 {
	float:none;
}

/*-------------- Category Titles ------------------- */
.categoryBD {
	width:920px;
	clear:both;
	height:32px;
	background-color:#42586a;
	border-bottom:3px solid #2b3d4d;
	margin:0 0 14px 0;
}

.categoryBD h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0 0 20px;
	float:left;
	color:#fff;
}

.categoryBD h3 a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.minus {
	float:right;
	padding:9px 20px 0 0;
	width:42px;
	height:26px;
	background:url(images/newImages/minus_divide.png) no-repeat top left;
}

.minus img { float:right; }

/* BoardIndex spesific */
#newsfader
{
        border: 1px #778392 solid;
        margin-bottom: 12px;
        padding:24px 10px;
        text-align: center;
		width:898px;
		font-size:13px;
		background-color:#ffffff;
		color:#000000;
}

#news 
{
  
        text-align: center;
}

/*---------- Boards ----------*/
.board {
	width:920px;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #a1a2a6;
	margin:0 0 12px 0;
	padding:0 0 11px 0;
	
}

.threadBody {
	clear:both;
}

.iconBlock {
	float:left;
	width:41px;
	margin:0 18px 0 0;
}

.threadInfo {
	width:500px;
	float:left;
}

h5.threadtitle {
	font-size:1.5em;
	line-height:12px;
	margin:0 0 4px 0;
}

h5.threadtitle a { 
	color:#238c9c; 
	text-decoration:none; 
	font-weight:normal;
}

h5.threadtitle a:hover { color:#333333; }

p.description , p.childboards , .postStats , .lastPost p {
	font-size:1.2em;
	line-height:1.2em;
}

.postStats {
	float:left;
	width:86px;
	text-align:right;
	margin:0 0 0 35px;
}

.lastPost {
	float:left;
	margin:0 0 0 35px;
	width:200px;
}



	
/*------------------ Info Center -----------------*/
.infoHeader {
	width:920px;
	height:35px;
	clear:both;
	position:relative;
	background:url(../i/nav_bg.jpg) repeat-x top left #303138;
	overflow:hidden;
	margin:0 0 4px 0;
}

.infoHeader h3 {
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	color:#6d7278;
	margin:11px 0 0 20px;
}

#infocenter
{
    width:880px;
	padding:20px 20px 2px 20px;
	clear:both;
	background-color:#303138;
	overflow:hidden;
	color:#6b7278;
	font-size:1.2em;
}

#infocenter a:hover { color:#ffffff; }

#infocenter dl { clear:both; margin:0 0 18px 0; overflow:hidden; }

#infocenter dt {
	float:left;
}

#infocenter dd {
	float:right;
	clear:right;
	width:95%;
}

#infocenter dd ul {
	margin:0 0 0 14px;
	list-style:square;
}

#infocenter dd h4 a { color:#ccc; }

#infocenter dd h4 { margin:0 0 5px 0; font-size:1.3em; }

#lstlist
{
        margin: 0px 0px 11px 13px;
        list-style-type: square;
		clear:left;
}
#lstlist a {
	color:#FFCC00;
}	


/* MessageIndex spesific */
.pages
{
        float: left;
        font-size: 1.73em;
        color: #a7a6a6;
        margin: 10px 0 10px 0;
}

.iconlist {
	float:right;
	list-style:none;

}

.iconlist li {
	float:left;
	margin:11px 0 0 2px;
}		

.msgmenu
{
        float: right;
        list-style-type: none;
        text-transform: uppercase;
        font-family: Tahoma, sans-serif;
}
.msgmenu li
{
        float: left;
        padding: 5px 0;
        margin: 10px 0 0 15px;
}
.msgmenu li a
{
        padding: 15px 0 15px 30px;
}
.msgmenu li.markread a
{
        background: url(images/buttons/post/markread.gif) center left no-repeat;
}
.msgmenu li.notify a
{
        background: url(images/buttons/post/notify.gif) center left no-repeat;
}
.msgmenu li.newpoll a
{
        background: url(images/buttons/post/newpoll.gif) center left no-repeat;
}
.msgmenu li.newtopic a
{
        background: url(images/buttons/post/newtopic.gif) center left no-repeat;
}
.msgmenu li.reply a
{
        background: url(images/buttons/post/reply.gif) center left no-repeat;
}
.msgmenu li.sendtopic a
{
        background: url(images/buttons/post/sendtopic.gif) center left no-repeat;
}
.msgmenu li.print a
{
        background: url(images/buttons/post/print.gif) center left no-repeat;
}

.alt
{
        margin-bottom: 0px;
        clear: both;
}

.msglpost {
	float:right;
}

#messagetable
{
        width: 100%;
        margin: 4px 0;
}

#messagetable td.cella1
{
	width: 9%;
}
#messagetable td.cella2
{
	width: 11%;
}
#messagetable td.cella3
{
	width: 4%;
	text-align: center;
}
#messagetable td.cella4
{
	width: 23%;
}
#messagetable td.cella5
{
	width: 22px;
	text-align: center;
	vertical-align: middle;
}
#messagetable td.cella6
{
	width: 4%;
	text-align: center;
	vertical-align: middle;
}
#messagetable td.cella7
{
	width: 11%;
}
#messagetable td.cella8
{
	width: 11%;
}
#messagetable td.cellb1
{
	width: 4%;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
#messagetable td.cellb2
{
	vertical-align: middle;
}
#messagetable td.cellb3
{
	width: 14%;
	vertical-align: middle;
}
#messagetable td.cellb4
{
	width: 22%;
	vertical-align: middle;
}
#messagetable td.cellb5
{
	text-align: center;
}

#msgicons1
{
        float: left;
        margin-top: 15px;
}
#msgicons2
{
        float: left;
        margin: 15px 0 0 40px;
}
#msgjmp
{
        float: right;
        margin-top: 15px;
}

/* Topic Display Spesific */
#whviewingdp
{
        background-color: #FFF;
        padding: 4px 8px;
        font-size: 80%;
}

.post
{
        padding: 10px 0;
}

.msgbody2
{
        overflow: auto;
        padding: 8px;
        margin-bottom: 8px;
}
.msgleft ul
{
        margin: 0;
        padding: 0;
        list-style-type: none;
}
.msgleft li
{
        margin: 1px 0;
        font-size: 1.1em;
}
.msgleft li.mname
{
        font-size: 1.2em;
}
.msgleft li.stars, li.posts, li.avatar, li.blurb
{
        margin-bottom: 8px;
}

.msgtop {
	font-size:1.1em;
}
.message
{
        margin-bottom: 20px;
}
.pstopicon
{
        float: left;
        margin: 3px 5px 0px 0px;
}
.postid
{
        
}
.postbuttons
{
        list-style-type: none;
        float: right;
		margin:7px 0 0 0;
}
.postbuttons li
{
        float:left;
        padding:0;
		margin:0 2px 0 0;

}


.msghr
{
        width: 100%;
        margin-top: 7px;
        color: #778392;
        background-color: #778392;
}

#top_subject , #pollHeader {
	color:#ccc;
	font: 1.36em Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:4px;
	margin:0 0 6px 0;
	background-color:#303138;
}

#pollHeader {
	border-bottom: 3px solid #2b3d4d;
	margin:0 0 4px 0;
	background-color: #42586a;
	color:#7db056;
}	

.pollquestion {
	font-size:1.2em;
	margin:10px 0;
}

.pollop, .polllink {
	font-size:1.2em;
	margin-bottom:4px;
}
.check {
	vertical-align:middle;
}

.dispmsg {
	clear:left;
	display:block;
}	

.dispmenu ul
{
        list-style-type: none;
        float: right;
        margin: 0;
        padding: 0;
}
.dispmenu li
{
        display: inline;
        margin: 0;
        padding: 0;
        line-height: 24px;
}
.dispmenu a:link
{
        background: url(images/cath1bg.gif);
        border-left: #E5E5E5 1px solid;
        border-top: #E5E5E5 1px solid;
        font-weight: bold;
        margin: 0px;
        padding: 5px 10px 5px 10px;
        font-size: 10px;
        font-weight: bold;
        color: #000;
}
.dispmenu a:hover
{
        text-decoration: none;
        background: #FFF;
        color: #000;
}
.dispmenu a.last
{
        border-right: #E5E5E5 1px solid;
}
.mnbtm ul
{
        position: relative;
        bottom: 11px;
}
.mnbtm a:link
{
        border-top: 0px;
        border-bottom: #E5E5E5 1px solid;
}
.msgleft
{
        float: left;
        width: 15%;
		margin-left:6px;
}
.msgright
{
        float: right;
        width: 82%;
		margin-right:6px;
}

.msgbg1
{
        background: #f0f0f0;
}

.modified
{
        background: #f8f8f8;        margin: 10px 0;
}

.modbuttons
{
        margin: 10px 0;
        font-size: 11px;
        float: left;
}
.modbuttons li
{
        display: inline;
        text-transform: uppercase;
        font-weight: bold;
        border-left: 1px solid #AAA;
        padding: 0 6px;
}
.modbuttons li a
{
        color: #AAA;
}
.modbuttons li a:hover
{
        color: #000;
}
.report {
	float:right;
	margin:12px 0 5px 0;
}
h3.qrply {
	
	padding:6px 0 6px 8px;
	border-bottom: 3px solid #2b3d4d;
	background-color:#42586a;
	margin-top:8px;
	font-size:12px;
}

h3.qrply a { color:#ccc; }
h3.qrply a:hover { color:#fff; }
		
#quickReplyOptions
{
        padding-bottom: 10px;
}

#quickReplyOptions p {
	font-size:11px;
	margin:8px;
	float:left;
	width:220px;
}

#quickReplyOptions textarea
{
        padding: 1px;
        margin-bottom: 5px;
        font-family: Verdana, sans-serif;
        font-size: 13px;
}

/* The footer - contains the copyright */
#footer
{
        margin: 10px auto 0 auto;
       
	font-size: 12px;
	text-align: right;
	color: #404041;
	list-style-type: none;
	width: 920px;
	height:50px;

	
}
#footer li
{
	
	background: transparent;
}
#footer li a
{
	color: #404041;
}

#footer li a:hover
{
	color: #ff9001;
}

/* !!! SMF Spesific Styles For Compatibility */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #ccc;
	background: #ccc;
	clear:both;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background: #F0F8FF url(images/quote.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 4px solid #8394B2;
	font-size: 12px;
	line-height: 1.4em;
	padding: 8px;
}
.quote div.quote
{
	background: #F0F8FF url(images/blank.gif) no-repeat bottom right;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background: #FFF8F5 url(images/code.gif) no-repeat bottom right;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 4px solid #FF6600;
	padding: 8px;
	font-size:  10px;
	line-height: 1.4em;
	font-family: "courier new", helvetica, "times new roman", serif;
	white-space: nowrap;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	background: #E4EAF2;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 8px auto 0 auto;
	padding: 4px 8px;
}
.codeheader
{
	background: #FDDBCC;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #FF6600;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 8px;
}
.help
{
	cursor: help;
}

#helpmain p, #helpmain ul { font-size:1.2em; }
.meaction
{
	color: red;
}
.editor
{
	width: 96%;
}
.highlight
{
	background: yellow;
	font-weight: bold;
	color: black;
}
.windowbg, .windowbg3, .windowbg2
{
	color: #404041;
	background: #FFF;
    padding: 4px 10px;

}

.calendar_today
{
	background: #ccc;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
    border-bottom: 1px #778392 solid;
    margin-bottom: 10px;
	font-size: 13px;
	color:#36acca;
	font-weight: bold;
	padding:8px 8px 8px 2px;
}

.titlebg img, titlebg2 img
{
	vertical-align: middle;
}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
	background-color:#33343b;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size:11px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{

	color: #FFF;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #6d7278;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
.bordercolor
{
	background: #FFF;
	padding: 0;
}
.tborder
{
	padding: 1px;
	border: 1px solid #FFF;
	background: #FFF;
}
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 17px;
	font-size:13px;
}

#preview_subject {
	background-color:#42586a;
	color:#fff;
	padding-left:6px;
	font-size:13px;
}
.signature
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	padding:3px 0 3px 0;
}
.error
{
	color: red;
}

.addop {
	overflow:hidden;
}
.addop b {
	font-size:12px;
	margin-top:4px;
	float:left;
}
.addop img {
	margin:3px 4px 0 0;
	float:left;
}
#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%;
}