body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #ede7d0;
}

#header {
	width: 100%;
	height: 100px;
	background: #000;
	color: #fff;
}

#hdr_content, #navbar {
	width: 800px;
	margin: 0 auto;
}

#hdr_content img {
	margin: 10px 0 0 10px;
	float: left;
}

#hdr_content h1 {
	position: relative;
	bottom: -35px;
	text-align: center;
	font-size: 200%;
}

#nav {	
	background: #f5f5f5 url("images/navbar_bg.gif") repeat-x bottom left;
	height: 2.3em;
}

#navbar {
	position: relative;
}

#navbar ul {
	position: absolute;
	bottom: -2.3em;
	list-style-type: none;
	margin-left: 25px;
}

#navbar li {
	float: left;
	background: url("images/tab_left.png") no-repeat left top;
	margin: 5px -4px 0 -4px;
	padding: 0 0 0 15px;
}

#navbar a {
	float: left;
	display: block;
	width: .1em;
	background: url("images/tab_right.png") no-repeat right top;
	padding: 7px 15px 6px 0;
	text-decoration: none;
	color: #646464;
	white-space: nowrap;
}

#navbar > ul a {
	width: auto;
}
	
#navbar li:hover, #navbar li:hover a {
	background-position:0% -150px;
	color:#fff;
}

#navbar li:hover a {
	background-position:100% -150px;
}

#inv #nav-inv, #trn #nav-trn, #ord #nav-ord, #rec #nav-rec, #rep #nav-rep, #set #nav-set {
	background-position: 0% -300px;
	border-width: 0;
	margin: 0;
}

#inv #nav-inv a, #trn #nav-trn a, #ord #nav-ord a, #rec #nav-rec a, #rep #nav-rep a, #set #nav-set a {
	background-position: 100% -300px;
	color: #333;
	padding: 10px 15px 9px 0;
}

#content {
	width: 740px;
	height: 100%;
	padding: 0 40px;
	margin: 0 auto;
	background: #fff url("images/content_bg.gif") repeat-y top left;
}

.button {
	float: left;
	padding: 6px 0;
	background: #f5f5f5 url("images/grad_bg.gif") repeat-x bottom left;
	margin: 20px 20px 20px 0;
	border: solid 1px #000;
}

.button a {
	padding: 6px 15px 7px 15px;
	text-decoration: none;
	color: #000;
}

.button a:hover {
	background: #646464;
	color: #fff;
}

.company {
	clear: both;
	border: solid 1px #000;
	margin-bottom: 20px;
}

.titlebar {
	background: #f5f5f5 url("images/grad_bg.gif") repeat-x bottom left;
	height: 2.3em;
}

.titlebar h2 {
	padding: 7px 15px 6px 15px;
}

.co_name, .rig_name, .cat_name {
	float: left;
}

.titlebar img, .rig_title img, .item_cat img {
	float: left;
	padding: 7px 0 6px 0;
}

.co_cost, .rig_cost, .cat_cost {
	float: right;
}

.rig {
	clear: both;
	border-top: solid 1px #000;
}

.rig_title {
	height: 1.5em;
	border-bottom: dotted 1px #000;
}

.rig_title a, .rig_title p {
	margin: 2px 15px;
	text-decoration: none;
	color: #000;
}

.expand {
	margin: -1px -10px 0 15px;
}

.goto {
	margin: -1px 0 0 -10px;
	float: left;
}

.rig_title .edit {
	padding: 0;
	margin: 3px 0 0 10px;
}

.company table {
	clear: both;
	width: 693px;
	margin-left: 30px;
	text-align: left;
}

table .num {
	width: 150px;
}

table .desc {
	width: 343px;
}

table .qreq, table .qoh, table .diff {
	width: 50px;
	text-align: center;
}

table .price {
	width: 50px;
	text-align: right;
}

.cat_title, table {
	clear: both;
}

.item_cat p {
	margin-top: 10px;
}

.item_cat .expand {
	margin-top: 10px;
}

.cat_title {
	height: 2.3em;
	border-bottom: dotted 1px #afafaf;
}

.cat_name {
	text-align: left;
	padding: 2px 0 0 0;
	margin-left: 15px;
}

.cat_cost {
	text-align: right;
	padding: 2px 15px 0 0;
}

.alert, .alert a, .alert p {
	background: #c80000;
	padding-left: -15px;
	color: #fff;
}

.problem, .action_req {
	color: #c80000;
}

.notify, .notify a, .notify p {
	background: #d4effc;
	padding-left: -15px;
	color: #000;
}

.notice, .action_soon {
	color: #0094d9;
}
