<!-- This is the _embedded_ instant message panel, not the floater that
     contains all the instant messages.  See floater_im.xml.  JC -->
<floater border="true"
     bottom="-298"
     can_close="true"
     can_drag_on_left="false"
     can_minimize="false"
     can_resize="true"
     enabled="true"
     follows="left|top|right|bottom"
     height="297"
     hidden="false"
     label="(unknown)"
     left="1"
     min_height="225"
     min_width="265"
     mouse_opaque="true"
     name="im_floater"
     rect_control=""
     title="(unknown)"
     width="501"
     default_tab_group="1">

	<string name="ringing">Joining Voice Chat...</string>
	<string name="connected">Connected, click End Call to hang up</string>
	<string name="hang_up">Left Voice Chat</string>

	<layout_stack border="false" left="2" bottom="1" width="495" height="277" follows="left|top|right|bottom" orientation="horizontal" tab_group="1">
    	<layout_panel border="false" name="im_contents_panel" min_width="115" left="0" bottom="0" width="495" height="295" follows="left|top|bottom|right" default_tab_group="1">
			<button left="4" bottom="-24" height="20" width="70" label="Call" enabled="false" follows="left|top" name="start_call_btn"/>
			<button left_delta="0" bottom_delta="0" height="20" width="70" label="End Call" follows="left|top" name="end_call_btn" visible="false"/>
    		<button left="460" right="493" bottom_delta="0" height="20" width="70" label="&lt; &lt;" label_selected="&gt; &gt;" follows="right|top" name="toggle_active_speakers_btn" visible="true" tool_tip="Click here to show list of active partipants in this IM session."/>
			
			<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
				bottom="-268" embedded_items="false" enabled="false"
				follows="left|top|right|bottom" font="SansSerif" height="240"
				hidden="false" left="4" max_length="2147483647" mouse_opaque="true"
				name="im_history" text_color="ChatHistoryTextColor"
				text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" />
			<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="4"
				enabled="true" follows="left|right|bottom" font="SansSerif"
				handle_edit_keys_directly="false" height="20" hidden="false" left="4"
				max_length="1022" mouse_opaque="true" name="chat_editor"
				select_all_on_focus_received="false" select_on_focus="false" tab_group="1"
				width="425" label="Click here to instant message" />
			<button bottom_delta="-1" enabled="true" follows="right|bottom" font="SansSerif"
				halign="center" height="20" hidden="false" label="Send"
				left="433" mouse_opaque="true" name="send_btn"
				scale_image="true" width="60" />
		</layout_panel>
			     
	     
    	<layout_panel auto_resize="false" can_resize="true" min_width="145" name="active_speakers_panel" top_delta="0" left="0" bottom="0" width="145" height="120" visible="false">
			<scroll_list name="speakers_list" left="0" right="145" top="120" bottom="78" column_padding="0" can_resize="false" follows="left|top|bottom|right" draw_heading="true" draw_stripes="false" multi_select="false" search_column="1">
	   			<column name="icon_speaking_status" width="20" sort="speaking_status"/>	
				<column name="speaker_name" label="Name" dynamicwidth="true"/>
				<column name="speaking_status" label="" width="0"/>
			</scroll_list>
			<panel name="volume_container" follows="left|bottom|right" left="0" right="145" bottom="0" border="true" mouse_opaque="true" bevel_style="in" can_resize="false" height="77">
				<button left="0" right="30" bottom="-28" height="24" name="profile_btn" follows="left|top" label="" image_overlay="icon_avatar_offline.tga" enabled="false"/>
				<text left_delta="34" bottom_delta="9" name="resident_name" valign="center" follows="left|top|right" width="110" font="SansSerif">Rumplstiltskin Califragilistic</text>
				<volume_slider
					name="speaker_volume"
					left="5"
					width="85"
					bottom_delta="-29"
					height="15"
					follows="left|top"
					min_val="0.0"
					max_val="1.0"
					increment="0.05"
					initial_val="0.5"
				/>
				<text type="string" width="45" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
					drop_shadow_visible="true" enabled="true" follows="left|top"
					font="SansSerifSmall" height="16" hidden="false"
					left="4" mouse_opaque="true" bottom_delta="-25" name="Mute:" v_pad="0">
					Mute:
				</text>
				<check_box
					name="mute_text_btn"
					width="50"
					bottom_delta="0"
					left_delta="32"
					follows="left|top"
					height="25"
					enabled="false"
					label="Text"
				/>
				<check_box
					name="mute_btn"
					follows="left|top"
					width="50"
					bottom_delta="0"
					left_delta="45"
					height="25"
					enabled="false"
					label="Voice"
				/>
				
			</panel>		
		</layout_panel>
	</layout_stack>
	<text hidden="true" name="live_help_dialog" wordwrap="false">
		*** Welcome to Help Request *** 
Please first check our SL Help Pages by pressing F1, or by accessing the Knowledge Base http://secondlife.com/knowledgebase/ 
If your answer is not there, please enter your question to begin, then allow a few moments for available helpers to respond.
-=-=- Response times will vary, especially during peak times -=-=-
	</text>
	<text hidden="true" name="title_string">
		Instant Message with [NAME]
	</text>
	<text hidden="true" name="typing_start_string">
		[NAME] is typing...
	</text>
	<text hidden="true" name="session_start_string">
	    Starting session with [NAME] please wait.
	</text>
</floater>
