﻿/* Toplevel images item styles ------------------------------------ */
.TopGroup
{
	background-color:#ede9e0;
	margin-left:12px;
}

.Group
{
	background-color:#ede9e0;
}
/* Default item styles ------------------------------------ */ 
.Item,.ItemHover,.ItemExpanded
{
	cursor:pointer;  
	height:28px;
	width:200px;
	padding-left:10px;
	padding-right:5px;
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

.Item
{
	color:#584934;
	background-color:#d9ceba;
}
.ItemHover,.ItemExpanded
{
	background-color:#b0c58a;
	color:#435428;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	height:28px;
	width:200px;
	padding-left:5px;
	
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	vertical-align: middle;
}

.ChildItem
{
	color:#594E33;
	background-color:#C9D8AF;
}

.ChildItemHover,.ChildItemExpanded
{
	color:#9C0C0F;
	background-color:#9DB96F;
}

