@import '../../../skins/default/css/fonts.css';
@import '../../../skins/default/css/tools.css';

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http), url-prefix(file)
  {

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner
      {
        border-color: transparent !important;
        border: 0px dotted transparent !important;
        -moz-outline-radius: -1px;
        -moz-outline-offset: 0px !important;
      }
  }

html, body
  {
    background: #ffffff;
  }

html, body, div, span, pre, img, form
  {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: left;
  }

table, td
  {
    vertical-align: top;
    text-align: left;
  }

input, textarea
  {
    margin: 0;
  }

html, body, table, td, div, span, form
  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
  }

span, img, form, div
  {
    overflow: hidden;
  }

a:focus, a:active {outline:none; outline-style:none; -moz-outline: none;}

a
  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #000000;
  }

a:hover
  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #0c62b6;
  }

h1, h2, h3, h4, p
  {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

html body #page
  {
    overflow: hidden;
    margin: 2px 0 0 0;
    width: 983px;
  }

html body #page div.page
  {
    overflow: hidden;
  }

html body #page div.body
  {
    margin-top: 2px;
    overflow: hidden;
  }

html body #page div.page div.page_include
  {
    overflow: hidden;
  }

