/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	margin: 0px;

}

/* DEFAULT GLOBAL TEMPLATE PADDING*/

#leftColumn,#rightColumn,#mainBody{padding:5px;}





/* DEFAULT GLOBAL FONT COLOR */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}



h1,h2,h3,h4,h5 { 
	color : #FFCC00; font-weight: bold; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	margin:0px;}

.maintitle,h1, h2{font-size: 22px;}

h3	{font-size: 16px;}

h4	{font-size: 14px;}

h5	{font-size: 11px;}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size: 11px; }
.gen,.genmed,.gensmall { color : #ffffff; }


/* Main Site Links at the top of the Page will usually be white*/




/* This is the outline round the main forum tables */
.forumline															{ background-color: #111111; border: 1px #444444 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}
th 																	{ background-color: #333333; border: 1px #444444 solid; margin:0px; background-image:  url(images/cellpic_gl2.gif);}
td.rowpic															{ background-color: #333333; 	 border: 1px #444444 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif);*/}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  	{ background-color: #333333; border: 1px #444444 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}
td.catBottom, row3Right, td.RowPic, td.catleft  					{ background-color: #444444; border: 1px #555555 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}


/*Forum Main table cell colours and backgrounds */
.bgColor1, .menuBody			{
	background-color: #111111;
	border: 1px #444444 solid;

}
.contentBody			{
	background-color: #111111;
	border: 1px #b8a551 solid;
	
}
.bgColor2,  .contentItem	{ background-color: #444444; }
.bgColor3, td.row1, .data1, .calendarNonDay, .bottomBorderOnly { background-color: #333333; border: 1px #444444 solid; margin:0px;}
.bgColor4, td.row2, .data2, .calendarNonEvent	{ background-color: #444444; border: 1px #555555 solid; margin:0px;}
.bgColor5, td.row3, .data3, .calendarEvent		{ background-color: #555555; border: 1px #666666 solid; margin:0px;}
.bgColor6, td.row4, .data4, .row3Right			{ background-color: #666666; border: 1px #777777 solid; margin:0px;}
.noBG, .border{ border: 1px #444444 solid;}



.calendarBorderBottom{ border-bottom:1px #444444 solid;} 
.calendarHover{border: 1px solid #FF9900;}
.calendarEvent	{ background-color: #6d1409; border: 1px solid #d9b845;}

/* TABS */

.current_tab                
{
    border-left:1px solid #333333;
    border-right:1px solid #333333;
    border-top:1px solid #333333;
    background-color:#444444;
}

.unselected_tab                
{
    border-left:1px solid #333333;
    border-right:1px solid #333333;
    border-top:1px solid #333333;
    background-color:#333333;
}

.panelSubNav
{
    background-color:#444444;
    border-left:none;
    border-right:none;
}

.tabContainer
{   
    border-bottom:1px solid #333333;
}

/* END TABS */ 



/* The largest text used in the index page title and toptic title etc. */

/* DEFAULT SITE LINK COLOR */
a,a:active,a:visited { color : #dddddd; }
a:hover		{ text-decoration: underline; color : #ffffff; }

/* main menu link style */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu,a.mainmenu:active,a.mainmenu:visited	{ text-decoration: none; color : #dddddd;  font-size: 11px; font-weight: normal;}
a.mainmenu:hover{ text-decoration: underline; color : #ffffff;  font-size: 11px;}


a.gen,a.genmed,a.gensmall { color: #dddddd; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffffff; text-decoration: underline; }

a.guildNavLink,a.guildNavLink:active,a.guildNavLink:visited{	 text-decoration: none; 	 color : #ffffff; font-weight: bold;}
a.guildNavLink:hover, a.guildNavLink:visited:hover {	text-decoration: underline; color : #ffffff; font-weight: bold;}





/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFCC00}
a.cattitle		{ text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #ffffff; }
a.forumlink 	{ text-decoration: none; color : #FFCC00; }
a.forumlink:hover{ text-decoration: underline; color : #ffffff; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #dddddd;}
a.nav, a.topictitle:visited,  a.topictitle:active	{ text-decoration: none; color : #FFCC00; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #ffffff; }
a.topictitle:link, a.topictitle:visited   { text-decoration: none; color : #FFCC00; }
a.topictitle:hover	{ text-decoration: underline; color : #ffffff; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #dddddd;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 11px; color : #ffffff; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link, a.postlink:visited	{ text-decoration: none; color : #dddddd }

a.postlink:hover { text-decoration: underline; color : #ffffff}

/* site links lower number means lighter color 0 is alwasys white 1 is the main site color*/
a.siteLink0, a.siteLink0:active, a.siteLink0:visited{ color:#ffffff;text-decoration: none;}
a.siteLink0:hover{ text-decoration: underline; color:#ffffff;}
a.siteLink1, a.siteLink1:active, a.siteLink1:visited{ color:#000000;text-decoration: none;}
a.siteLink1:hover{ text-decoration: underline; color:#000000;}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright
{padding:2px;  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright
{padding:2px; color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");



#headerFrame{background-image: url(images/header.jpg);
	height: 150px;
	
border: 1px #222222;
}

.headerBody{


}

.guildName{text-align:center; 
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding:50px;
}


.guildNav {padding:5px; margin:2px; background-color: #10295e; background-image: url(images/cellpic_gl1.gif);
}

#mainBodyFrame{	background-image:url(images/faded_top_background.gif); 	background-repeat: repeat-x; padding-top:30px;}



.menuframe{}
.menuBody {

background: #000000;

	border:1px #b8a551 solid;
	border-top: 0px;

}
.menuItem{   border:1px #000000 solid;	background: #222222;  }
.menuBody li {
	list-style-type: square; padding:5px;	
}


.contentFrame {}
.contentTitle{	font-size: 11px; font-weight: bold;color:#ffffff; padding:10px; margin-left:5px; color:#d9b845;}
.widgetBodyTopRight .contentTitle{	font-size: 11px; font-weight: bold;color:#ffffff; padding:10px; margin-left:20px;}
.contentBody { padding: 5px; }
.mceContentBody {
background-color: #000000;
background-image:none;
}
.contentItem{
	padding:20px;
	margin-bottom:5px;

}



.newsHeader{border-bottom:1px dashed #666666; margin-top:10px;  font-size: 12px; font-weight: bold;color:#ffffff;}
.newsItem{ padding:10px;}
.newsFooter{border-top:1px dashed #666666;    margin-bottom:10px; padding:5px;}




/* Guild Launch Login Bar located athe top most area of the page*/

#adminBarFrame{ background-color:#000000; 	color: #ffffff;
	font-size: 10px; padding:3px;}

a.headerLink, a.headerLink:active, a.headerLink:visted  {color:#dddddd; font-size: 11px;text-decoration: none;}
a.headerLink:visted:hover, a.headerLink:hover {color: #ffffff !important; font-size:11px; text-decoration: underline;}



.menuFrame { margin-bottom:10px;}
.widgetFrame{margin-bottom:10px;}
.widgetBodyTopLeft{background-image: url(images/widget-corner-top-left.gif); 			background-repeat:no-repeat;	background-position:left; height:38px;}
.widgetBodyTopCenter{background-image: url(images/widget-top-center-stretcher.gif); 		background-repeat:repeat-x; height:38px;}
.widgetBodyTopRight{background-image: url(images/widget-corner-top-right.gif);			background-repeat:no-repeat;	background-position:right; height:38px;}
.widgetBodyBody{}
.widgetBodyBottomLeft{	display:none;}
.widgetBodyBottomCenter{	display:none; }
.widgetBodyBottomRight{	display:none;}

.widgetMenuFrame{margin-bottom:10px;}
.widgetMenuTopLeft{}
.widgetMenuTopCenter{background-image: url(images/menuGraphic.gif); background-repeat:no-repeat; height:36px;}
.widgetMenuTopRight{}
.widgetMenuBody{}
.widgetMenuBottomLeft{dispaly:none; }
.widgetMenuBottomCenter{dispaly:none;}
.widgetMenuBottomRight{	display:none }

.widgetMenuBottomRight .contentTitle{display:none;}
.widgetBodyBottomRight .contentTitle{display:none;}



ul.tabs{

list-style-type: none;
padding-bottom: 27px;
margin: 0;
border-top:none;
border-left:none;
border-right:none;

}

ul.tabs li{
float: left;
height: 22px;
margin: 2px 2px 0 2px;
border-bottom:none;

}

.tabs .current_tab				{ cursor: default;}
.tabs .current_tab a			{ cursor: default;}
.tabs .current_tab a:visited	{ cursor: default;}
.tabs .current_tab a:hover		{ cursor: default; }
.tabs a							{float: left; display: block; text-decoration: none; padding: 5px; }
.tabs a:visited					{float: left; display: block; text-decoration: none; padding: 5px; }
.tabs a:hover 					{text-decoration: none;}


.panelBody{padding: 0px; border-top:none; margin-bottom:5px;}
.panelItem{padding: 20px;}
.panelSubNav{padding:5px;  border:none; }

.contentItem a.postlink
{
	text-decoration: underline;
}

/*shoutbox*/
.shoutbox
{
    background-color:#000000;
    color:#ccc;
}
/*end shoutbox*/

.thinLine
{
    border-bottom:1px #fff solid;
    width:50%;
    padding-top:5px;
    padding-bottom:5px;
}
.dkp_current
{
    color:#537002;
    font-weight:bold;
}

.list_menu li
{
    padding:5px;
    margin-left:0px;
}
.list_menu li a
{
    padding:0px;
}
#pool_selector
{
    margin-left:0px;
}

.list_menu li {
    list-style: none;
    background:none repeat scroll 0 0 #222222;
    border:1px solid #000000;
}

li .list_menu {
    left: 149px;
}