.d {background-color: #ffffff;}
.h {background-color: #e1e1e1;}

body {
	background: #ffffcc; //e0e0fe;			/* USER: background */
	color: #000000; // 202029;					/* USER: window text */
	margin: 0px;
	padding: 0px;
	font: 11px arial,helvetica, sans-serif;
}

td {
	font: 11px arial,helvetica, sans-serif;
}

#dTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	/* background: #505060;		/* USER: header */
	background: #ffffcc;  //e0e0fe;
	border-bottom: 3px groove #505060;//ccc;		/* USER: header */
	
}

#dLogout {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 20px;
	width: 200px;
	height: 25px;
	padding-top: 4px;
	text-align: center;
	font: 11px arial,helvetica, sans-serif;
	color: #000000; //202029;					/* USER: window text */
	background: #ffffcc; //e0e0fe;			/* USER: background */
	border: 2px inset #818F93; //808099;		/* USER: border */
	white-space: nowrap;
	
}

#dToolbar {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 10px;
	width: 670px;
	height: 45px;
	padding-top: 2px;
	text-align: center;
	font: 11px arial,helvetica, sans-serif;
	color: #000000; //202029;					/* USER: window text */
	background: #ffffcc; //d0d0df;			/* USER: background */
	border: 2px groove #818F93; //e0e0fe;		/* USER: border */
	/* border-left: 5px groove #505060;		/* USER: border */
	white-space: nowrap;
	
}

.toolbarItem {
	height: 40px;
	width: 40px;
	padding-top: 33px;
	font: 9px arial,helvetica, sans-serif;
	font-weight: bold;
	cursor: default;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	white-space: nowrap;
	cursor: hand;
}

#toolbarConnect {
	background: url(images/toolbar_connect.gif) no-repeat top center;
}

#toolbarConnect:hover {
	background: url(images/toolbar_connect_hover.gif) no-repeat top center;
}

#toolbarDisconnect {
	background: url(images/toolbar_disconnect.gif) no-repeat top center;
}

#toolbarDisconnect:hover {
	background: url(images/toolbar_disconnect_hover.gif) no-repeat top center;
}

#toolbarTransfer {
	background-image: url(images/toolbar_transfer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#toolbarTransfer:hover {
	background-image: url(images/toolbar_transfer_hover.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#toolbarLogout {
	background: url(images/toolbar_close.gif) no-repeat top center;
	float: right;
}

#toolbarLogout:hover {
	background: url(images/toolbar_close_hover.gif) no-repeat top center;
	float: right;
}

.btn {
	height: 20px;
	color: #fff;
	border: 1px outset #eef;
	font: 10px arial,helvetica, sans-serif;
	font-weight: bold;
	width: 60px;
	background: url(images/btngrey.gif);
}

.btnGreen {
	background: url(images/btngreen.gif);
	color: #000;
}

.btnRed {
	background: url(images/btnred.gif);
}

.basicBox {
	background: #c1ced1;// //C1CED1;		/* USER: background 2 */
	border: 1px solid #818F93;//818F93;	/* USER: border */
	font: 11px arial,helvetica, sans-serif;
	padding: 1px;
}


.miniTitle {
	background: #505060;		/* USER: header */
//	border-top: 1px inset;
	color: #fff;
	font: 10px arial,helvetica, sans-serif;
	padding: 1px;
	margin: 1px;
	padding-top: 2px;
	padding-left: 5px;
	height: 12px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	
}



#dChatbox {
	position: absolute;
	top: 180px;
	left: 10px;
	height: 360px;
	width: 410px;
}

#dDetails {
	position: absolute;
	top: 180px;
	left: 430px;
	width: 265px;
	height: 110px;
}

#dOperators {
	position: absolute;
	top: 180px;
	left: 705px;
	right: 10px;
	height: 110px;
}

#dResponses {
	position: absolute;
	top: 300px;
	left: 430px;//430
	right: 10px;
	height: 240px;
}

#dVisitors {
	position: absolute;
	top: 65px;
	left: 10px;
	right: 10px;
	height: 109px;
}

#tblVisitors
{
	background: #fff;
	border: 1px solid #000;
	margin: 2px;
	width: 99%;	
}

#tblVisitors TD
{
	background: #fff;
	font: 10px arial,helvetica, sans-serif;
	border: 1px solid #777;
}

#tblVisitors TH
{
	background: #ddd;
	font: 10px arial,helvetica, sans-serif;
	font-weight: bold;
	border: none;
	border: 2px ridge #666;
}

textarea {
	font: 10px courier, monospace;
	background: #fff;
	border: 1px inset #818F93;//818F93;	/* USER: border */
}

#chatLog {
	height: 220px;
	width: 400px;
	margin: 1px;
	margin: 0px;
	border-top: none;
}

#chatInput {
	width: 400px;
	height: 55px;
	border-top: none;
}	

#chatArea {
	padding: 2px;
	padding-top: 4px;
	border: 1px solid #818F93;//818F93;	/* USER: border */
	margin: 2px;
}

.tabNewMsg {
	font-weight: bold;
	font: 12px arial,helvetica, sans-serif;
	background: #c1cEe1;
	border-left: 1px inset #818F93; //818F93;	/* USER: border */
	border-top: 1px inset #818F93; //818F93;	/* USER: border */
	border-right: 2px outset #818F93;//818F93;	/* USER: border */
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 0px;
	cursor: default;
	font-weight: bold;
}

.tabActive {
	font-weight: bold;
	font: 12px arial,helvetica, sans-serif;
	background: #c1cEe1 url(images/bluegrad.gif);
	border-left: 1px inset #818F93; //818F93;	/* USER: border */
	border-top: 1px inset #818F93; //818F93;	/* USER: border */
	border-right: 2px outset #818F93;//818F93;	/* USER: border */
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 0px;
	cursor: default;
	font-weight: bold;
}

.tabInactive {
	font: 12px arial,helvetica, sans-serif;
	background: #A1AEB1;
	border-bottom: 2px solid #818F93;//818F93;	/* USER: border */
	border-top: 1px solid #818F93;//818F93;	/* USER: border */
	border-right: 1px solid #818F93;//818F93;	/* USER: border */
	border-left: 1px inset #818F93;//818F93;	/* USER: border */
	background-position: 0px 2px;
	text-align: center;
	color: #616E71;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 1px;
	cursor: default;
}

#btnSend {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#respTab1 {
	height: 15px;
	padding: 0px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#respTab2 {
	height: 15px;
	padding: 0px;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.treeBox {
	background: #fff;
	border: 1px inset #818F93;//818F93;	/* USER: border */
	height: 212px;
	width: 390px;
	overflow: auto;
	border-top: none;
}

#dTreeText {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	border: none;
}

#dTreeLink {
	position: relative;
	top: 0px;
	left: 0px;
	border: none;
	display: none;
}

#selOperator {
	width: 120px;
	height: 88px;
	font: 11px arial,helvetica, sans-serif;
}


////000000;//FFFFFF
//-------------------------



//000000;
.button { 
          background: #;//006600; 
          color: #000000;//ffffff; 
          font-weight: bold; 
          width: 60px; 
          height: 22px;
          font-family: arial, verdana, tahoma, ms serif;
          font-size: 12px;
}
.g_td { background-color: #505060;//009900
        border: 0px solid #E0F8DC;
        width: 154px; 
        height: 18px;

}
.inp {  border: 0px solid #818F93;
        background-color:#ffffcc;//D7FDD8;
        width: 150px; 
        height: 18px;

}
.operhead { 
		background-color: #505060; //5699DD;
		}

.avtext {
        color: #000000;
		 font-weight:bold
}
.aatext {
        color: #000000;
}
.headTitle {
        font-family: arial, verdana, tahoma, ms serif;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF; 
}
.text {
        font-family: arial, verdana, tahoma, ms serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF; 
}

