html, body {
	margin: 0px;
	padding: 0px;
	background: #f8f8f8 url('/inc/gfx/back_head.gif') repeat-x top;
}

div {
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 14px;
	font-size: 22px;
	font-family: tahoma, sans serif;
	color: #888888;
	font-weight: normal;
}


h1.prospects {
	font-size: 36px;
	color: #aabbcc;
}

h2 {
	margin-top: 14px;
	font-size: 14px;
	font-family: tahoma, sans serif;
	color: #888888;
	font-weight: bold;
}

hr {
	background-color: #ccc;
	border: 0px;
	height: 1px;
}

div.hBar {
	background-color: #f8f8f8;
	height: 18px;
	padding: 3px;
}

div.hBar form.search {
	text-align: right;
	float: right;
}

div.hBar form.search input {
	margin: 0px;
}

a {
	color: #50697a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input.text {
	background-color: #ffffff;
	color: #415b6d;
	border: 1px solid #888888;
	padding: 1px 2px;
	margin-bottom: 6px;
	width: 180px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

input.short {
	width: 60px;
	text-align: right;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

select.short {
	width: 55px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #415b6d;
	border: 1px solid #888888;
}

input.changed {
	background-color: #fff265;
	color: #000000;
	border: 1px solid #8e191c;
}

input.short:focus {
	background-color: #d3e2ec;
	color: #000000;
	border: 1px solid #666666;
	margin: 0px;
	padding: 1px 0px 1px 0px;
}

input.long, textarea.long {
	width: 360px;
}

select.long {
	width: 366px;
	margin-bottom: 4px;
}


textarea.text {
	background-color: #ffffff;
	color: #415b6d;
	border: 1px solid #888888;
	padding: 0px 2px;
	margin: 0px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

input.text:focus, textarea.text:focus {
	background-color: #d3e2ec;
	color: #000000;
	border: 1px solid #666666;
}

input.disabled {
	background-color: #f8f8f8;
	color: #b0b0b0;
	border: 1px solid #e8e8e8;
}

input.button {
	background-color: #d3e2ec;
	border: 1px solid #67879d;
	color: #5e7c90;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	border-collapse: collapse;
}
table.form tr td {
	padding-bottom: 5px;
	vertical-align: top;
}
table.form tr td.label {
	float: left;
	width: 100px;
	text-align: right;
	clear: both;
	padding: 2px 8px 3px 0px;
}
table.form tr td.label small {
	display: block;
	color: #aaaaaa;
	margin-right: 4px;
}
table.form tr td.lab {
	padding: 2px 0px 3px 0px;
}

.notice {
	padding: 20px 20px 1px 70px;
	background: #f8f8f8 url('/inc/gfx/icon_note.gif') 20px 10px no-repeat;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	color: #000000;
}

.noticeError {
	padding: 20px 20px 1px 70px;
	background: #ffcfcf url('/inc/gfx/icon_bad.png') 20px 10px no-repeat;
	border: 1px solid #ff9d9d;
	margin-bottom: 20px;
	color: #000000;
}

.notice p {
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

.notice:hover {
	border-color: #acacac;
}

div#header {
	width: 1150px;
	margin: 0px auto;
	height: 91px;
}

div#header h1#logo {
	padding: 29px 20px 15px 20px;
	margin: 0px;
}

div#menu {
	width: 1150px;
	margin: 0px auto;
	height: 38px;
	padding-top: 2px;
}
div#container {
	background: #ffffff url('/inc/gfx/back_foot.gif') repeat-x bottom;
	padding-bottom: 44px;
}
div#content {
	min-height: 400px;
	width: 1150px;
	margin: 0px auto;
}
div#footer {
	width: 1150px;
	margin: 0px auto;
	padding-top: 10px;
	color: #bbb;
	font-size: 11px;
}
div#footer a {
	color: #91aabb;
}

#mainnav {
	float: left;
	padding: 0px;
	margin: 0px;
}
#mainnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#subnav {
	float: right;
	padding: 0px;
	margin: 0px;
}
#subnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#secondnav {
	clear: both;
	padding: 6px 0px;
	margin: 6px 0px;
	height: 28px;
	border-bottom: 1px solid #cccccc;
}
#secondnav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
table.full {
	width: 100%;
}
table.standard th  {
	background: #ecf5fc;
	text-align: left;
	height: 22px;
	color: #666666;
	padding: 4px;

}
table.standard td {
	padding: 4px;
	text-align: left;
}
table.standard tr {
	background: #fafafa;
}
table.standard tr.odd {
	background: #ffffff;
}
table.standard tr.odd th {
	background: #f1faff;
}
table.standard tr.red {
	background: #ffaaaa;
}
table.standard td.red {
	background: #ffaaaa;
}
table.standard tr.red th {
	background: #ff0000;
}
table.standard tr.yellow {
	background: #ffff66;
}
table.standard td.yellow {
	background: #ffff66;
}
table.standard tr.yellow th {
	background: #ffff66;
}
table.standard tr.white {
	background: #ffffff;
}
table.standard tr.white th {
	background: #ffffff;
}
table.standard img {
	padding-right: 4px;
	vertical-align: middle;
	padding-bottom: 2px;
}
table i {
	color: #5e7c90;
}
table.form img {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
	padding-bottom: 2px;
}
.clear {
	clear: both;
}
div.backBar {
	height: 30px;
}
td, th {
	vertical-align: top;
}
tr th.yellow {
	background: #dce5ec;
}
tr td.yellow {
	background: #f5f6be;
}
tr.odd td.yellow {
	background: #f6f7d7;
}
tr th.dark {
	background: #dce5ec;
}
tr td.dark {
	background: #eaeaea;
}
tr.odd th.dark {
	background: #e1eaef;
}
tr.odd td.dark {
	background: #efefef;
}
.nobr {
	white-space: nowrap;
}
div.progress {
	background-image: url('/inc/gfx/progress.gif');
	background-repeat: repeat-y;
	text-align: center;
}
div.progressRed {
	border: 1px solid #d3e2ec;
	background-color: #d3e2ec;
	background-image: url('/inc/gfx/progressred.gif');
	background-repeat: repeat-y;
	text-align: center;
}
div.ledger {
}
div.ledger div.grouplist {
	clear: both;
	margin-left: 30px;
	min-width: 500px;
}
div.ledger div.grouplist div.ledger_account {
	clear: both;
	margin-left: 30px;
	min-width: 500px;
}
div.ledger_group, div.ledger_subgroup, div.ledger_account {
	clear:  both;
	border-top: 1px dashed silver;
}
div.ledger_group:hover {
	background-color: #f0f0f0;
}
div.ledger_subgroup:hover {
	background-color: #e0e0e0;
}
div.ledger_account:hover {
	background-color: #d0d0d0;
}
div.ledger div.credit, div.ledger div.debit {
	width: 150px;
	text-align: right;
	float: right;
}
div.ledger a.label {
	padding: 1px 0px 1px 20px;
	text-decoration: none;
	color: #000000;
	background: url('/inc/gfx/icon_dot.gif') 2px 2px no-repeat;
}
div.ledger a.plus {
	background: url('/inc/gfx/icon_plus.gif') 2px 2px no-repeat;
}
div.ledger a.minus {
	background: url('/inc/gfx/icon_minus.gif') 2px 2px no-repeat;
}
div.priceUnit {
	background: #f8f8f8;
	border: 2px solid #f0f0f0;
	width: 129px;
	text-align: center;
	float: left;
	margin: 2px 10px;
}

b.priceSaved {
	color: #00aa00;
}

#content .sortcol {
	background-position: right center;
   	background-repeat: no-repeat;
   	cursor: pointer;
   	padding-right: 20px;
} 
#content .sortcol.sortdesc {
	background-color: #B9DDFF;
   	background-image: url('/inc/gfx/down.gif');
}
#content .sortcol.sortasc {
	background-color: #DDFFAC;
   	background-image: url('/inc/gfx/up.gif');
}
.right {
	float: right;
}
tr.rowCancelled td {
	text-decoration: line-through;
}

a.button {
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	padding: 2px 8px;
	text-decoration: none;
}
a.button:hover {
	background: #ddd;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected {
background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  overflow:hidden;
  cursor:pointer;
}