/* -- style.css -- */
div.karma
{
	background-color: transparent;
	text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 10px;
}

span.digest
{
}

body {
	behavior:url("include/newbb.htc");
}
img {
	behavior:url("include/pngbehavior.htc");
}

li.newbb_folder,.newbb_link {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

ul.newbb_level1, ul.newbb_level2, ul.newbb_level3 {
	display:block;
	margin:0;
	padding: 10px;
	width:160px;             /* Width of the Dropdownmenu Title and Menu themself */
	border: 1px solid #ccc;
	background:#e9e9e9;      /* Main Background of the Menu Folder */
	list-style:none;
}

li.newbb_folder {
	position:relative;
	padding:1px;
	background-color:#ffffff; 	/* background of the Dropdownmenu Title  */
	border: 1px solid #ffffff; 	/* Must be the same color as above */
	color: #555;               	/* Textcolor of the Dropdownmenu Title */
	z-index:9;	
	list-style:none;
}


li.newbb_folder:hover { z-index:10;}
li.newbb_folder ul {
	position:absolute;
	display:none;
	left:-56px; /* IE */
	top:13px;
}
li.newbb_folder>ul { left:-1px; top: 16px}

ul.newbb_level1 {z-index:1} li.newbb_folder:hover ul.newbb_level2,
ul.newbb_level2 li.newbb_folder:hover ul.newbb_level3 {
	display:block;
}

.newbb_link {
	border: 0px;
	padding: 2px;
	text-decoration: none;
	color: #000		 /* Normal Color of the Links */ 
	!important;
	font-weight: normal;
	width: 100%; /* IE */
	text-align: left;
}
li>.newbb_link { width:auto; }

li link.newbb_submenu {
		
		background-color:#ccc;  /* Background of the Links in the Menu */
}

.newbb_link:hover {
	border:0px;
	color:#999  		/* Hover Color of the Links */
	!important;
}	
li.newbb_folder .newbb_link:hover {
}

div.signature {	bottom: 10px; }

.newbb_level2 {	list-style:none !important; list-style-type:none; }

/* new Bullet forum styling */
div.forum-sort { background: none; border: none; }
div.forum-sort .forum-hide { display: none; }

div.forum-sort ul.newbb_level, 
div.forum-sort ul.newbb_level1 { margin: 0; padding: 0; float: left; width: 150px; border: none; }

.forum-nav-sort { clear: both;  }
div.forum-nav-sort table.forumpagenav { width: 100%; margin-bottom: 20px; }
div.forum-nav-sort table.forumpagenav td { min-width: 110px; }

div.bottomnavplain { margin: 10px 0; }
div.bottomnavplain ul { list-style:none !important; list-style-type:none; }
div.bottomnavplain ul li { float: left; margin-right: 10px;  }

