/* -- 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:0;
	border:0;
	width:140px;             /* Width of the Dropdownmenu Title and Menu themself */
	border:0px;
	/*background:#2F5376;  */    /* Main Background of the Menu Folder */
	list-style:none;
}

li.newbb_folder {
	position:relative;
	padding:1px;
	padding-left:10px;
	font-size: 11px;
	font-weight: normal;
	/*background-color: #f7c883;*/ 	/* background of the Dropdownmenu Title  */
	/*border: 1px solid #f7c883;*/ 	/* Must be the same color as above */
	color: #181d5b;               	/* Textcolor of the Dropdownmenu Title */
	/*z-index:8;	*/
	list-style:none;
}


li.newbb_folder:hover { z-index:9;}
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: #181d5b;		 /* 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: #2F5376; */ /* Background of the Links in the Menu */
}

.newbb_link:hover {
	border:0px;
	color:orange  		/* Hover Color of the Links */
	!important;
}	
li.newbb_folder .newbb_link:hover {
}

div.signature {
	
	bottom: 10px;
}


td.forum_topic_title a {
	font-weight: bold;
}

