.clsFt_footer_wrap
{
	height: 20px;
	width: 100%;
	background: #000000;
}
.clsFt_footerChat
{
	float:left;
	color:white;
}
.clsFt_footerCompany
{
	float:right;
	font-size: 10px;
	margin-top: 4px;
	color:gold;
	font-style: italic;
}
.clsFt_drpChatStatus
{
	height: 20px;
}

.clsFt_footerChatImgHolder
{
	background: white;
	height: 100%;
	width: 20px;
	float: left;
	cursor: pointer;
}
.clsFt_footerChatImg
{
	background-image: url('/ciflinksim/css/themes/start/images/ui-icons_0078ae_256x240.png');
	background-position: -126px 145px;
	display: block;
	height: 100%;
	width: 100%;
	float: left;
}

.clsFt_footerActiveChatsHolder
{
	width: 80px;
	height: 52%;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	cursor: pointer;
	border-radius: 15px;
	text-align: center;
	border: 1px solid gray;
	color: white;
	background: transparent;
}

.clsFt_footerDashBoardBtnStyle
{
	width: 100px;
	height: 52%;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	cursor: pointer;
	border-radius: 15px;
	text-align: center;
	border: 1px solid gray;
	color: white;
	background: transparent;
	display: none;
}

.clsFt_footerChatHolder
{
	float: left;
	width: 130px;
	height: 100%;
}

.clsFt_footerActiveChats
{
	width: 114px;
	height: 150px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
	background: white;
	cursor: auto;
	border: 1px solid gray;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

#idBarCodeIp
{
	position:fixed;
}
.clsFt_footerAutoLoadHolder {
	float: left;
	width: 170px;
	height: 100%;
	display: none;
}
.clsFt_footerAutoLoadChkBx {
	float: left;
}
.clsFt_spanAutoRefreshTxt {
	color: white;
}