/*Eric Meyer CSS Reset START*/
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;}
/*Eric Meyer CSS Reset END */

body { background:#fff; font-family:Verdana,Arial, sans-serif; font-size:13px; text-align:center; }

.bb_header a { font-weight:bold; color:#004A8F; font-size:11px; }
.search-bar {
	padding-top:10px;
    background-image: none;
	overflow:hidden;
}
.search-bar input[type=text] {
	padding:3px;
	width:150px;
	font-size:13px;
	color:#444;
}
.bb_page { text-align:left; padding:15px; }
.bb_page p.logged_user { font-size:11px; background:#444; padding:3px; color:#fff; font-weight:bold; margin-bottom:20px; }
.bb_page h1 { margin-bottom:15px; font-size:1.5em; }
.bb_page h2 { margin-bottom:10px; font-size:1.25em; }
.bb_page h3 { margin-bottom:8px; font-size:1.15em; }
.bb_page h4 { margin-bottom:5px; font-size:1.1em; }
.bb_page ul { margin-bottom:20px; }
.bb_page li { margin-bottom:10px; }
.bb_page p, .bb_page .summary { margin-bottom:8px; line-height:135%; }
.bb_page a { color: #004A8F; }
.bb_page p.date { font-size:.75em; line-height:100%; margin-bottom:25px; }
.bb_page p.dtstamp { font-size:.75em; line-height:100%; margin-bottom:5px; }
.heading { border-bottom:2px solid #CCC; padding-bottom:5px; margin-bottom:25px; }

ul li { border-bottom:1px solid #EAEAEA; padding-bottom:5px; }

.footer { margin-top:20px; }
.footer p { font-size:.75em; }
