/*##########################################################
########### Copyright (c) 2004 Brave Mettle Inc. ###########
################### All Rights Reserved. ###################
##################### Modified 11/2/04 #####################
##########################################################*/
body, html {
	background-color: #FFF;
}
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
a {font-weight:normal;}
.right {
	float: right;
}
.left {
	float: left;
}
div.float {
	width: 160px;
	height: 160px;
	padding:10px 0 0 10px;
	float: left;
	text-align: center;
	font-size: 12px;
}
div.float a, div.float a:hover {
	color: #000;
	text-decoration: none;
}
#sidebar a.cat, a.sub {background-color: #FF0000;}
#sidebar a.sub {color: #000000;}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row span.label, div.row label {
	float: left;
	width: 160px;
	padding-right: 10px;
	text-align: right;
}
div.row a.btn { margin-left: 200px; }
/* Hide from IE5 Mac \*/
.btn, .btn:hover {
	border: 2px solid #F90;
	display: inline;
	margin-left: 10px;
	padding: 1px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #EEE;
	color: #000;
	white-space: nowrap;
	cursor: pointer;
}
/* Stop hiding */
.error {
	font-size: 10pt;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding-top: 10px;
}
.center {
	text-align: center;
}
input.line {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	padding-bottom:0px;
	border: 0;
	border-bottom: 1px solid #000;
}
fieldset {
	border: 1px dotted #237;
	padding: 5px;
}
fieldset legend {
	color: #006;
	padding: .1ex .5ex;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 14px;
	font-weight: bold;
}
.page {
	clear:both;
	text-align:center;
	padding:5px;
	font-size: 14px;
	font-weight:bold;
}
td.bid {text-align:right;}
td.equal {background-color:#6F3;}
td.less {background-color:#F93;}
@media print {
	input.line{background-color:#fff;}
}

