/*
Marketing Price Theme:
	Border: #c0e094
	Even Row: #f3f9ea
	Odd Row: #fdfff9
	Header: #3a5f0b (#fff479)
	Footer: #c5e1a5
*/

table.theme {
	border-color: #c0e094;
}

table.theme > tbody > tr {
	background-color: #fdfff9;
}

table.theme > tbody > tr > td {
	border-color: #c0e094;
}

table.theme.form > tbody > tr > td {
	border-bottom-color: #d8ddd0;
}

table.theme > tbody > tr > td.group {
	background-color: #ffffe4;
}

table.theme > tbody > tr.even-row > td.group {
	background-color: #ffffd0;
}

table.theme > tbody > tr > td.separator-start {
	border-left-color: #c0e094;
}

table.theme > tbody > tr > td.separator-finish {
	border-right-color: #c0e094;
}

table.theme > thead > tr > th {
	background-color: #3a5f0b;
	color: #fff479;
}

table.theme > tbody > tr.even-row {
	background-color: #f3f9ea;
}

table.theme > tfoot > tr > td {
	background-color: #c5e1a5;
}

table.theme > tbody > tr.footer > td {
	background-color: #c5e1a5;
}

table.theme div.panel {
	background-color: #1c2d05;
	border: 1px solid #22440a;
}
