/**
* CSS for Liveusers Content
**/

/* The List of users */
#liveusers {
	width:100%;
}

/* A List Item */
#liveusers .liveuser {
	width:100%;	
}

/* A List Item Link */
#liveusers .liveuser a {
	
}

/* A List Item Image */
#liveusers .liveuser a img {
	padding-right: 2px;	
	vertical-align: middle;	
}

#div1 {
    border: 1px solid red;
    background: orange;
}
#debugx {
    border: 1px solid #e0e0e0;
    color: #c0c0c0;
    font-size: 10px;
    padding: 6px;
    padding-left: 6px;
}
#header_d {
    border: 1px solid #e0e0e0;
    background: #eeeeee;
    color: #cccccc;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    padding-left: 6px;
    margin-top: 10px;
}

.line_b {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

div.float_l {
    float: left;
}

div.clear_b {
    clear: both;
}