/*Region: NORMAL ICONS:*/
.logo-60 {
	background: url("../Images/icons_60.png") left top no-repeat;
}
.personal-60 {
	background: url("../Images/icons_60.png") -60px top no-repeat;
}
.next-of-kin-60 {
	background: url("../Images/icons_60.png") -120px top no-repeat;
}
.employee-60 {
	background: url("../Images/icons_60.png") -180px top no-repeat;
}
.qualification-60 {
	background: url("../Images/icons_60.png") -240px top no-repeat;
}
.project-60 {
	background: url("../Images/icons_60.png") -300px top no-repeat;
}
.hour-60 {
	background: url("../Images/icons_60.png") -360px top no-repeat;
}
.message-60 {
	background: url("../Images/icons_60.png") -420px top no-repeat;
}
.report-60 {
	background: url("../Images/icons_60.png") -480px top no-repeat;
}
.personnel-60 {
	background: url("../Images/icons_60.png") -540px top no-repeat;
}
.setting-60 {
    background: url("../Images/icons_60.png") -600px top no-repeat;
}
.configuration-60 {
    background: url("../Images/icons_60.png") -660px top no-repeat;
}
.log-in-60 {
    background: url("../Images/icons_60.png") right top no-repeat
}


/*Region: SMALL ICONS*/
.logo-40 {
    background: url("../Images/icons_40.png") left top no-repeat
}
.personal-40 {
    background: url("../Images/icons_40.png") -40px top no-repeat
}
.next-of-kin-40 {
    background: url("../Images/icons_40.png") -80px top no-repeat
}
.employee-40 {
    background: url("../Images/icons_40.png") -120px top no-repeat
}
.qualification-40 {
    background: url("../Images/icons_40.png") -160px top no-repeat
}
.project-40 {
    background: url("../Images/icons_40.png") -200px top no-repeat
}
.hour-40 {
    background: url("../Images/icons_40.png") -240px top no-repeat
}
.message-40 {
    background: url("../Images/icons_40.png") -280px top no-repeat
}
.report-40 {
    background: url("../Images/icons_40.png") -320px top no-repeat
}
.log-in-40 {
    background: url("../Images/icons_40.png") right top no-repeat
}
.setting-40 {
    background: url("../Images/icons_40.png") -400px top no-repeat
}

/*Region: BOTTOM BUTTONS:*/
.btn-back {
	background: url("../Images/btnBack.png") no-repeat;
}
.btn-extra {
	background: url("../Images/btnExtra.png") no-repeat;
}
.btn-edit{
	background: url("../Images/btnEdit.png") no-repeat;
}
.btn-save {
	background: url("../Images/btnSave.png") no-repeat;
}
.btn-add {
	background: url("../Images/btnAdd.png") no-repeat;
}
.btn-remove {
	background: url("../Images/btnDelete.png") no-repeat;
}
.btn-print {
	background: url("../Images/btnPrint.png") no-repeat;
}
.btn-signout {
	background: url("../Images/btnSignOut.png") no-repeat;
}
.btn-download {
	background: url("../Images/btnDownload.png") no-repeat;
}
.btn-help{
	background: url("../Images/btnQuestion.png") no-repeat;
}

/*Region: Control Icons:*/
.icon-more {
	background: url("../Images/icon-search-16.png") 4px 1px no-repeat;
}
.icon-menu{
	background: url("../Images/icon-menu-32.png") 0 0 no-repeat;
}
.icon-switch{
	background: url("../Images/sorting-arrows.png") 0 0 no-repeat;
}
.icon-img-remove{
	background: url("../Images/icon-delete-16.png") 0 0 no-repeat;
}
.icon-full-screen{
	background: url("../Images/icon-fullscreen.png") 0 0 no-repeat;
}
.icon-edit-32{
	background: url("../Images/icon-edit-32.png") 0 0 no-repeat;
}
.icon-remove-32{
	background: url("../Images/icon-remove-32.png") 0 0 no-repeat;
}