﻿
/*~~~~~~~~~~~~ Initialize elements ~~~~~~~~~~~~*/
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, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: Arial;   
    font-size: 1em;
    line-height: 1.125em;
}
p {
    margin-bottom:1.5em;
}
input, select, textarea {
    font-size:1em;
    border: 1px solid #aaaaaa;
    padding: 0;
    margin: 0;
    min-height: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    text-indent: .125em;
}
.checkbox {
    width:10px;
    margin-right:.5em;
}
ol, ul {
    margin-left: 2.5em;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
sup {
    vertical-align:text-top;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
a:hover {
    border-bottom-style:solid;
}
a img {
    border:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    vertical-align:top;
}
td {
    padding-right:10px;
}
.tr-head {
    font-weight:bold;
}
.right-head {
    text-align:right;
    font-weight:bold;
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.align-middle {
    text-align:center;
}
.hidden {
    display:none;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.cleaner {
    margin:0;
    padding:0;
    clear:both;
    height:0px;
    font-size:0px;
    background-color:transparent;
}
.bold {
    font-weight:bold;
}
/*~~~~~~~~~~~~ /Initialize elements ~~~~~~~~~~~~*/



#debug {
    border-top:2px groove gray;
    background-color:white;
    color:#333333;
    font-family:'Courier New';
    display:none;
    padding:.5em;
    margin-top:1em;
}
#debug h1, #debug h2, #debug h3, #debug h4, #debug h5, #debug h6 {
    font-family:Arial;
    color:#888888;
    margin-top:.5em;
    margin-bottom:.25em;
    padding-bottom:.25em;
    border-bottom:1px dashed #bbbbbb;
}
