table {BORDER-COLLAPSE: collapse}


body {
	background-color: White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #000000;	
}
#logo_home h1 a {
 
  display: block;
  background-image: url(/black.jpg);
  background-repeat: no-repeat;
  background-position: left top;
   width: 55px;
  height: 35px;
background-size: 55px 35px;
  text-indent: -9999px;
  color : #000000;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana;
	color : #000000;
}

input, a, .login
{
  -webkit-border-radius: 5px 5px;
  border: 1px solid;
  padding: 3px;
  margin: 2px;
  border-color: #A0A0A0;
  border-radius: 5px 5px 5px 5px;
  text-decoration: none;
  color: #000;
  box-shadow: 3px 3px 2px #CCCCCC;
}

.login
{
  width: 300px;
  margin: auto;
}

.msisdn_btn {
  width: 170px;
  height: 18px;  
  -webkit-border-radius: 5px 5px;
  border: 1px solid;
  padding: 3px;
  margin: 2px;
  border-color: #A0A0A0;
  border-radius: 5px 5px 5px 5px;
  cursor: Pointer;
  color: #000;
  box-shadow: 3px 3px 2px #CCCCCC;
}
.msisdn_btn:hover{
  border-color: #000;
  box-shadow: 3px 3px 2px #CCCCCC;
}
.msisdn_btn_red {
  width: 170px;
  height: 18px;  
  -webkit-border-radius: 5px 5px;
  border: 1px solid;
  padding: 3px;
  margin: 2px;
  border-color: #FF9090;
  border-radius: 5px 5px 5px 5px;
  cursor: Pointer;
  color: #FF0000;
  box-shadow: 3px 3px 2px #CCCCCC;
}
.msisdn_btn_red:hover{
  border-color: #FF0000;
}

.msisdn_holder
{
  width: 200px;
  height: 700px ;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

.chat, .profile
{
  border: 0px;
  height: 600px ;
  padding: 5px;
  margin: 0px;
  overflow: auto;
}

.sendmessage
{
  border-top: 1px solid;
  height: 60px ;
  padding: 10px;
  margin: 0px;
  overflow: auto;
}

.chat_holder
{
  width: 99%;
  
  padding: 2px;
  margin: 2px;
  padding-bottom: 7px;
  border-color: #D0D0D0;
  
}

.chat_sender_operator
{
  display: block;
  float: left;
  color: #80FF80;
  border: 0 none;
  padding: 2px;
  font-weight: bold; 
}

.chat_sender_msisdn
{
  display: block;
  float: left;
  color: #FF8080;
  border: 0 none;
  padding: 2px;
  font-weight: bold;
}

.chat_text
{
  display: inline;
  color: #000;
  border: 0 none;
  padding: 2px;
}

.chat_date
{
  position: relative;
  display: inline;
  float: right;
  color: #A0A0A0;
}

.colordiv
{
  margin: 2px;
  width: 15 px;
  height: 15px;
  background-color:#808080;
  display: inline;
}