.onlineChat {
	height: 100%;
	width: 284px;
	margin-left: -24px;
	background-image: url("OnlineChatWomanBack.png");
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#sct6Hp  img {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 10px #999;
    -webkit-box-shadow: 0 3px 10px #999;
    box-shadow: 0 3px 10px #999;
	margin-top: 30px;
	margin-left: -10px;
}

td.onlineChatContent {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;

	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #666666;
	
	padding-left:18px;
	z-index:0;
	right: 2px;
}

td.onlineChatContent .chatLinkBox .content {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #666 !important;
}

/* Links */
td.onlineChatContent a, td.onlineChatContent a:link, td.onlineChatContent a:visited, td.onlineChatContent a:active {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #666 !important;
    text-decoration: none !important;
	font-weight: normal;
}

td.onlineChatContent:hover {
	background-color: #eee;
}

/*
td.onlineChatContent:hover  .arrowImg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
*/

td.onlineChatContent:hover  .whiteBadge {
	background-color: #9FD547;
}

td.onlineChatContent .linkBox  {
	position:relative;
	height: 48px;
}

td.onlineChatContent .linkBox .content {
	position:relative;
	top:6px;
	left:30px;
	width:230px;
}
	
td.onlineChatContent .linkBox .content .whiteBadge,
td.onlineChatContent .linkBox .content .colorBadge
{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position:absolute;
}

td.onlineChatContent .linkBox .content .whiteBadge {
    background-color: #666;
    height: 46px;
    right: 10px;
    top: -5px;
    width: 47px;
    z-index: 1;
}

/*
td.onlineChatContent .linkBox .content .colorBadge {
	background-color: #000;
	z-index:2;
	height: 25px;
	width: 25px;
	top:-3px;
	right: 18px;
}


td.onlineChatContent .linkBox .content .arrowImg {
	background-image: url("../icons/messages_online.png");
	background-repeat: no-repeat;
	position:absolute;
	z-index:3;
	height:160px;
	width:128px;
	top:-12px;
	right: -15px;
}
*/

/*
td.onlineChatContent .linkBox .content .msgOnOff {
	border: 1px solid #666666;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position:absolute;
	z-index:3;
	height:42px;
	top:-4px;
	right: 12px;
}
*/

td.onlineChatContent .linkBox .msgOnOff img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	
	border: 1px solid #666666;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position:absolute;
	z-index:3;
	height:42px;
	top:2px;
	right: -22px;
}

td.onlineChatContent:hover  .msgOnOff img {
	height:50px !important;
	top: -2px;
}


td.onlineChatContent .linkBox .content .womanImg {
	background-image: url("operator-picture-14_small.png");
	background-repeat: no-repeat;
	position:absolute;
	z-index:3;
	height:50px;
	width:50px;
	top: -7px;
	left: -49px;
	
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

table.onlineChatTable {
	float: right;
	margin-top:5px;
	width: 30%;
	border-spacing: 0px;
	text-align:left;
	position: relative;
	right:15px;
}