@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	min-width:0;
	width: 100%;
}

.blockfoot {
	text-align:center;
}

#attachments dl.total,
#whoposted dl.total {
	float:right;
	padding:5px;
	margin-right: 5px;
	margin-top: -1px;
}
#attachments dl.stats dt,
#whoposted dl.stats dt ,
#attachments dl.stats dd,
#whoposted dl.stats dd  {
	color: #FFFFFF;
}

.posterlist .blockrow img {
	vertical-align:middle;
}

.posterlist .blockrow {
	border-bottom:solid 1px #cedfeb;
	background:#F5F5FF none repeat-x center bottom;
}

.posterlist .blockrow:last-child {
	border-bottom:none;
}

.posterlist .blockrow ul.stats, .posterlist .blockrow ul.desc, .posterlist .blockrow dl {
	float:right;
	font-size:11px;
	margin-left:10px;
}

.posterlist .blockrow ul.desc {
	text-align:right;
	padding-right:10px;
}

.posterlist .blockrow .attachment {
	line-height:2em;
	white-space:nowrap;
	overflow:hidden;
}

/* Smilie Popup */

#smilies p.description {
	font-size:11px;
	font-decoration:normal;
}

#smilies ul.smilielist li {
	float:left;
	margin:5px;
	width:75px;
	height:78px;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#smilies ul.smilielist li div.smilie {
	width:71px;
	height:57px;
	overflow:hidden;
	background:#F5F5FF  no-repeat;
	border-top:solid 1px #6b91ab;
	padding:2px;
}

#smilies ul.smilielist li div.table {
	display:table;
	margin:auto;
	height:100%;
	/* IE8 Need the following, see https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=425785#tabs */

	table-layout:fixed;
	width:71px;
}

#smilies ul.smilielist li div.tablecell {
	display:table-cell;
	vertical-align:middle;
}

#smilies ul.smilielist li div.smilie img {
	height:auto;
	max-width:71px;
	width:auto !important;
}

#smilies ul.smilielist li div.label {
	font-size:11px;
	overflow:hidden;
	white-space:nowrap;
	height:14px;
	background:transparent  repeat-x bottom;
	border-top:solid 1px #cedfeb;
	border-bottom:solid 1px #6b91ab;
}

/* Contact Popup */

#contacts li input {
	float:right;
}

a.username.online {
	background:url(images/statusicon/user-online.png) top left no-repeat;
	padding-left:1.5em;
}

a.username.offline {
	background:url(images/statusicon/user-offline.png) top left no-repeat;
	padding-left:1.5em;
}

a.username.invisible {
	background:url(images/statusicon/user-invisible.png) top left no-repeat;
	padding-left:1.5em;
}

/* Old Attachment Manager */

#attachments .errorlist .title {
	font-weight:bold;
}

#attachments .errorlist li {
	list-style-type:disc;
	margin-left:1.5em;
}

#attachments .urlboxlist li,
#attachments .attachboxlist li {
	margin-right:1.5em;
	margin-top:2px;
}

#attachmentkey {
	width:100%;
}

#attachmentkey tr.tablerow {
	background:#F5F5FF none repeat-x center bottom;
	border-top:solid 1px #cedfeb;
}

#attachmentkey tr.tablerow td {
	padding:6px;
	display:table-cell;
}

a.username.online.highlight, a.username.invisible.highlight{
	font-weight:bold;
	color: red; 
}