@charset "UTF-8";
/* --------------------------------------
common
---------------------------------------*/
div.content {
  width: 100%;
  height: 100%;
}
div.account {
  height: 26px;
}

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

/* --------------------------------------
address folder
---------------------------------------*/
div.addr_folder {
  width : 100%;
  overflow : auto;
  background-color : #FFFFFF;
}
div.new_folder {
  text-align : center;
}
div.new_folder form {
  margin : 0 auto;
  text-align : center;
}
div.folder_tree {
  position : relative;
  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;
}

/* --------------------------------------
address list
---------------------------------------*/
div.addr_list {
  background-color : #FFFFFF;
}
div.addr_list div.pager {
  border-bottom : 1px solid #999999;
  width : 100%;
}
div.addr_list div.pager img {
  padding : 0 3px 0 0
  vertical-align : middle;
}
div.addr_list div.pager table {
  border-collapse : collapse;
  border : none;
  width : 100%;
}
div.addr_list div.pager table td {
  border : none;
  background-color : #F0F0F0;
  font-size : 80%;
  text-align : left;
  padding : 1px 0 2px 0;
  white-space : nowrap;
}
div.addr_list div.pager table td select {
  vertical-align : 0;
  margin : 0;
}
div.addr_list div.pager table td.disp_controller {
  padding-left : 3px;
  width : 270px;
}
div.addr_list div.pager table td.disp_controller div.inner {
  white-space : nowrap;
  overflow : visible;
}
div.addr_list div.pager table td.disp_controller select {
  margin-right : 0;
}
div.addr_list div.pager table td.disp_controller span#nextPage_enable,
div.addr_list div.pager table td.disp_controller span#nextPage_disable{
  margin-right : 10px;
}
div.addr_list div.pager table td.search_result {
  text-align : center;
}
div.addr_list div.pager table td.load_indicator {
  width : 270px;
}
div.addr_list div.pager td img {
  vertical-align : -3px;
}

div.addr_list_menu {
  height : 26px;
  white-space : nowrap;
}

div.addr_list_menu div.pulldown * {
  position : relative;
}
div.addr_list_menu form {
  width : 72%;
  float : left;
}
div.addr_list_menu input {
  margin-right : 10px;
}
div.addr_list_menu p.here {
  padding-right : 10px;
  position : relative;
  display : block;
  text-align : right;
  vertical-align : baseline;
  white-space : nowrap;
}
div.addr_list_menu p.here img {
  vertical-align : bottom;
}
div.addr_list_menu select#select_filter {
  margin-left : 5%;
}
div.addr_list_menu div.pulldown {
  display : inline;
  vertical-align : -8px;
}
div.addr_list_menu div.pulldown table {
  display : inline;
}

div.addr_list_menu div.pulldown table td {
  padding : 0 !important;
}
div.addr_list_menu div.pulldown table td td {
  padding : 0 !important;
}
div.addr_list_menu div.pulldown div.dynarch-horiz-menu {
  margin : 0 !important;
  padding : 0 8px 1px 0;
}


/* --------------------------------------
address preview (detail)
---------------------------------------*/
div.addr_detail {
  height : 46%;
  background-color : #FFFFFF;
  overflow-x : auto;
  overflow-y : scroll;
}
div.addr_detail table {
  border-spacing : 0;
  font-size : 90%;
  table-layout : fixed;
}
div.addr_detail table.pager table {
  width : 100%;
}
div.addr_detail table.pager td {
  padding : 2px;
  border-bottom : 1px solid #999999;
  background-color : #F0F0F0;
  text-align : right;
}
div.addr_detail_view {
  overflow : visible;
}
div.addr_detail_view div.no_select {
  margin : 10px;
}
div.addr_detail_view table.addr_detail_data {
  margin : 2%;
  border-collapse : separate;
  border-spacing : 0px;
  border-width : 1px 0 0 1px;
  border-style : solid;
  border-color : #333333;
  width : 95%;
}
div.addr_detail_view table.addr_detail_data td {
  padding : 2px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  background-color : #FFFFFF;
  vertical-align : top;
  overflow : hidden;
  word-wrap : break-word;
}
div.addr_detail_view table.addr_detail_data th {
  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;
}

/* --------------------------------------
address cart
---------------------------------------*/
div.panel {
  padding : 0;
  border-collapse : collapse;
  border-width : 2px;
  border-style : solid;
  border-color : #666666;
  position : absolute;
  top : 2px;
  right : -1px;
  height : 460px;
  width : 280px;
  overflow : hidden;
  background-color : #F0F0F0;
}
div.panel div.panel_title {
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-color : #666666;
  width : 100%;
  height : 22px;
  background-color : #999999;
}
div.panel div.panel_title  h3 {
  margin-top : 3px;
  color : #FFFFFF;
}
div.panel div.panel_button {
  padding-top : 3px;
  width : 100%;
  height : 33px;
  text-align : center

}
div.panel div.panel_button button {
  margin-left : 3px;
  font-size : 12px;
  white-space : nowrap;
}
div.panel div.panel_cart {
  padding : 3px 7px 3px 3px;
}
div.panel div.panel_cart div.panel_cart_sidemenu {
  margin-right : 5px;
  float : left;
  width : 40px;
  text-align : center;
}
div.panel div.panel_cart div.panel_cart_sidemenu span.panel_cart_caption {
}
div.panel div.panel_cart div.panel_cart_container {
}
div.panel div.panel_cart div.panel_cart_container div.panel_cart_box {
  background-color: white;
  overflow-x : hidden;
  cursor : default;
  border : 1px solid #7f9db9;
  outline : 0px solid white;
}
div.panel div.panel_cart div.panel_cart_container div.panel_cart_box_focus {
  border : 1px solid blue;
  background-color : #FFFF88;
}
div.panel div.panel_resizer {
  position : absolute;
  right : 1px;
  bottom : 1px;
  width : 10px;
  height : 10px;
  background-image : url(../../img/standard/resizer.gif);
  cursor : se-resize;
}
div.address_cart_menu {
  text-align : right;
}
/* --------------------------------------
address cart - list box
---------------------------------------*/
.amlistbox_enabled {
  overflow-y : auto;
}
.amlistbox_disabled {
  overflow-y : hidden;
}
.amlistoption_base {
  width : 100%;
  white-space : nowrap;
  font-size : 90%;
  padding-left : 2px;
  padding-top : 2px;
  padding-bottom : 0px;
  padding-right : 0px;
}
.amlistbox_enabled .amlistoption_normal {
  color : black;
  background-color : transparent;
}
.amlistbox_enabled .amlistoption_selected {
  color : white;
  background-color : #316ac5;
}
.amlistbox_disabled .amlistoption_normal {
  color : #aca899;
  background-color : white;
}
.amlistbox_disabled .amlistoption_selected {
  color : #aca899;
  background-color : #316ac5;
}

/* ---------------------------------------*/
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;
}
