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;
	background: transparent;
	font-family: Arial;
	font-size: 13px;
}
h1 {
	font-size: 25px;
	padding: 5px;
}
h2 {
	font-size: 20px;
	padding: 5px;
	font-weight: normal;
}
li {
	margin-left: 20px;
}
body {
	line-height: 17px;
}
a:hover {
	color: #F00;
}
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;
}

.gridline {
	position: absolute;
	border: 0px;
	height: 1px;
	background-color: #ddd;
	background-color: rgba(0,0,0, 0.25);
	margin: 0px;
	padding: 0px;
	left: 0px;
}
.pricecol {
	position: absolute;
	bottom: 0px;
	background-color: #69f;
	z-index: 0;
}
.subtax_pricecol {
	position: absolute;
	bottom: 0px;
	background-color: #58d;
	z-index: 0;
}
.futurepricecol {
	position: absolute;
	bottom: 0px;
	background-color: #999;
	z-index: 0;
}
.subtaxfuturepricecol {
	position: absolute;
	bottom: 0px;
	background-color: #888;
	z-index: 0;
}
.gridline_label {
	position: absolute;
	height: 20px;
	font-size: 11px;
	width: 40px;
	line-height: 20px;
	margin: 0px;
	margin-bottom: -10px;
	margin-right: -50px;
	padding: 0px;
	right: 0px;
	z-index: 10;
}
.time_gridmark {
	position: absolute;
	bottom: 0px;
	height: 6px;
	width: 1px;
	border: 0px;
	background-color: #ddd;
	background-color: rgba(0,0,0, 0.40); 
	z-index: 1;
}
.time_marklabel {
	position: absolute;
	bottom: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	width: 60px;
	text-align: center;
	margin: 0px;
	margin-left: -20px;
	margin-bottom: -22px;
	padding: 0px;
	z-index: 1;
}
.darkcol {
	background-color: rgb(50, 100, 200) ! important;
}
.subtax_darkcol {
	background-color: rgb(40, 90, 180) ! important;
}