/* $Id: ua_reset.css,v 1.2 2015/08/26 11:10:47 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;
}

html {
    height:100%;
    width:100%;
}

body {
    position:relative;
    min-width:100%;
    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;
}

caption, th, td {
    vertical-align:top;
}

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;
}

h1 {
    margin:1em 0;
}

h2, h3, h4, h5, h6, p {margin:.6em 0;}

a, a:visited, a:hover, a:active, a:focus {
    text-decoration:underline;
    color:#0000FF;
}

form {
    overflow:visible;
}

input[type=text], input[type=password], input[type=file],
select, textarea {
    width:20em;
}

textarea {
    height:5em; 
}

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;
}
