@charset "utf-8";

html, body {
  height: auto;
  width: 100%;
  overflow: scroll;
}

.print-button{
  display: none;
}

body {
  color: #000;
  background: #fff;

  -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; -khtml-background-size: 100% 100%; background-size: 100% 100%;
  background: -moz-linear-gradient(top,#fff,#fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); zoom: 1;
  background: linear-gradient(top,#fff,#fff);

  background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
  background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;

  font-family: Helvetica, Arial, sans-serif;
}

.site-button .button_i{
    display: block;
    padding: 0;
    margin: 0;
    background: none;
}

.site-button{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    behavior: scroll;
}

.site-button .button_act{
    padding-right: 0;
    background: none;
}

button.site-button .button_i{
    padding: 0;
}

.site-button,
.site-title,
.site-tab{
    color: #000;
    /*text-transform: uppercase;
    text-decoration: none;*/
    font-weight: bold;
    font-size: 12px;

    display: block;
    position: relative;

    border: 0;

    background: none;
    background-image: none;
    background-image: none;
    background-image: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding:0;

}

.site-button:hover,
a:hover .site-button,
.site-tab:hover,
.ui-tabs-selected .site-tab,
a:hover .site-title{
    background: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.site-button:after,
.site-title:after,
.site-tab:after {
    position: relative;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    background: none;

    background: none;
    background: none;
    background: none;
}