/* -- 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:160px;             /* Width of the Dropdownmenu Title and Menu themself */
	border:0px;
	background:#2F5376;      /* Main Background of the Menu Folder */
	list-style:none;
}

li.newbb_level2 {
	position:absolute;
	padding:1px;
	background-color:#2F5376;
	border:0px;
	left:-56px; /* IE */
	list-style:none;
}

li.newbb_folder {
	position:relative;
	padding:1px;
	padding-left:1px;
	background-color:#2F5376; 	/* background of the Dropdownmenu Title  */
	border: 1px solid #2F5376; 	/* Must be the same color as above */
	color:white;               	/* 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}

li.newbb_folder2 {
	position:relative;
	padding:1px;
    padding-left:1px;
	color:white;               	/* Textcolor of the Dropdownmenu Title */
	left:-8px; /* IE */
	z-index:9;
	list-style:none;
}

li.newbb_folder2:hover { z-index:10;}
li.newbb_folder2 ul {
	position:absolute;
	display:none;
	left:-56px; /* IE */
	top:13px;
}
li.newbb_folder2>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: white		 /* Normal Color of the Links */ 
	!important;
	font-weight: bold;
	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:#F58020  		/* Hover Color of the Links - orange */
	!important;
}	
li.newbb_folder .newbb_link:hover {
}

div.signature {
	
	bottom: 10px;
}

.forum_category_head
{
    background-color: #DDD1C5;
    padding: 1px;
    font-weight: bold;
}
.forum_forum_head
{
    background-color: #F3EEEC;
    padding: 1px;
    font-weight: bold;
}
.forum_even
{
	background-color: #E8DBD7;
	padding: 1px;
}
.forum_odd
{
	background-color: #F5EBE7;
	padding: 1px;
}
tr.forum_even td
{
	background-color: #E8DBD7;
	padding: 1px;
}
tr.forum_odd td
{
	background-color: #F5EBE7;
	padding: 1px;
}
.outer
{
    border: 0px;
    padding: 1px;
}

