/* @override http://yvw.dvdesign.com.au/watersaver_summer/interface/yvw-styles.css */

html, body {
	margin: 0;
	padding: 0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	height: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
form {
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: #1b419a;
	text-decoration: none;
}
a:hover, a:active {
	color: #1b419a;
	text-decoration: underline;
}
input, select, textarea {
	font: 11px/13px Arial, Helvetica, sans-serif;
}

.tiny {
	width: 20px;
}
.small {
	width: 40px;
}
.medium {
	width: 100px;
}
.large {
	width: 250px;
}
.error {
	color: #c70000;
	font-weight: bold;
	margin-bottom: 20px;
}
.thankyou {
	font-weight: bold;
	margin-bottom: 20px;
	color: #018749;
}
.terms {
	margin-bottom: 5px;
	color: #666;
}
.iagree {
	margin-bottom: 5px;
}

/* Order pages (public) */
.page {
	width: 90%;
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
	min-width: 740px;
	max-width: 900px;
}
.page-header {
	height: 60px;
}
.page-logo {
	float: left;
}
.page-links {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.page-body {
	clear: both;
	margin: 20px;
}
.page-div {
	height: 5px;
	margin-bottom: 15px;
	background: url(images/divider.gif) no-repeat;
}
.order {
	margin-bottom: 30px;
}
.order input {
	font-size: 10px;
}
.order-items {
	margin-bottom: 20px;
}
.order-contact {
	margin-bottom: 10px;
}
.order-contact td {
	padding-bottom: 4px;
	padding-top: 2px;
}
.order-heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #1b419a;
}
.order-subheading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #1b419a;
}
td.item-div {
	height: 10px;
	border-bottom: 1px solid #eee;
}
.item-thumb {
	width: 220px;
}
.item-desc {
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
}
.item-qty, .item-sku {
	width: 80px;
}
.item-label {
	width: 200px;
}
.order-text {
	margin-bottom: 10px;
}
.order-label {
	width: 150px;
}
thead td {
	color: #666;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.order-list td {
	padding-bottom: 2px;
	padding-top: 2px;
}
.order-list thead td {
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.order-list .item-label {
	font-weight: bold;
	color: #666;
}
.order-list .item-size {
	font-weight: normal;
	font-style: normal;
	width: 200px;
}
.item-image {
	float: right;
	width: 254px;
	text-align: right;
}
.item-image img {
	border: 2px solid #ccc;
}
.order-contact {
	margin-right: 220px;
}
td.note {
	color: #666;
	padding-top: 0;
	padding-bottom: 10px;
}

/* Admin pages (restricted) */
body.admin {
}
.admin-page {
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
.admin-page-title {
	line-height: 28px;
	background-color: #ddd;
	padding-left: 20px;
	color: #777;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.admin-links {
	height: 22px;
	background-color: #f0f0f0;
}
.admin-body {
	clear: both;
	margin: 20px;
}
.admin-footer {
	border-top: 1px dashed #ccc;
	color: #444;
	padding: 5px 20px;
}
ul.admin-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.admin-menu li {
	display: inline;
}
ul.admin-menu li a, ul.admin-menu li a:visited {
	float: left;
	text-decoration: none;
	color: #444444;
	display: inline;
	padding-left: 20px;
	padding-top: 4px;
	height: 18px;
	padding-right: 20px;
}
ul.admin-menu li a:hover, ul.admin-menu li a:active {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
}
.logout {
	float: right;
	width: 160px;
	text-align: center;
}
.logout a, .logout a:visited {
	text-decoration: none;
	color: #444444;
	display: block;
	padding-left: 0px;
	padding-top: 4px;
	height: 18px;
	padding-right: 0px;
}
.logout a:hover, .logout a:active {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
}
#btnSendPreview, #btnShipPreview, #btnConfirmShip, #btnConfirmOrder {
	background-color: #99D022;
	border: 1px solid #99D022;
	margin-left: 100px;
	color: #000;
}

/* Admin lists */
.admin-list, .order-list {
	margin-bottom: 20px;
}
.admin-list-heading, .admin-body .order-heading {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.admin-list td {
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin-list thead td {
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.admin-list thead td a, .admin-list thead td a:visited {
	color: #444;
}
.admin-list thead td a:hover {
	color: #333;
	text-decoration: underline;
}
.admin-list thead td a:active {
	color: #444;
}
.admin-list-heading a, .admin-list-heading a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	margin-left: 30px;
	color: #666;
}
.admin-list-heading a:hover, .admin-list-heading a:active {
	color: #333;
}
.order-org {
	width: 400px;
}
.order-status, .order-date, .account-date, .account-count {
	width: 100px;
}
.order-lang {
	width: 120px;
}
.order-view, .account-view {
	width: 50px;
	text-align: center;
}
.order-view a, .account-view a {
	color: #1b419a;
	text-decoration: none;
}
.admin-list-options {
	margin-bottom: 20px;
}
.order-buttons {
	text-align: center;
	margin-bottom: 20px;
}
.order-buttons input {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	background-color: #f0f0f0;
	color: #333;
	cursor: pointer;
}
.admin-body .order-buttons input {
	font-size: 11px;
}
.admin-body .item-size {
	font-weight: normal;
	width: 200px;
}
.item-row-alt {
	background-color: #f0f0f0;
}
.admin-body .item-label {
	font-weight: bold;
	color: #666;
}
.stock-list td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f0f0f0;
}
.stock-list .item-row-alt {
	background-color: #fff;
}
.minus .item-qty {
	color: #c70000;
}
.pick-detail, .pick-address, .pick-list, .order-info {
	margin-bottom: 20px;
}
.pick-detail td, .pick-address td, .pick-list td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.pick-detail .order-label {
	color: #666;
	font-weight: bold;
}
.pick-row-alt td {
	background-color: #f0f0f0;
}
.pick-list .item-qty {
	width: 120px;
}
.pick-list thead td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.admin-delete {
	width: 20px;
}
.alt-row {
	background-color: #f0f0f0;
}

/* Admin login */
#login-box {
	width: 300px;
	margin: 0 auto auto;
	padding-top: 200px;
}
.login-logo {
	margin-bottom: 1px;
}
.login-heading {
	font-weight: bold;
	background-color: #ddd;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 12px;
}
.login-row, .login-buttons {
	background-color: #F0F0F0;
	padding: 5px 10px;
}
.login-row input {
	border: 1px solid #333;
	font-size: 11px;
}
.login-buttons input {
	border: 1px solid #888;
	font-size: 11px;
	background-color: #ccc;
	color: #333;
	cursor: pointer;
}

/* Print pick list */
.print {
	font-size: 11px;
}
.print .print-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.print .print-date {
	margin-bottom: 20px;
}
.print .order-heading {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.print .pick-row td, .print .pick-row-alt td {
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
}

/* search for orders */
.search {
	border: 1px solid #f0f0f0;
	width: 600px;
}
.search-col {
	width: 33%;
	padding-left: 10px;
	padding-top: 5px;
	padding: 10px;
}
#search-col-right {
	width: 34%;
}
.search-head-row {
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	margin-bottom: 6px;
}
.search-buttons {
	text-align: center;
	padding-top: 0;
	padding-bottom: 5px;
}
.search-buttons input {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
/* link to previous Water Saver Kit */
.previous-kit {
	width: 370px;
	height: 70px;
	background-color: #eaf4ff;
	padding: 3px;
	border: 1px solid #cce4ff;
}
.previous-kit-image {
	float: left;
}
.previous-kit-link {
	margin-left: 85px;
	color: #444;
	margin-top: 10px;
}
.previous-kit-link a, .previous-kit-link a:visited, .previous-kit-link a:hover, .previous-kit-link a:active {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px dotted #1b419a;
	text-decoration: none;
}
.previous-kit-image img {
	width: 70px;
}