﻿table.manager
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 695px;
	margin-bottom: 0px;
}
table.manager thead
{
	border: 1px solid #ccc;
}
table.manager th
{
	color: #333;
	background: #dfdfdf url(/images/manage_table_header.png) repeat-x left top;
	text-align: left;
	padding: 4px 5px;
	text-shadow: 0 1px 1px #fff;
}
table.manager th.comments, table.manager th.rating, table.manager th.actions
{
	text-align: center;
}
table.manager tbody
{
	border: 0px solid #ccc;
}
table.manager tr.zebra
{
	background-color: #edf4fa;
}
table.manager td
{
	padding: 5px 5px 6px 5px;
	vertical-align: top;
}
table.manager td.subject
{
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.3em;
}
table.manager td.subject .snippet
{
	color: #aaa;
}
table.manager td.subject img
{
	width: 62px;
	height: 47px;
	float: left;
	margin-right: 8px;
}
table.manager .inactive .subject
{
	color: #666;
	padding-left: 75px;
}
table.manager .active
{
	font-weight: bold;
}
table.manager td.date
{
	font-size: .91em;
	color: #666;
	padding-top: 5px;
	line-height: 1.2em;
}
table.manager td.comments, table.manager td.rating
{
	text-align: center;
}
table.manager td.actions
{
	text-align: right;
}
table.manager td.actions a
{
	padding: 0 0 0 0px;
}
table.manager td.widget img
{
	float: left;
	margin: 0 7px 0 0;
}
table.manager a
{
	text-decoration: none;
}
table.manager a:hover
{
	text-decoration: underline;
}
.locked
{
	padding-left: 10px;
	background: url(../i/common/icons/lock_tiny.png) no-repeat left center;
}
#queuedCommentsForm
{
	padding: 10px;
	background: #eee;
	margin-bottom: 30px;
}
#commentsForm .paging
{
	text-align: left;
}
img.bordered
{
	border: 4px solid #ccc;
	float: left;
	margin: 0 8px 8px 0;
}
#manage.manage .contentSideBox
{
	width: 260px;
}
#manage.manage .contentBox
{
	width: 690px;
}
#manage.manage .contentSideBox h2
{
	margin-bottom: .6em;
}
#manage.manage h2.spotlight
{
	background: url(..) no-repeat ri;
}
#manage.manage .contentSideBox .edit
{
	width: 90px;
	float: right;
	text-align: right;
}
#manage.manage .contentSideBox .counter
{
	float: right;
	margin: 0;
	padding: 0 3px;
}
#manageItems li
{
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	font-size: .91em;
}
#manageItems .itemCategory
{
	float: left;
	margin-right: 10px;
	width: 180px;
}
#manageItems .itemCategory .dimmed
{
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px 0 0 18px;
}
.manageGuestbook .itemCategory .dimmed
{
	background-image: url(../i/common/icons/guestbook.png);
}
.managePhotos .itemCategory .dimmed
{
	background-image: url(../i/common/icons/photo.png);
}
.manageBlog .itemCategory .dimmed
{
	background-image: url(../i/common/icons/blog.png);
}
.manageVideos .itemCategory .dimmed
{
	background-image: url(../i/common/icons/video.png);
}
.manageClans .itemCategory .dimmed
{
	background-image: url(../i/common/icons/clan.png);
}
.manageMusic .itemCategory .dimmed
{
	background-image: url(../i/common/icons/music.png);
}
.manageEvents .itemCategory .dimmed
{
	background-image: url(../i/common/icons/event.png);
}
.managePolls .itemCategory .dimmed
{
	background-image: url(../i/common/icons/poll.png);
}
#manageItems .itemContent
{
	float: left;
	margin-right: 10px;
	width: 340px;
}
#manageItems .itemContent a, #manageItems .itemCategory h2 a
{
	text-decoration: none;
	color: #222;
}
#manageItems .itemContent a:hover, #manageItems .itemCategory h2 a:hover
{
	text-decoration: underline;
}
#manageItems .itemContent .dimmed, #manageItems .itemContent .dimmed a
{
	color: #999;
}
#manageItems .itemContent img.video
{
	width: 62px;
	height: 47px;
}
#manageItems .itemActions
{
	float: right;
	width: 160px;
}
#manageItems .itemActions a
{
	padding-bottom: 2px;
}
#manageItems h2
{
	margin-bottom: 3px;
}
#profileform .interests li
{
	float: left;
	width: 33%;
}
table.form td.show
{
	text-align: right;
	padding-right: 5px;
}
