@charset "UTF-8";

html {
  width : auto;
  height : auto;
}

body {
  margin : 0;
  padding : 0;
  height : auto;
  width : 100%;
  overflow : visible;
}

div.outline {
  min-width : 470px;
}
/* --------------------------------------
heading
---------------------------------------*/
div.system_info h2 {
  font-size : 110%;
  padding : 5px 3px;
}

div.system_info_main h3 {
  margin-bottom : 0.2em;
  margin-left : 5px;
  margin-top : 10px;
  padding-left : 18px;
  background-position : left center;
  background-repeat : no-repeat;
  font-size : 100%;
}

/* --------------------------------------
main
---------------------------------------*/
div.system_info {
  margin : 5px;
  padding : 5px;
  width : auto;
  border-style : solid;
  border-width : 1px;
  overflow : visible;
}
div.system_info_main {
  padding-bottom : 20px;
  overflow : visible;
}
div.system_info_main p.address {
  word-wrap : break-word;
}
div.system_info_main table {
  margin : 5px 13px;
  width : 94%;
  min-width : 415px;
  border : 1px solid #333333;
  border-spacing : 0;
  border-collapse : collapse;
  background-color : #ffffff;
}
div.system_info_main table th {
  padding : 5px;
  font-size : 80%;
  vertical-align : top;
  text-align : left;
  border : 1px solid #333333;
  background-color : #dddddd;
  word-wrap : break-word;
}
div.system_info_main table td {
  padding : 5px 10px;
  font-size : 80%;
  border : 1px solid #333333;
  background-color : #ffffff;
  empty-cells : hide;
  word-wrap : break-word;
}

div.system_info_main table.graph th {
  width : 25%;
}
div.system_info_main table.graph td {
  padding : 5px 10px;
  font-size : 80%;
  border : 1px solid #333333;
  background-color : #ffffff;
  empty-cells : hide;
}


/* --------------------------------------
quota / loadstatus
---------------------------------------*/
p#total_quota,
p#inbox_quota,
p#file_quota {
  display : none;
}
div#total_quota_text,
div#inbox_quota_text,
div#file_quota_text {
  padding-top : 5px;
  height : 26px;
  width : 302px;
  background-repeat : no-repeat;
  background-color : #ffffff;
  text-align : center;
}

p#load_status {
  margin : 5px 5px 5px 13px;
}

p.address {
  font-size : 12px;
}

/* --------------------------------------
system mdn
---------------------------------------*/
table.mdn_mail_info,
table.mdn_sent_list {
  table-layout : fixed;
}
div.system_info_main table.mdn_mail_info th {
  width : 130px;
}
div.system_info_main table.mdn_mail_info td,
div.system_info_main table.mdn_sent_list td {
  word-wrap : break-word;
}
.mdn_footer {
  text-align: center;
  padding-top : 5px;
}

