/**
* @author
* Name: Maarten Hartman, J!337
* Email: maarten@gloyou.com
* Url: http://www.gloyou.com/J!337
* ===================================================
* @copyright Copyright (C) 2007-2009 J!337 (http://www.gloyou.com/J!337). All rights reserved.
* @license see http://www.gnu.org/copyleft/gpl.html GNU/GPL.
* SOBI2 Top Rated Module is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/

.menutitle{
cursor:pointer;
padding-bottom:5px;
text-align:left;
font-weight:bold;
font-size: 14px;
border:0px solid #000000;
}

.menutitle:hover{
cursor:pointer;
color:#FF0000;
padding-bottom:5px;
text-align:left;
font-weight:bold;
font-size: 14px;
border:0px solid #000000;
}

menutitle:active{
cursor:pointer;
color:#FF0000;
padding-bottom:5px;
text-align:left;
font-weight:bold;
font-size: 14px;
border:0px solid #000000;
}

.submenu{
padding-bottom: 15px;
padding-left: 15px;
}


.alphaindex {
   height: 70px;
   margin-bottom: 5px;
   padding: 6px 6px 6px 0;
   position: relative;
   width: 256px;
}

.alphaindex a {
   background-color: #ffffff;
   border: 1px solid #afc78a;
   float: left;
   font-size: 11px;
   margin-bottom: 4px;
   margin-left: 4px;
   padding: 3px;
   text-align: center;
   text-decoration: none;
   width: 16px;
}

.alphaindex a:hover {
   background-color: #ffffff;
   color: #0000ff;
   text-decoration: underline;
}

/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.sobi2MenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr??? */
/* -------------------------------------------------------- */
.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow: auto;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #AFC78A;
}
.dtree a.node:active, .dtree a.nodeSel:focusr {
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #AFC78A;
}
.dtree a.nodeSel {
	background-color: #FFF;
	border: 1px solid #AFC78A;
}
.dtree .clip {
	overflow: hidden;
}
a.treeNode:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.treeNode:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.treeNode:active, a.treeNode:focus {
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #AFC78A;
}