/* CSS Document */
html,body,form,img { border:0; padding:0; margin:0; }
body {
	text-align: center;
	background:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
a { color:#000000; text-decoration:none; }
#container {
	text-align:left;
}

#printed_header { text-align:center; }

.preloader { display:none; }

.noprint { display:none; }
h4 { margin:0px; padding:0px; font-size:12px; }

.sem_green { color:#005D27; }
.sem_blue { color:#0079BE; }
.sem_red { color:#C91C26; }
.sem_orange { color:#F99F2A; }
.sem_yellow { color:#F5D50C; }

.twoColA {
	float:left;
	width:320px;
	margin-right:10px;
}
.twoColB {
	float:right;
	width:320px;
}


.highlight {
	background:#FFC;
	border:1px solid #FF0;
	padding:5px;
	margin:8px 0px;
	text-align:center;
}

#invoice {
	border:1px solid #666;
	background:#F7F7F7;
	padding:10px;
}
#invoice h2 {
	margin:0px 0px 10px 0px;
}

.border-bottom td {
	border-bottom:1px solid #CCC;
}

.grand_total {
	font-size:12px;
	letter-spacing:-1px;
	padding-top:8px;
	font-weight:bold;
	text-align:right;
}

#searchBtn, .plain_btn_sm { display:none; }

#bidsheet th {
	text-transform:uppercase;
	font-size:9px;
}

img.left, img.right { margin-bottom:8px; }
img.right { float:right; margin-left:8px; }
img.left { float:left; margin-right:8px; }

#footer { font-size:10px; text-align:center; }

.clearer { clear:both; height:0px; margin:0; padding:0; font-size:0; }

.whisper { color:#999999; font-size:10px; }