/* Core Classes */

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

body {
	background: #191c1f url(images/stuff_bg2.png);
	background-repeat:  repeat-y;
	background-position: center;
}

/*
body {
	background: #333333 url(images/stuff_bg.jpg);
	background-repeat:  repeat-x; 
	
	background: #14181c url(images/stuff_bg2.jpg);
}
*/

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 {
	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;
}
.tbox.comment
{
	width: 400px;
}
.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #171717;
}

.button, .button:hover {
	border: 1px solid #2d2d2d;
	font-weight: bold;
	color: #fff;
	height: 18px;
	padding-bottom: 2px;
	margin: 2px;
}

.button {
	background-image : url(images/stuffMenuBgButton.jpg);
}

.button:hover {
	background-image : url(images/stuffMenuBgButton.jpg);
	text-decoration: underline;
}

.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: 10px;
	background-color: #272727;
	border: 0;
	border-bottom: 3px solid #1d1d1d;
	font-weight: bold;
}

.forumheader3
{
	font-weight: normal;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #333333;
	font-weight: bold;
	color: #ffa101;
}

.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;
	color: #000000;
	width: 400px;
}

/* Theme Specific Classes d*/

.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-color: #2d2d2d;
}

//.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: center;
}

.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;
}

.main_caption {
	background: url(images/stuff_header.jpg) 50% 50% repeat-x;
	background-color: #242424;
	vertical-align: top;
}

/*
	background-image: url(images/s_main_cap_t.png);

	background-image: url(images/s_left_cap_t.png);
*/

.left_caption, .right_caption {
	height: 21px;
	width: 100%;
	background-color: #242424;
}



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

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

.menu_content.non_default {
	background-color: #171717;
	padding-bottom: 5px;
}

.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 D */

table.teampage {
	border: 10px solid #ddd;
	width: 600px;
	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 {
	border-bottom: 1px dotted #777;
	border-top: 1px dotted #777;
	font: bold 12px/30px Verdana;
	height: 30px;
	background-color: #222222;
}
.nice2:hover {
	background-color: #303030;
}
.nickname {
	border: 0;
	font: normal 12px/30px Verdana;
	width: 140px;
}

.adminTrTableBright
{
	background-color: #272727;
}
.adminTrTableDark
{
	background-color: #222222;
}
/*
border-bottom: 1px dotted #777;
*/
.adminTrTableBright2
{
	background-color: #2d2d2d;
}
.adminTrTableDark2
{
	background-color: #252525;
}

.adminTrTableBright3
{
	background-color: #272727;
	font-weight: bold;
	padding: 10px;
}
.adminTrTableDark3
{
	background-color: #222222;
	font-weight: bold;
	padding: 10px;
}
.adminTrTableStuff
{
	background-color: #151515;
	font-weight: bold;
}

/* http://cosy-climbing.net/img/yes.png */
.yes {
	background: url(http://www.kz-scandinavia.com/e107_images/icons/yes_tick.png) no-repeat 50% 50%;
	border: 0;
	height: 30px;
	text-indent: -9999px;
	width: 50px;
}
.no {
	background: url(http://www.kz-scandinavia.com/e107_images/icons/no_cross.png) no-repeat 50% 50%;
	border: 0;
	height: 30px;
	text-indent: -9999px;
	width: 50px;
}
.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/stuff_header.jpg) 50% 50% no-repeat;
	padding-top: 5px;
	width: 100%;
	height: 22px;
	text-align: center;
	text-indent: -5px;
	line-height: 17px;
	font-weight: bold;
	}
	
.NFS {
	/* background: url(images/stuff_header.jpg) 50% 50% repeat; */
	padding-top: 5px;
	font-weight: bold;
	width: 632px;
	height: 22px;
	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;
	}
.menuSido {
	width: 170px;
	height: 21px;
	text-align: center;
	text-indent: -5px;
	font-weight: bold;
	}
.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 */

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

table.menuBar {
	vertical-align: middle;
	border-bottom: 0px solid #fff;
	text-align: left;
}

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

.menuButtonBG
{
	text-align: center;
	color: #2d2d2d;
	font-weight: bold;
}

.menuButtonBG2
{
	text-align: center;
	color: #2d2d2d;
	font-weight: bold;
}

.menuButtonBG:hover
{
	background: url(images/stuffMenuBg_over.jpg) 50% 50% repeat-x;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

table.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background-color: transparent;
	color: #2d2d2d;
	border: 0;
	border-color: transparent !important;
	border-color: #fff #F8FAFB #F0F2F3 #F8FAFB;
	cursor: pointer;
	left: 0px;
	margin: 0px;
	padding-left: 36px;
	padding-bottom: 14px;
	padding-top: 13px;
	padding-right: 35px;

	text-decoration: none;
	top: 0px;
	z-index: 100;
}

table.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: transparent;
	color: #FFF;
}

table.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, table.menuBar a.menuButtonActive:hover {
	background-color: transparent;
	color: #FFF;
}

div.menu {
	background-color: #2d2d2d;
	margin-top: -2px;
	margin-left: -2px;
	width: 132px;
	text-align: left;	
	border: 1px solid #ffd101;
	
	/*
	border-top: 0;	
	border-top: 1px solid #2d2d2d;
	border-left: 1px solid #ffa101;
	border-right: 1px solid #ffa101;
	border-bottom: 1px solid #ffa101; 
	*/
	left: 0px;
	padding: 5px;
	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: transparent;
}

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;
 } 
 #l_47
 {
	background-color: #2d2d2d;
	width: 134px;
 }
 .stuffMenu
 {
	background: url(images/stuffMenuBgSmall.jpg) 50% 50% repeat-x;
	width: 100%;
	height: 40px;
	/* border-bottom: 1px solid #777; */
 }
 .stuffMenu2
 {
	background: url(images/stuffMenuBgSmall.jpg) 50% 50% repeat-x;
	width: 100%;
	height: 40px;
 }
 .stuffMenu3
 {
	background: url(images/stuffMenuBg_undermenu3.jpg) 50% 50% repeat-x;
	width: 975px;
	height: 22px;
 }
  .stuffMenu4
 {
	background: url(images/under_bar.jpg) 50% 50% no-repeat;
	width: 975px;
	height: 100px;
 }
 .stuffMenu5
 {
	background: url(images/stuffMenuBgSmall.jpg) 50% 50% repeat-x;
	width: 975px;
	height: 22px;
 }
 a.stuffMenu5
 {
	color: #2d2d2d;
 }
 .stuffMenuColor
 {
	color: #fff;
 }
 .topInfostuff
 {
	background: url(images/stuff_header_inv.jpg) 50% 50% repeat-x;
	width: 100%;
	height: 22px;
 }
 .login_menu_link
 {
	color: #999;
	font-weight: bold;
 }
 
 .bottomShit
 {
	background: url(images/stuffMenuBgSmall.jpg) 50% 50% repeat-x;
	width: 1055px;
	height: 200px;
 }
 
 /* KZSCA MENU DROPDOWN */
#dropdown {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	width: 100%;
}

#dropdown li {
	float: left;
	list-style: none;
	margin: 0;
	padding:0 0 0 0px;
	position: relative;
	height:20px;
	width:190px;
}
#dropdown li:hover {

}
#dropdown li a {
	text-decoration:none;
}
#dropdown ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: -1px;
	z-index: 500;
}
#dropdown ul {
	position: absolute;
}
#dropdown li:hover ul {
	display: block;
}
#dropdown_toptext
{
	font-weight: bold;
	padding-top: 3px;
	height: 100%;
}

.upload_map li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
}
.upload {
	position:relative;
	width:222px;
}
.realupload {
	position:absolute;
	top:0;
	right:0;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width:220px;
}
form .fakeupload {
	background:url(images/upload_button.jpg) no-repeat 100% 50%;
}
form .fakeupload input {
	width:130px;
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color: #FFF;
	border: #A5ACB2 1px solid;
	background-color: #262626;
}

.stuff_content
{
	background-color: #222222;
}

.stuff_content2
{
	background-color: #171717;
}

.dropdown_bg
{
	background: url(images/black_30.png);
}

.dropdownTableMenu
{
	border: 1px solid #222;
	border-top: 0;
}
