div.MultiSelector div.header {
	height: 25px;
	line-height: 25px;
	padding: 2px;
	cursor: pointer;
    background: #F5F5F5;
}

div.MultiSelector div.footer {
    height: 20px;
    line-height: 20px;
    padding: 2px;
}

div.MultiSelector div.body {
    display: none;
}
div.SingleSearchSelector div.header {
	height: 25px;
	line-height: 25px;
	padding: 2px;
	cursor: pointer;
    background: #F5F5F5;
}

div.SingleSearchSelector div.body {
    display: none;
}

div.SingleSearchSelector div.footer {
    height: 20px;
    line-height: 20px;
    padding: 2px;
}
div.PriorityMultiSelector div.header {
	height: 25px;
	line-height: 25px;
	padding: 2px;
	cursor: pointer;
    background: #F5F5F5;
}

div.PriorityMultiSelector div.body {
    display: none;
}
div.SimpleMultiSelector div.header {
	height: 25px;
	line-height: 25px;
	padding: 2px;
	cursor: pointer;
    background: #F5F5F5;
}

div.SimpleMultiSelector div.body {
    display: none;
}
div.notifier {
	position: absolute;
    top: 20px;
    left: 50%;
    z-index: 100;
}
	
div.notifier div.content {
	margin-left: -200px;
	top: 20px;
	width: 400px;
	text-align: center;
	padding: 4px 4px 4px 50px;
	font-size: 14pt;
	display: none;
	-moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999999;
    min-height: 50px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}

div.notifier div.success {
	background: url('/jehintranet-static/gfx/button_ok.png') 4px center no-repeat #FFF;
}

div.notifier div.error {
    background: url('/jehintranet-static/gfx/button_cancel.png') 4px center no-repeat #FFF;
}
.Deletor div.imsure {
	background: url('/jehintranet-static/gfx/icons/medium/delete.png') no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 4px;
}
.TrainerAssignmentsEditor .lessons {
	position: absolute;
	left: 8px;
	top: 8px;
	bottom: 52px;
	right: 8px;
	overflow: auto;
}

.TrainerAssignmentsEditor .footer {
    position: absolute;
    left: 8px;
    bottom: 8px;
}
