.IconHotFolder {
	background: url("../../images/statuses.png") -144px -64px;
}

td.HotFolder a {
	margin-left: 30px;
}

td.Scheme a {
	display: block;
}


.IconScheme {
	background: url("../../images/statuses.png") -144px -64px;
}

.Inactive .IconScheme {
	background: url("../../images/statuses.png") -128px -64px;
}

.All .IconScheme {
	background: url("../../images/statuses.png") -80px -96px;
}

div.JobSchemes td.JobPriority {
	width: 100px;
}

#JobSchemesList .ActiveColumn {
	width: 1px; /* minimal width - will be expanded by content */
	padding-right: 5px;
}

/* JobScheme priorities */

.JobPriority0 {
	background-color: #404040;
}

.JobPriority1 {
	background-color: #465946;
}

.JobPriority2 {
	background-color: #4C734C;
}

.JobPriority3 {
	background-color: #538C53;
}

.JobPriority4 {
	background-color: #59A659;
}

.JobPriority5 {
	background-color: #60C060;
}

.JobPriority6 {
	background-color: #7FA659;
}

.JobPriority7 {
	background-color: #9F8C53;
}

.JobPriority8 {
	background-color: #BF734C;
}

.JobPriority9 {
	background-color: #DF5946;
}

.JobPriority10 {
	background-color: #FF4040;
}

/* Job scheme edit form */
div.PopupTreeHolder div.SchemeOwnerTree {
	padding-top: 4px;
}

.SchemeAvatarBlock {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px #666 solid;
	text-align: center;
	background: no-repeat center 40%;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 10px;
}

.SchemeAvatarBlock:hover {
	background-color: #ddd;
	color: red;
}

div.SchemeAvatarInfo {
	text-align: center;
	padding: 50px 10px;
	font-size: 14px;
	font-weight: bold;
}

.SchemeAvatarIcon {
	margin-top: 30px;
	width: 32px;
	height: 32px;
}
	
