@charset "UTF-8";

/* --------------------------------------
elements
---------------------------------------*/

* {
  margin : 0;
  padding : 0;
  overflow : hidden;
}

html {
  height : 100%;
  width : 100%;
}

body {
  margin : 0;
  height : 100%;
  width : 100%;
  overflow : auto;
  background-color : #eeeeee;
  font-size : x-small;
  font-family : "Segoe UI", sans-serif;
}

h2.am6 {
  background-position : left center;
  background-repeat : no-repeat;
}

a {
  cursor : pointer;
}

input {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}
select {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}

textarea {
  margin-left : 3px;
  margin-right : 4px;
  overflow : auto;
  vertical-align : middle;
}

button {
  font-size : 12px;
  cursor : pointer;
}

/* --------------------------------------
universal class
---------------------------------------*/

*.alert {
  margin-left : 2em;
  font-size : 90%;
}
*.notes {
  margin-left : 2em;
  font-size : 90%;
}

/* --------------------------------------
common class
---------------------------------------*/

div.shadow {
  padding : 3px 0 0 3px;
  border : 1px solid;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.shadow_bottom {
  padding : 6px 3px 3px 3px;
  border : 1px solid;
  border-top : none;
  overflow : auto;
  background-image : url(../img/standard/box.gif);
  background-position : 0 -5px;
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.shadow_top {
  padding : 3px 3px 0 3px;
  border : 1px solid;
  min-height : 1.5em !important;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  border-bottom : none;
  background-color : #ffffff;
}


button.imgbtn {
  margin : 0 4px 0 0;
}
button.imgbtn img {
  margin : 2px 4px 0 0;
  vertical-align : -2px;
}
.required {
    color: red;
    font-size : 15px;
    font-weight : bold;
}

/* --------------------------------------
main
---------------------------------------*/

div#main {
  padding: 0 4px 4px 5px;
  overflow : hidden;
}

/* --------------------------------------
header
---------------------------------------*/

div.header {
  height : 24px;
  overflow : visible;
}

/* --------------------------------------
main menu
---------------------------------------*/

div.header table col.tab_home {
  width : 30px;
}

div.header table col.tab_inbox {
  width : 30px;
}

div.header table col.tab_smail {
  width : 30px;
}

div.header table col.tab_addr {
  width : 30px;
}

div.header table col.tab_sch {
  width : 30px;
}

div.header table col.tab_file {
  width : 30px;
}

div.header table col.tab_tool {
  width : 30px;
}

div.header table col.tab_margin {
  width : 5px !important;
}

div.header table td.tab_margin {
  border-bottom : transparent solid 1px;
}

div.top_menu {
  margin-top : 3px;
}

div.top_menu h2 {
  margin : 2px 3px 1px 3px;
  padding : 3px 0 5px 17px ;
  font-size : 11px;
  white-space : nowrap;
  height : 18px;
  width : auto;
  vertical-align : middle;
  background-position-y : 1px;
}

div.top_menu h2.menu_home {
  background-image : url(../img/standard/mailhome.gif);
}
div.top_menu h2.menu_inbox {
  background-image : url(../img/standard/inbox.gif);
}
div.top_menu h2.menu_compose {
  background-image : url(../img/standard/compose.gif);
}
div.top_menu h2.menu_contact {
  background-image : url(../img/standard/address.gif);
}
div.top_menu h2.menu_schedule {
  background-image : url(../img/standard/scheduler.gif);
}
div.top_menu h2.menu_file {
  background-image : url(../img/standard/webfile.gif);
}
div.top_menu h2.menu_tool {
  background-image : url(../img/standard/tools.gif);
}

td.tab_menu {
  vertical-align : bottom;
}

table.selected_tab {
  margin : 0;
  width : 100%;
  height : 23px;
  border : solid;
  border-width : 1px 1px 0 1px;
  cursor : pointer;
}

table.unselected_tab {
  margin : 0;
  width : 100%;
  height : 23px;
  border : solid;
  border-width : 1px;
  cursor : pointer;
}

div.top_menu div.amtop-horiz-menu {
  margin : 2px 2px 1px 0;
  display : inline;
}
div.top_menu div.amtop-horiz-menu img{
  vertical-align : top !important;
}

/* --------------------------------------
help button / logout
---------------------------------------*/
div.top_submenu {
  white-space : nowrap;
}
div.top_submenu a {
  margin-right : 5px;
  font-size : 90%;
}
div.top_submenu button img {
  margin : 2px 2px 2px 0;
}
div.top_submenu img.help {
  border : none;
}
td#submenu_hline * {
  vertical-align : middle;
}
td#submenu_hline {
}
td#submenu_hline div.top_submenu {
  margin : 0;
  border-width : 0 0 1px 0;
  border-style : solid;
  width : 100%;
  height : 28px;
  overflow : visible;
  text-align : right;
  white-space : nowrap;
}

/* --------------------------------------
content
---------------------------------------*/
div.content {
  margin : 0;
  padding : 5px;
  border-width : 0 1px 0 1px;
  border-style : solid;
  overflow : hidden;
}

div.content_none_footer {
  margin : 0;
  padding : 5px;
  border-width : 0 1px 1px 1px;
  border-style : solid;
  overflow : hidden;
}

/* --------------------------------------
footer
---------------------------------------*/
div.footer {
  margin : 0;
  padding : 0 5px 5px 5px;
  border-width : 0 1px 1px 1px;
  border-style : solid;
}
div.footer table {
  width : 100%;
  border-collapse : collapse;
}
div.footer table div.footer_info {
  padding : 8px 5px 0 5px;
  border : solid 1px;
  width : 100%;
  height : 32px;
  float : left;
  font-size : 80%;
  white-space : nowrap;
  overflow : hidden;
}
div.footer td.server {
  width : 21px;
  text-align : right;
}
div.footer td.server div#footer_load_status {
}
div.footer td.server div img{
  margin : 0;
  padding : 0;
  vertical-align : middle;
}
div.footer td.clock {
  width : 110px;
}
div.footer td.clock div {
  margin : 0;
  padding : 1px 5px 0 9px;
  white-space : nowrap;
}
div.footer td.clock span#user_date_clock {
  padding : 0;
  margin : 0;
  font-size : 12px;
  font-weight : bold;
  white-space : nowrap;
}
div.footer td.logo {
  width : 95px;
  text-align : right;
}
div.footer td.logo div,
div.footer td.logo div span {
  margin : 0;
  padding : 0;
  height : 32px;
}
div.footer_scroll_contents {
  margin-top : 0;
  position : relative;
  height : 100%;
  width : 77%;
  float: left;
}

div.footer_scroll_contents img.icon {
  margin-right : 1px;
  vertical-align : -3px;
}
div.footer_scroll_controls {
  width : 100%;
  vertical-align : middle;
  text-align : right;
}
div.footer_scroll_controls img {
  vertical-align : top;
}
div.footer_scroll_controls span#footer_scroll_button_prev,
div.footer_scroll_controls span#footer_scroll_button_next,
div.footer_scroll_controls span#footer_scroll_button_start,
div.footer_scroll_controls span#footer_scroll_button_stop {
  cursor : pointer;
}

span.footer_scroll_disabled {
  color : gray;
}
span.news_link {
  cursor : pointer;
}

/* --------------------------------------
announce popup (mailhome)
---------------------------------------*/
table.popupwin_info th {
  padding : 0 5px 15px 0;
  line-height : 1.4;
  font-size : 80%;
  text-align : right;
  vertical-align : top;
}

table.popupwin_info td {
  padding : 0 0 15px 0;
  line-height : 1.4;
  font-size : 80%;
  vertical-align : top;
}


/* --------------------------------------
virtual popup buttons
---------------------------------------*/
button.popup_imgbtn {
  font-size : 12px;
  margin : 0 2px 0 2px;
}

button.popup_imgbtn img {
  margin : 2px 2px 1px 0;
  vertical-align : -2px;

}

/* --------------------------------------
rmail new folder
---------------------------------------*/
div.pop_message {
  padding : 10px 0 0 10px;
  height : auto;
  width : 100%;
  word-break : break-all;
  font-size : 95%;
  overflow : visible;
}
div.pop_message form {
  overflow : visible;
}
div.pop_message p.required_notes {
  text-align : right;
  font-size : 80%;
  margin-top : -3px;
  margin-right : 40px;
}
div.pop_message table {
  margin : 0;
  padding : 0;
  border : none;
  width : 85%;
  overflow : visible;
  table-layout : fixed;
}
div.pop_message table th {
  padding : 2px;
  font-size : 90%;
  width : 120px;
  font-weight : normal;
  text-align : right;
}
div.pop_message table td {
  padding : 2px;
  font-size : 90%;
  white-space : nowrap;
}
div.pop_error {
  margin-top : 5px;
  height : 20px;
}
div.pop_btn {
  margin-top : 5px;
  text-align : center;
}
div.pop_message table input,
div.pop_message table textarea,
div.pop_message table select {
  width : 98%;
}
div.pop_message p.amvpop_check {
  padding : 5px 12px;
}
div.pop_message table.file_edit {
  width : 100%;
  table-layout : fixed;
}

/* --------------------------------------
address edit
---------------------------------------*/
div.addr_edit {
  margin : 0;
  padding : 0;
  float : right;
  overflow : hidden;
}
div.addr_edit div.option_add {
  width : 100%;
  text-align : center;
}
div.addr_edit_contents {
  width : 100%
  height : 100%;
  overflow-x : hidden;
  overflow-y : auto;
  background-color : #FFFFFF;
}
div.addr_edit_contents p.required_notes {
  font-size: 85%;
  margin: 5px 15px -5px 0;
  text-align: right;
}
div.addr_edit_contents div.dynarch-horiz-menu {
  border-color : #FFFFFF;
}
div.addr_edit_contents div.dynarch-horiz-menu table {
  margin : 0;
  width : auto;
}
div.addr_edit_contents div.dynarch-horiz-menu table div {
  padding : 0;
}
div.addr_edit_contents table {
  margin : 10px;
  border-collapse : collapse;
  border-width : 1px;
  border-style : outset;
  border-color : #333333;
  width : 94%;
  font-size : 90%;
  background-color : #FFFFFF;
}
div.addr_edit_contents table td {
  padding : 3px;
  border-width : 1px;
  border-style : inset;
  border-color : #333333;
  background-color : #FFFFFF;
  text-align : left;
}
div.addr_edit_contents table th {
  padding : 3px;
  border-width : 1px;
  border-style : inset;
  border-color : #333333;
  width : 20%;
  background-color : #F0F0F0;
  text-align : left;
  white-space : nowrap;
}
div.addr_edit_contents table th.custom {
  white-space : normal;
  word-break : break-all;
}
div.addr_edit_menu {
  height : 30px;
}
div#edit_cancel {
  margin : 8px 4px 0 0;
  border : 1px solid #CCCCCC;
  width : 4em;
  float : right;
  text-align : center;
}

/* --------------------------------------
address edit --pulldown menu
---------------------------------------*/
div.addr_edit div.pulldown {
  marign : 0;
  padding : 0;
  width : auto;
  border : none;
  vertical-align : top;
  font-size : 12px;
}
div.addr_edit div.pulldown table {
  margin : 0;
  padding : 0;
  width : auto;
}
div.addr_edit div.pulldown table td {
  padding : 0;
  font-size : 12px;
  border-width : 1px 2px 2px 1px;
  border-style : solid;
  border-color : #7f9db9;
}
div.addr_edit div.pulldown table td div {
  margin : 0;
  padding : 0;
  border : none;
}
div.addr_edit div.pulldown table td td {
  padding : 2px;
  background-color : #ffffff;
  border : none;
}
div.addr_edit div.pulldown div.dynarch-horiz-menu {
  marign : 0 !important;
  padding : 2px 0;
  background-color : #ffffff;
}
div.dynarch-horiz-menu {
  border-width : 1px 2px 2px 1px !important;
}

/* --------------------------------------
schedule edit
---------------------------------------*/
div.schedule_edit {
  padding : 5px 10px 5px 10px;
  width : auto;
  height : 100%;
  overflow : visible;
  text-align : center;
}
div.schedule_edit_column {
  width : auto;
  height : 100%;
  overflow : visible;
  background-color : #FFFFFF;
}
div.schedule_edit_column div.indent {
  padding-left : 0em;
}
div.schedule_edit_column div.schedule_add {
  margin : 1em 20px;
  padding : 0;
  width : 100%;
  text-align : center;
}
div.schedule_edit_column div.schedule_add input {
  margin : 6px;
}
div.schedule_edit_column textarea {
  overflow : auto;
}
div.schedule_edit_column div.items {
  margin : auto;
  width : auto;
  background-color : transparent;
}
div.schedule_edit_column div.items table {
  margin : 2%;
  border-collapse : collapse;
  width : 96%;
}
div.schedule_edit_column div.items td {
  padding : 3px;
  border : 1px solid #333333;
  width : 80%;
  font-size : 80%;
  background-color : #FFFFFF;
}
div.schedule_edit_column div.items td img {
  vertical-align : middle;
}
div.schedule_edit_column div.items td input {
  margin-right : 0;
  padding : 0;
}
div.schedule_edit_column div.items td label {
  margin-left : 0;
  margin-right : 6px;
  padding : 0;
}
div.schedule_edit_column div.items th {
  padding : 3px;
  border : 1px solid #333333;
  width : 20%;
  background-color : #DDDDDD;
  font-size : 80%;
  text-align : right;
  white-space : nowrap;
}
div.pop_message table.label_edit th {
  width : 40px;
  text-align : right;
}
div.schedule_edit_column div.items p.required_notes {
  font-size: 85%;
  margin: 5px 10px -7px 0;
  text-align: right;
  width: 100%;
}
/* --------------------------------------
 file /file upload
---------------------------------------*/
div.uploadwin_form {
  padding : 0 20px;
  width : 100%;
  overflow : hidden;
}
div.uploadwin_form input.fileselect {
  width : 100%;
}
div.uploadwin_progress {
  padding : 0 auto;
  height : 40px;
  overflow : hidden;
  text-align : center;
}

div.uploadwin_bar {
  padding : 0;
  position : relative;
  width : 100%;
  overflow : hidden;
  text-align : center;
}
div.uploadwin_percent {
  padding : 0 15px 0 0;
  width : 40%;
  float : left;
  overflow : hidden;
  font-size : 70%;
  text-align : right;
}
div.uploadwin_size {
  width : 60%;
  overflow : hidden;
  font-size : 70%;
  text-align : left;
}
div.bar1 {
  padding : 0;
  border-style : solid;
  border-width : 1px;
  width : 202px;
  height : 18px;
  color : #000000;
  font-size : 13px;
}
div.bar2 {
  border-style : solid;
  border-width : 0 1px 0 0;
  height : 16px;
  float : left;
  text-align : center;
}
div.bar3 {
  border-style : solid;
  border-width : 0;
  height : 16px;
  float : right;
  text-align : center;
}
div.uploadwin_button {
  padding : 0 auto;
  width : 100%;
  text-align : center;
}
div.uploadwin_button button {
  margin : 0 7px 0 7px;
}
div.uploadwin_form div.file_select {
  margin : 10px 5px;
}
div.uploadwin_form div.file_comment {
  margin : 10px 5px;
}
div.uploadwin_form div.file_comment textarea {
  text-align : left;
}

/* --------------------------------------
ticket edit
---------------------------------------*/
div.ticket_edit {
  width : auto;
  height : 100%;
  overflow : visible !important;
}
div.ticket_edit_column {
  width : 98%;
  height : auto;
  overflow : visible;
  background-color : #FFFFFF;
}
div.ticket_edit_column span.ticket_label {
  vertical-align : bottom;
  line-height : 1.4;
  word-break : break-all;
}
div.ticket_edit_column span.ticket_label input{
  margin : 0 0 4px 0;
}
div.ticket_edit_column td select {
  vertical-align : -2px;
  white-space : nowrap;
}

div.ticket_edit_column table {
  margin-left : 1%;
  border-width : 1px;
  border-style : solid;
  border-color : #333333;
  border-collapse : collapse;
  width : 100%;
}
div.ticket_edit_column td {
  padding : 3px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  vertical-align : top;
  line-height : 1.2;
  font-size : 80%;
  text-align : left;
  background-color : #FFFFFF;
  width : 80%;
}
div.ticket_edit_column td img {
  vertical-align : middle;
}
div.ticket_edit_column th {
  padding : 3px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  width : 20%;
  vertical-align : middle;
  background-color : #F0F0F0;
  font-size : 80%;
  text-align : right;
}
div.ticket_edit_column table td.passwd table {
  margin : 0;
  border : none;
  background-color : transparent;
}
div.ticket_edit_column table td.passwd table td {
  border : none;
}
div.ticket_edit_column div.passwd span.ticket_label {
  padding-right : 0;
}

div.ticket_edit_column div.buttons {
  margin : 5px 20px;
  padding : 0;
  width : 100%;
  text-align : center;
}

/* --------------------------------------
ticket list
---------------------------------------*/
div.ticket_list {
  padding : 0;
  border-collapse : collapse;
  border-width : 1px;
  border-style : solid;
  border-color : #333333;
  width: 98%;
  height: auto;
  position : absolute;
  overflow : hidden;
  background-color : #F0F0F0;
}
/* pager */
div.ticket_list div.pager {
  padding : 2px 4px;
  width : 100%;
}
div.ticket_list div.pager table {
  border-collapse : collapse;
  border : none;
  width : 100%;
}
div.ticket_list div.pager table td {
  border : none;
  background-color : #F0F0F0;
  font-size : 90%;
  text-align : left;
}
div.ticket_list div.pager td img {
  vertical-align : middle;
}

/* button */
div.ticket_list div.popup_button {
  padding-top : 3px;
  overflow : hidden;
}
div.ticket_list div.popup_button input#id__search_text{
  margin : 0 5px 8px 3px;
}
div.ticket_list div.popup_button button {
  margin : 0 3px 0 3px;
  font-size : 12px;
}
div.ticket_list div.popup_button button img {
  margin : 2px 4px 0 0;
  vertical-align : -2px;
}
div.ticket_list div.popup_title {
  margin : 0;
  padding : 4px;
  border-bottom-width : 3px;
  border-bottom-style : ridge;
  width : 100%;
  height : 30px;
  overflow : hidden;
  background-color : #888888;
}
div.ticket_list div.popup_title h3 {
  margin-top : 3px;
  color : #FFFFFF;
}
div.ticket_list div.popup_button #ticket_searchword {
  margin : 5px 2px 0 5px;
}
div.ticket_list div.list_grid {
  background-color : #ffffff;
}
/* --------------------------------------
background-image  --help
---------------------------------------*/
div.help_main_column h3 {
  background-image : url(../img/standard/help_h3.gif);
}
div.help_main_column h4 {
  background-image : url(../img/standard/help_h4.gif);
}
div.help_main_column h5 {
  background-image : url(../img/standard/help_h5.gif);
}

/* --------------------------------------
background-image  --system info
---------------------------------------*/
div.system_info_main h3 {
  background-image : url(../img/standard/help_h3.gif);
}
div.system_info_main h4 {
  background-image : url(../img/standard/help_h4.gif);
}
div.system_info_main h5 {
  background-image : url(../img/standard/help_h5.gif);
}
div.op_float {
  float : left;
}

/* --------------------------------------
ticket list
---------------------------------------*/
div.shortcut_list {
  width : 100%;
}
div.shortcut_list table {
  width : 100%;
  border-collapse : collapse;
  font-size : 90%;
}
div.shortcut_list th,
div.shortcut_list td {
  border : 1px solid #333333;
  padding : 3px;
}
div.shortcut_list th {
  background-color : #F0F0F0;
  text-align : center;
}
div.shortcut_list td.key {
  text-align : center;
  font-weight : bold;
}
