/*
	PM and File Bin page
*/

/*
   much is handled by forums.css,
   since PMs and the "new PM" form
   look just like forum posts and the "new reply" form respectively"
  */
  


/* in- / outbox */

#pm-list td {
	padding: 3px 8px;
}

#pm-list .new {
	width: 25px;
	border-right: none;
	padding: 5px 8px 1px 8px;
}

#pm-list .subject {
	border-left: none;
}
#pm-list td.subject {
	text-align: left;
}

#pm-list .sender,
#pm-list .time {
	width: 200px;
}

#pm-list .delete {
	width: 25px;
}

/* new PM */

#recipient {
	width: 25%;
	min-width: 250px;
	margin: 8px 0 12px;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
}







/* file bin */

#file-list td {
	padding: 6px 8px;
}

#file-list .type {
	width: 25px;
	border-right: none;
	padding: 5px 8px 1px 8px;
}

#file-list .name {
	border-left: none;
}
#file-list td.name {
	text-align: left;
	vertical-align: middle;
}
#file-list td.name .secondary-info {
	margin-left: 8px;
}

#file-list .time {
	width: 200px;
}

#file-list .delete {
	width: 25px;
}