body {
	margin: 0px;
}

body,a,p,li,td {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12pt;
}

.regular {
	color: #000000;
	font-weight: normal;
}

a.regular {
	font-weight: normal;
}

.muted {
	color: #888888;
}

.b {
	font-weight: bold;
}

.mutedBg {
	background-color: #cccccc;
}

.error {
	color: #dd0022;
}

.success {
	color: #66aa44;
}

.pct90 {
	font-size: 0.9em;
}

.pct80 {
	font-size: 0.8em;
}

.pct70 {
	font-size: 0.7em;
}

.pct60 {
	font-size: 0.6em;
}

.pct50 {
	font-size: 0.5em;
}

.pct110 {
	font-size: 1.1em;
}

.pct120 {
	font-size: 1.2em;
}

.pct130 {
	font-size: 1.3em;
}

.pct140 {
	font-size: 1.4em;
}

.pct150 {
	font-size: 1.5em;
}

.pct100 {
	font-size: 1.0em;
}

.statusAccepted {
	color: #009933;
}

.statusRejected {
	color: #dd4422;
}

.statusPending {
	color: #ccaa22;
}

.largeText {
	background-color: #eeeeff;
}

.popup {
	position: absolute;
	top: 120px;
	left: 120px;
	border: 1px solid #aaaaaa;
	width: 200px;
	background-color: #ffffff;
}

a.tags:hover {

}

a.muted:hover {
	color: #0000ff;
}

.statusFuture {
	color: #bbbbbb;
}

.statusCurrent {
	color: #666666;
	font-weight: bold;
	background-color: #fffac7;
}

.statusPast {
	color: #666666;
	font-weight: bold;
	background-color: #eeeeee;
}

table.sortable th {
	color: gray;
	font-weight: normal;
	text-decoration: underline;
}

.sortable th:hover {
	cursor: pointer;
}

.even {
	background-color:  f7f7f7;
}

.odd {
	background-color: f3f3f3;
}

#email_bidders_div {
	margin: .5em;
	padding: .5em;
}

.ajax_status_message {
	color: gray;
	padding-top: .5em;
	padding-bottom: .5em;
}

#ajax_loading {
	position: absolute;
	top: 10%;
	left: 90%;
}

.userPhoto {
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: center;
}

.navButton {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #dd4400;
	border-color: #f7f7f7 #cccccc #cccccc #f7f7f7;
	border-style: solid;
	border-width: 2px;
	padding: 2px 10px 2px 10px;
	display: inline;
	color: #ffffff;
	width: 150px;
	height: 40;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
.navButton a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}
#postjob {

}

#postjob a {

}
#aboutContent {
	width: 580px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #777777;
}
#aboutContent h3 {
	display: inline;
}

#userPersonal {
	background-color: #f7f7f7;
}

#userStats {
	padding-left: 15px;
}

#userExtended {

}

.listSpaced li {
	padding-bottom: 8px;
}

