/* ThemePanelMenu Style Sheet */

.ThemePanelMenu {
	background-color: transparent;
	margin-top:-1px;
	margin-left:14px;
	margin-right:14px;
	width:100%;
	*width:87%;
}

.ThemePanelMenu TD
{
	cursor: pointer;
	white-space: nowrap;
	/* padding: 0px;
	margin: 0px; */
}

.ThemePanelMenu DIV
{
	font-family: Trebuchet MS,Helvetica,Sans-serif;
	text-align: left;
	xvertical-align:bottom;
	color:#FFFFFF;
	font-size: 13px;
	*font-size:12px;
	*font-weight:bold;
	text-transform: uppercase;
	width: 100%;
	*width:80%;
	height: 18px;
	margin-top:0px;
	margin-bottom:7px;
	padding-left: 2px;
}


.ThemePanelMainItemHover DIV, .ThemePanelMainItemActive DIV {
	color:#F47320;
}

.ThemePanelMainItem {
	border-bottom:1px solid #ccc;
}

.ThemePanelMainFolderLeft, .ThemePanelMainItemLeft {
	width:0px;
}

.ThemePanelMainFolderText, .ThemePanelMainItemText {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	background-image: url(/images/pijltje.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	border-bottom:1px solid #fff;
	color:#535353;
	width:100%;
	padding:0px;
	padding-left:17px;
	padding-top:24px;
	padding-bottom:0px;
	*padding-top:24px;
	*padding-bottom:0px;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
}


.ThemePanelMainFolderRight, .ThemePanelMainItemRight
{
	width: 1px;
	display:none;
}

.ThemePanelMainItemHover .ThemePanelMainItemText {
	color:#F47320;
}

.ThemePanelMainItemHover .ThemePanelMainFolderText {
	color:#F47320;
}


/* sub menus sub components */
.ThemePanelSubMenu
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

.ThemePanelSubMenu TD {
	font-family: Trebuchet MS,Helvetica,Sans-serif;
	font-size: 13px;
	*font-size:12px;
	font-weight:bold;
/*	height: 18px;
	margin-top:5px;
	margin-bottom:7px;*/
	text-align:left;
	cursor: pointer;
	color:#535353;
	white-space: nowrap;
	text-transform: uppercase;
}

.ThemePanelMenuItemHover TD, .ThemePanelMenuItemActive TD
{
	color:#F47320;
}

.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
{
	width:2px;
}

.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
{
	width: 1px;
}

.ThemePanelMenuFolderText,.ThemePanelMenuItemText
{
/* 	width: 150px; */
	background-color:#D7D7D7;
	filter:alpha(opacity=75);
	-moz-opacity:.90;
	opacity:.90;
	padding-left:20px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #fff;
}

.ThemePanelMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}
