<head>
<style>
<!--

.ms-list7-top { font-weight: bold; color: black; border-left-style: none; border-right-style: 
               none; border-top-style: none; border-bottom: 0.5pt solid #C0C0C0; 
               background-color: #FFFFDD }

-->
</style>
</head>
<if condition="$show['unread']">
<tr>
			<if condition="$show['pmcheckbox']">

	<td class="ms-list7-top" align="center" style="border-style:ridge; border-width:1px; background-position: center; padding:0px; background-repeat:repeat; background-attachment:scroll" width="1%"><input type="checkbox" name="pm[$pmid]" value="$groupid" /></td></if>
	<td class="ms-list7-top" id="m$pm[pmid]" width="1%" style="border-style:ridge; border-width:1px; background-repeat: repeat; background-attachment: scroll; background-position: center; " align="justify">
		<div class="smallfont">
			<strong>
			<img border="0" src="i_new.gif" alt="" width="16" height="16"> 
			</strong>		</div>
	
	</td>
	<td  class="ms-list7-top" id="m$pm[pmid]" width="125"  style="border-style:ridge; border-width:1px; padding:0; background-repeat: repeat; background-attachment: scroll; background-position: center; vertical-align:middle; " align="justify">
					&nbsp;$userbit</td>
	<td class="ms-list7-top" id="m$pm[pmid]" width="77%" style="border-style:ridge; border-width:1px; background-repeat: repeat; background-attachment: scroll; background-position: center; ">
					
				
					<table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">
						<tr>
							<td>	<strong>
					<a href="private.php?$session[sessionurl]do=showpm&amp;pmid=$pm[pmid]">
							<span style="text-decoration: none">
							<font color="#000000">$pm[title]
</font>
</span></a></strong></td>
							<td width="150">
							<p align="right"><span style="float:$stylevar[right]" class="time">
							<font size="2">$pm[sendtime]</font></span></td>
						</tr>
					</table>
			</td>

</tr>
<else />
<tr>
<if condition="$show['pmcheckbox']">
	<td class="alt1" align="center" style="padding:0px; border-left-style:ridge; border-left-width:1px; border-right-style:ridge; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px" width="1%"><input type="checkbox" name="pm[$pmid]" value="$groupid" /></td></if>
	<td class="alt1" id="m$pm[pmid]" width="1%" style="border-left-style:ridge; border-left-width:1px; border-right-style:ridge; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px" align="justify">
		<div class="smallfont">
			
			<strong>
			<img border="0" src="i_read.gif" width="16" height="16" >
			</strong>				</div>
	
	</td>
	<td class="alt1" id="m$pm[pmid]" width="125" style="vertical-align:baseline; border-bottom-style:solid; border-bottom-width:1px; border-left-width:1px; border-right-width:1px">
		&nbsp;<a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]"><span style="text-decoration: none">$userbit</span></a></td>
	<td class="alt1" id="m$pm[pmid]" width="77%" style="border-bottom-style:solid; border-bottom-width:1px; border-left-width:1px; border-right-width:1px">
					<strong>
					<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
						<tr>
							<td><a href="private.php?$session[sessionurl]do=showpm&amp;pmid=$pm[pmid]">
					<span style="text-decoration: none">$pm[title]</span></a></strong></td>
							<td width="150">
							<p align="right"></font><span style="float:$stylevar[right]" class="time">
							<font size="2">$pm[sendtime]</font></span></td>
						</tr>
					</table>
</td>
			
</tr>
</if>