/* MISCELLANEOUS STYLES */
.error {
	color: #f00;
	}
p, table {
	font-size: 10px;
	}
.small {
	font-size: 10px;
	}
.status {
	color: #00f;
	}
h2 {
	font-size: 16px;
	}

/* STYLES FOR DATA ENTRY TABLES, ON FORMS */
table#convenient-store {
	border-collapse: collapse;
	border: 1px solid #346633;
	}
table#convenient-store thead tr th {
	border: 1px solid #346633;
	text-align: left;
	}
table.data-entry-tbl {
	border-collapse: collapse;
	margin-bottom: 8px;
	}
table.data-entry-tbl tr td {
	vertical-align: top;
	}
table.data-entry-tbl tr td.label {
	color: #000;
	padding-top: 7px;
	text-align: right;
	}
table.data-entry-tbl tr td.required {
	font-weight: bold;
	}
table.data-entry-tbl tr td.error {
	color: #f00;
	}
table.data-entry-tbl tr td input, table.data-entry-tbl tr td select, table.data-entry-tbl tr td textarea, table.data-entry-tbl tr td table tr td input, table.data-entry-tbl tr td table tr td select, table.data-entry-tbl tr td table tr td textarea {
	margin: 0;
	padding: 0;
}
table.data-entry-tbl tr td table {
	border: 0;
	}
table.data-entry-tbl tr td table tr td {
	border: 0;
	vertical-align: middle;
	}

/* STYLES FOR ERROR & STATUS MESSAGE BOXES */
div.alert-msg-box {
	background: #ffc;
	border: 1px solid #fc3;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: .5em 1em .5em 1.7em;
	}
div.err-msg-box {
	background: #fcc;
	border: 1px solid #f00;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: .5em 1em .5em 1.7em;
	}
div.err-msg-box h2, div.sts-msg-box h2, div.alert-msg-box h2 {
	margin: 0px 0px 10px 0;
	}
div.err-msg-box p, div.sts-msg-box p, div.alert-msg-box p {
	margin: -15px 0 0 0;
}
div.sts-msg-box {
	background: #c2f0b3;
	border: 1px solid #3c0;
	border-width: 1px 0;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .5em 1em .5em 1.7em;
	}
div.err-msg-box a {
	color: #f00;
	font-weight: bold;
	}
div.sts-msg-box a {
	color: #093;
	font-weight: bold;
	}

/* STYLES FOR LISTING TABLES, SHOWING RECORDS FROM MySQL TABLE */
table.listing-tbl {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 8px 0;
	}
table.listing-tbl th a {
	color: #fff;
	text-decoration: none;
	}
table.listing-tbl th a:hover {
	color: #ffc;
	text-decoration: underline;
	}

/* STYLES THAT APPLY TO MULTIPLE TABLE CLASSES */
th {
	background-color: #346633;
	color: #fff;
	text-align: center;
	}
tr.bg1 td {
	background-color: #eee;
	border: 1px solid #ccc;
	}
tr.bg2 td {
	background-color: #fff;
	border: 1px solid #ccc;
	}
/* inactive listings */
tr.bg3 td {
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #666;
	}
/* featured listings */
tr.bg4 td {
	background-color: #ffc;
	border: 1px solid #ccc;
	}
tr.bg1:hover td, tr.bg2:hover td, tr.bg3:hover td {
	background-color: #ff9;
	}
tr.no-hover:hover td {
	background-color: transparent;
	}
td.no-wrap {
	white-space: nowrap;
	width: 1%;
	}

/* STYLES FOR FORM ELEMENTS */
.submit-button {
	color: #fff;
	background-color: #66bd3d;
	border-top: 2px outset #d6d6d6;
	border-right: 2px inset #000000;
	border-bottom: 2px inset #000000;
	border-left: 2px outset #d6d6d6;
	padding: 3px 6px;
	}

