.imgMinimize{
  height: 24px;
  width:24px;
}
.divCloseSession{
  height:24px;
  line-height:24px;
  border:0px solid red;
  color:white;
  background-color:#515151;
  cursor:pointer;
  font-size: 10px;
  margin: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.tdChatButtonText{
  vertical-align:middle;
  background-color:white;
  font-family: verdana;
  font-size:12px;
  color:black;
  font-weight:bold;
  padding-right:10px;
}
.divChatButton{
  font-family: verdana;
  position: fixed;
  bottom: 0;
  right:  0;
  margin-right:10px;
  margin-bottom:10px;
  height: 100px;
  width:250px;  
  overflow:hidden;
  padding:0px;
  border:1px solid black;
  background-color:white;
  cursor:pointer;
}
.divChatHeader{
  height:20px;
  font-family: verdana;
  color: white;
  background-color:#252525;
  width:100%;
  font-size:12px;
  text-align:left;
  /*cursor:pointer;*/
  overflow:hidden;
  white-space:nowrap;
  padding-left:8px;
}

.divChatHeader td{
	 vertical-align:top;
}

.divChatWindow{
  font-family: verdana;
  position: fixed;
  bottom: 0;
  right:  0;
  margin-right:10px;
  margin-bottom:10px;
  width:  93%;
  max-width: 500px;
  max-height: 520px;
  height: 100%;
  padding:0px;
  border:1px solid black;
  overflow:hidden;
  z-index: 2;
}

.divChatHide{
  margin: 6px;
  cursor:pointer;
  color:white;
}


.imgChatMinimize
{
  margin-left:25px;
}

.hlChatCloseSession
{
  color:white;
  font-weight:bold;  
  text-decoration: none;
  padding-right:5px;
}


.hlChatCloseSession:hover
{
  text-decoration: underline;
  cursor:pointer;
}

.ifChatIFrameWindow{
  width:100%;
  height:110%;
  background-color:white;
  border:0px solid red;
}

#tdIframe
{
  background-color: purple;
  height:100%;
  border:0px solid blue;  
  background-color:white;
  padding-bottom:0px;
  padding-right:0px;
}