/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #999999;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color:  #006699;
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: #666666;
}
a,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 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);
background-repeat: repeat-x;
}

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: none;}
a.siteLink1:hover{ text-decoration: underline; color:#000000;}



/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #cccccc solid; }


/*Forum Main table cell colours and backgrounds */
.bgColor1, .menuBody, .contentBody				{background-color: #e5e3e4;}
.bgColor2,  .contentItem	{ background-color: #e5e3e4;   border: 1px #888888 solid;}

.bgColor3, td.row1, .data1, .calendarNonDay, .bottomBorderOnly { background-color: #eeeeee;   border: 1px #cccccc solid;}
.bgColor4, td.row2, .data2, .calendarNonEvent	{ background-color: #dddddd;   border: 1px #cccccc solid;}
.bgColor5, td.row3, .data3, .calendarEvent		{ background-color: #cccccc;   border: 1px #bbbbbb solid;}
.bgColor6, td.row4,.data4, .row3Right			{}
.bgColor7, .menuTitle, .contentTitle			{}


.calendarBorderBottom{ border-bottom:1px #cccccc solid;} 
.calendarHover{border: 1px solid #FF9900;}


/* TABS */

.current_tab                
{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    background-color:#eeeeee;
}

.unselected_tab                
{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    background-color:#e5e3e4;
}

.panelSubNav
{
    background-color:#eeeeee;
    border-left:1px solid #cccccc; 
    border-right:1px solid #cccccc; 
}

.tabContainer
{
    border-bottom:1px solid #cccccc;
}

/* END TABS */


/*
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/cellpic2.jpg);
background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
color: #ffffff; font-size: 11px; font-weight : bold;
background-color: #006699; 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/cellpic1.gif);
background-color:#D1D7DC; 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: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border: 0px #cccccc solid;}
th.thSides,td.catSides,td.spaceRow	 { border: 0px #cccccc solid;}
th.thRight,td.catRight,td.row3Right	 { border: 0px #cccccc solid;}
th.thLeft,td.catLeft	  { border: 0px #cccccc solid;}
th.thBottom,td.catBottom  { border: 0px #cccccc solid;} /* adjusted left border to get to line up*/
th.thTop	 { border: 0px #cccccc solid;}
th.thCornerL { border: 0px #cccccc solid;}
th.thCornerR { border: 0px #cccccc solid;}


/* The largest text used in the index page title and toptic title etc. */

h1,h2,h3,h4,h5 { 
color : #006699; 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: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */

a.mainmenu,a.mainmenu:active,a.mainmenu:visited	{ text-decoration: none; color : #006699;  font-size: 11px; font-weight: normal;}
a.mainmenu:hover{ text-decoration: underline; color : #DD6900;  font-size: 11px;}




/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
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 : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* 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 : #006699; }
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 : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* 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 : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* 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");

.menuTitle, .contentTitle, contentTitle2{
background-image: url(images/cellpic_gl2.gif);
background-repeat: repeat-x;
background-color: #eeeeee;
padding:4px;
color:#ffffff;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
font-size: 12px;
font-weight: bold;

}
.menuTitle{
background-image: url(images/cellpic_gl2.gif);
background-repeat: repeat-x;}

.contentTitle{
background-image: url(images/cellpic_gl2.gif);
background-repeat: repeat-x;
border: 0px solid #eeeeee;
}


/* Content Frames classes can be broken out to customize*/
.contentFrame {}
.menuFrame{margin-bottom: 10px;}

.menuBody {	background-color: #eeeeee;
border: 1px solid #cccccc;	
padding:5px;}

.contentBody, body.mceContentBody {

border: 0px solid #eeeeee;

padding:5px;


}

.contentItem
{	background-color: #eeeeee;
border: 1px solid #cccccc;	
padding:20px;
margin-bottom: 5px;
}


.newsTab{

}
.adFrame{

margin: 10px;
padding:0px;


}




/* Header Style Details*/

/* 	Page Header holds the header area content this ID will identify
the area that will most likely be customized by thhe user 
this is also the style that is used to set single background image*/

#headerFrame{
background-color: #050a68;
background-image: url(images/header_background.jpg);
background-repeat: no-repeat;
}


/* The spacing around the guild name and banner ad*/
.headerBody{

}


.guildName{text-align:center; 
color:#FFFFFF;
font-size: 24px;
font-weight: bold;
	padding:50px;
}
.guildSubtitle{	font-size: 12px;
font-weight: bold;}



/* Guild Launch Login Bar located athe top most area of the page*/

#adminBarFrame{ background-color:#000000; color:#ffffff; padding:3px;}




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 : #006699; }
a.nav:hover		{ text-decoration: underline; }

.error1{
font-size: 11px;
color: #990000;
}

.error2{
font-size: 11px;
color: #ffffff;
}

.noError1{
font-size: 11px;
color: #990000;
visibility:hidden;
display:none;
}

.noError2{
font-size: 11px;
color: #ffffff;
visibility:hidden;
display:none;
}


th a{font-weight: bold; font-size: 11px; color : #ffffff;}
th a:visted{font-weight: bold; font-size: 11px; color : #000000;}
th a:hover{font-weight: bold; font-size: 11px; color : #000000;}
th a:active{font-weight: bold; font-size: 11px; color : #000000;}

a.headerlink{font-weight: bold; font-size: 11px; color : #ffffff;}
a.headerlink:visted{font-weight: bold; font-size: 11px; color : #ffffff;}
a.headerlink:hover{font-weight: bold; font-size: 11px; color : #000000;}
a.headerlink:active{font-weight: bold; font-size: 11px; color : #ffffff;}
.instructions{padding:5px;}
.notice{padding:5px;}

/* 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:#eeeeee;
	color: #666;
}
/*end shoutbox*/

.thinLine
{
    border-bottom:1px #006699 solid;
    width:50%;
    padding-top:5px;
    padding-bottom:5px;
}
   
.list_menu li
{
    padding:0px;
    margin-left:0px;
}
.list_menu li a
{
    padding:0px;
    color:#006699;
}
#pool_selector
{
    margin-left:0px;
}