/* $Id: ua_reset.css,v 1.5 2016/02/11 14:53:31 jtorborg Exp $ */

/****************************/
/* UA differentiated reset  */
/****************************/

/** {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
}*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, img, ins, kbd, q, samp,
small, strong, b, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    min-width: 100%;
}

body,
.frame_zone {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight :normal;
    color: #000;
    line-height: 1.2;
    text-align: left;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
  padding: 0;
}

code, kbd, samp, pre, tt, var, 
textarea, input, select, 
isindex, listing, xmp, plaintext { 
    font:inherit; 
    font-size:1em; 
    white-space:normal;
}

hr {
    margin:1.2em 0;
}

strong, b {
    font-weight:bold;
}

em, i {
    font-style:italic;
}

form {
    overflow:visible;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* HTML5 */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border:0;
    background:transparent;
}

article, aside, details, figcaption, 
figure, footer, header, hgroup, 
menu, nav, section { 
    display: block; 
}

/* deprecated */
applet, basefont, center, dir, 
font, isindex, menu, s, strike, u {
    border:0;
    background:transparent;
}

dir, menu {
    list-style:none;
}

isindex { 
    font:inherit; 
    font-size:1em; 
    white-space:normal;
}
