html {height:100%;}
body {
	background-image:url(../images/fileman/interface/bg.png);
	background-repeat:repeat;
	background-color:whitesmoke;

	height: 100%;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:12px;
	cursor:default;
	overflow:hidden;
}

.loginText {
	color: dimgray;
	font-size:12px;
	margin:5px;
}
.loginFeedback div.x-window-body {
	background-color:white !important;
	border: 1px solid silver !important;
	padding: 10px;
}

#viewport {text-align:left;}
#feedback-div-text {margin: 5px;}
#viewport .x-window-tl .x-panel-icon {padding-left:24px !important;}

.headerIcons-appWindow {background-image:url(../images/fileman/interface/icons/fr.png);}
.headerIcons-email {background-image:url(../images/fileman/interface/icons/email_attach.gif);}
.headerIcons-weblink {background-image:url(../images/fileman/interface/icons/world_link.gif);}
.headerIcons-audio {background-image:url(../images/fileman/interface/icons/audio.png);}

.thumbnailWraper {
	overflow:hidden;
	text-align:center;
}
.thumbnailWraper .thumb {
	margin:4px;
	background-color:#FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #E0E0E0;
	overflow:hidden;
}
.thumbnailWraper .thumb table {
	height:100%;
	width:100%;
}
.thumbnailWraper .thumb table td {
	text-align:center;
	vertical-align:middle;
}
.thumbnailWraper .thumb table td.lthumb {
	background-image:url(../images/fileman/interface/thumbnail_loading.gif);
	background-position: center center;
	background-repeat:no-repeat;
}
.thumbnailWraper .filename {
	margin:4px;
	margin-top:0px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}
.thumbnailedItem {
	border:1px solid white;
	background-color:white;
	cursor:default;
	float:left;
	margin:5px 5px 10px;
	width:auto !important;
}
.thumbnailedItemSelected {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #AACCF6 !important;
	background-color:#D9E8FB !important;
}
.thumbnailedItemSelected .thumbnailWraper .thumb {
	border:1px solid #AACCF6 !important;
}
.thumbnailedItemOver {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color:#ddd;
	background-color:#efefef;
}
/* Tree/Grid separator */
.x-layout-split {
	background-color:#EFEFEF;
	border-right:1px solid #D0D0D0;
	border-left:1px solid #D0D0D0;
}