﻿.TreeView 
{
    font: Verdana;
    line-height: 20px;
	cursor: pointer; 
	font-style: normal;
}

.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 0 0 0 18px;
    float: left;
    width: 100%;
    list-style: none;
}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0;
}

LI.Expanded 
{
    background: url('images/minus.gif') no-repeat left top;
}

LI.Expanded ul
{
    display: block;
}

LI.Collapsed 
{
    background: url('images/plus.gif') no-repeat left top;
}

LI.Collapsed ul
{
    display: none;
}

.Highlighted
{
    color: red;
}

.AlternateHighlight
{
    color: blue;
}

.pointer
{
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
}

.select
{
	background-color: #f7f7f7;
	border: solid 1px #dedad7;
	padding-left: 3px;
	padding-right: 3px;
}


ul.SimpleContextMenu
{
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
ul.SimpleContextMenu li
{
	border-bottom: 1px solid #000000;
}

ul.SimpleContextMenu li a
{
	display: block;
	width: 110px;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	color: #000;
	background: #fff;
	cursor:pointer;
}

ul.SimpleContextMenu li a:hover
{
	color: #000;
	background: #dedad7;
}

/*
.MenuGroup
{
	background-color: #878889;
}

.MenuItem
{
	background-color: #878889;
	color: #F8F8FF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #878889;
	cursor: pointer;
	height: 30px;
}

.MenuItemHover
{
	background-color: #e30143;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: 1px;
	border: solid 1px #b70539;
	border-right-color: #b70539;
	border-bottom-color: #b70539;
	cursor: pointer;
	height: 30px;
}

.MenuItemActive
{
	background-color: #e30143;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #b70539;
	border-left-color: #b70539;
	border-top-color: #b70539;
	cursor: pointer;
	height: 30px;
}

.MenuItemExpanded
{
	background-color: #635233;
	color: #F8F8FF;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #e30143;
	border-right-color: #b70539;
	border-bottom-color: #b70539;
	cursor: pointer;
}

.MenuBreak
{
	width: 100%;
	height: 2px;
}

.MenuGroup1
{
	background-color: white;
	background-image: url(menu_images/group_background.gif);
	border-width: 1px;
	border-color: #7E7E81;
	border-style: solid;
	cursor: default;
}

.MenuItem1
{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	margin: 1px;
	cursor: default;
}

.MenuItemHover1
{
	background-color: #FFEEC2;
	color: black;
	font-family: tahoma;
	font-size: 11px;
	border-width: 1px;
	border-color: #4B4B6F;
	border-style: solid;
	cursor: default;
}

.MenuBreak1
{
	background-image: url(menu_images/break_bg.gif);
	width: 100%;
	height: 1px;
}
*/

/* Tree View */
/*
.TreeView
{
	background-color: White;
	padding-top: 4px;
	padding-left: 1px;
	cursor: default;
}

.TreeNode
{
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.GrayedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: gray;
	cursor: default;
}

.HoverTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.SelectedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.NodeEdit
{
	border: 1px gray solid;
	font-family: tahoma;
	font-size: 11px;
}
*/

/*
.tree
{
	
}
.nav a
{
	color: #000;
	text-decoration: none;
	padding: 0 4px 0 1px;
	white-space: nowrap;
	margin: 1px;
}
.tree li, .tree ul
{
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	padding-bottom: 1px;
}
.tree li
{
	background: transparent none no-repeat 0 0;
	list-style: none;
	position: relative;
}
.tree li.leaf
{
	background-image: url(../img/treeview/leaf.gif);
}
.tree li.leaf-last
{
	background-image: url(../img/treeview/leaf-last.gif);
}
.tree .folder-close
{
	background-image: url(../img/treeview/expandable.gif);
}
.tree .folder-close-last
{
	background-image: url(../img/treeview/expandable-last.gif);
}
.tree .folder-open
{
	background-image: url(../img/treeview/collapsable.gif);
}
.tree .folder-open-last
{
	background-image: url(../img/treeview/collapsable-last.gif);
}
.tree li li
{
	padding-left: 16px;
}
.tree .toggler
{
	left: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../img/treeview/spacer.gif);
	cursor: pointer;
}
.tree ul.ajax
{
	background: url(../img/treeview/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display: none;
}
.tree ul.ajax li
{
	display: none;
}

.droppable-hover
{
	background-color: #eee;
}


*/
