/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong, b {
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
address, canvas, summary {
    display: block;
}
body {
    background:#fff none repeat scroll 0%;
    font-size: 12px;
    font-family:arial,sans-serif;
    margin:0pt;
    height:100%;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight:normal;
    text-align:left;
}
a {
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
}
br.both {
    clear:both;
}

.old_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
/*    display: block; */
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}
.multiline.ellipsis  {
    white-space: normal;
}

.gray {
    color: #aaa;
}
.red {
    color: red;
}
.bottom {
    position: absolute;
    bottom: 0.3em;
    left: 0em;
}
.right {
    position: absolute;
    right: 0.3em;
    text-align: right;
}
.center {
    width: 100%; 
    margin: 0 auto;
    text-align: center;
}
.highlight {
    color: #00bb1a;
}
.small {
	font-size: 0.8em;
}
.large {
    font-size: 1.8em;
}
.double {
    line-height: 2em;
}
.pointer {
    cursor: pointer;
}

.debug {
	text-align:center;
	font-size: 12px; 
	color: white;
}
em, i, cite {
    font-style: italic;
}
.nowrap {
	white-space: nowrap;
}