﻿#SecurityContainer
{
	width:100%;
	float:none;
	clear:both;
	background-color:#f7f2e4;
}

#SecurityTree
{
	float:left;
	width:250px;
	border-right:1px solid #e5c57e;
	line-height:20px;
	vertical-align:middle;
	padding:5px;
}
#SecurityTree #STL
{
	height:350px;
	overflow:auto;
}
#SecurityDetail
{
	float:left;
	padding:5px;
	line-height:24px;
	vertical-align:middle;
	width:530px;
}
#SecurityDetail div
{
	width:100%;
}
#SecurityDetail button
{
	background-color: #f0dfbe;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin:3px;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
}

#SecurityDetail .selected, #SecurityTree .selected
{
	background-color:#f0dfbe;
	font-weight:bold;
}

#SecurityDetail .treeItem
{
	padding-left:10px;
}
.normal
{
	background-image:url(userManager/person.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	cursor:pointer;
}

#SecurityTree #STL .selected
{
	background-color:#f0dfbe;
	font-weight:bold;
	background-image:url(userManager/person.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	cursor:pointer;
}