.nav_item {
	float: right;
	margin-left: 24px;
	padding-top: 4px;
}
.nav_item a {
	display: block;
	color: white;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
}
.nav_item a:hover {
	padding-top: 0;
	border-top: 2px solid #b1b772;
}
.nav_item a.active {
	padding-top: 0;
	border-top: 2px solid #b1b772;
}

.hide {
	display: none;
}
.text-right {
	text-align: right;
}

input {
	margin-bottom: 3px;
}

/* typography */

.clear {
	clear: both;
}
.light_grey { /* used in H1s */
	color: #999;
}
.small_reg {
	font-size: 70%;
}

/* default form input styling */
input {
	padding: 3px;
	border: 1px solid #666;
}
input.saved {
	border: 1px solid #06B821;
}
input:focus {
	border: 1px solid #e75b30;
}

/* flash status/errors */
div.flash_error {
	font-weight: bold;
	background-color: #edd;
	border: 1px solid #c33;
	padding: 7px;
	margin-bottom: 15px;
}
div.flash {
	font-weight: bold;
	background-color: #e2eee2;
	border: 1px solid #474;
	padding: 7px;
	margin-bottom: 15px;
}

/* featureboxes */
.featurebox_title {
	color: black;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
}


/* standard form tables */
table.standard_form td {
	padding: 5px;
}
.standard_form .label {
	font-weight: bold;
}
div.submit_button {
	background-color: #eee;
	text-align: right;
	padding: 6px;
}
div.submit_button input {
	font-size: 14px;
	font-weight: bold;
}

/* standard lists */
table.item_list {
	margin-top: 9px;
	border-top: 1px solid #ddd;
	width: 100%;
}
	.item_list tr td {
		padding: 2px;
		border-bottom: 1px solid #ddd;
	}
	.item_list tr:hover td {
		background-color: #f3f3f3;
	}
	table.item_list .small {
		font-size: 10px;
		font-weight: normal;
	}
	.item_list td.name {
		width: 40%;
		padding-left: 10px;
		font-weight: bold;
	}
/* common styles */
.normal_div {
	border: 1px solid #ccc;
	background: #f3f3f3;
	
	padding: 6px;
	margin-bottom: 10px;
}
	.normal_div div {
		float: left;
	}
	.normal_div div.main {
		width: 320px;
	}
	.normal_div div.right {
		float: right;
		text-align: right;
		margin-left: 15px;
	}
	.normal_div div.clear {
		float: none;
		clear: both;
	}
	.normal_div div.block, .normal_div div.hr {
		float: none;
	}
	.normal_div div.block div {
	}
	
.small {
	font-size: 80%;
	line-height: 140%; /* this seems weird, but it works in checkout-product.html */
}
.black {
	color: black;
}
.black a {
	color: black;
}
.bold {
	font-weight: bold;
}
.grey {
	color: #666;
}
.grey a {
	color: #666;
}

/* HRs */
div.hr {
	width: 100%;
	height: 5px;
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* contestant: index.php */
.index-entry {
}
	.index-entry .entry_id {
			padding-top: 5px;
			font-size: 14pt;
			font-weight: bold;
			margin-right: 10px;
			color: #555;
	}
	.index-entry div.main {
		width: 290px;
	}
	.index-entry .status {
		font-style: italic;
		float: right;
	}
	
/* add entry */
.add_entry-previous_entry {
	color: #666;
}
.add_entry-category {
	position: relative;
	border: 1px solid #ccc;
	background: #f3f3f3;
	
	padding: 6px;
	margin-bottom: 10px;
	
	cursor: pointer;
	cursor: hand;
}
.add_entry-category_selected {
	background: #feae31;
	border: 1px solid black;
}
.add_entry-category .category_name {
	font-weight: bold;
}
.add_entry-category .category_description {
	line-height: 14px;
	text-align: right;
	position: absolute;
	right: 8px;
	font-size: 80%;
	width: 70%;
	color: #777;
}
	.add_entry-category_selected .category_description {
		color: white;
	}

.add_entry-totals td {
	padding: 4px;
}
	
.add_entry-checkouts {
	text-align: right;
}
	.add_entry-checkouts input {
		font-weight: bold;
		margin-bottom: 5pt;
	}
/* store */
.store-product {
	width: 150px;
	height: 160px;
	border: 1px solid #ccc;
	margin-right: 15px;
	position: relative;
	float: left;
	text-align: center;
}
.store-product2 {
	padding: 10px;
}
	.store-product .caption {
		position: absolute;
		line-height: 16px;
		bottom: 5px;
		text-align: left;
		font-weight: 700;
	}
	.store-product .price {
		font-style: italic;
	}
	.price img {
		margin-top: 4px;
		margin-right: 3px;
	}

.store-entry {
	background-color: white;
}
	.store-entry .quantities img, .store-entry .quantities input {
		vertical-align: middle;
	}
	.store-entry .subtotal {
		margin: 12px;
		font-weight: bold;
		color: #666;
	}

/* checkout */
.checkout-entry .commands a {
	font-size: 10px;
	color: #666;
}
.checkout-total {
	text-align: right;
	font-size: 110%;
	background-color: #f3f3f3;
	border: 1px solid black;
	padding: 8px;
}

/* receipts */
.receipt-entry {
	width: 90%;
	padding: 20px 10px 30px 20px;
	xpage-break-before: always;
}
	.receipt-entry .title {
		text-align: center;
	}
	.receipt-entry .entry_id {
		padding-top: 10px;
		font-size: 18pt;
		font-weight: bold;
		margin-right: 12px;
	}
	.receipt-entry .main {
		font-size: 14pt;
	}
	.receipt_break {
		page-break-before: always;
	}
/* admin */
.entries-entry_div {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	
	padding: 6px;
	margin-bottom: 6px;
}
	.entries-entry_div div {
		float: left;
		margin-right: 10px;
	}
	.entries-entry_div div.main {
		width: 250px;
	}
	.entries-entry_div div.main span.name {
		font-weight: bold;
	}
	.entries-entry_div div.main span.small {
		font-size: 80%;
		color: #666;
	}
	.entries-entry_div div.score {
		float: right;
		margin-right: 0;
	}
	.entries-entry_div div.right {
		margin-right: 10px;
	}
.orders-order {
	
}	
	.orders-order .paid {
		cursor: pointer;
		cursor: hand;
	}
	.orders-order .orders-details div {
		float: left;
		width: 225px;
		margin-right: 20px;
	}
	.orders-order .orders-entry_link {
		border: 1px solid #ccc;
		padding: 4px;
		position: relative;
	}
	.orders-entry_link .paid { /* FIX THIS CSS!! it's probably wrong in any browser but mine! */
		position: absolute;
		float: right;
		text-align: right;
		top: 8px;
		right: -10px;
	}
.users-user {
	
}
	.users-details {
		xdisplay: none;
	}
	.users-details div {
		float: left;
		width: 225px;
		margin-right: 20px;
	}
