@charset "UTF-8";

/* --------------------------------------
elements
---------------------------------------*/
* {
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  empty-cells : show;
  margin : 0;
  overflow : hidden;
  padding : 0;
}

html {
  height : 100%;
  width : 100%;
}
body {
  margin : 0;
  width : 100%;
  height : 100%;
  background-color : #eeeeee;
  font-size : small;
}
h2.am6 {
  background-position : left center;
  background-repeat : no-repeat;
}

h3.am6 {
  margin-bottom : 0.2em;
  margin-left : 5px;
  margin-top : 8px;
  padding-left : 18px;
  background-image : url(../img/standard/h3_back.gif);
  background-position : left center;
  background-repeat : no-repeat;
  font-size : 100%;
}
a {
  cursor : pointer;
}
button {
  padding : 2px 2px 0px 2px;
  vertical-align : middle;
  font-size : 12px;
  cursor : pointer;
}
input {
  margin-left : 3px;
  margin-right : 4px;
  padding : 1px;
  vertical-align : middle;
}
option {
  padding : 0 1px;
}
select {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
  padding : 1px;
}
textarea {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
  overflow : auto;
}

/* --------------------------------------
universal class
---------------------------------------*/
*.notes {
  padding-left : 20px;
  font-size : 90%;
}
span.notes,
p.notes {
  display : block;
  text-indent : -1.1em;
}

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


/* --------------------------------------
main
---------------------------------------*/
div#main {
  margin : 0;
  height : 100%;
  min-height : 100%;
}
/* --------------------------------------
content
---------------------------------------*/
div.content {
  margin : 0;
  width : 100%;
  height : auto;
  overflow : hidden;
  background-color : #d6ecfc;
}

/* --------------------------------------
main menu
---------------------------------------*/
h2.menu_home {
  background-image : url(../img/standard/mailhome.gif);
}


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

div.pop_btn {
  margin-top : 5px;
  text-align : center;
}
div.pop_error {
  margin-top : 5px;
  height : 20px;
}

div.account {
  margin : 0;
  padding : 5px 0 0 3px;
  height : 31px;
  font-size : 90%;
  font-weight : bold;
}
div.account p {
  padding : 0 0 0 20px;
  min-height : 15px;
  background-repeat : no-repeat;
  background-image : url(../img/standard/account.gif);
  white-space : nowrap;
}

div.pop_message img {
  margin : 5px;
}
div.pop_message table {
  margin : auto;
  padding : 0;
  border : 1px;
  font-size : 95%;
  white-space : nowrap;
}
div.pop_message table td {
  padding : 3px !important;
}


/* --------------------------------------
vpopup
---------------------------------------*/
div.pop_message {
  width : 100%;
  height : auto;
  font-size : 90%;
}

/* --------------------------------------
button
---------------------------------------*/
button.imgbtn {
  margin : 0 2px 0 2px;
  padding : 0 2px;
  font-size : 12px;
  min-height : 26px;
}
button.imgbtn img {
  margin : 0 2px 0 2px;
  vertical-align : -2px;
}


/* --------------------------------------
move from html template
---------------------------------------*/
div.tab {
  width : 100%;
}
td.darrow {
  width : 20px;
  height : 20px;
}
iframe.main_content {
  margin : 0;
  width : 100%;
  height : 100%;
}
span.footer_scroll_contents {
  position : relative;
  height : 100%;
  width : 50%;
  float: left;
}
span.footer_scroll_controls {
  width : 50%;
}
span.footer_scroll_disabled {
  color : gray;
}
span.news_link {
  cursor : pointer;
}
div.op_float {
  float : left;
}

