.TreeView {
	padding-top: 4px;
	padding-left: 1px;
	border: #7C7C94 1px solid;
	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;
}
.Grid {
	border: 1px solid #7C7C94;
	cursor: pointer;
}
.HeadingRow {
	background-color: #E2E2E2;
}
.HeadingCell {
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	padding: 3px;
}
.HeadingCellText {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.DataRow {
	background-color: #FFFFFF;
}
.DataCell {
	cursor: default;
	padding: 3px;
	border-right: 1px solid #EAE9E1;
	border-bottom: 1px solid #EAE9E1;
	font-family: Tahoma;
	font-size: 10px;
}
.DataRow td.FirstDataCell {
	padding-left: 3px;
}
.SelectedRow {
	background-color: #FFEEC2;
}
.SelectedRow td.DataCell {
	cursor: default;
	padding: 2px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 10px;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	border-right: 0px;
}
.SelectorCell {
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
}
.GridFooter {
	cursor: default;
	padding: 5px;
	vertical-align: bottom;
}
.GridFooter a {
	color: Black;
	font-weight: bold;
}
.PagerText {
	font-family: verdana;
	font-size: 11px;
}
.CBLVTitle {
	text-decoration: none;
	color: #252525;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}
A.CBLVTitle:link, A.CBLVTitle:visited, A.CBLVTitle:active {
	text-decoration: underline;
		font-size: 11px;
	color: #000;
	font-family: Tahoma;
}
A.CBLVTitle:hover {
	text-decoration: underline;
	color: #80B076;
	font-size: 11px;
	font-family: Tahoma;
}
.CBLVItem 
{
	font-family: tahoma;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
A.CBLVItem:link, A.CBLVItem:visited, A.CBLVItem:active {
	text-decoration: none;
	color: #666666;
}
A.CBLVItem:hover {
	text-decoration: underline;
	color: #32B4E8;
}
.CBLVdescription {
	font: 10px  Tahoma, Arial, Helvetica, sans-serif;
}
.CBLVApprovedImage {
width:10px;
}
.CBLVEditImage {
width:10px;
}
.CBLVContentImage {
width:10px;
}
.CBLVBody {
width:100%;
 padding-bottom: 5px;
 margin-bottom: 0;
 margin-top: 0;
}