.paginationControls {
	text-align: center;
	white-space: nowrap;
}
.recordCount {
	text-align: center;
	white-space: nowrap;
}
.generalRadioBoolean {
	text-align: right;
	white-space: nowrap;
}
.filterBox {
	background: #cccccc;
	color: black;
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	padding: 5px;
	padding-top: 0px;
	margin: 0px;
	border: solid 1px black;
}

.filterBox h1 {
	background: #eeeeee;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}


/** This is the navigation bar, on the left */
.appNavigation {
	position: absolute;
	left: 1%;
	top: 120px;
	height: 500px;
	width: 10%;
	padding: 5px;
	border: solid 2px black;
	background-color: #cccccc;
	font-size: 14px;
	z-index: 3;
}

/** A style for rendering links within the navigation bar */
.navItem, .currentNavItem {
	width: 100%;
	border: solid 1px white;
	background: #333333;
	color: #eeeeee;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	/* margin: 5px; */
	
}

.currentNavItem {
    background: #aaaaaa;
	color: #111111;
}

.navItem a {
	text-decoration: none;
	color: #eeeeee;
}

.navItem a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.currentNavItem a {
    text-decoration: none;
    color: #111111;
}


.miniForm {
    background: #cccccc;
	color: black;
	padding: 5px;
	border: solid 1px black;
}

.miniForm h1 {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px black;
}


.product-tabs {
	padding: 5px;
}

.product-content {
	padding: 5px;
}

.product-category {
	background: white;
	color: black;
	font-size: 10px;
	line-height: 1.5em;
	white-space: nowrap;
}

/* 
	.selectedListItem {}
	.listItem {}
*/

.treeBox {
	font-size: 10px;
	width: 85%;
	height: 300px;
	padding: 5px;
	border: solid 1px black;
	overflow: auto;
	line-height: 1.25em;
	text-align: left;
	/* white-space: nowrap; */
}
.consumerTreeBox {
	font-size: 10px;
	width: 95%;	
	padding: 5px;
	/*border: solid 0px black;*/
	line-height: 1.25em;
	text-align: left;
	/* white-space: nowrap; */
}
.treeBox dd {
	margin-left: 1.5em;
}

.treeItem, .treeItem a, .selectedTreeItem, .selectedTreeItem a, .listItem, .listItem a, .selectedListItem, .selectedListItem a {
	font-size: 11px;
}

.selectedTreeItem, .selectedTreeItem a, .selectedListItem, .selectedListItem a {
    color: red;
}
.treeItem, .treeItem a, .listItem, .listItem a {
    color: blue;
}

.expandHandle {
	width: 10px;
    height: 10px;
    border: none 0px black;
}
.collapseHandle {
	width: 10px;
    height: 10px;
    border: none 0px black;
}
.handleSpacer {
    width: 10px;
    height: 10px;
}
.categoryPane {	
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: solid 1px black;
	line-height: 1.5em;
}
