﻿.MainTD{
	width:100%;/*506px*/
	padding:0 16px 0 0px;
}

.CatIcon {
	background-image: url('../Images/icons/folder.png');
	background-repeat: no-repeat;
	background-position: left center;
	width:19px;
	height:16px;
	cursor:pointer;
}

.CatIcon_Add {
	background-image: url('../Images/icons/folder_add.png');
	background-repeat: no-repeat;
	background-position: left center;
	width:19px;
	height:16px;
	cursor:pointer;
}

.SubCat_end {
	background-image: url('../Images/icons/subcat2.gif');
	background-repeat: repeat-x;
	background-position: center;
	width: 12px;

}
.SubCat_Last {
	background-image: url('../Images/icons/subcat_last_rtl.gif');
	background-repeat: no-repeat;
	background-position: left center;
	width: 12px;
}
.SubCat {
	background-image: url('../Images/icons/subcat_rtl.gif');
	background-repeat:repeat-y;
	background-position: left center;
	width: 12px;
}

.Cat_Closed {
	background-image: url('../Images/icons/closed.gif');
	width: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}
.Cat_Closed_e {
	background-image: url('../Images/icons/closed_e.gif');
	width: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}
.Cat_Opened {
	background-image: url('../Images/icons/opened.gif');
	width: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}
.Cat_Opened_e {
	background-image: url('../Images/icons/opened_e.gif');
	width: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}


.Cat_Title {
	padding-right: 2px;
	padding-top:3px;
	padding-bottom:4px;
	height: 18px;
	width:116px;
	cursor:pointer;
}
.SubCat_Title {
	padding-right: 2px;
	height: 18px;
	width:107px;
	color:#333333;
	cursor:pointer;
}
.SubCat_Add_Title {
	padding-right: 2px;
	height: 18px;
	color:#888888;
	cursor:pointer;
}


.Cat_Delete {
	background-image: url('../Images/icons/folder_delete.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 16px;
	background-position: right center;
	cursor:pointer;
}
.Cat_Edit {
	background-image: url('../Images/icons/folder_edit.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	background-position: right center;
	cursor:pointer;
}

.Cat_Selected {
	background-color:#b3d4ec;
}