/******** master ******/
*{margin:0; padding:0;}
html, body{height:100%; font:12px Arial; }
.clear{clear:both;}
a:focus {outline: none;}
input:focus {outline: none;}

/* FM container */
#fm{width:900px; padding: 20px; height: 500px;}

/* FM structure */
.fm_wrap{height:100%; background: #f5f5f5; border: 1px solid #ddd; font: 10px Verdana; position: relative; padding: 1px;}
.fm_folders{float:left; width: 25%; height: 100%; overflow: auto; }
/*
.fm_files{float:right; width: 75%; height: 100%; overflow: auto;}
*/
.fm_files{height: 100%; font:11px Arial;}
    .fm_files_in{overflow: auto; height: 100%; }
.fm_shroud{position: absolute; left: 0; top:0; background: #FFFFFF; z-index: 100; display: none; width: 100%; height: 100%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5;}

/************* Folders *************/
.fm_folders{color:#333; font-family: Verdana; background: #eee;}
.fm_folder li { list-style-type: none; }
.fm_node_wrap{padding: 3px 0;}
/* indent for all tree children excepts root */
.fm_node { background: url(../img/i.gif) top left repeat-y; margin-left: 16px; white-space: nowrap; }
.fm_is_root { margin-left: 10px; }
/* left vertical line (grid) for all nodes */
.fm_is_last { background: url(../img/i_half.gif) no-repeat; }
.fm_expand{padding: 2px 0 2px 0;}
.fm_expand_open .fm_expand { background-image: url(../img/expand_minus.gif); }
/* closed is higher priority than open */
.fm_expand_closed .fm_expand { background-image: url(../img/expand_plus.gif); }
/* highest priority */
.fm_expand_leaf .fm_expand { background-image: url(../img/expand_leaf.gif); }
.fm_folder_name { min-height: 16px; margin-left:0; padding:2px 5px 2px 20px;font-size: 11px; line-height: 13px; cursor: pointer;
    border: 0px solid #f5f5f5; display: inline}
.fm_expand_open .fm_folder_name{background: url(../img/folder-open.gif) no-repeat 1px 1px;}
.fm_expand_closed .fm_folder_name, .fm_is_single .fm_folder_name{background: url(../img/folder.gif) no-repeat 1px 1px;}
* html .fm_folder_name { height: 16px; border: 0px solid #f5f5f5;}
/*.fm_expand { width: 16px; height: 16px; }*/
.fm_expand_open .fm_folder { display: block; }
.fm_expand_closed .fm_folder { display: none; }
.fm_expand_open .fm_expand, .fm_expand_closed .fm_expand { cursor: pointer; }
.fm_expand_leaf .fm_expand { cursor: auto; }
.fm_expand_open .fm_folder_selected, .fm_expand_closed .fm_folder_selected{background-color: #acd373; border: 0px solid #fff;
    color: #000; }
.fm_expand_open .fm_folder_contexted, .fm_expand_closed .fm_folder_contexted{background-color: #dbf0bd; border: 0px solid #fff; }

.fm_expand_open .f_folder_droppable_active, .fm_expand_closed .f_folder_droppable_active{color: #b90606;}

.fm_context_wrap{position: absolute; display: none; z-index:900000;}
    .fm_context_wrap .context_menu{background: #fff; border: 0px solid #ccc; padding: 5px; border: 1px solid #ccc;}
    .fm_context_wrap .context_menu a{display: block; padding:5px 10px 5px 27px; text-decoration: none; color:#333;}
    .fm_context_wrap .context_menu a:hover{background-color: #ACD373; border-bottom: 1px solid #E4E3E2; color: #000;}

    .context_menu .new{background: url(../img/add-1-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #d1d1d1;}
    .context_menu .copy{background: url(../img/copy-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #fff;}
    .context_menu .cut{background: url(../img/cut-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #fff;}
    .context_menu .rename{background: url(../img/edit-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #d1d1d1;}
    .context_menu .del{background: url(../img/Delete-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #d1d1d1;}
    .context_menu .info{background: url(../img/info-icon.png) no-repeat 5px 3px; border-bottom: 1px solid #fff;}

.edit_dialog_wrap{position: absolute; background: #E4E3E2; border: 1px solid #aaa; z-index:900005; padding: 10px 20px;}
    .edit_dialog_wrap .edit_dialog{width: 300px;}
    .edit_dialog_wrap .title{font: 14px Verdana; padding: 0; }
    .edit_dialog_wrap .subtitle{font:11px; color:#555; padding: 2px 0 0 0;}
    .edit_dialog_wrap .inp{padding: 5px 0 0 0;}
    .edit_dialog_wrap .edit_inp{font: 14px Verdana; padding: 1px; width: 290px; color:#444;}
    .edit_dialog_wrap .error{color:red; font-size: 10px; padding:0 0 0 3px; text-align: center;}
    .edit_dialog_wrap .buttons{padding: 3px; text-align: center; font-size: 12px;}

    .add_folder .edit_dialog .title{background: url(../img/add-1-icon.png) no-repeat 0 1px;}
    .rename_folder .edit_dialog .title{background: url(../img/edit-icon.png) no-repeat 0 1px;}

    .edit_dialog{width: 300px;}
    .edit_dialog .title{background: url(../img/Delete-icon.png) no-repeat 0 1px; font: 13px Verdana;
        text-align: center;}
    .edit_dialog .subtitle{text-align: center; padding-bottom: 5px;}

.fm_info_wrap{position: absolute; width: 100%; height: 100%; display: none; z-index:150;}
.fm_info{width:200px; background: #E4E3E2; border: 1px solid #aaa; z-index:102; z-index: 151; margin: 0 auto; padding: 20px 40px;
    text-align: center;}

.fm_queue_wrap{position: absolute; width: 100%; height: 100%; display: none; z-index:150;}
.fm_queue{width:374px; z-index:102; z-index: 151; margin: 0 auto; padding: 0;
    text-align: center;}

.fm_folders_in{width:auto; }

.buttons .button{font-size: 14px; padding: 0 5px;}

.fm_files_header{background: #ebebeb;}
.files_list_tb{width: 100%;}
    .f_list_item{cursor: pointer;}
    .tr_selected{background: url(../img/bg_tr_selected.gif) repeat-x 0 100%; }
    .tr_contexted{background: url(../img/bg_tr_hovered.gif) repeat-x 0 100%; }
        .f_list_name{padding: 4px 5px 4px 28px; font-size: 11px;}
        .f_list_item td{vertical-align: middle; border-right: 1px solid #fff;  }
    .f_list_td_1 .f_folder_droppable_active{color: #b90606;}
    .f_list_td_2{padding-left: 5px }

.fm_files_header_tb th{padding: 5px 0 5px 10px; background: #ebebeb; border-bottom: 1px solid #ccc; text-align: left; border-right: 1px solid #fff;}

.ui-resizable-e{width:5px; background: #fff; right: 0;}

.fm_tools{height: 40px; background: #d7d7d7; border-bottom: 1px solid #fff; }
    .fm_tools .in{padding:9px 0 0 20px;}


.sort_title{float:left; padding-right: 18px; background: url(../img/order.png) no-repeat 100% -80px;}
.ASC{background-position: 100% 3px;}
.DESC{background-position: 100% -8px;}



/* -- SWFUpload Form Styles ------------------------------- */
form {
	margin: 0;
	padding: 0;
}



div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

button,
input,
select,
textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label {
	width: 150px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {

	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}




/************test************/
