html, body {
    font: normal 12px verdana;
    margin: 0;
    padding: 0;
    border: 0 none;
    /*overflow: hidden;
    height: 100%;*/
}

strong, strong * {font-weight: bold;}
em, em * {font-style: italic;}

img {
	border: 0;
	vertical-align: middle;
}

h2 {
	padding: 10px;
}

#header {
    background: #7F99BE url(../img/h1-bg.gif) repeat-x center;
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}
#files_link {
	float: right;
	margin: 0 10px;
	line-height: 26px;
}
#files_link a {
	color: #FFF;
}
.x-panel-body p {
    margin:5px;
}
.x-column-layout-ct .x-panel {
    margin-bottom:5px;
}
.x-column-layout-ct .x-panel-dd-spacer {
    margin-bottom:5px;
}
.settings {
    /*background-image:url(../ext/examples/shared/icons/fam/folder_wrench.png) !important;*/
}
.nav {
    /*background-image:url(../ext/examples/shared/icons/fam/folder_go.png) !important;*/
}
#tree {margin-top1: 100px;}

#tree .iconFolder {
	background-image: url(../ext/resources/images/default/tree/folder-open.gif);
}

.post {
	position: relative;
	margin: 0;
	padding-right: 110px;
}

.post_sub- {
	padding: 10px;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	border-right: 1px solid #99bbe8;
}

.post h2{
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
}

.post .post_data- {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.post .post_data- p {
	margin: 6px 0 0;
	padding: 0;
}

.post .right- {
	position: absolute;
	right: 0px;
	display: none;
	width: 110px;
}

.post .right_link- {
	margin: 3px;
	font-size: 10px;
}

.post .right_link- a {
	display: block;
	padding: 3px;
	border: 1px solid #fff;
	font-size: 10px;
	width: 22px;
	color: #888;
}

.post .right_link- a:hover {
	border: 1px solid #f0f5fc;
}

.post.x-view-over .post_sub- {
	background1: #F6F6F6;
	border-top: 0px dotted #CCC;
	border-bottom: 0px dotted #CCC;
}

.post.x-view-over .right- {
	display: block;
}

.loading {
	padding: 40px;
	text-align: left;
}

.loading img {
	margin-right: 8px;
}

.cut {
	padding: 8px;
	border-style: dotted;
	border-color: #666;
	border-width: 0 1px;
	border1: 1px dotted #666;
	background: #EEE;
}

.edit_b {
	clear: all;
	width: 160px;
	margin-left: 7px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.x-clear, .cl {
	clear: both;
}

#images-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

#images-view .x-view-over-main{
    border:1px solid #dddddd !important;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

#images-view .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#images-view .x-view-selected .thumb{
	background:transparent;
}
#images-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
	min-width: 500px;
}
#images-view .thumb-wrap-main{
	float: left;
	clear: left;
	border: 1px solid #fff;
	line-height: 21px;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
	min-width: 40%;
	//width: 50%;
}
#images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
}
