/* -- 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: #941414;
	height:20px!important;
    padding: 1px;
    font-weight: bold;
	padding:5px;
}
.forum_category_head a{color:#FFFFFF;}
.forum_category_head a hover:{color:#003366;}

.forum_forum_head
{
    background-color: #FD9526;
	height:15px!important;
    padding: 5px;
	color:#333333;
}
.forum_even
{
	background-color: #AFBACE;
	padding-left: 5px;
	text-align:left;
}
.forum_odd
{
	background-color: #E7EEFB;
	padding: 1px;
	text-align:left;
}
.forum_odd a{ color:#003366;}
.forum_odd a:hover{ color:#941414;}

tr.forum_even td
{
	background-color: #E8DBD7;
	padding: 1px;
}
tr.forum_odd td
{
	background-color: #F5EBE7;
	padding: 1px;
}
.outer
{
    border: 0px;
    padding: 1px;
}

.formButton{ border:1px solid #fff; padding:15; margin-bottom:0.6em; background-color:#0066CC;}

th {  font-size:14px; font-weight:bold; color:#ffffff; background-image: url(images/cont_news.jpg); background-repeat:no-repeat; background-color:#3F4B65; background-position:right; height:33px; text-align:left; padding-left:5px;}
th a {color:#FFFFFF;}
th a:hover{ color:#FFFFFF;}

.inserisciannuncio2 {
	font-size:10px;
	font-weight:bold;
	color:#3D4963;
	text-transform: uppercase;
	text-align:left;
	text-indent:35px;
	margin:5px;
	height:29px;
	

}
.inserisciannuncio2 a{
	color:#3D4963;
	text-transform: uppercase;
	background-image: url(images/news2.gif);
	background-repeat: no-repeat;
	display:block;
	height:29px;

}
.inserisciannuncio2 a:hover{
	color:#3D4963;
	text-transform: uppercase;
	background-image: url(images/news1.gif);
	background-repeat: no-repeat;
	display:block;
	height:29px;
}
