.tableheadercell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #990000;
	text-align: left;
	padding: 2px;
	height: 17px;
	margin-bottom: 4px;
	width: auto;
	float: left;
}
.tableheaderrow {
	float: left;
	height: 20px;
	width: auto;
	margin-bottom: 4px;
	min-width: 20px;
}
.tablecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	height: auto;
	min-height: 15px;
	width: auto;
	float: left;
	text-align: left;
}
a.tablerow:link, a.tablerow:active, a.tablerow:visited {
	float: left;
	height: auto;
	min-height: 20px;
	width: auto;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	margin-bottom: 2px;
	font-weight: normal;
}
a.tablerow:hover {
	float: left;
	width: auto;
	background-color: #DDDDDD;
	color: #000000;
	text-decoration: none;
}
.tablenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	float: left;
	height: 15px;
	width: 900px;
	text-align: left;
	background-color: #F7F7F7;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.red_tag {
	color: #990000;
}


a.additem:link, a.additem:active, a.additem:visited {
	background-attachment: scroll;
	background-image: url(../images/add_up.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 35px;
	padding-left: 4px;
	background-position: left top;
	float: left;
}
a.additem:hover {
	background-attachment: scroll;
	background-image: url(../images/add_over.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 35px;
	padding-left: 4px;
}
a.button:link, a.button:active, a.button:visited {
	width: 133px;
	height: 20px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}
.totals_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #663300;
	text-align: right;
	float: right;
	height: auto;
	width: 140px;
	border: 1px solid #000000;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 5px;
}
.totals_box_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding: 2px;
	float: right;
	height: auto;
	width: auto;
}
.totals_line {
	float: left;
	height: auto;
	width: 890px;
	text-align: right;
}
.table_line_grand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	height: 15px;
	width: auto;
	float: left;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
