/* Eric Meyer's Reset CSS
 * This stylesheet resets and neutralizes inconsistent default styles across browsers.
 * Written by Eric Meyer  http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 * Modified and extended by Oo+
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
p, blockquote, img, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	vertical-align: baseline;
	cursor: inherit;
}

h1 { font-size: 150%; font-weight: bold; margin-bottom: 15px; }
h2 { font-size: 125%; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 100%; font-weight: bold; margin-bottom: 5px; }
h4 { font-size: 100%; font-weight: normal; margin-bottom: 5px; }
h5 { font-size: 75%; font-weight: normal; margin-bottom: 2px; }
h6 { font-size: 50%; font-weight: normal; margin-bottom: 2px; }


/* base font */
body { font: 9pt Tahoma, Arial, sans-serif; }

/* use these to wrap pager at before and after list, don't forgot to clear float */
.before-list { clear: both; float: left; width: 100%; }
.after-list  { clear: both; float: left; width: 100%; }
