@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/*
Orange: #e7a726
Leaf Green:	#c9fd98
Dark Green: #61C503
*/

/** General Style Info **/

/** Layout **/

html
	{
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	}

body {
	background-color: white !important;
	background-image: none !important;
	color: #000000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 10pt;
	margin: 0;
	font-size-adjust: none;
	border: 0px;
	padding: 0px;
	overflow: visible;
}

.container {
	text-align: left;
/*	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	max-width: 100%;
	background-color: #FFFFFF;
*/
}

.noprint {
	display: none;
	}

.header{
	display: none;
	background-color: #FFFFFF;
	padding: 20px;
}

.content{
	background: #fff;
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
}

.footer {
	clear: both;
	text-align: center;
}

img.HeaderLogo {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}

a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #e7a726;
	text-decoration: none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	margin-bottom:0.5em;
}
h1 {
	color: #333;
	font-size: 100%;
}
h2 {
	color: #333;
	font-family:'lucida grande', 'Gill Sans',helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #333;
	font-family:'lucida grande', 'Gill Sans',helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #333;
	font-weight: normal;
}
.linker {
/*	cursor: pointer;
	font-weight: bold;*/
}
.linker:hover {
/*	text-decoration: underline;*/
}
.linkerImage {
	cursor: pointer;
	float: right;
}
.inactive {
	color: #cccccc;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}



/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table.grad {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
table.boxed {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
th {
	border: 1px solid #000000;
	text-align: left;
	padding: 6px;
	font-weight: bold;
}
th a {
	color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
th a:hover {
	color: #000000;
}

th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000000;
}
table tr:nth-child(odd) {
/*	background: #EEEEEE;*/
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

table td.subHead {
	border: 1px solid #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 12px;
}

th.dividerL, td.dividerL {
	border-left: 1px solid #AAAAAA;
	margin-left: 1px;
}

th.dividerR, td.dividerR {
	border-right: 1px solid #AAAAAA;
	margin-right: 1px;
}

span.rowLink {
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
/*	font-size: 0.8em;*/
	font-weight: bold;
	color: #e7a726;
}

span.rowLink:hover {
	text-decoration: underline;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
/*	background:#fff;*/
	color: #ccc;
/*	margin-top: 1em;*/
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
/*	padding: 5px 8px;*/
	display: inline-block
}
.paging > span {
	display: inline-block;
/*	border: 1px solid #ccc;*/
	border-left: 0;
}
.paging > span:hover {
	text-decoration: underline;
/*	background: #efefef;*/
}
.paging .prev {
/*	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
*/
}
.paging .next {
/*
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
*/
}
.paging .disabled {
	color: #bbbbbb;
}
.paging .disabled:hover {
/*	background: transparent;*/
}
.paging .current {
	color: #61C503;
}

.paging .noShow {
	display: none;
	}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
/*	margin-right: 20px;*/
	padding: 0;
	font-size: 0.7em;
/*	width: 95%;*/
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
/*	clear: both;
	margin-bottom: 1em;*/
	padding: .14em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}

form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
/*	display: block;*/
/*	font-size: 110%;*/
	float: left;
	text-align: right;
	width: 105px;
	font-weight: bold;
	margin-right:5px;
	margin-top: 3px;
}
div.labelCheck
	{
	padding: 0;
/*	float: left;*/
	width: 75% !important;
	margin-top: -16px;
	margin-left: 108px;
	margin-bottom: 2px;
	}

div.labelCheck label{
	clear: none;
	margin: 3px 12px 0px 3px;
	font-weight: normal;
	text-align: left;
	width: auto;
}
div.labelCheck input[type=checkbox] {
	float: left;
	margin: 0px 0px 0px 2px;
	width: auto;
}
div.labelCheck input[type=radio] {
	margin: 4px 2px 0px 2px;
	clear: none;
	width: auto;
}

div.filterCheck
	{
	margin-right: 6px;
	padding: 3px;
	float: left;
	margin-bottom: 6px;
	}

div.filterCheck label{
	float: left;
	width: 75px;
	margin-left: 3px;
	font-weight: normal;
	text-align: left;
}
div.filterCheck input[type=checkbox] {
	float: left;
	margin: 0px 0px 0px 2px;
	width: auto;
}

div.reportColCheck
	{
	margin-right: 6px;
	padding: 1px;
	float: left;
	margin-bottom: 3px;
	}

div.reportColCheck label{
	float: left;
	width: 150px;
	margin-left: 3px;
	font-weight: normal;
	text-align: left;
}
div.reportColCheck input[type=checkbox] {
	float: left;
	margin: 3px 0px 0px 2px;
	width: auto;
}

div.reportColCheck input[type=radio] {
	float: left;
	margin: 3px 4px 0px 2px;
}

div.twoColCheck
	{
	margin-right: 6px;
	padding: 1px;
	float: left;
	margin-bottom: 3px;
	}

div.twoColCheck label{
	float: left;
	width: 85px;
	margin-left: 3px;
	font-weight: normal;
	text-align: left;
}

div.twoColCheck input[type=checkbox] {
	float: left;
	margin: 3px 0px 0px 2px;
	width: auto;
}

div.twoColCheck input[type=radio] {
	float: left;
	margin: 3px 4px 0px 2px;
	width: auto;
}

div.threeColCheck
	{
	margin-right: 6px;
	padding: 1px;
	float: left;
	margin-bottom: 3px;
	}

div.threeColCheck label{
	float: left;
	width: 65px;
	margin-left: 3px;
	font-weight: normal;
	text-align: left;
}
div.threeColCheck input[type=checkbox] {
	float: left;
	margin: 3px 0px 0px 2px;
	width: auto;
}

div.threeColCheck input[type=radio] {
	float: left;
	margin: 3px 4px 0px 2px;
	width: auto;
}

input, textarea {
	clear: both;
	font-family: 'tahoma', 'verdana', sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
/*	padding: 1%;*/
/*	width:98%;*/
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float: left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/** Forms **/
/*
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
	padding: 0;
	font-size: 0.75em;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0.5em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:1px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form validation errors */
input.error {
	background-color: #F4D69A;
	padding: 2px;
}

label.error {
	background-color: #F4D69A;
	padding-top: 2px;
	padding-bottom: 2px;
}

em.error {
	background-color: #F4D69A;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #e7a726;
/*	font-size: 140%;*/
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
/*	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
*/
}
.success,
.message,
.cake-error,
p.error,
.error-message {
/*	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
*/
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 12px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}


/** Navigation Menu **/

ul.nav1 {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 0.95em;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	list-style: none;
}

ul.nav1 a {
	color: #e7a726;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

ul.nav1 a:hover {
	color: #FFFFFF;
}

ul.nav1 hr {
	color: #e7a726;
	background-color: #e7a726;
    height: 1px;
    border: none;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
}

ul.nav1 li.nav1 {
	margin: 0;
	color: #e7a726;
	display: inline-block;
	cursor: pointer;
	padding: 6px;
	font-weight: bold;
}

ul.nav1 li.nav1:hover {
	color: #ffffff;
	background-color: #e7a726;
}

ul.nav1 li.nav1 ul.nav2 {
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: -6px;
	position: absolute;
	width: 175px;
	left: -999em;
	background-color:rgba(255,255,255,0.9);
	border: solid 1px #e7a726;
	height: auto;
	list-style: none;
}

ul.nav1 li.nav1:hover ul.nav2 {
	left: auto;
}


ul.nav1 li.nav1 ul.nav2wide {
	text-align: left;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: -6px;
	position: absolute;
	width: 180px;
	left: -999em;
	background-color:rgba(255,255,255,0.9);
/*	background-color: #f3d393;*/
	border: solid 1px #e7a726;
	height: auto;
	list-style: none;
/*	padding-bottom: 6px;
	padding-top: 6px;*/
}

ul.nav1 li.nav1:hover ul.nav2wide {
	left: auto;
}



ul.nav1 li.nav1 ul.nav2 li.nav2
	{
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 4px;
	border: none;
	margin: 0;
	cursor: pointer;
	width: 162px;
	display: inline-block;
/*	background-color: #f3d393;*/
	background: none;
	color: #333;
	}

ul.nav1 li.nav1 ul.nav2wide li.nav2
	{
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 4px;
	border: none;
	margin: 0;
	cursor: pointer;
	width: 168px;
/*	background-color: #f3d393;*/
	background: none;
	color: #333;
	}

ul.nav1 li.nav1 ul.nav2 li.nav2:hover,
ul.nav1 li.nav1 ul.nav2wide li.nav2:hover
	{
	background-color: #e7a726;
	color: #ffffff;
	}



ul.nav1 li.nav1 ul.nav2wide li.nav2 a
	{
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}

ul.nav1 li.nav1 ul.nav2wide li.nav2 a:hover
	{
	color: #ffffff;
	}

/*Detail View Styles */

div.detBox
	{
	padding: 12px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}



div.detBox2ColL
	{
	text-align: left;
	float: left;
/*	border: 1px solid #000000;*/
	}


div.detBox2ColR
	{
	text-align: left;
	margin-left: -12px;
	float: right;
/*	border: 1px solid #000000;*/
	}

div.detBox2ColC
	{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #000000;*/
	}


div.detBoxRow
	{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #333;
	}

div.detBoxDividerRow
	{
	float: left;
	border-top: 4px solid #333;
	}

div.detBoxTopRow
	{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
/*	border: 1px solid #000000;*/
	}

div.detBoxRowStrokeBottom
	{
	border-bottom: 1px solid #333;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	}

div.detBoxL
	{
	float: right;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 4px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
/*	border: 1px solid #000000;*/
	}


div.detBoxR
	{
	float: left;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	text-align: right;
	margin-bottom: 0px;
/*	border: 1px solid #000000;*/
	margin-right: -2px;
	}


/*Detail View Table Styles */

table.detBox
	{
	border: none;
	margin: 0;
	border-collapse: collapse;
	}

table.detBox tr
	{
	border: none;
	background-color: transparent;
	}

table.detBox th
	{
	font-weight: bold;
	border: none;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

table.detBox td
	{
	border: none;
	background-color: transparent;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
/*
table.detBox tr:nth-child(even) {
	color: #000000;
	background-color:rgba(255,255,255,0.3);
}
*/

/*List/Table head table */

table.tableHead
	{
	border: none;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
	}

table.tableHead tr
	{
	border: none;
	background-color: #FFFFFF !important;
	}

table.tableHead td.titleCell
	{
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border: none;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 12px;
	padding-bottom: 0px;
	}

table.tableHead td.buttonCell {
	font-size: .65em;
	text-align: center;
	vertical-align: bottom;
	border: none;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*table.tableHead td.pageTileCell {*/
	/*display: none;*/
/*}*/


.orangeType
	{
	background-color: #e7a726;
	padding-right: 2px;
	padding-left: 2px;
	}

.bigType
	{
	font-size: 1.4em;
	}

/* Styles for Sidebar/Details Page */
div.MainSidebar
	{
	display: none;
	float: left;
	width: 25%;
	margin-right: 14px;
	}

div.OrderSidebar
	{
	display: none;
	float: right;
	width: 25%;
	margin-right: 14px;
	}

div.SidebarPagination
	{
	background-color: #fdf6ea;
/*	background-image: linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -o-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -moz-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -webkit-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -ms-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #fdf6ea), color-stop(0.65, #faedd4));*/
    -webkit-box-shadow: inset 0 0 30px #f1ca7d;
    -moz-box-shadow: inset 0 0 30px #f1ca7d;
    box-shadow: inset 0 0 30px #f1ca7d;
/*	border-top: 1px solid #e7a726;
	border-left: 1px solid #e7a726;
	border-right: 1px solid #e7a726;*/
	font-size: 0.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
/*	margin-bottom: 3px;*/
	}

div.SidebarTilesCol
	{
	background-color: #fdf6ea;
/*	background-image: linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -o-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -moz-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -webkit-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -ms-linear-gradient(bottom, #fdf6ea 20%, #faedd4 65%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #fdf6ea), color-stop(0.65, #faedd4));*/
    -webkit-box-shadow: inset 0 0 30px #f1ca7d;
    -moz-box-shadow: inset 0 0 30px #f1ca7d;
    box-shadow: inset 0 0 30px #f1ca7d;
	min-height: 780px;
/*	border-left: solid 1px #e7a726;
	border-top: solid 1px #e7a726;
	border-right: solid 1px #e7a726;
	border-bottom: solid 1px #e7a726;*/
	}

div.SidebarTileOrders
	{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.8em;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	margin-top: -1px;
	cursor: pointer;
	}

div.SidebarTileOrders:hover
	{
	background-color: #F0F0F0;
    -webkit-box-shadow: inset 0 0 10px #AAAAAA;
    -moz-box-shadow: inset 0 0 10px #AAAAAA;
    box-shadow: inset 0 0 10px #AAAAAA;
	}

div.SidebarPaginationOrders
	{
	background-color: #F0F0F0;
    -webkit-box-shadow: inset 0 0 30px #AAAAAA;
    -moz-box-shadow: inset 0 0 30px #AAAAAA;
    box-shadow: inset 0 0 30px #AAAAAA;
	font-size: 0.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
/*	margin-bottom: 3px;*/
	}

div.SidebarTilesColOrders
	{
	background-color: #F0F0F0;
    -webkit-box-shadow: inset 0 0 30px #AAAAAA;
    -moz-box-shadow: inset 0 0 30px #AAAAAA;
    box-shadow: inset 0 0 30px #AAAAAA;
	min-height: 780px;
	}

div.SidebarTile
	{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.8em;
	border-top: solid 1px #e7a726;
	border-bottom: solid 1px #e7a726;
	margin-top: -1px;
	cursor: pointer;
	}

div.SidebarTile:hover
	{
    -webkit-box-shadow: inset 0 0 10px #e7a726;
    -moz-box-shadow: inset 0 0 10px #e7a726;
    box-shadow: inset 0 0 10px #e7a726;
	background-color: #f3d393;
	}

div.CurrentTile
	{
    -webkit-box-shadow: inset 0 0 10px #f3d393;
    -moz-box-shadow: inset 0 0 10px #f3d393;
    box-shadow: inset 0 0 10px #f3d393;
	background-color: #faedd4;
	}

div.MainDetail
	{
	width: 100%;
	}

div.OrderDetailDraft
	{
	float: left;
/*	min-height: 780px;*/
	width: 100%;
	}

div.OrderDetail
	{
	float: left;
/*	min-height: 780px;*/
	width: 100%;
	}


/*jQuery UI overrides */
div.ui-datepicker
	{
	position: relative;
	font-size: 0.8em;
/*	z-index: 3 !important;*/
	}
/*
.dialog-modal {
position: relative;
z-index: 3;
}
*/
#MainDialog hr {
	color: #e7a726;
	background-color: #AAAAAA;
    height: 1px;
    border: none;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
}

li.ui-category {
	font-size: .8em;
	margin-left: 0;
	padding-left: 4px;
	padding-top: 8px;
	font-style: italic;
	font-weight: bold;
}

/*Colored Text */

span.InactiveProd {
color: #E7A726;
text-shadow: 0px 0px 0px #000000;
}

span.NewProd {
color: #c9fd98;
text-shadow: 0px 0px 0px #000000;
}

.badge {
    display: inline-block;
    color: #707070;
    border: 1px solid #c9fd98;
    background-color: #c9fd98;
    padding: 2px 4px 2px 4px;
/*    margin-left: 5px;*/

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*Point-of-Sale */

div.POSList {
float: left;
margin-right: 18px;
width: 216px;
min-height: 272px;
margin-bottom: 12px;
}

input.LookUp {
background-color: #f5dca8;
padding: 2px;
border: 1px solid #AAAAAA;
}

input.LookUpOrder {
background-color: #e4fecc;
padding: 2px;
border: 1px solid #AAAAAA;
}


.ui-state-default  {
background: none;
background-color: #c9fd98 !important;
border: 1px solid #3d7c02;
color: #3d7c02;
}

/* Responsive design toggles for main container*/
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	body {
		font-size: 50%;
		}

	.container {
		margin-left: 0;
		margin-right: 0;
		min-height: 450px;
	}

	table.tableHead td.buttonCell
		{
//		display: none;
	}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
	body {
		font-size: 70%;
		}

	.container {
		margin-left: 1%;
		margin-right: 1%;
		min-height: 0;
		min-height: 450px;
	}

	table.tableHead td.buttonCell
		{
//		display: none;
	}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
	body {
		font-size: 70%;
		}

	.container {
		margin-left: 1%;
		margin-right: 1%;
		min-height: 0;
		min-height: 450px;
	}

	table.tableHead td.buttonCell
		{
//		display: none;
	}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	body {
/*		font-size: 50%;*/
		}

	.container {
		margin-left: 0;
		margin-right: 0;
		min-height: 450px;
	}

	table.tableHead td.buttonCell
		{
//		display: none;
	}


	/* Force table to not be like tables anymore */
	table.grad, table.grad thead, table.grad tbody, table.grad th, table.grad td, table.grad tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.grad thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.grad tr { border: 1px solid #ccc; }

	table.grad td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 2px;
/*		padding-left: 50%;*/
	}

	table.grad tr:nth-child(odd) td {
		border-bottom: 1px solid #ffffff;
	}

	table.grad td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		font-size: 80%;
	}

.container {
		margin-left: 3%;
		margin-right: 3%;
		min-height: 600px;
	}

	table.tableHead td.buttonCell
		{
//		display: none;
	}
}

/* #### Desktops #### */
/*@media screen and (min-width: 1024px){

}
*/


/*Tile-looking tag thingies*/
ul.sortable {
	list-style-type: none;
	margin: 0; padding: 0;
	}

ul.sortable li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
/*	padding-left: 1.5em;*/
	height: 18px;
/*	cursor: move;*/
	}

ul.sortable li span {
	position: absolute;
/*	margin-left: -1.3em;*/
	}