.redTube {
    width: 124px;
    height: 23px;
    border-radius: 25px; 
    background: red;
    margin-top: -407px;
    margin-bottom: 400px;

}

.greenTube {
    width: 124px;
    height: 23px;
    border-radius: 25px; 
    background: green;
    margin-top: -214px;
    margin-bottom: 214px;	
}
.heading{
	color:white;
}

.chat_bar{
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 8px;
  border: 1px solid  #000;
  background: #000;
  width: 30%;
  
}
.redCircle{
    background: red none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

.greenCircle{
    background: green none repeat scroll 0 0;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

.chat_list{
  float:right;
  width: 209px;
  position: fixed;
  bottom: 0px;
  right: 0;
  color: #fff;
  padding: 8px;
  border: 1px solid  #000;
  background: #000;
  width: 30%;

}

.dashed{
  border-bottom: 1px dotted #fff;
  text-align: center;
}

.chat_user{
  margin-top: 10px;
}

.chat_user ul li{
  padding-top: 10px;
}

li {
  list-style: none;
}

.line {
  outline:none; 
  text-decoration: none;
}
.line strong {
  text-align: center;
  color: red;
}
.line:hover {
  text-decoration:none;
} 
.line .showme {
    z-index:10;
    display:none; 
    padding:14px 20px;
    margin-top:32px; 
    margin-left:-100px;
    width:100px; 
    line-height:16px;
    
}
.line:hover .showme{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url('../last_loggedIn/images/css-tooltip-gradient-bg.png') repeat-x 0 0;
}
.callout {
  z-index:20;
  position:absolute;
  border:0;
  top:-14px;
  left:68px;
  width: 24px;
  height: 14px;
}
    
.line .showme
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
}


