div#sound_player {
	position:fixed;
	bottom:2px;
	right:0px;
}

div#employeesTaskbar {
	position:fixed;
	right:20px;
	bottom:2px;
	z-index:60;
}
	div#employeesList {
		width:245px;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
		background:#fff;
		-webkit-box-shadow: 2px 2px 4px #444;
    	-moz-box-shadow: 2px 2px 4px #444;
	}
		div#employeesHeader {
			background:#eceef2 url(/images/layout/empHeaderIcon.png) no-repeat 0 1px;
			height:21px;
			border-bottom:1px solid #000;
		}
			div#employeesHeader span {
				position:relative;
				top:2px;
				left:24px;
				font-weight:bold;
				font-size:10px;
				color:#2b3036;
			}
		div.taskBarHeaderBtns {
			float:right;
			width:34px;
			height:18px;
			background: url(/images/layout/taskBarHeaderSpacer.png) no-repeat 50% 55%;
		}
			img.headClose {
				float:left;
				position:relative;
				top:7px;
				left:5px;
				cursor:pointer;
			}
			img.headMin {
				float:right;
				position:relative;
				top:5px;
				right:0px;
				cursor:pointer;
			}
		div#empSearch input {
			width:241px;
			border-top:1px solid #2b3036;
			border-bottom:1px solid #2b3036;
			border-left:0px solid #2b3036;
			border-right:0px solid #2b3036;
			background:url(/images/layout/searchBoxBackIcon.png) no-repeat 100% 0;
			font-size:11px;
		}
		.rBoxContentStaff {
			float:left;
			width:245px;
			height:300px;
			overflow-x: hidden;
			overflow-y: auto;
		}
			.statusHand {
				cursor:pointer;
			}
			table#rBoxCTable {
				float:left;
				width:245px;
				font-size:11px;
				background:#fff;
			}
				table#rBoxCTable .CTrColor {
					background: #eceef2;
				}
				table#rBoxCTable td {
					border-bottom:1px solid #dbdfe6;
					padding:4px 6px;
					vertical-align:middle;
				}
					table#rBoxCTable td a { color:#3575b5; }
					table#rBoxCTable td a:hover { text-decoration:underline; }
					table#rBoxCTable td span { font-size:10px; color:#999; }
					table#rBoxCTable td img {
						position:relative;
						top:2px;
						padding-right:6px;
					}
					table#rBoxCTable td .empIconsRight {
						float:right;
						padding-right:5px;
					}

				.availableText {
					position:relative;
					top:2px;
					float:left;
					width:165px;
					padding-right:10px;
					text-align:right;
					font-size:12px;
					font-weight:bold;
					color:#62666a;
				}
				.availableBtn {
					float:left;
					width:20px;
					text-align:right;
				}
				.busyText {
					float:left;
					width:165px;
					padding-right:10px;
					text-align:right;
				}
				.busyForm {
					width:153px;
					text-align:right;
					font-weight:bold;
					color:#585d62;
				}
				.busyBtn {
					position:relative;
					top:1px;
					float:left;
					width:20px;
					text-align:right;
				}
	div#employeeViewIcon {
		float:right;
		width:22px;
		height:18px;
		background: url(/images/layout/empHeaderIcon.png) no-repeat 0 0px;
		border-left:1px solid #2b3036;
		border-right:1px solid #2b3036;
		border-bottom:1px solid #2b3036;
		cursor:pointer;
	}