/* Core Classes */
body {
	background: #000000 url(images/copyright.gif);
        background-repeat:  no-repeat; 
        background-attachment: fixed;
        background-position: 100% 100%;
}

body, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFF;
}

body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	font: normal 10px verdana, tahoma, arial, sans-serif;
	color: #FFF;
}

.smalltext, .smallblacktext, .button, .button:hover, .nextprev, .helpbox {
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}


img {
	border: 0px;
}

.linkspage_button {
	border: 0px;
}

form {
	margin: 0px;
}

.tbox {
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color: #FFF;
	border: #A5ACB2 1px solid;
	background-color: #262626;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #171717;
}

.button, .button:hover {
	border: 1px solid #2d2d2d;
}

.button {
	background-image : url(images/button_t.png);
}

.button:hover {
	background-image : url(images/buttonover_t.png);
}

.nextprev {
	text-align: center;
	padding: 10px;
	vertical-align: bottom;
	background-color: #262626;
	background-colorr: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
	background-color: #212121;
	border: 1px solid #878787;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #212121;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #242424;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.helpbox {
	border: 0px;
}

/* Theme Specific Classes */

.page_container {
	width: 948px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #171717;
}

.top_section, .main_section {
	width: 100%;
	background-color: #2D2D2D;
	border-bottom: 0px solid #878787;
	border-collapse: collapse;
	border-spacing: 0px;
}

//.top_section_left {
	vertical-align: middle;
}


.top_section_mid {
	height: 103px;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #878787;
	background-image: url(images/top_mid_back.jpg);
	background-repeat: no-repeat;
	background-color: #E9EAF2;
}

//.top_section_right {
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #878787;
	background-image: url(images/top_right_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f3f3f7;
}

.menus_container {
	width: 170px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #171717;
}

.default_menu {
	vertical-align: top;
}

.left_menu, .right_menu {
	width: 170px;
	vertical-align: top;
	background-color: #171717;
}

.left_menu {
	border-right: 1px solid #242424;
}

.right_menu {
	border-left: 1px solid #242424;
}

.cap_border {
	border-top: 1px solid #242424;
	border-bottom: 1px solid #000;
}

.cap_border.button_menu {
	border-bottom: 0px;
	text-align: left;
}

.main_caption, .left_caption, .right_caption {
	padding: 0px 0px;
	border-top: #393939 1px solid;
	border-bottom: 1px solid #24242424;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #171717;
}

.main_caption {
	background-image: url(images/s_main_cap_t.png);
	background-color: #242424;
	vertical-align: top;
}

.left_caption, .right_caption {
	background-image: url(images/s_left_cap_t.png);
	height: 21px;
	width: 170px;
	background-color: #242424;
}



.cont {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	background-color: #171717;
}

.menu_content {
	padding: 5px;
	background-color: #2d2d2d;
}

.menu_content.non_default {
	background-color: #171717;
}

.menu_content.buttons {
	padding: 1px;
}

.news_info {
	width: auto;
	margin: 0px;
	background-color: #171717;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.link_button {
	border-bottom: 1px solid #000;
}

b {
	color: #fff;
}

/* Crew Styles */

table.teampage {
	border: 10px solid #ddd;
	width: 590px;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.teampage caption {
	font: bold 14px/40px Verdana;
	height: 40px;
	margin: 20px 0 0 0;
}
.nice td {
	border-bottom: 1px solid #000;
	font: bold 12px/30px Verdana;
	height: 30px;
}
.nice2:hover {
	background-color: #303030;
}
.nickname {
	border-bottom: 1px solid #000;
	font: normal 12px/30px Verdana;
	width: 140px;
}
.yes {
	background: url(images/yes.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
	width: 70px;
}
.no {
	background: url(images/no.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
	width: 70px;
}
.minfo {
  background: url(images/plus.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
}
.minfo:hover {
  background: url(images/plus_h.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
}
.minfo:active {
  background: url(images/plus_h.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
}
.uinfo {
  background: url(images/minus.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #000;
	height: 30px;
	text-indent: -9999px;
}
table.extended {
  width: 100%;
	margin-bottom: 2px;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #242424;

}
.tabone {

  
}
.tabtwo {

}
.cellone {
  width: 170px;
}
.celltwo {
  width: 170px;
}
.omilo {
  background: url(images/omilo.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.tintin {
  background: url(images/tintin.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.pfollzor {
  background: url(images/pfollzor.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.elite {
  background: url(images/elite.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.knifear {
  background: url(images/knifear.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.count {
  background: url(images/count.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.excal {
  background: url(images/excal.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}
.no-img {
  background: url(images/no-img.gif) no-repeat 50% 50%;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 193px;
	text-indent: -9999px;
}

.menu-all, .bevel {
	background: url(images/caption.png) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: center;
	text-indent: -5px;
	line-height: 17px
	}
	
	.NFS {
	background: url(images/caption.png) 50% 50% repeat;
	width: 610px;
	height: 21px;
	text-align: left;
	text-indent: -5px;
	line-height: 17px
	}
	
.menu-no {
	background: url(images/small_nor.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: center;
	text-indent: -5px;
	}
.menu-swe {
	background: url(images/small_swe.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: center;
	text-indent: -5px;
	}
.menu-dk {
	background: url(images/small_dk.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: center;
	text-indent: -3px;
	}
.top5-no {
	background: url(images/small_nor2.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: left;
	text-indent: 25px;
	}
.top5-swe {
	background: url(images/small_swe2.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: left;
	text-indent: 25px;
	}
.top5-dk {
	background: url(images/small_dk2.jpg) 50% 50% no-repeat;
	width: 170px;
	height: 21px;
	text-align: left;
	text-indent: 20px;
	}

/* Nav Menu Classes */

div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	font: normal 11px arial, verdana, tahoma, sans-serif;
	color: #fff;
}

div.menuBar {
	background-color: #000;
	border-bottom: 0px solid #fff;
	padding: 4px 0px;
	text-align: left;
}

div.emenuBar {
	background-color: #F7F9FA;
	border-top: 1px solid #000;
	text-align: left;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background-color: transparent;
	border: 1px solid;
	border-color: transparent !important;
	border-color: #fff #F8FAFB #F0F2F3 #F8FAFB;
	cursor: pointer;
	left: 0px;
	margin: 0px;
	padding: 2px 4px 2px 22px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: transparent;
	border-color: #2d2d2d #171717 #171717 #2d2d2d !important;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	background-color: #2d2d2d;
	border-color: #171717 #2d2d2d #2d2d2d #171717 !important;
	left: 1px;
	top: 1px;
}

div.menu {
	background-color: #FCFDFF;
	border: 1px solid;
	border-color: #2d2d2d #171717 #171717 #2d2d2d;
	left: 0px;
	padding: 1px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	cursor: default;
	display: block;
	padding: 2px 11px 2px 0px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #2d2d2d;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	padding: 0px 2px;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #fff;
	margin: 4px 2px;
}

a.menuItem.header {
	border-bottom: 1px solid #b3b3b3;
}

.tbox.chatbox {
     width: 88%;
     margin-left: auto;
     margin-right: auto;
 } 
