﻿body   
{
    background:white;
    font-size: .80em;
    font-family: Open Sans, sans-serif, Helvetica, Arial, Verdana;
	 margin:0;
    padding: 0;
    color: rgb(102,102,102);
}

.chatpanel
 {
    background-color: white;
	 padding:10px;
	 margin:0;
}

.messagepanel
 {
   font-family: Open Sans, sans-serif, Helvetica, Arial, Verdana;
	font-size: 16px;
	margin:0;
	padding:0;
	color: rgb(102,102,102);
}

.sendmessage
{
    font-family: Open Sans, sans-serif, Helvetica, Arial, Verdana;
	 font-size: 16px;
	 color: rgb(102,102,102);
    background-color: white;
    width: 100%;
    height: 25px;
}
.replypanel {
	border-top: 1px solid lightgray !important;
	border-bottom: 1px solid lightgray !important;
	padding:5px;
}

.sendmessagewatermark
{
	font-style: italic;
	color: lightgray;
}

.myDialogClass .ui-dialog-titlebar
 {
    background: #007DA4;
}

.header{
	background-color:#007DA4;
	color:white;
	font-size:16px;
	vertical-align:middle;
	height:40px;
	padding:10px 20px ;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgray;
  font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: lightgray;
  font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: lightgray;
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: lightgray;
  font-style:italic;
}
.button
{
	background-color:#D0E4EB;
	color:#007DA4;
	border:none;
	width:100px;
	height:30px;
}
.button:hover{
	background-color:#007DA4;
	color:#D0E4EB;
	cursor:pointer;
}

