/* -- 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: none;
}

ul.newbb_level1, ul.newbb_level2, ul.newbb_level3 {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 160px; /* Width of the drop down menu and title */
	border: none;
	background: #6bab0e; /* Main background of the menu folder */
	list-style:none;
	}

li.newbb_folder {
	position: relative;
	padding: 1px 1px 1px 1px;
	background-color: #6bab0e; /* Background of the drop down menu title  */
	border: 1px solid #336600; 
	color: #ffffff; /* Text color of the drop down menu title */
	z-index: 9;	
	list-style: none;
	cursor: pointer;
	}

li.newbb_folder:hover {
	z-index: 10;
	}
	
li.newbb_folder ul {
	position: absolute;
	display: none;
	left: -18px; /* IE */
	top: 18px; /* IE */
	}

li.newbb_folder>ul { 
	left: -1px; /* Other browsers */
	top: 18px; /* Other browsers */
	}

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: none;
	padding: 0;
	text-decoration: none;
	color: #ffffff; /* Normal color of the links */ 
	font-weight: bold;
	width: 100%; /* IE */
	text-align: left;
	}

li>.newbb_link {
	width: auto; /* Other browsers */
	}
	
.newbb_link:hover {
	border: none;
	color: #ffffff; /* Hover color of the links */
	text-decoration: underline;
	}
	
.newbb_submenu {
	position: absolute; /* IE */
	padding-left: 4px; /* IE */
	text-align: left;
	left: -18px; /* IE */
	}
	
li.newbb_folder>.newbb_submenu {
	position: relative; /* Other browsers */
	left: 2px; /* Other browsers */
	padding-left: 0; /* other browsers */
	}
	
.newbb_menuitem {
	border: none;
	color: #ffffff;
	background-color: #6bab0e;
	padding: 4px;
	}

.newbb_green {
	color: #ffffff;
	background-color: #99cc33;
	}

.newbb_header {
	padding: 2px 0 2px 0;
	font-weight: bold;
	}
	
.newbb_topics {
	padding: 2px 0 2px 2px;
	font-weight: bold;
	}

.newbb_thread {
	background-color: #ffffff;
	padding: 6px 0 6px 0;
	font-weight: bold;
	}

div.signature {
	bottom: 10px;
	}

.newbb_display_icon {
	cursor: pointer;
	}

.newbb_userName1 {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 160px;
	border: none;
	background: #6bab0e;
	}

.newbb_userName2 {
	position: relative;
	padding: 1px 1px 1px 3px;
	background-color: #6bab0e;
	border: 1px solid #336600; 
	color: #ffffff;
	}