/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	background-image: url(images/planet_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0px;
	background-attachment:fixed;

}

/* DEFAULT GLOBAL TEMPLATE PADDING*/
#leftColumn,#rightColumn,#mainBody{padding:4px; padding-left:2px; padding-right:2px;}

/* DEFAULT GLOBAL FONT COLOR */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

td{overflow:visible;}

h1,h2,h3,h4,h5 { 
	color : #ffffff; 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: transparent; border-bottom: none; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}
th 																	{ background-color: #1a222a; border-bottom: 1px #444444 solid; margin:0px; background-image:none;}
td.rowpic															{ background-color: transparent; 	 border-bottom: 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: transparent; border-bottom: 1px #444444 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}
td.catBottom, row3Right, td.RowPic, td.catleft  					{ background-color: transparent; border-bottom: 1px #555555 solid; margin:0px; /*background-image:  url(images/cellpic_gl2.gif)*/;}

/*Forum Main table cell colours and backgrounds */
.bgColor1, .menuBody, .contentBody			{ background-color: transparent; border-bottom: none;}
.bgColor2, .contentItem			{ background-color: #222222; border-bottom: none;}
.bgColor3, td.row1, .data1, .bottomBorderOnly { background-color: transparent; border-bottom: 1px #444444 solid; margin:0px;}
.bgColor4, td.row2, .data2	{ background-color: transparent; border-bottom: 1px #555555 solid; margin:0px;}
.bgColor5, td.row3, .data3	{ background-color: transparent; border-bottom: 1px #666666 solid; margin:0px;}
.bgColor6, td.row4,.data4, .row3Right			{ background-color: transparent; border-bottom: 1px #777777 solid; margin:0px;}
.noBG, .border	 { border: 1px #444444 solid;}

.calendarBorderBottom{ border-bottom:1px #444444 solid;} 
.calendarHover{border: 1px solid #6189a3;}
.calendarEvent	{ background-color:#173152; border: 1px solid #6189a3;}
.calendarNonDay { background-color: transparent; border: 1px #444444 solid; margin:0px;}
.calendarNonEvent	{ background-color: transparent; border: 1px #555555 solid; margin:0px;}


/* TABS */
.current_tab                
{
    border-left:1px solid #444444;
    border-right:1px solid #444444;
    border-top:1px solid #444444;
    background-color:#1a222a;
}

.unselected_tab                
{
    border-left:1px solid #444444;
    border-right:1px solid #444444;
    border-top:1px solid #444444;
    background-color:#000000;
}

.panelSubNav
{
    background-color:#1a222a;
    border-left:1px solid #444444;
    border-right:1px solid #444444;
}

.tabContainer
{   
    border-bottom:1px solid #444444;
}

/* 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 : #dddddd}
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 : #dddddd; }
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 : #ffffff; }
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 : #dddddd; }
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: underline; 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("../gameWowlichking2/formIE.css");

#headerFrame{background-color: transparent; background-image: url(images/startrek_header.png);  background-repeat:no-repeat;
	height: 200px;
	

}

#primaryNavTable {
background-image: url(images/evewidget_stretch.png); background-repeat:repeat-x; height:30px;}

.guildName{text-align:right; 
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding:50px;
}

.adFrame{padding:5px;}
.adFrameTop{padding:5px;}
.guildNav {padding:5px; margin:2px; background-color: transparent; background-image: none;
}

#mainBodyFrame{	background-image:none; 	background-repeat: repeat-x;}

.menuBody {}
.menuItem{ padding:5px; margin:0px; background-image: none; background-color: transparent;}
.menuBody .menuItem ul {margin-left:10px; padding-left:0px;}
.menuBody .menuItem ul li {list-style-type: none;}

.contentFrame {}
.contentTitle{	font-size: 10px; font-weight: bold;color:#ffffff; padding-top:7px;}
.contentBody, body.mceContentBody{ padding: 5px; background-image:url(images/greyfade.jpg); background-repeat:repeat-x; background-color:#1A222A; }

.contentItem{ padding:20px; }

.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; background-image:url(images/greyfade.jpg); background-repeat:repeat-x; background-color:1a222a;}
.widgetBodyTopLeft{background-image: url(images/evewidget_left.png);			background-repeat:no-repeat;	background-position:left; height:30px;}
.widgetBodyTopCenter{background-image: url(images/evewidget_stretch.png); 		background-repeat:repeat-x; height:30px; }
.widgetBodyTopRight{background-image: url(images/evewidget_right.png); background-repeat:no-repeat;	background-position:right; height:30px;}
.widgetBodyBody{}
.widgetBodyBottomLeft{background-image: none;		background-repeat:no-repeat;	background-position:left; height:0px;}
.widgetBodyBottomCenter{background-image: none; background-repeat:repeat-x; height:0px; border-bottom: 1px solid #666666; background-color:#1b222a;}
.widgetBodyBottomRight{background-image: none;	background-repeat:no-repeat; 	background-position:right; height:0px;}

.widgetMenuFrame{margin-bottom:10px;}
.widgetMenuTopLeft{background-image: url(images/evewidget_left.png); background-repeat:no-repeat;	background-position:left; height:30px;}
.widgetMenuTopCenter{background-image: url(images/evewidget_stretch.png); background-repeat:repeat-x; height:30px;}
.widgetMenuTopRight{background-image: url(images/evewidget_right.png);	background-repeat:no-repeat;	background-position:right; height:30px;}
.widgetMenuBody{}
.widgetMenuBottomLeft{background-image: none;		background-repeat:no-repeat;	background-position:left; height:5px;}
.widgetMenuBottomCenter{background-image: none; background-repeat:repeat-x; height:5px; border-bottom: 1px solid #666666;}
.widgetMenuBottomRight{background-image: none;	background-repeat:no-repeat; 	background-position:right; height:5px;}


/*background-color from "contentItem"
color from "font" (usually near the top of the page)
border-bottom color from "forumlink" (just needs to match the default <a> color)*/

/*shoutbox*/ 
.shoutbox
{
    background-color:#1b222a;
    background-image:url(images/greyfade.jpg);
    color:#FFFFFF;
}
/*end shoutbox*/

.thinLine
{
    border-bottom:1px #ffffff solid;
    width:50%;
    padding-top:5px;
    padding-bottom:5px; 
}

.contentItem
{
    padding-top:10px;
    padding-bottom:10px;
	background-color:transparent;
}
/*This is so the bottom menu widgets will sit properly*/
.widgetMenuBottomRight .contentTitle, .widgetBodyBottomRight .contentTitle  {
font-size: 0px;
padding:0px;
}

.headerContainer, .primaryContentAreaContainerDiv
{
margin-left:50px;margin-right:50px;}

.widgetMenuTopRight, contentTitle {padding-left:10px; padding-top:0px;}
.widgetBodyTopRight, contentTitle {padding-left:10px; padding-top:0px;}

.widg_49 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_MainMenu .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
/*WOW RSS*/
.widg_7 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

/*WOW RSS*/
.widg_10 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_18 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_17 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_14 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
/*WOW RSS*/
.widg_12 .widgetMenuTopLeft {
background-image: unone;
background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_11 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_33 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_32 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_SectionLinkBox .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_6 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_9 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_26 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_29 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_48 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_2 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_13 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_8 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_42 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_46 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_16 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_43 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_1 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_27 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_31 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_24 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_15 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_GuildAdmin .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_30 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_19 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_4 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_28 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}
.widg_3 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.widg_25 .widgetMenuTopLeft {

background-color:transparent;
background-repeat: no-repeat;
height:30px;
}

.menuContrastBox {
padding-left:0px;
}