/* Normal, standard links. */
.forum_name
{
       color: #868686;
       font-size: 14px;
       font-weight: bold;
       font-family: tahoma, verdana, tahoma;
}
.pm_box
{
       padding: 2px 5px 2px 5px;
       color: #f0f0f0;
       font-size: 10px;
       font-family: tahoma;
}

.inputbox{
       background-color: #63666e;
       color: #f0f0f0;
       border-top: solid 1px #303030;
       border-bottom: solid 1px #808080;
       border-left: solid 1px #000000;
       border-right: solid 1px #a0a0a0;
       padding: 2px 6px 2px 6px;
       font-family: tahoma, verdana, tahoma;
}
.submitbox{
       background-color: #686a6e;
       color: #f0f0f0;
       border: solid 1px #909090;
       font-family: tahoma, verdana, tahoma;
       }

.welcome
{
       padding-right: 15px;
       color: #868686;
       font-size: 12px;
       font-family: tahoma, verdana, tahoma;
}
a:link
{
        color: #76610a;
        text-decoration: none;
}
a:visited
{
        color: #76610a;
        text-decoration: none;
}
a:hover
{
        color: #9e8b3e;
        text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #76610a;
        text-decoration: none;
}
a.nav:hover
{
        color: #ffe0e0;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #000;
        font-size: small;
        font-family: Tahoma, tahoma, helvetica, serif;
}

/* The main body of the entire forum. */
html
{
		background-color:#000;
	    background-image: url(images/body-background.gif);
		background-position: top left;
		background-repeat: repeat-x;
		margin: 0px;
        padding: 0px;
}

body
{
        background-image: url(images/repeat-top01.gif);
		background-position: top left;
		background-repeat: repeat-x;
        margin: 0px;
        padding: 0px;
}

/*Duma additions here*/
div.casualNewSearch
{
	background-image:url(images/search-background.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:25px 0px 0px 0px;
	padding:28px 0px 0px 0px;
	background-color:#ccc;
	height:48px;
	width:278px;
}

td.rightContent
{
	background-image: url(images/lighter-paper.gif);
}

td#bodyarea
{
	background-image: url(images/lighter-paper.gif);
}

input.searchField
{
	background-color:#000;
	border:1px #ccc solid;
	color:#fff;
}

input.submitSearchBtn
{
	background-color:transparent;
	border:0px;
	margin:0px 15px 0px 0px;
}

div.randomHeadline
{
	vertical-align: middle;
	/*height: 150px;*/
	margin:0px; 
	padding: 8px; 
	/*background-color: #686A6E;*/
	font-size:2em;
}

table.topLogin
{

}

div.pageWrapper
{
	width:100%;
	margin: 0px auto 0px auto;
}

div.rightGraphic
{
	margin: 0px auto 0px auto;
	width: 900px;
}

div.leftGraphic
{
	background-image:url(images/hawkings.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea , input.text
{
       background-color: #63666e;
       color: #f8f8f8;
       border-top: solid 1px #303030;
       border-bottom: solid 1px #808080;
       border-left: solid 1px #000000;
       border-right: solid 1px #a0a0a0;
       padding: 2px 6px 2px 6px;
       font-family: tahoma, verdana, tahoma;
       font-size: small;
}

button , input , input.submit
{
       background-color: #686a6e;
       color: #f8f8f8;
       border: solid 1px #909090;
       font-family: tahoma, verdana, tahoma;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
       background-color: #63666e;
       color: #f0f0f0;
       font-family: tahoma, verdana, tahoma;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
        border: 0;
        color: #666666;
        background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
        background-color: #505050;
        color: #d0d0ff;
        border: 1px solid #808080;
        border-left: 5px solid #a0a0a0;
        margin: 0px;
        padding: 5px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #f0f0f0;
        background-color: #303038;
        border: 1px solid #808080;
        border-left: 5px solid #a0a0a0;
        margin: 0px;
        padding: 5px;
        font-size: x-small;
        font-family: "courier new", helvetica, "times new roman", serif;
        width: 99%;
        white-space: nowrap;
        overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #e0e0e0;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.topNav a
{
	color:#fffc00;
}
.topNav a:hover
{
	color:#fff;
}
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        /* background-color: #5a5a5a; */
		background-image: url(images/lighter-paper.gif);
}
.windowbg2
{
        /*background-color: #666666;*/
		/*background-image: url(images/lighter-paper.gif);*/
		background-image:url(images/darker-paper.gif);
		color:#000;
}

.catBackground
{
		background-image:url(images/darker-paper.gif);
}

.windowbg_m
{
       	background-image:url(images/darker-paper.gif);
}
.windowbg_m2
{
        background-image: url(images/lighter-paper.gif);
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

td.leftNavBg
{
	background-image:url(images/leftnav-background-rp.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

div#leftbarHeader div.titlebg
{
		background-image:url(images/leftnav-background.gif);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:transparent;
		font-weight:bold;
		font-size:12px;
		height:24px;
		padding:4px;
}

div#leftbarHeader div.windowbg
{
	color:#000000;
	padding:0px 5px 10px 25px;
	background-image:none;
	
}

div#leftbarHeader .titlebg
{
	border:0px;
}

div#leftbarHeader .titlebg a, div#leftbarHeader .titlebg a:hover
{
	color:#fff;
}

div#leftbarHeader div.windowbg input
{
	background-image:url(images/content-background.gif);
	background-position:top left;
	border:1px #593011 solid;
	color:#593011;
	display:block;
	margin:0px;
}

div#leftbarHeader div.windowbg textarea
{
	background-image:url(images/darker-paper.gif);
	background-position:top left;
	border:1px #593011 solid;
	color:#593011;
}

div#leftbarHeader div.windowbg select
{
	display:none;
}

div#leftbarHeader div.windowbg table div.windowbg2
{
	background-color:transparent;
}

div#leftbarHeader div.windowbg table div
{
	color:#000;
}

div#leftbarHeader div.windowbg a
{
	color:#000000;
}
div#leftbarHeader div.titlebg a
{
	background-color:transparent;
}

div#block6 table td div a
{
	background-image:url(images/darker-paper.gif);
	background-position:top left;
	border-bottom:1px #CEAA76 dashed;
	display:block;
	margin-top:5px;
}

.titlebg, tr.titlebg td,
{
        color: white;
        font-style: normal;
        background-color: #ddba6b;
		background-image:url(images/header-background-01.gif);
		background-repeat:repeat-x;
		background-position:top left;
		border-bottom:1px #b7842c solid;
}
.titlebg a:link, .titlebg a:visited, .titlebg td.titlebg
{
	background-image:none; 
	background-color:transparent;
	border:0px;
}
.titlebg a:hover
{
        color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2, tr.catbg td, .catbg a:link, .catbg a:visited,tr.catbg2 td, .catbg2 a:link, .catbg2 a:visited
{
        font-size: 14px;
        font-weight: bold;
        color: #C9FBFF;
}
.catbg, .catbg2
{
        background-color: #808080;
}
.catbg_mess, tr.catbg_mess td, .catbg_mess a:link, .catbg_mess a:visited
{
        font-size: 10px;
        color: #C9FBFF;
}
.catbg_mess a:hover
{
       color: #ffffff;
}
.catbg_mess
{
        background-color: #808080;
}


.catbg_disp, tr.catbg_disp td, .catbg_disp a:link, .catbg_disp a:visited
{
        font-size: 10px;
        color: #C9FBFF;
}
.catbg_disp a:hover
{
       color: #ffffff;
}
.catbg_disp
{
        background-color: #606060;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

/* This is used on tables that should just have a border around them. */
.tborder
{
        /* background-color: #808080; */
}
.bordercolor
{
        /*background-color: #3c3C3e; */
		background-image:url(images/darker-paper.gif);
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Tahoma, tahoma, helvetica, serif;
}
.smalltext-top
{
        color: #76610a;
        font-size: x-small;
        font-family: Tahoma, tahoma, helvetica, serif;
        padding: 0px 5px 2px 5px;
        text-align: center;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}



/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: #6B8EAE;
        border: 1px solid #6B8EAE;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

.headerbodies
{
        border: 1px solid #7A7777;
        background-color: #EFEFEF;
        background-repeat: repeat-x;
        background-position: bottom;

}
/* The AJAX notifier */
#ajax_in_progress
{
	background: black;
	border: solid 1px red;
	color: #ffffff;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 13px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
	height: 2em;
}
html>body #ajax_in_progress
{
	position: fixed;
}