/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #525a49;
		scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #9a9074;
	scrollbar-arrow-color:  #F5C55F;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0px;
}


/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a,a:active,a:visited { color : #6be3fc; }
a:hover		{ text-decoration: underline; color : #FFCC33; }
hr	{ height: 0px; border: solid #9a9074 0px; border-top-width: 1px;}


/* Main Site Links at the top of the Page will usually be white*/
.guildNav {background-image: url(images/cellpic_gl2.gif);}

a.guildNavLink,a.guildNavLink:active,a.guildNavLink:visited	{
		 text-decoration: none; 
		 color : #ffffff; font-weight: bold;}
		 
a.guildNavLink:hover{
		 text-decoration: underline; 
		 font-weight: bold;}



/* layout/section padding*/

#leftColumn,#rightColumn,#mainBody{padding:5px;}

#leftColumn{min-width: 140px}

/* 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: nonoe;}
a.siteLink1:hover{ text-decoration: underline; color:#000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #655a41; border: 1px #ffffff solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #777777; border: 1px #555555 solid; }






/*Forum Main table cell colours and backgrounds */
.bgColor1, .menuBody, .contentBody				{background-color: #888888;  }
.bgColor2, .menuItem, .contentItem				{ background-color: #999999;   border: 1px #555555 solid;}
.bgColor3, td.row1, .data1, .calendarNonDay, .bottomBorderOnly { background-color: #888888;   border: 1px #555555 solid;}
.bgColor4, td.row2, .data2, .calendarNonEvent	{ background-color: #888888;   border: 1px #555555 solid;}
.bgColor5, td.row3, .data3, .calendarEvent		{ background-color: #777777;   border: 1px #555555 solid;}
.bgColor6, td.row4,.data4, .row3Right			{}
.bgColor7, .menuTitle, .contentTitle			{background-color: #999999; border: 1px #555555 solid;}

.widgetBodyTopCenter, .widgetBodyBottomCenter{border: 1px #red solid;}

.calendarBorderBottom{ border-bottom:1px #555555 solid;} 
.calendarHover{border: 1px solid #FF9900;}

/* TABS */

.current_tab                
{
    border:1px solid #999999;
    background-color:#999999;
}

.unselected_tab                
{
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    border-top:1px solid #666666;
	
}

.panelSubNav
{
    background-color:#999999;
}

.tabContainer
{
    border-bottom:1px solid #999999;
}
.current_tab a:visited {
color:#6BE3FC;
}

.unselected_tab a:visited {
color: #ffffff;
}

.unselected_tab a {
color: #ffffff;
}
.tabs a:hover {
color:#F5C55F;
}

.tabs a:active {
color:#ffffff;

}

/* END TABS */ 

td.row3Right,td.spaceRow {
background-color: #595848;  border: #605F51; border-style: solid;}

/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic_gl1.gif);
background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
color:#6be3fc; font-size: 11px; font-weight : bold;
height: 20px;
background-image: url(images/cellpic_gl2.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic_gl1.gif);
			/*background-color:#9a9074; border: #FFFFFF; border-style: solid;*/ height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 1px 1px 1px 1px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	height: 28px;

}


th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */

h1,h2,h3,h4,h5 { 
	color : #F5C55F; font-weight: bold; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 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 : #000000; }
a.gen,a.genmed,a.gensmall { color: #FFCC33; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffffff; text-decoration: underline; }



/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #00FFFF}
a.cattitle		{ text-decoration: none; color : #00FFFF; }
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 : #F5C55F; }
a.forumlink,a.forumlink:visited  	{ text-decoration: none; color : #F5C55F; }
a.forumlink:hover, a.forumlink:visisted:hover{ text-decoration: underline; color : #F5C55F; }


/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #F5C55F; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #F5C55F; }
a.topictitle:visited { text-decoration: none; color : #F5C55F; }
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 : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 11px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #F5C55F }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #FFCC33}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #9a9074; 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: #9a9074; 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: #ffffff; letter-spacing: -1px;}
a.copyright, a.copyright:visited		{ color: #ffffff; 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");




.dataFrame {
	background-color:#A3A2A2;
	margin-bottom: 5px;
	padding:10px;
	border: 1px solid #000000;
		
}

.adFrame{
	margin-bottom: 0px;
	padding:5px;	
}
.menuFrame{ margin-bottom:5px;}
.menuTitle{
	background-image: url(images/cellpic_gl2.gif);
	background-repeat: repeat-x;

	padding:4px;
	color:#6be3fc;
	height: 25px;

	font-size: 12px;
	font-weight: bold;
	height: 20px;

	
}
.menuBody {
border: 1px solid #555555;
	border-top:none;
	padding:5px;
	
 background-color: #888888;
		
}

.menuItem{	padding:2px; background-color: #999999; margin-bottom: 2px; padding-left:10px; 	border: 2px solid #999999;}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000	}
a.mainmenu,a.mainmenu:active,a.mainmenu:visited		{ text-decoration: none; color : #F5C55F;  font-size: 11px; font-weight: bold;}
a.mainmenu:hover, a.mainmenu:visited:hover{ text-decoration: underline; color : #ffffff;  font-size: 11px;}




.contentFrame {}	

 .contentTitle{
	background-image: url(images/cellpic_gl2.gif);
	background-repeat: repeat-x;
	
	padding:4px;
	color:#6be3fc;
	height: 25px;

	font-size: 12px;
	font-weight: bold;
	height: 20px;

}

.contentBody, body.mceContentBody {padding:5px; }
	
.contentItem{ padding:20px; 	margin-bottom: 5px; border: }

#footer{}




#headerFrame{}

.headerBody{}

.guildName{text-align:center; 
	font-size: 24px;
	font-weight: bold;
	color:#ffffff;	padding:50px;
}

.guildSubtitle{	font-size: 12px;
	font-weight: bold;padding:5px;}

.headerAd{padding:5px;}

/* Guild Launch Login Bar located athe top most area of the page*/
#adminBarFrame{

	background-color: #000000;

}





form{margin:0px; padding:0px;} /* this is a html style not a class or id needs no "." or "#" */



/* Header Navigation to Guild Content*/
.nav		{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav, .nav:visited,  .nav:active			{ text-decoration: none; color : #F5C55F; }
a.nav:hover		{ text-decoration: underline; }
/* table wrapper elements */







.instructions{padding:5px;}
.notice{padding:5px;}


a.headerlink, a.headerlink:active, a.headerlink:visited {color:#F5C55F;}
a.headerlink:hover, a.headerlink:visited:hover{color:#ffffff;}
/* Wiki Title Styles*/
a.newWikiContent:link, a.newWikiContent:visited{color:#FF0000;}
div.titlebar {

	padding :5px;
	font-weight : bold;
	margin-bottom: 5px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

.widgetBodyBottomCenter{display:none;}

/*shoutbox*/
.shoutbox
{
    background-color:#999;
	color: #000;
}
/*end shoutbox*/

.thinLine
{
    border-bottom:1px #F5C55F solid;
    width:50%;
    padding-top:5px;
    padding-bottom:5px;
}