<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="left|top|right"
 height="57"
 label="im_header_container"
 layout="topleft"
 left="8"
 name="im_header_container">
    <panel
     background_visible="true"
     bevel_style="in"
     bg_alpha_color="black"
     follows="left|top|right"
     height="30"
     label="im_header"
     layout="topleft"
     name="im_header"
     top_pad="17">
        <avatar_icon
         follows="left"
         height="20"
         image_name="icon_avatar_online.tga"
         layout="topleft"
         left="5"
         mouse_opaque="true"
         name="avatar_icon"
         top="5"
         width="20" />
        <text
         follows="left|right"
         font="SansSerifBigBold"
         height="20"
         layout="topleft"
         left_pad="10"
         right="-50"
         name="user_name"
         text_color="white"
         top="5"
         value="Darth Vader"
         use_ellipses="true" />
        <text
         follows="right"
         font="SansSerifBig"
         height="20"
         layout="topleft"
         name="time_box"
         right="0"
         text_color="white"
         top="5"
         value="23:30"
         width="50" />
    </panel>
</panel>