
	/*	Avaya Aura Contact Center Multimedia
		Copyright © 2010 - 2013 Avaya Inc. All Rights Reserved	*/

/*************************************
**** Do not edit This Top Section ****
*************************************/

html, body  {
	Overflow:auto;
	/*** button hover fix for IE 6 ***/ 
	behavior: url("library/csshover3.htc"); 
	margin:0px;
	padding:0px;
}

.popover_window { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
	width:430px;
}

.popover_window_chat { 
	right:0px; 
	top:0px; 
	align: right;
	background-color: white;
	width:430px;
}

.popover_window_confirm {
	background-color: white;
	width:430px;
}

.popover_window_callback {
	background-color: white;
	width:430px;
}

.popover_window_email { 
	background-color: white;
	width:430px;
}

/*************************************
********** Common Classes ************
*************************************/

.bottom_gradient {
	background:url('../img/bk_grad_bottom.png') bottom repeat-x;
	width:100%;
}

.top_gradient {
	background:url('../img/bk_grad.png') top repeat-x;
	width:100%;
	height:100%;
}

.input_fields { 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#404040;
}

.input_fields input, select, textarea { 
	border:1px solid #E6E6E6;
}

.powered_by  {
	border-top: 1px solid #ccc;
	display: block;
	width: 325px;
	margin-left: 50px;
	bottom: 25px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	zoom: 1;
}

.red_font {
	color:red;
}

/*************************************
*********** index/home ***************
*************************************/

.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	text-align: left;
	color: #6B6267;
}

/*************************************
********* Webchat Pop up *************
*************************************/

.webchat_text_chat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	width:100%;
}

.webchat_history {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	background:#f7f7f7 url(../img/chat_bg.gif) 0 0 no-repeat;
	color: #6B6267; 
	width: 315px; 
	height: 150px;
	overflow: auto;
}

.webchat_text_field {
	width: 214px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left; 
	border: 1px solid #F0F0F0;
}

[disabled] 
{
	background-color:#EBEBEB;
}

.text_area_division {
	border: 1px solid #F0F0F0;
	border-right: 0;
	border-bottom: 0;
	margin-left:2px; 
	background: url(../img/accordion_bg.gif) no-repeat right bottom;
	background-color:#fcfcfc;
}

.webchat_connection_status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D32122;
	padding-left:50px;
	display: block;
	position: absolute;
	padding-top: 10px;
	text-align: left;
}

.call_me,
.call_me table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-align: left;
}

#contact_me_label {
	display: inline-block;
	width: 100px;
	padding-left:10px;
}

.icons {
	display: inline-block;
	cursor: hand;
	height: 20px;
	width: 20px;
	padding-left: 10px;
	float: right;
}

.status_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

.webchat_agent_image {
	height:90px;
	padding-left:20px;
}

.wc_submit  {
	background:none;
	border:none;
	color:#fff;
	background-color:#a1aaaf;
	height:35px;
	width:70px;
	padding:2px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	cursor:pointer;
	font-size: 12px;
}

.chat_submit:hover {
	background:none;
	border:none;
	color:#fff;
	background-color:#D32122;
	height:35px;
	width:70px;
	padding-bottom:2px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	cursor:pointer;
	font-size: 12px;
}

/*************************************
********* Call-back Pop up ***********
*************************************/

.webchat_text_callback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	width:100%;
}

/*************************************
*********** Email Pop up *************
*************************************/

.webchat_text_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-left:50px;
	color:#404040;
	width:100%;
}

/*************************************
*** Google Chrome - Hide Scroll Bar **
*************************************/

::-webkit-scrollbar { 
	height: 0px; 
	width: 0px; 
	background-color: inherit;
}

::-webkit-scrollbar-thumb {
	background: #696969;
	-webkit-border-radius: 0px;
	height: 0px;
}
