body
{
	background-color: #E2E2E2;
	margin:0 8px;
}

form
{
	margin: 0;
	padding: 0;
}

a	{
	outline:none;
}
a:link, a:visited	{color: #36c;}
a:hover, a:active	{color: #c00;}

.left,   .l	{text-align:left;}
.center, .c	{text-align:center;}
.right,  .r	{text-align:right;}
.fl	{display:block;float:left;}
.fr	{display:block;float:right;}
.clear, .cleared	{
	display:block;
	clear:both;
	float:none;
	margin:0;
	padding:0;
	border:none;
	font-size:0;
	height:0;
	overflow:hidden;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea, select
{
	margin:1px 0;
	padding:1px 3px;
	color:#333;
	border:1px solid #C7C7C7;
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;
}

.Frame
{
	background-color:#E4E4E4;
	border:2px solid #ccc;
}

body.FileArea
{
	padding:10px 0;
}
body.FoldersArea
{
	/*	background-color:#fff; */
	padding:8px 0;

}
div.farea	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	border: 1px solid #D0D0D0;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

body, td, input, select
{
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.ActualFolder
{
	font-weight: bold;
	font-size: 14px;
}

.PopupButtons
{
	border-top: #8BB1D8 1px solid;
	background-color: #C6D7E3;
	padding: 7px 10px 7px 10px;
}

.Button, button
{
	color: #333;
	padding:2px 6px;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB);
	-moz-border-colors: none;
	border: 1px solid #B7B7B7;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.FolderListCurrentFolder img
{
	background-image: url(images/fo16.png);
}

.FolderListFolder img
{
	background-image: url(images/f16.png);
}

.fullHeight {
	height: 100%;
}

.iblock {
	background-image: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB);
	-moz-border-colors: none;
	border: 1px solid #B7B7B7;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

#currentFolderPath {
	margin: 5px 0;
	padding: 5px 10px;
	color: #003;
	font-size: 14px;
}

.thumbList {
	position:relative;
	float:left;
	padding:6px 6px 10px 6px;
	margin: 0 10px 10px 0;
	background-color:#fff;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;
	-moz-box-shadow: 2px 2px 5px #B6B6B6;-webkit-box-shadow: 2px 2px 5px #B6B6B6;box-shadow: 2px 2px 5px #B6B6B6;

}
.thumbList a {
	display: block;
}
.thumbList a.file {
	text-align: center;
	overflow: hidden;
}
.thumbList a.folder {
	background-image: url('images/f32.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.thumbList a.file img {
	border-style: none;
}
.thumbList div.name {
	/*	height: 53px; */
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	font: 10px tahoma;
	color: #aaa;
}
.thumbList div.name a {
	font: 11px tahoma;
	color: #333;
}
div.delete {
	background-image:url('images/del.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
.thumbList div.delete {
	position:absolute;
	top:0;
	left:0;
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	overflow:hidden;
	background-position:-16px 0;
}
#tableFiles div.delete {
	margin-left:8px;
}
div.delete:hover, div.delete:focus {
	background-position:-32px 0;
}
div.delete a img {
	border-style:none;
}

select#cmbType	{
	width:100%;
	margin:2px 0;
	padding:1px;
	border:1px solid #C7C7C7;
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;
}

#tableFiles	td {
	padding:2px 0;
}
.dlblock	{
	padding:0 0 0 40px;
	background:url('images/nf32.png') no-repeat left center;
}

label.labw, label.labh	{
	display:block;
	margin:1px 0;
	padding:0 10px 0 20px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:left center;
}
label.labw	{
	background-image:url('images/width.png');
}
label.labh	{
	background-image:url('images/height.png');
}
label.labth	{
	vertical-align:middle;
}
.labth input, .labth img	{
	vertical-align:middle;
}

.sbutton	{
	border-collapse:separate;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	background: -moz-linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	background: -o-linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	background: -ms-linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	background: linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	-svg-background: linear-gradient(top, #fff 0, #C1C1C1 100%) no-repeat;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ADADAD;
	padding:2px 8px;
	margin:0 auto;
	/*	height:23px; */
	vertical-align:middle;
}

a.sbutton, a.sbutton:link, a:link.sbutton:link, body a.sbutton:link, a.sbutton:visited, body a.sbutton:visited, input.sbutton, button.sbutton
{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #333;
	margin: 0 !important;
	overflow: visible;
	cursor: pointer;
	text-indent: 0;
	line-height: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sbutton img	{
	vertical-align: middle;
	margin:0 6px 2px 0;
}

.firefox2 .sbutton
{
	display: block;
	float: left;
}

#thumb_box	{
	padding:0 0 0 40px;
	background:url('images/pic32.png') no-repeat left center;
}
.help	{
	cursor:help;
}