.center {
	text-align: center;
}
.banBody {
	display: table;
	width: 1000px;
	text-align: left;
	margin: 100px auto;
	
	border: 1px solid #800000;
}

.banHeader {
    padding: 4px;
    text-align: left;
    background: #EEAA88;
    color: #800000;
    font-weight: 800;
    font-size: 1.2em;
}

.banContent {
	padding: 8px;
	background: #ffe;
}

input[type="text"]:not(:first-of-type), input[type="password"]:not(:first-of-type), textarea:not(:first-of-type) {
	margin-top: 2px;
}

.managePanel {
	width: calc(100% - 8px);
	
    box-sizing: border-box;
	
	background: #F0E0D6;
	border: 1px solid #D9BFB7;
	border-left: none;
	border-top: none;

	color: #800000;
	
	word-break: break-word;
}

.managePanel h1 {
	background: #F0C0B0;
	font-size: 16px;
	padding: 4px;
	margin: 0px;
}

.managePanel ul {
	list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.managePanel li {
	width: 100%;
	
	box-sizing: border-box;
}

.managePanel li:hover {
	background: #F0C0B0;
}

.managePanel li a {
	color: inherit;
	text-decoration: none;
	
	display: block;
    width: 100%;
    
    padding: 4px;
    padding-left: 8px;
}

.manageTable {
	margin: 0 auto;
	font-size: inherit;
	
	text-align: left;
	border-collapse: collapse;
	
	width: 50%;
}

.manageTable tr:nth-of-type(even) {
	background: #F0E0D6;
}

.manageTable tr:hover {
	background: #F0C0B0 !important;
}

.indexRow {
	background: #F0C0B0 !important;
    font-weight: bold;
}

.manageTable td {
	padding: 2px 4px;
	max-height: 100px;
}

.manageTable td:not(:last-of-type) {
	padding-right: 8px;
}

td.shrink {
    white-space:nowrap;
}

td.expand {
    width: 99%;
}

.tableSeperator {
	height: 16px;
}

.reportedPost {
	width: 300px;
	height: 256px;
	padding: 0px;
	
	margin: 16px;
	float: left;
}
.reportedPost .top {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0px 4px;
	background: #F0C0B0;
	
	font-weight: bold;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.reportedPost .content {
	width: 100%;
	height: 200px;
	padding: 4px;
	
	background: #F0E0D6;
	
	overflow-y: auto;
}
.reportedPost .bottom {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0px 4px;
	background: #F0C0B0;
	
	font-weight: bold;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.reportedPost img {
	max-width: 100px;
	max-height: 100px;
	float: left;
	margin-right: 4px;
}

.actionContainer {
	margin: 0 16px;
	padding: 4px;
	overflow:hidden;
	text-align: left !important;
}

.actionButton {
	padding: 1px 3px;
    border: 1px solid #800;
    border-radius: 3px;
    background: #F0E0D6;
    text-decoration: none;
    color: inherit;
}

.actionButton:hover {
	background: #D9BFB7 !important;
	color: black !important;
}
