﻿.tagged
{
	width: 200px;
	padding: 5px;
	display: table;
	font-size: 12px;
	border-bottom: 1px solid #777;
	margin-bottom: 5px;
	text-align: left;
}
.tagged .im_tag
{
	width: 48px;
	height: 48px;
	padding: 2px;
	border: 1px solid #AAA;
	float: left;
	margin-right: 6px;
}
.tagged .command
{
	text-align: right;
}
.tagged .command a, .tagged .command a:visited
{
	color: #DDD;
	font-size: 10px;
	text-decoration: underline;
}
.tagged .command a:hover
{
	color: #FF0099;
	font-size: 10px;
	text-decoration: none;
}
.tagged .im_tag img
{
	width: 48px;
	height: 48px;
}
.tagged .detail
{
	width: 140px;
	overflow: hidden;
	float: left;
}
.tagged .detail .date
{
	font-size: 80%;
	color: #c0c0c0;
	padding:2px 0 2px 0;
}
.tagged .message
{
	font-size: 14px;
	width: 130px;
	height: 15px;
	overflow: hidden;
	display: block;
	color: #FFF;
	padding:2px 0 2px 0;
}

.tagged .detail .name
{
	font-size: 10px;
	width: 130px;
	height: 13px;
	overflow: hidden;
	display: block;
	color: #c0c0c0;
	padding:2px 0 2px 0;
}
