@charset "utf-8";
/* CSS Document */

body {
  margin: 10px;
}
body,
table,
h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
img {
  border: 0px;
  vertical-align: middle;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #0033ff;
  text-decoration: underline;
}
a:active {
  color: #0033ff;
  text-decoration: underline;
}
/********/
/* Font */
/********/
.style1 {
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
}
.style2 {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}
.style2b {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.style3 {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.style3b {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.style4 {
  font-size: 12px;
  font-weight: normal;
  color: #ff0000;
}
.style4b {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
/********/
/* Icon */
/********/
.icon_s_home {
  padding-left: 25px;
  background: url(images/icon_s_home.gif) no-repeat;
}
.icon_s_file {
  padding-left: 25px;
  background: url(images/icon_s_file.gif) no-repeat;
}
.icon_s_adduser {
  padding-left: 25px;
  background: url(images/icon_s_adduser.gif) no-repeat;
}
.icon_s_addemail {
  padding-left: 25px;
  background: url(images/icon_s_addemail.gif) no-repeat;
}
.icon_s_seo {
  padding-left: 25px;
  background: url(images/icon_s_seo.gif) no-repeat;
}
.icon_s_preview {
  padding-left: 25px;
  background: url(images/icon_s_preview.gif) no-repeat;
}
.icon_s_logout {
  padding-left: 25px;
  background: url(images/icon_s_logout.gif) no-repeat;
}
.icon_s_note {
  padding-left: 25px;
  background: url(images/icon_s_note.gif) no-repeat;
}
.icon_s_itemlist {
  padding-left: 20px;
  background: url(images/icon_s_itemlist.gif) no-repeat;
}
.icon_s_itemedit {
  padding-left: 20px;
  background: url(images/icon_s_itemedit.gif) no-repeat;
}
.icon_s_add {
  padding-left: 20px;
  background: url(images/icon_s_add.gif) no-repeat;
}
.icon_s_edit {
  padding-left: 20px;
  background: url(images/icon_s_edit.gif) no-repeat;
}
.icon_s_remove {
  padding-left: 20px;
  background: url(images/icon_s_remove.gif) no-repeat;
}
.icon_s_online {
  padding-left: 20px;
  background: url(images/icon_s_online.gif) no-repeat;
}
.icon_s_offline {
  padding-left: 20px;
  background: url(images/icon_s_offline.gif) no-repeat;
}
.icon_s_arrawup {
  padding-left: 20px;
  background: url(images/icon_s_arrawup.gif) no-repeat;
}
.icon_s_arrawdown {
  padding-left: 20px;
  background: url(images/icon_s_arrawdown.gif) no-repeat;
}
.icon_l_back {
  padding-left: 35px;
  background: url(images/icon_l_back.gif) no-repeat;
}
.icon_l_save {
  padding-left: 35px;
  background: url(images/icon_l_save.gif) no-repeat;
}
.icon_l_new {
  padding-left: 35px;
  background: url(images/icon_l_new.gif) no-repeat;
}
.icon_l_remove {
  padding-left: 30px;
  background: url(images/icon_l_remove.gif) no-repeat;
}
/**********/
/* Layout */
/**********/
#body {
  width: 99%;
  border: #ffffff 2px solid;
  background-color: #ffffff;
}
#header {
  width: 100%;
  height: 57px;
  line-height: 57px;
  overflow: hidden;
}
#topmenu {
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  background: #e8e8e8;
}
#topmenu dt div {
  float: left;
  margin-right: 20px;
  background-position: 5px;
}
#topmenu dd div {
  float: left;
  margin-left: 20px;
  background-position: 5px;
}
#header dt,
#topmenu dt,
#footer dt {
  padding: 0px 10px;
  float: left;
}
#header dd,
#topmenu dd,
#footer dd {
  padding: 0px 10px;
  float: right;
}
#middle {
  padding: 10px;
  width: 100%;
  min-height: 650px;
  overflow: hidden;
}
#menu {
  width: 20%;
  float: left;
  margin-right: 10px;
}
#menu div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#menu dt {
  padding: 5px 25px;
  background-position: 5px;
}
#menu dd {
  margin: 10px 20px;
  padding-left: 20px;
}
#menu .menulogo {
  height: 100px;
  line-height: 300px;
  overflow: hidden;
  background: url(images/logo.gif) no-repeat;
}
#content {
  width: 78%;
  float: left;
}
#content .toolbtn,
#content .title {
  width: 100%;
  overflow: hidden;
}
#content .toolbtn dt,
#content .title dt,
#content .paging dt {
  float: left;
  overflow: hidden;
}
#content .toolbtn dd,
#content .title dd,
#content .paging dd {
  float: right;
  overflow: hidden;
}
#content .toolbtn dd div {
  float: left;
  margin-left: 10px;
  line-height: 35px;
}
#content .title dd div,
#content .title dt div {
  float: left;
  margin-left: 10px;
}
#content .toolbtn {
  height: 45px;
  margin-bottom: 20px;
}
#content .title {
  height: 20px;
  margin-bottom: 20px;
}
#content .paging {
  height: 20px;
  margin-right: 0px;
}
#content .paging li {
  margin: 0px 5px;
  float: left;
}
#content .label_controlpanel {
  width: 185px;
  line-height: 120px;
  background: url(images/label_controlpanel.gif) no-repeat;
}
#content .list th {
  width: 100px;
}
#footer {
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  background: #e8e8e8;
}
.inputbox {
  width: 300px;
  border: #999999 1px solid;
}
.list {
  width: 100%;
}
.list th {
  width: 30%;
  padding-top: 5px;
  text-align: left;
  padding-bottom: 10px;
  vertical-align: top;
}
.list td {
  padding-bottom: 20px;
  vertical-align: top;
}
.uploadbox {
  border: #cccccc 1px solid;
}
.uploadbox_top {
  height: 16px;
  padding: 2px;
  background: #eeeeee;
  border-bottom: #cccccc 1px solid;
  overflow: hidden;
}
.uploadbox_top_left {
  float: left;
}
.uploadbox_top_right {
  float: right;
}
.uploadbox_body {
  padding: 10px;
  text-align: center;
}
.uploadbox_body .icon_s_arrawdown {
  width: 60px;
  margin: 10px auto;
}
.extra-buttons {
  text-align: right;
}
.material-icons {
  vertical-align: middle;
}
