#newsPanel .x-panel-header-own {
	border-style		: none;
	text-align			: center;
	font-size			: 1.5em;
	font-weight			: bold;
	padding-bottom		: 20px;
	color				: #A9120B;
}
#newsPanel .x-panel-body {
	background			: white;
	font-size			: 0.6em;
}
#newsPanel .news-wrap {
	border				: 1px solid #A9120B;
	padding-bottom		: 10px;
	margin-bottom		: 30px;
}
#newsPanel .news-wrap-admin {
	border				: 1px solid #A9120B;
	padding-bottom		: 10px;
	margin-bottom		: 30px;
	cursor				: move;
}
#newsPanel .news-wrap-admin.x-view-over {
	background			: #eeeeee;
}
#newsPanel .news-wrap-admin.x-view-sortable-drag {
	background			: #ccccff;
	padding				: 0;
	border				: dashed #007 3px;
}
#newsPanel .news-title {
	font-size			: 1.8em;
	font-weight			: bold;
	padding-bottom		: 10px;
	color				: #505155;
}
#newsPanel .news-text {
	font-size			: 1.4em;
	padding-left		: 5px;
	padding-right		: 5px;
}
#newsPanel .news-admin {
	text-align			: right;
}
#newsPanel .toolbar {
	float				: none;
}
#newsPanel .x-toolbar-cell {
	text-align			: left;
}
#newsPanel .news-edit, #newsPanel .news-lock, #newsPanel .news-unlock, #newsPanel .news-delete {
	cursor				: pointer;
	width				: 24px;
	height				: 24px;
	margin-right		: 20px;
}
#newsPanel .news-add {
	background-image	: url(../img/icons/32x32/actions/edit_add.png) !important;
}

#uploadWin .file-wrap {
	float				: left;
	margin				: 4px;
	margin-right		: 0px;
	padding				: 5px;
}

#uploadWin .file-icon {
	padding				: 3px;
}

#uploadWin .file-icon img {
	width				: 64px;
	height				: 64px;
}

#uploadWin .file-wrap span {
	display				: block;
	overflow			: hidden;
	text-align			: center;
}