﻿body
{
	font-family: Verdana;
	font-size: 10pt;
}

#chatWin
{
	border: solid 2px lightsteelblue;
	display: none; 
	z-index: 1000000;
	background: #fff;
	position: fixed;
}

.win
{
	width: 367px;
}

.frame
{
	position: relative !important;
	left: 0px;
	top: 0px;
}

#chatWin.win #header
{
    background-image: url('/Content/tc/header.png');
    height: 60px;
    margin-bottom: 0px;
    position: relative;
}

#chatWin.win #header #supportLink
{
    position: absolute; 
    width: 90px; 
    height: 25px; 
    right: 5px; 
    bottom: 5px;
}

#chatWin #cri
{
    display: none;
    padding: 6px;
    background: #fff;
    border: solid 2px #cacfe6;
    margin: 4px;
}
#chatWin #cri table td
{
    color: #405abb;
    font-family: Verdana;
}
#chatWin #cri b
{
    line-height: 20px;
}
#chatWin #cri img[alt=Close]
{
    float: right;
    cursor: pointer;
}
#chatWin #cri input[type=text]
{
    width: 100px;
    margin-left: 3px;
    padding: 3px;
    background: #e4e7f4;
    border: solid 1px #aaa;
}
#chatWin #cri input[type=button]
{
    margin-left: 3px;
    padding: 3px;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    width: 50px;
    background: #405abb;
    color: #fff;
    border: solid 1px #aaa;
}
#chatWin #cri table, #chatWin #cri input[type=text]
{
    font-size: 11px;
}
#chatWin .vm
{
	color: Blue;
}
#chatWin .cm
{
	color: #333;
}

#chatWin #minMsgs
{
	display: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

#chatWin #header img
{
	float: right;
	margin: 2px 2px 0px 0px;
	cursor: pointer;
}

#chatWin #loading, #chatWin #csrsContainer, #chatWin #chatContainer
{
	display: none;
}

#chatWin #loading
{
    height: 180px;
	padding: 5px;
	overflow: auto;
	background: #E3E3E3;
}
#chatWin #csrsContainer
{
	height: 180px;
	padding: 5px;
	overflow: auto;
	background: #E3E3E3;
	position: relative;
}

#chatWin #csrsContainer div
{
    font-size: 12px;
}

#chatWin #loading
{
	display: block;
}

#chatWin #loading, #csrsContainer i
{
	text-align: center;
	line-height: 20px;
	color: #666;
}

#chatWin #csrsContainer
{
    font-size: 10pt;
    color: #8B8B8B;
    background: #fff;
}

#chatWin .msgs
{
	height: 135px;
	padding: 6px;
	overflow: auto;
}

#chatWin #talkingTo
{
    background: #f7a542;
    color: #fff; 
    font-weight: bold; 
    font-size: 11px; 
    line-height: 18px; 
    height: 18px; 
    padding: 5px;
}

#chatWin .msgs div#msg
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #eee;
}

#chatWin #csrsContainer #csrs
{
	margin-top: 5px;
}

#chatWin #csrs a
{
	color: #4163DE;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	width: 169px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	position: relative;
}

#chatWin #csrs a span
{
    margin-left: 50px;
    position: relative;
}

#chatWin #csrs a img[alt=csrIco]
{
    border: 0px;
    position: absolute;
    left: 10px;
    top: 13px;
}

#chatWin #inp
{
	background: #eee;
	border: solid 2px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

#chatWin #inp textarea
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	width: 286px;
	height: 42px;
	min-height: 42px;
	background: #e4e7f4;
	color: #333;
	border: 0px;
	overflow: auto;
	padding-left: 4px;
	border-right: solid 2px #ccc;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	resize: none;
}

#chatWin #inp input[type=button]
{
	font-family: Verdana;
	font-size: 12px;
	border: 0px;
	height: 44px;
	width: 70px;
	color: #888;
	background: #eee;
	font-weight: bold;
	border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}