html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: #808281;
    height: 100%;
    font-family: Arial, ;
}
.intro {
    line-height: 1.5;
    margin: 0em;
    margin-top: 0em;
    padding: 0.5em;
    border: 1px solid #CCC;
    background: white;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    position:relative;
    font-size:14px;
}
.logo 
{
    margin: 0;
    padding-top: 12px;
    float: left;
    font-size: 1em;
    margin-left: 1em;
    margin-right: 1em;
}
.tagline 
{
   line-height: 0.90;
   top: 50px;
   margin-left: 0em;
   margin-right: 0em;    
   text-align:center;
   float: left;
   color: #0f588d;
   font-size:36px;
   font-family: Calibri, Microsoft Sans Serif;
   font-weight: bold;
}
.onlinecount 
{
	font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    width:150px;
    text-align:right;   
    color: #fff;
    position: absolute;
    right: 25px;
    top: 30px;      
}
.chatbutton {
    text-align: center;
   	width:488px;
   	height:62px;
   	background: #fff;
	font-family: sans-serif, Calibri, Arial;   	
   	font-size:25px;
   	font-weight:bold;
   	color:#fff;
    border-radius: 0.65em;
    -moz-border-radius: 0.65em;
    -webkit-border-radius: 0.65em;   	
   	cursor:hand;
    cursor: pointer;   	
}
.lblSansBold16
{
	font-family: Microsoft Sans Serif, Calibri, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #0f588d;
}
.lblSansNormal11
{
	font-family: Microsoft Sans Serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}
.lblCalibriBold17
{
	font-family: Calibri; 
	font-weight:bold; 
	font-size:17px; 
	color:#000; 
}
.lblArialNormal12
{
	font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}
#chatBox 
{
    line-height: 1.5;
    margin: 0em;
    padding: 0em;

    position:relative;
    left:0px; 
    top:0px;
    
    height:100%; 
    width:100%; 
}

#AdvtScrapper 
{
    line-height: 1.5;
    margin: 1em;
    margin-top:0px;  
    width:160px;
    height:600px;
    position:absolute;
    //top:138px;
    top:168px;
    //top:0px;
    right: 0px;
    padding: 0.5em;
    padding-top: 0;
    //background: white;
}
.logwrapper{
    border: 1px solid #CCC;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    background: white;
    position: absolute;
    left: 0em;
    right: 0em;
    bottom: 6.35em;
    /* Dimensions for IE: */
    _width: 96%;
    _height: 600px;    
    //_height: 250px;        
}

img {
    border: 0 none;
}

.controlwrapper{
    position: absolute;
    bottom: 1.75em;
    left: 1em;
    right: 1.5em;
    //height: 4em;
}

.controltable 
{
    border-collapse: separate;
    border-spacing: 0;
}

.disconnectbtnwrapper {
    margin-right: 0.5em;
}

.disconnectbtn 
{
    font-family: sans-serif;
    font-size: 1em;
    background: white;
    width: 7em;
    height: 6.5em;
    padding: 0;
    margin: 0;
    border: 0 none;
}
.sendbtnwrapper 
{
    margin-left: 0.5em;
}
.sendbtn 
{
    font-family: sans-serif;
    font-size: 1em;
    background: white;
    width: 7em;
    height: 6.5em;
    padding: 0;
    margin: 0;
    border: 0 none;
}
.topRoundCorner{
    border-radius-topright: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    border-radius-topleft: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
}
.chatmsgcell 
{
    width: 100%;
    background:white;
    border:0px solid brown;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;    
}
.chatmsgwrapper {
    background: white;

    border:0px solid blue;    
    border-top: 1px solid #CCC;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
        
	position: relative;
	left:0px; 
	bottom:0px;
	
    padding-bottom:0em;
    margin-bottom:0em;   
}
.chatmsg {
    width: 100%;
    background: white;
    font-family: sans-serif;
    font-size: 1em;   
    padding: 0;
    padding-left:5px;
    padding-right:5px;    
    margin: 0;
    overflow: auto;
    border:0px;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;  
}
.logbox {
    position: absolute;
    top: 0.5em;
    bottom: 0;
    left: 0.5em;
    right: 0;
    overflow: auto;
    /* Dimensions for IE: */
    _width: 97%;
    _height: 230px;
}




















.youmsg .msgsource {
    color: blue;
    font-weight: bold;
}
.strangermsg .msgsource {
    color: red;
    font-weight: bold;
}
.statuslog {
    color: #555;
    font-size: 0.9em;
    font-weight: bold;
}
.logitem {
    padding-bottom: 0.5em;
}
textarea:focus {
    outline: none;
}
#feedback label {
    font-size: 0.9em;
    font-weight: bold;
    color: #555;
}
#emailfield {
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#feedback h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
#feedback form {
    margin-left: 20px;
}
.logwrapper {
    margin-right: 182px;
    _width: 89%;
}

.labelFromStranger
{
	font-family:Arial;
	font-size:14px;
	color:red;
}
.labelFromHost
{
	font-family:Arial;
	font-size:14px;
	color:navy;
}
.labelFromServer
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:Green;
}
.labelMessage
{
	font-family:Arial;
	font-size:14px;
	color:black;
}