/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* overrides */

.margin-btm { margin-bottom: 15px; }
.margin-top { margin-top: 15px; }
.list.nomargin,
.nomargin { margin: 0px !important; }
.nopadding { padding: 0px !important; }
.noborder,
.noborder td { border: none; }
.maxwidth { width: 100%; }
.maxtextarea {	width: 98%; }
.text-right, .numeric { text-align: right; }
.nowrap,
.nowrap * {  white-space: nowrap; }
.none { display: none; }
.hidden { visibility: hidden; }
.relative { position: relative; }
.absolute { position: absolute; }
.absolute.left { left: 0px; }
.absolute.right { right: 0px; }
.fl-right { float: right !important; }
.fl-right.share { margin-left: 15px; }
.fl-left, .inline li { float: left; }
.fl-left.share { margin-right: 15px; }
.inline,
.fl-fix { overflow: hidden; }
.clear { clear: both; }
.cl-left { clear: left; }
.cl-right { clear: right; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.zoom { zoom: 1; }
.float-wrapper { margin-bottom: 10px; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important;  }
.lh-normal { line-height: normal; }
.strike { text-decoration: line-through; }
.uppercase { text-transform: uppercase; }
.center, .center td, .center th, .left .center { text-align: center; }
.left, .left td, .left th, .center .left { text-align: left; }
.right, .right td, .right th, .left .right { text-align: right; }
.noborder { border: none; }
.midalign { vertical-align: middle; }
.topalign { vertical-align: top; }
.phark { text-indent: -9999em; }
.autocenter { margin: 0px auto; }
.clickable tbody tr, .selectable { cursor: pointer; }
.page-break { page-break-after: always; }
.autoscroll { overflow: auto; }