/* mergenine: wow The Burning Crusade theme for phpBB2 Plus 1.53a*/

/* The content of the posts (body of text) */
body
	{
	background:#000000;
	color:#FFFFFF;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0;
	scrollbar-face-color: #202020;
	scrollbar-highlight-color: #606060;
	scrollbar-shadow-color: #303030;
	scrollbar-3dlight-color: #202020;
	scrollbar-arrow-color:  #FFF;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #202020;
}

/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}

/* General text */
.gensmall{font-size:10px}
td.genmed,.genmed{font-size:11px}
.explaintitle{font-size:11px;font-weight:bold;color:#FFF}

/* General page style */
a:link,a:active,a:visited,a.postlink{color:#c9d4e2;text-decoration:none}
a:hover{color:#a0abba}

a.link2{color:#FFF}
a.link2:visited{color:#FFF}


/* titles for the topics:could specify viewed link colour too */
td.cathead
	{
	font-weight:bold;
	letter-spacing:1px;
	background:#212121 url(images/gdkplotrodarkforest/cellpic1.png);
	height:25px;
	text-indent:4px;
	}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{font-size:11px;font-weight: bold}

hr
	{
	border: 1px solid #121212;
	}

.rss
{
	background:	url(images/gdkplotrodarkforest/rss.png);
	float:right;
	height:20px;
	width:119px;
	background-repeat:no-repeat;
	
}
/* Category gradients*/
td.cat,td.catBottom
	{
	font-weight:bold;
	letter-spacing:1px;
	background:#1E1E1E url(images/gdkplotrodarkforest/cellpic1.png);
	height:25px;
	text-indent:4px;
	}

/* Main table cell colours and backgrounds */
.row1
	{
	background:#222222 url(images/gdkplotrodarkforest/bg.png);
	}
			body.ts{
	background:#222222 url(images/gdkplotrodarkforest/bg.png);
}
.row2,.helpline
	{
	background:#161616;
	}
.row3{background:#161616}
.row4
	{
	background: #000000 url(images/gdkplotrodarkforest/nav_background.png) repeat-x;
	height: 33px;
	}
.row6
	{
	background: #000000 url(images/gdkplotrodarkforest/rowpic6.png) repeat-x;
	height: 23px;
	}
td.spacerow
	{
	background:#000000 url(images/gdkplotrodarkforest/chains.png) repeat-x;
	height: 9px;
	}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic
	{
	background:url(images/gdkplotrodarkforest/cellpic1.png) #000000 repeat-x;
	height: 25px;
	}

/* Table Header cells */
th
	{
	background:#000000 url(images/gdkplotrodarkforest/thcellpic.png);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:25px;
	white-space:nowrap;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	}

.view_bg
	{
	background: url(images/gdkplotrodarkforest/view_bg.gif) repeat-x;
	}

/* This is the border line & background colour round the entire page */
.bodyline
	{
	}

/* This is the outline round the main forum tables */
.forumline
	{
	background:#000000;
	}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1
	{
	font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#FFF;
	}

.subtitle,h2
	{
	font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
	{
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	}
	
.postbody
	{
	font-size:12px;line-height:125%;
	}

/* Location,number of posts,post date etc */
.postdetails{font-size:10px;color:#FFF}

/* Quote blocks and Code blocks*/

.quote
	{
	color: #c1c1c1;
	}
.code
	{
	color: #00CC00;
	}


/* This is for the error messages that pop up */
.errorline{background:#000000;border:1px outset #EDD76F}

/* Form elements */
form{display:inline}

input
	{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	}

select	{
	color:#FFFFFF;
	background:#161616;
	font:11px Verdana,Arial,Helvetica,sans-serif
	}

input.post
	{
	color:#FFFFFF;
	background: #1b1c1e url(images/gdkplotrodarkforest/input_bg.png) no-repeat;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	padding-left:2px;
	}

textarea.post
	{
	color:#FFFFFF;
    background: #1b1c1e url(images/gdkplotrodarkforest/input_bg.png) no-repeat;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	padding-left:2px;
	}

input.button,input.liteoption,.fakebut
	{
        background-color : #000;
        color : #c9d4e2;
        border: 1px outset #c9d4e2;
        font-size:11px;
        font-weight:bold;
	}

input.button:hover,input.liteoption:hover
	{
   background-color : #000;
        color : #FFF;
        border: 1px inset #FFF;
        font-size:11px;
        font-weight:bold;
	}	
	
	
input.catbutton
	{
	color:#EDD76F;
	border:1px solid #343434;
	background:#202020;
	font-size:10px;
	}
	
input.catbutton:hover
	{
	background-color : #225200;
	color : #FFCD00;
	border: 1px inset #52C500;
	font-size:10px
	}

input.mainoption
	{
        background-color : #000;
        color : #c9d4e2;
        border: 1px outset #c9d4e2;
        font-size:11px;
        font-weight:bold;
	}

input.mainoption:hover
	{
        background-color : #000;
        color : #FFF;
        border: 1px inset #FFF;
        font-size:11px;
        font-weight:bold;
	}

a.but,a.but:visited
	{
	color: #CCCCCC;
	border:1px outset #006BDB;
	background:#06143D;
	font-size:11px;
	font-weight:bold;
	padding : 1px;
	}

a.but:hover
	{
	color:#EDD76F;
	border: 1px inset #006BDB;
	background:#06143D;
	font-size:11px;
	font-weight:bold;
	padding : 1px;
	}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline
	{
	color:#EDD76F;
	background:#161616;
	border:0 solid;
	font-size:10px
	}


/* This is the gradient background at the top of the page */
.topnav
	{
	font-size:10px;
	background: #000000 url(images/gdkplotrodarkforest/cellpic_nav.gif) repeat-x;color:#FFFFFF;
height:21px;white-space:nowrap;border: 0px solid #91a0ae;border-width: 0px 0px 0px 0px}

/* Admin & Moderator Colours MODification */
.admin,.mod{font-size:11px;font-weight:bold}
.admin,a.admin,a.admin:visited{color:#FFFCCC}
.mod,a.mod,a.mod:visited{color:#006600}
a.admin:hover,a.mod:hover{color:#FFF}

/* Specify the space around images */
.imgtopic,.imgicon{margin-left:3px}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px 4px 1px 4px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}


/* FI Colour Palette MOD - START */
.colouter,.col{border:1px solid #000;margin-left:10px}
.colouter{border-right-width:0;cursor:pointer}
.col{margin:0;padding:0 0 0 7px;display:inline;border-width:1px 1px 0 0;font-size:7px}
/* FI Colour Palette MOD - END */

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { 
	font-size: 11px;
	color: #EDD76F; 
	text-decoration: none;
}

a.tab_links:hover { 
	text-decoration: underline;
}

.tab_headers, th.tab_headers {
	color: #EDD76F; 
	font-size: 11px; 
	font-weight : bold;
	padding-left: 4px;
	padding-right: 8px;
	border: #EDD76F; 
	border-style: solid; 
	border-width: 1px 1px 0px 1px;
	background-color: #000000;
}

.tab_border	{ background-color: #E5E5E5; border: 0px;}

.filler, th.filler {
	background-color:#E5E5E5; 
	background-image:none;
}

.header_background
	{
	font-size:10px;
	color:#FFF;
	height: 200px;
	}
.half_header_background
	{
	color:#FFF;
	background: url(images/gdkplotrodarkforest/header_background.png) repeat-x;
	height: 288px;
	}	
.nav_background
	{
	font-size:10px;
	background: url(images/gdkplotrodarkforest/nav_background.png) repeat-x;
	color:#CCCCCC;
	height:33px;
	text-align:center;
	white-space:nowrap;
	border: 0px solid #91a0ae;
	}
.newsnav
	{
	background: transparent url(images/gdkplotrodarkforest/newsnav.png) repeat-x;
	color:#FFF;
	height:29px;
	white-space:nowrap;
	}
	
.header_qlinks
	{
	background: #000000 url(images/gdkplotrodarkforest/qlinks_background.gif) repeat-x;
	font-size: 9px;
	v-align: top;
	}

input.log { 
background: #081310;	
border: 1px inset #60A874; 
font: 9px  Verdana, Arial, Helvetica, sans-serif,; 
line-height: 11px; 
padding-right: 4px;
color:#50BEA0;
}	

.border_bot_center
	{
	background: url(images/gdkplotrodarkforest/border_bot_center.png) repeat-x;
	color : #FFFFFF; 
	font: bold 9px  Verdana, Arial, Helvetica, sans-serif,; 
	line-height: 11px; 
	}
	
.border_side_left
	{
	background: url(images/gdkplotrodarkforest/border_side_left.png) repeat-y;
	width: 45px;
	}
.border_side_right
	{
	background: url(images/gdkplotrodarkforest/border_side_right.png) repeat-y;
	width: 45px;
	}
	
.border_top_right
	{
	background: url(images/gdkplotrodarkforest/border_top_right.png) no-repeat;
	width: 45px;
	}	
.border_top_left
	{
	background: url(images/gdkplotrodarkforest/border_top_left.png) no-repeat;
	width: 45px;
	}	
	
.topper	
	{
	background: TRANSPARENT url(images/gdkplotrodarkforest/search-bg.gif) repeat-x;
	height: 34px;
	}	
.btopper	
	{
	background: TRANSPARENT url(images/gdkplotrodarkforest/search-bbg.gif) repeat-x;
	height: 34px;
	}
/* ---------- Teamspeak ------------ */
td.tsBG{
	background:#252525;
	margin: 0px;
	padding: 0px;
}
.tsName{
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.tsPlayerName{
	text-align: center;
	font-size: 10px;
	color: #FFF;
	vertical-align: top;
}

a.tsSmall{
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
}
a.channellink{
	font-size: 10px;
	color: #b4b4b4;
	font-weight: normal;
	vertical-align: top;
}
.channelcount{
	font-size: 9px;
	font-weight: normal;
	vertical-align: top;	
}
/* ---------- Recruitment ------------ */

.recruitClass{	
	font-size: 12px;
	color: #c9d4e2;
}
.recruitSpec{	
	font-size: 10px;
	color: #CCC;
	margin-left: 10px;
}
.recruithigh{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}

.recruitmedium{
	font-size: 11px;
	font-weight: bold;
	color: #dddddd;
	margin-left: 10px;
}

.recruitlow{
	font-size: 11px;
	font-weight: bold;
	color: #c2c2c2;
	margin-left: 10px;
}
/* ---------- Bossprogress ------------ */
.bossIni{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
}
.bossName{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 15px;
}
.bossStatus{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	vertical-align: top;
}


/* Falk noob */

table.topheader
        {
        margin-top: 150px;
        }


a.topmenu
        {
        padding:5px;
        background: TRANSPARENT url(images/gdkplotrodarkforest/bubg.png);
        border: 2px solid #000000;
        margin-right:2px;
        }
		
a.topmenu:hover
        {
        padding:7px;
        color:#FFF;
        background:TRANSPARENT;
        border: 0px solid #000;
        margin-right:2px;
        }
		
/* MERGENINE ZUSATZ - NEUE KLASSENDEFINITIONEN */

body {
	background:#000000;
}
table.m9_container_overall { /*haupttabelle*/
	background:#000000 url('images/gdkplotrodarkforest/lotro_bg.jpg') repeat-x center 0;
	width:100%;
	text-align:left;
}
tr.m9_header_overall { /*der komplette header*/
	height:330px;
}
tr.m9_header_logocontainer { /*beeinhaltet logo und letterset */
	text-align:center;
	height:200px;
}
#gameLogo {
	float:left;
	height:100px;
	width:25%;
}
div.m9_header_logo {
}
div.m9_header_letterset {
	float:right;
	height:100px;
	width:75%;
}
td.m9_nav_background { /*navi + hintergrund */
		position:absolute;
		margin-top: 88px;
        margin-left:-90px;
		font-size:10px;
        background: url(images/gdkplotrodarkforest/nav_background.png) repeat-x;
        color:#CCCCCC;
        height:33px;
        text-align:center;
        white-space:nowrap;
        border: 0px solid #91a0ae;
        vertical-align:middle;
}
td.m9_nav_mainmanu { /* td mit portal/forum/dkp */
}
a.m9_button_portal {
        padding:5px;
        background:#2C2C2B;
        border: 2px solid #000000;
        margin-right:2px;
}
a.m9_button_portal:hover {
        padding:5px;
        color:#000000;
        background:#D3D3D4;
        border: 2px solid #FFFFFF;
        margin-right:2px;
}

a.m9_button_forum {
        padding:5px;
        background:#2C2C2B;
        border: 2px solid #000000;
        margin-right:2px;
}
a.m9_button_forum:hover {
        padding:5px;
        color:#000000;
        background:#D3D3D4;
        border: 2px solid #FFFFFF;
        margin-right:2px;
}

a.m9_button_dkp {
        padding:5px;
        background:#2C2C2B;
        border: 2px solid #000000;
        margin-right:2px;
}
a.m9_button_dkp:hover {
        padding:5px;
        color:#000000;
        background:#D3D3D4;
        border: 2px solid #FFFFFF;
        margin-right:2px;
}
td.m9_body_content {
}
table.m9_body_top {
	margin-top:30px; /*Abstand Header zu Body*/
}
tr.m9_body_bottom {
	height:40px;
}
td.border_top_left {
	background: url(images/gdkplotrodarkforest/border_top_left.png);
        width: 45px;
}
td.border_top_center {
        background: url(images/gdkplotrodarkforest/border_top_center.png);
}
td.border_top_right {
        background: url(images/gdkplotrodarkforest/border_top_right.png);
        width: 45px;
}
td.border_side_left {
        background: url(images/gdkplotrodarkforest/border_side_left.png) repeat-y;
        width: 45px;
}
td.border_side_right {
        background: url(images/gdkplotrodarkforest/border_side_right.png) repeat-y;
        width: 45px;
}
td.border_bot_left {
        background: url(images/gdkplotrodarkforest/border_bot_left.png) no-repeat;
        width: 45px;
}
td.border_bot_center {
        background: url(images/gdkplotrodarkforest/border_bot_center.png) repeat-x;
        color : #FFFFFF;
        font: bold 9px  Verdana, Arial, Helvetica, sans-serif,;
        line-height: 11px;
}
td.border_bot_right {
        background: url(images/gdkplotrodarkforest/border_bot_right.png) no-repeat;
        width: 45px;
}
