@charset "UTF-8";
/* --------------------------------------
common
---------------------------------------*/
option {
  padding : 0 1px;
}
div.content {
  width: 100%;
  height: 100%;
}


/* --------------------------------------
quota
---------------------------------------*/
div.account {
  height: 26px;
}

div.disk_quota {
  width : auto;
  height : 86px;
  overflow : auto;
  background-color : #FFFFFF;
}

div.disk_quota table.quota_bar {
  width : 98%;
  border : 1px solid #000000;
}
div.disk_quota table.quota_bar td.amount_use {
  height : 18px;
  border : 1px solid #666666;
  text-align : right;
  color : #ffffbf;
  background-color : #FFFFBF;
  font-size : 1px;
}
div.disk_quota table.quota_bar td.no_amount_use {
  width : 100%;
  height : 18px;
  border : 1px solid #ffffff;
  color : #000000;
  text-align : left;
  background-color : #ffffff;
  font-size : 1px;
  color : #ffffff;
}
div.disk_quota table.quota_bar td.amount_use p,
div.disk_quota table.quota_bar td.no_amount_use p {
  margin : 0;
  padding : 0 2px;
  line-height : 16px;
  color : #000000;
  font-size : 12px;
  white-space : nowrap;
}

div.disk_quota table.quota_percent {
  width : 98%;
}
div.disk_quota table.quota_percent tr {
  width : 100%;
}
div.disk_quota table.quota_percent td p#quota_text {
  font-size : 80%;
  text-align : center;
  white-space : nowrap;
  line-height : normal;
}


/* --------------------------------------
file search
---------------------------------------*/
div.file_search {
  width : 100%;
  height : auto;
  overflow : auto;
  background-color : #FFFFFF;
}
div.file_search * {
  overflow : visible;
}
div.file_search div.search_basic {
  padding : 2px 0 2px 4px;
  font-size : 100%;
}
div.file_search span.search_option {
  margin : 0 0 0 2px;
  white-space : nowrap;
  cursor : pointer;
}
div.file_search span.search_option img {
  margin : 0 4px 0 0;
  vertical-align : -3px;
}
div.file_search span.search_item {
  white-space : nowrap;
}
div.file_search input#skeyword {
  width : 80%;
}
div.file_search div.search_detail div.search_detail_group {
  margin : 6px 0;
  padding : 0 2px;
}
div.file_search input.f_hierarchy {
  margin-left : 16px;
}
div.file_search input#f_search_keyword {
  width : 80%;
}

/* --------------------------------------
file folder
---------------------------------------*/
div.file_folder {
  width : auto;
  overflow : auto;
  background-color : #FFFFFF;
}
div.new_folder {
  text-align : center;
}
div.new_folder form {
  width : 100%;
  overflow : visible;
  text-align : center;
}
div.folder_tree {
  width : 100%;
  height : auto;
  clear : both;
  overflow : visible;
  border : 1px solid transparent;
}
.containerTableStyle {
  height : auto !important;
  overflow : visible !important;
}
.selectedTreeRow,
.selectedTreeRow_lor,
.standartTreeRow,
.standartTreeRow_lor {
  font-size : 95% !important;
}


/* --------------------------------------
file list  pager
---------------------------------------*/
div.filelist_pager {
  border-bottom : 1px solid #999999;
  width : 100%;
}
div.filelist_pager td img {
  vertical-align : middle;
}

div.filelist_pager table {
  border-collapse : collapse;
  border : none;
  width : 100%;
}
div.filelist_pager table td {
  border-bottom : 1px solid #999999;
  border : none;
  background-color : #F0F0F0;
  font-size : 80%;
  text-align : left;
  white-space : nowrap;
}
div.filelist_pager table td select {
  vertical-align : 0;
  margin : 0 0 2px 0;
}
div.filelist_pager table td.disp_controller {
  padding-left : 3px;
  width : 270px;
}
div.filelist_pager table td.disp_controller div.inner {
  white-space : nowrap;
  overflow : visible;
}
div.filelist_pager table td.disp_controller select {
  margin-right : 0;
}
div.filelist_pager table td.disp_controller span#next_page_enable,
div.filelist_pager table td.disp_controller span#next_page_disable{
  margin-right : 10px;
}
div.filelist_pager table td.search_result {
  text-align : center;
}
div.filelist_pager table td.load_indicator {
  padding-right : 3px;
  text-align : right;
  white-space : normal;
  width : 270px;
}
td.file_dellimit_message span {
  display : block;
  text-align : right;
  font-size: 11px;
  line-height : 1.1;
  white-space : normal;
}
div.filelist_pager table td.file_dellimit_message + td.load_indicator {
  width : 25px;
}
div.filelist_pager td img {
  vertical-align : -3px;
}

/* --------------------------------------
file list  filemenu
---------------------------------------*/
div.filelist_menu {
  height : 26px;
  white-space : nowrap;
}
div.filelist_menu div.here {
  padding-right : 10px;
  display : block;
  position : relative;
  vertical-align : bottom;
  text-align : right;
  white-space : nowrap;
}

div.filelist_menu div.pulldown * {
  position : relative;
}
div.filelist_menu form {
  width : auto;
  float : left;
}
div.filelist_menu input {
  margin : 0 5px 0 0;
}
div.filelist_menu span.here img {
  padding-top : 10px;
  vertical-align : bottom;
}
div.filelist_menu div.pulldown {
  display : inline;
  vertical-align : -8px;
}
div.filelist_menu div.pulldown table {
  display : inline;
}
div.filelist_menu div.pulldown div.dynarch-horiz-menu {
  width : 100px;
  padding :0;
  margin : 0;
}


/* --------------------------------------
file preview -- file body
---------------------------------------*/
div.file_preview {
  padding : 0;
  width : 100%;
  height : auto;
  overflow : auto;
  overflow-x : auto;
  overflow-y : scroll;
  background-color : #FFFFFF;
  background-image : url(../../img/standard/box_left.gif);
  background-repeat : repeat-y;
}
div.file_preview * {
  overflow : visible;
}
div.file_preview div.preview_title {
  padding : 3px 0 0 3px;
  background-image : url(../../img/standard/box.gif);
  background-repeat : no-repeat;
  overflow : hidden;
}
div.file_preview div.preview_title table {
  border-spacing : 0;
  font-size : 90%;
}
div.file_preview div.preview_nodata {
  margin : 10px;
}
div.file_preview div.preview_title table.pager {
  border-bottom : 1px solid #999999;
}
div.file_preview div.preview_title table.pager table {
  width : 100%;
  font-size : 90%;
}
div.file_preview div.preview_title table.pager td {
  padding : 2px;
  background-color : #F0F0F0;
  text-align : right;
}
div.file_preview div#preview_menu {
  margin-right : 5px;
}
div.file_preview div.preview_data table {
  margin : 2%;
  border-collapse : separate;
  border-spacing : 0px;
  border-width : 1px 0 0 1px;
  border-style : solid;
  border-color : #333333;
  width : 95%;
  font-size : 90%;
  empty-cells : show;
  table-layout : fixed;
}
div.file_preview div.preview_data td {
  width: 30%;
  padding : 2px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  background-color : #FFFFFF;
  vertical-align : middle;
  word-wrap : break-word;
}
div.file_preview div.preview_data table td img {
  margin-right : 3px;
  vertical-align : middle;
}
div.file_preview div.preview_data td#ct_file_comment {
  min-height : 1em;
}
div.file_preview div.preview_data th {
  width: 20%;
  padding : 2px 5px 2px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  width : 15%;
  background-color : #F0F0F0;
  vertical-align : top;
  text-align : left;
}
div.file_preview  div.pulldown * {
  position : relative;
}

div.file_preview div.pulldown {
  margin : 0 !important;
  padding : 0 !important;
  display : inline;
  width : 90px;
}

div.file_preview div.pulldown table {
  margin : 0 !important;
  padding : 0 !important;
  display : inline;
  width : 90px;
}
div.file_preview div.pulldown div.dynarch-horiz-menu table {
  background-color : #ffffff;
}

div.file_preview div.pulldown div.dynarch-horiz-menu table td {
  background-color : #ffffff;
  font-size : 12px;
  vertical-align : middle;
}
div.file_preview div.pulldown div.dynarch-horiz-menu table td img {
  vertical-align : middle;
}

.dummu_row,
.dummy_row th,
.dummy_row td {
  height : 0;
  visibility : hidden;
  padding : 0 !important;
}

/* -----------------------------
calendar
------------------------------*/
div.calendar {
  position: absolute;
  z-index: 10;
}

/* ---------------------------------------*/
div.am_explorer_vertical_split_bar {
  height : 5px;
  overflow : hidden;
}
div.am_explorer_vertical_split_bar_enabled {
  cursor: row-resize;
}
div.am_explorer_horizontal_split_bar {
  width : 5px;
  overflow : hidden;
}
div.am_explorer_horizontal_split_bar_enabled {
  cursor: col-resize;
}
div.am_explorer_vertical_slider {
  background-color : #696969;
  height : 5px;
  overflow : hidden;
  opacity : 0.5;
  cursor: row-resize;
}
div.am_explorer_horizontal_slider {
  background-color : #696969;
  width : 5px;
  overflow : hidden;
  opacity : 0.5;
  cursor: col-resize;
}
div.am_explorer_open_south {
  position : absolute;
  right : 50%;
  height : 5px;
  width : 50px;
  overflow : hidden;
  background-image : url(../../img/standard/open_south.gif);
  background-repeat: no-repeat;
  cursor : pointer;
}
div.am_explorer_close_south {
  position : absolute;
  right : 50%;
  height : 5px;
  width : 50px;
  overflow : hidden;
  background-image : url(../../img/standard/close_south.gif);
  background-repeat: no-repeat;
  cursor : pointer;
}
div.am_explorer_close_west {
  position : absolute;
  bottom : 50%;
  height : 50px;
  width : 5px;
  overflow : hidden;
  background-image : url(../../img/standard/close_west.gif);
  background-repeat: no-repeat;
  cursor : pointer;
}
div.am_explorer_open_west {
  position : absolute;
  bottom : 50%;
  height : 50px;
  width : 5px;
  overflow : hidden;
  background-image : url(../../img/standard/open_west.gif);
  background-repeat: no-repeat;
  cursor : pointer;
}
/* -----------------------------------
context menu
------------------------------------*/
div.pop_context_menu {
  position: absolute;
  display: none;
  z-index: 10;
  width: 200;
  height: 300;
}
div.pop_context_menu div.contextmenu_shadow {
}
div.pop_context_menu div.contextmenu {
  background-color: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  position: absolute;
  padding: 4px;
  overflow:visible;
}
div.pop_context_menu div.contextmenu div.menuitem {
  white-space: nowrap;
}
div.pop_context_menu div.contextmenu div.select_menuitem {
  background-color: #a0a0ff;
  cursor : pointer;
}
div.pop_context_menu div.contextmenu div.menu_separate {
  border-top: 1px dotted #606060;
  background-color: #eef1f7;
  margin: 3px;
  border-top-width : 1px;
  border-top-style : solid;
}
