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

/* The main body element */
body
{
	background-color: rgb(110,1,0);
        width: 100%;
        font-family: Verdana, sans-serif;
        font-size: 70%;
	color: #333;
}

/* The links */
a
{
	color: rgb(110,1,0);
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: none;
}

/* The images */
img
{

}
a img
{
	border: 0;
}

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


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

color:white;
}
/* The headings */
h3
{
	font-weight: 100;
background: url(images/h3.jpg) repeat-x;
color:white;
padding:4px 0 0 15px;
}

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

/* The top border :) */
#topb
{
	background-color: #FFAE00;
	border-bottom: 2px #FFF solid;
	width: 100%;
	height: 6px;
	/* Have I told you I hate IE :) */
	font-size: 1px;
}

/* The header part of the forum */
#header
{
	background: url(images/headerbg.gif) repeat-x;
	padding: 8px 0 0 0;
	width: 100%;
	height: 150px;
	color: #F0F0F0;
}

/* Basic information about the forum */
#bsinfo
{
	margin: 0 auto;
        width: 95%;
}

#smflogo
{
	float: left;
	margin-right: 15px;
}

#hdrmid
{	
	float: left;
	height: 30px;
}



#hdrmid ul
{
	list-style-type: none;
	padding-top: 10px;
}
#hdrmid li a
{
	color: #E0E0E0;
}
#hdrmid li a:hover
{
	color: #FFF;
}

#hdrmid h1
{
        margin: 14px 0 0 0;
        padding: 0;
	font-size: 225%;
}
#hdrmid h2
{
        margin: 0 0 0 1px;
        padding: 0;
        border-width: 0px;
	font-size: 120%;
}

#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;
}

#hdrmid form
{
        width: 320px;
}
#hdrmid fieldset
{
        border-width: 0px;
}
#hdrmid input
{
        background-color: #F0F0F0;
        border: 1px #999 solid;
        padding: 1px;
        width: 90px;
        font-size: 90%;
}
#hdrmid .submit
{
        margin-top: 13px;
        padding: 0;
        width: 50px;
        height: 20px;
}

#hdrrgt
{
	float: right;

	height: 150px;
	text-align: right;
	position: relative;
}
#hdrrgt ul
{
	list-style-type: none;
	margin-top: 50px;
}
#hdrrgt #snd
{
        margin-top: 34px;
	text-align: center;
}
#hdrrgt li
{
	display: inline;
}
#hdrrgt li a
{
        padding: 8px 0 8px 42px;
        margin-right: 18px;
	font-size: 100%;
	color: #E0E0E0;
}
#hdrrgt li a:hover, #hdrrgt li a.active
{
	color: #FFF;
}
#hdrrgt li a.home
{
        background: url(images/buttons/menu/home.png) no-repeat center left;
  
}
#hdrrgt li a.helpm
{
        background: url(images/buttons/menu/help.png) no-repeat center left;
}
#hdrrgt li a.search
{
        background: url(images/buttons/menu/search.png) no-repeat center left;
}
#hdrrgt li a.calendar
{
        background: url(images/buttons/menu/calendar.png) no-repeat center left;
        margin-right: 0;
}
#hdrrgt li a.login
{
        background: url(images/buttons/menu/login.png) no-repeat center left;
}
#hdrrgt li a.register
{
        background: url(images/buttons/menu/register.png) no-repeat center left;
        margin-right: 0;
}
#hdrrgt li a.profile
{
        background: url(images/buttons/menu/profile.png) no-repeat center left;
}
#hdrrgt li a.pm
{
        background: url(images/buttons/menu/pm.png) no-repeat center left;
}
#hdrrgt li a.logout
{
        background: url(images/buttons/menu/logout.png) no-repeat center left;
        margin-right: 0;
}

/* The linktree */
.nav
{
        color: #333;
        margin-bottom: 8px;
}
.nav a
{
        font-weight: bold;
        color: #333;
}
.nav a:hover
{
        color: rgb(110,1,0);
}

/* The body outline */
#nifty
{
        background-color: #FFF;
	margin: 0px auto;
        width: 95%;
        
}

/* The main body */
#bodyarea
{
	margin: 5px 12px;
}

#bodyarea h3
{
      
        padding-bottom: 8px;
        margin-bottom: 10px;
	font-size: 180%;
	color: #000;
}
#bodyarea h3 a
{
	color: #000;
}
#bodyarea h3 a:hover
{
	color: rgb(110,1,0);
}
.collapse img
{
        position: relative;
        bottom: 40px;
        float: right;
}
#bodyarea h4 a
{
        border-bottom: 1px #5A7A44 dotted;
        padding-bottom: 3px;
}
#bodyarea h4 a:hover
{
        border-bottom: 1px #000 dotted;
}

/* BoardIndex spesific */
#newsfader
{
     
        margin-bottom: 15px;
        padding: 2px 10px 10px 10px;
        text-align: center;
}
#newsh1
{
  
        text-align: center;
}

.boards
{
        margin-bottom: 10px;
        list-style-type: none;
        overflow: auto;
        line-height: 16px;
}
.boards dt, h4
{
        float: left;
        overflow: auto;
        width: 100%;
        padding-bottom: 10px;
	font-size: 150%;
	color: #5A7A44;
}
.boards dt.new
{
	background: #FFF url(images/newposts.gif) top right no-repeat;
}
.boards dt a
{
        border-bottom: 1px #5A7A44 dotted;
        padding-bottom: 3px;
}
.boards dd
{
        float: left
}
.boards dd.msgbody
{
        width: 67%;
}
.boards dd.bstats
{
        width: 10%;
        text-align: center;
        font-size:120%;
}
.boards dd.lpost
{
        float: right;
        width: 23%;
        text-align: left;
}
.boards .mods
{
        font-size: 90%;
        margin-bottom: 10px;
}
.boards .chboards
{
        position: relative;
        top: 9px;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 60%;
        color: #666;
}
.boards .chboards a
{
        border: 0;
        padding: 0;
        color: #666;
}
.boards .chboards a:hover
{
        color: #000;
}

#infocenter
{
        background: url(images/infocenter.gif) bottom right no-repeat;
        overflow: auto;
}
#infocenter h3
{
        margin-top: 20px;
        text-align: center;
}
#lstlist
{
        margin: 0px 0px 11px 13px;
        list-style-type: circle;
        clear: both;

      
}

/* MessageIndex spesific */
.pages
{
        float: left;
        font-size: 19px;
        color: #CCC;
        margin: 10px 0 10px 0;
}

.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: 8px;
        clear: both;
}

#messagetable
{
        width: 100%;
        margin: 12px 0;
}

#messagetable td.cella1
{
	width: 9%;
}
#messagetable td.cella2
{
	width: 11%;
}
#messagetable td.cella3
{
	width: 4%;
	text-align: center;
}
#messagetable td.cella4
{
	width: 22%;
}
#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: 15px 0;
        min-height:200px;
}

.msgbody2
{
        overflow: auto;
        padding: 8px;
        margin-bottom: 8px;
        background-color:#eaeaea;
}
.msgleft 
{
        margin: 0px auto;
        text-align:center;

        
        
}
.msgleft ul
{
        margin: 0;
        padding: 0;
        list-style-type: none;
}
.msgleft li
{
        margin: 1px 0;
        font-size: 90%;
}
.msgleft li.mname
{
        font-size: 100%;
}
.msgleft li.stars, li.posts, li.avatar, li.blurb
{
        margin-bottom: 8px;
}
.message
{
        margin-bottom: 20px;
}
.pstopicon
{
        float: left;
        margin: 3px 5px 0px 0px;
}
.postid
{
        font-size: 90%;
}
.postbuttons
{
        list-style-type: none;
        float: right;
        margin-top: 7px;
}
.postbuttons li
{
        display: inline;
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px solid #AAA;
        padding: 0 10px;
}
.postbuttons li a
{
        color: #AAA;
}
.postbuttons li a:hover
{
        color: #000;
}

.msghr
{
        width: 100%;
        margin-top: 7px;
        color: #678751;
        background-color: #678751;
}

.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%;
}
.msgright
{
        float: right;
        width: 85%;
}

.msgbg1
{
        background: #f8f8f8;
}

.modified
{
        background: #f8f8f8;        margin: 10px 0;
}

.modbuttons
{
        margin: 20px 0;
        font-size: 10px;
        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;
}

#quickReplyOptions
{
        padding-bottom: 10px;
}

#quickReplyOptions textarea
{
        padding: 5px;
        margin-bottom: 5px;
        font-family: Verdana, sans-serif;
        font-size: 95%;
}

/* The footer - contains the copyright */
#footer
{
        margin: 10px auto;
        line-height: 150%;
	font-size: x-small;
	text-align: center;
	color: #c9c9c8;
	list-style-type: none;
	width: 564px;
}
#footer li
{
	width: 57px;
	height: 20px;	color: #333;
	background: transparent;
	float: left;
}
#footer li a
{
	color: #333;
}
#footer li.html a, #footer li.css a
{
	width: 57px;
	height: 20px;
	display: block;
}
#footer li.copyright
{
	width: 450px;
	padding-top: 2px;
}

#footer li a:hover
{
	background-position:  -57px 0;
	color: #000;
}

/* !!! SMF Spesific Styles For Compatibility */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666;
	background: #666;
}
/* 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: 10px;
	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: 10px;
	margin: 8px auto 0 auto;
	padding: 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;
}
.meaction
{
	color: red;
}
.editor
{
	width: 96%;
}
.highlight
{
	background: yellow;
	font-weight: bold;
	color: black;
}
.windowbg, .windowbg3, .windowbg2
{
	color: #000;
	background: #FFF;
        padding: 3px 10px;
}
.calendar_today
{
	background: #FFF;
}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
        border-bottom: 1px #678751 solid;
        padding-bottom: 8px;
        margin-bottom: 10px;
	font-size: 20px;
	color: #FF9001;
	font-weight: 100;
	padding: 8px 0;
}
.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 #ffd478;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000;
	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: 1.3em;
}
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
.error
{
	color: red;
}
#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%;
}

/* Nifty Corners CSS by Alessandro Fulciniti */
.roundcont {
  margin:15px;
	background-color: rgb(255,255,255);
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
