/* $Id: ua_reset.css,v 1.1.2.3 2012-07-04 09:45:05 mmuths Exp $ */

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-height:100%;*/
    min-width:100%;
}

body, td, th, caption {
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:100.01%;
    font-style:normal;
    font-weight:normal;
    color:#000;
    line-height:1.2;
    text-align:left;
}

ol, ul, dir, menu {
    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; 
}
