﻿.balType
{
	list-style-type:none;
	padding:0;
	
}
.balType > li
{
	margin:10px 0 0 20px;

	
}
.balType > li input[type=text]
{
	width:150px;	
}

.levelOne
{
	background-color:#DDFFFF;
	font-weight:700;
	color:#000;
}
.levelTwo
{
	background-color:#FDF4C6;
	font-weight:700;
	color:#000;
}

.levelThree
{
	background-color:#F3F3F3;
	font-weight:700;
	color:#000;
}

.itemEntry
{
	display:inline-block;
	float:right;
	margin: 0 10px auto auto;
}
.itemDesc
{
	display:inline-block;
	
}
.txtDescription
{
	
	width:180em;
}
.addChild,.addRow
{
	display:inline-block;
	cursor:pointer;	
	border-style:none;

}
.removeChild
{
	display:inline-block;
	cursor:pointer;
	border-style:none;
	
}