@charset "utf-8";

.window-popup #stage {
	width: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ebebeb;
}

.window-popup #header {
	margin-bottom: 20px;
}

.window-popup #header, .window-popup #container, .window-popup #footer {
	padding: 0px;
}

.window-popup #container .ui-section .ui-section-content {
	overflow: auto;
}

.window-popup #footer .action {
	height: 23px;
	padding: 0px;
	line-height: 23px;
	text-align: right;
}

/* POST POPUP */
.post-tabs-panel {
	height: 450px;
}

.post-tabs-panel .ui-section .ui-section-content {
	padding: 9px 0px 8px 0px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.post-tabs-panel .ui-section .ui-section-footer {
	margin-bottom: 0;
	padding: 9px 15px 8px 15px;
	border: none;
	text-align: left;
}

table.post-table {
	width: 100%;
}

table.post-table,.post table.post-table th,.post table.post-table td {
	border: none;
	border-spacing: 0px;
	background: transparent;
}

table.post-table th {
	padding: 0px 7px 0px 5px;
	line-height: 19px;
}

table.post-table tbody {
}

table.post-table td {
	padding: 3px 7px 2px 5px;
}

table.post-table td.action {
	width: 53px;
	height: inherit;
	padding-right: 0px;
	line-height: inherit;
	text-align: right;
}