@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/*
Blue: #598392
Yellow:	#e9cf59
Orange: #e7a726
*/

/** General Style Info **/

/** Layout **/

body {
	background: #598392;
	color: #333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: .9em;
	margin: 0;
}

.container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 18px;
	max-width: 1472px;
	background-color: #FFFFFF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000');
}

@media
only screen and (min-width:900px)
{
	.container{
		padding:30px;
	}
}

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

.content{
	clear: both;
	color: #333;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: auto;
	min-height: 800px;
    box-sizing: border-box;
}
.footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	color: #598392;
}


img.HeaderLogo {
	width: 90%;
	max-width:270px;
	height: auto;
	}

a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #598392;
	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:adobe-caslon-pro, serif;
	font-size: 190%;
}
h3 {
	color: #598392;
	font-family:'lucida grande', 'Gill Sans',helvetica, arial, sans-serif;
}
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 {
	background-color: #FFFFFF;
	font-size: 1em;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}


table.boxed {
	border: 1px solid #aaaaaa;
	font-size: 1em;
	clear: both;
	color: #333;
/*	margin-bottom: 10px;*/
	width: 100%;
	border-collapse: collapse;
}
table {
	font-size: 1em;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}
th {
	border: 1px solid #bbb;
	text-align: left;
	padding: 5px 5px 3px 5px;
	white-space: nowrap;
	background-color:rgba(204,204,204,0.75);
}
th a {
	color: #333;
	display: block;
/*	padding: 2px 4px;*/
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: underline;
}

th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 5px 5px 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #bbb;
}
table tr:nth-child(even) {
/*	background: #EEEEEE;*/
	background-color:rgba(238,238,238,0.9);
}
td.alignL, th.alignL {
	text-align: left;
}
td.alignC,th.alignC {
	text-align: center;
}
td.alignR, th.alignR {
	text-align: right;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding: 2px 5px;
}

table td.subHead {
	border: none;
	font-size: 1.3em;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	color: #333;
}

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-weight: bold;
	color: #598392;
}

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


span.FutureButton {
	float: right;
	cursor: pointer;
	font-size: 1.1em;
}



/* 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: #598392;
}

.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: 55%;
}
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;
}

div.FormFieldHelper {
position: relative;
min-height: 30px;
/*border: 1px solid #000000;*/
}

/** 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: #598392;
/*	font-size: 140%;*/
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {

}
.success,
.message,
.cake-error,
p.error,
.error-message {

}
.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: 100;
	text-align: center;
	font-size: 0.95em;
	padding: 0;
	margin 0;
	background: none;
	border: 0;
	list-style: none;
}

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

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

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

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

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

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 #598392;
	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: #F8F8F8;
	border: solid 1px #598392;
	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: #598392;
	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;
	}

li.ruled {
	border-top: 1px solid #598392;
}

/*Detail View Styles */

.DetailsWell {
	position: relative;
}

div.detBox
	{
	padding: 12px;
	margin-bottom: 12px;
	background-color: #eeeeee;
	overflow: hidden;
    box-sizing: border-box;
	}

@media
only screen and (min-width:900px)
{
	div.detBox{
		padding:35px;
	}
}

div.DetBox
	{
	padding: 12px;
	margin-bottom: 12px;
	background-color: #F0F0F0;
	overflow: hidden;
	border-radius: 4px;
    box-sizing: border-box;
	}


div.DetBoxCol
	{
	position: relative;
	text-align: left;
	overflow: auto;
    box-sizing: border-box;
	}

div.detBoxRow
	{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	border-top: 1px solid #BBB;
	overflow: hidden;
    box-sizing: border-box;
	}

div.detBoxDividerRow
	{
	float: left;
	width: 100%;
	border-top: 4px solid #BBB;
	overflow: hidden;
    box-sizing: border-box;
	}

div.detBoxTopRow
	{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	overflow: hidden;
/*	border: 1px solid #000000;*/
    box-sizing: border-box;
	}

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

div.DetBoxContent
	{
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
/*	border: 1px solid #000000;*/
	overflow: hidden;
    box-sizing: border-box;
	}


div.DetBoxLabel
	{
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	text-align: right;
	margin-bottom: 0px;
/*	border: 1px solid #000000;*/
	margin-right: -2px;
	overflow: hidden;
    box-sizing: border-box;
	}

.Det2ColL
	{
	width: 49.5%;
/*	background-color: #e7a726;*/
	float: left;
	}

.Det2ColR
	{
	width: 49.5%;
/*	background-color: #e7a726;*/
	margin-left: -12px;
	float: right;
	}

.Det3ColL
	{
	width: 32.5%;
/*	background-color: #e7a726;*/
	float: left;
	}

.Det3ColR
	{
	width: 32.5%;
/*	background-color: #e7a726;*/
	margin-left: -12px;
	float: right;
	}

.Det3ColC
	{
	width: 33.5%;
/*	background-color: #e7a726;*/
	margin-left: auto;
	margin-right: auto;
	}

.Label1Col
	{
	float: left;
	width: 11%;
/*	background-color: #CCCCCC;*/
	}

.Content1Col
	{
	float: right;
	width: 88%;
/*	background-color: #CCCCCC;*/
	}

.Label2Col
	{
	float: left;
	width: 22.5%;
/*	background-color: #CCCCCC;*/
	}


.Content2Col
	{
	float: right;
	width: 76%;
/*	background-color: #CCCCCC;*/
	}

.Label3Col
	{
	float: left;
	width: 34.5%;
/*	background-color: #CCCCCC;*/
	}

.Content3Col
	{
	float: right;
	width: 63.5%;
/*	background-color: #CCCCCC;*/
	}

.Label2-3Col
	{
	float: left;
	width: 16.5%;
/*	background-color: #CCCCCC;*/
	}

.Content2-3Col
	{
	float: right;
	width: 82%;
/*	background-color: #CCCCCC;*/
	}

.StrokeBottom {
	border-bottom: 1px #CCCCCC solid;
}


/*Detail View Table Styles */

table.detBox
	{
	border: 1px solid #DDDDDD;
/*	border: none;*/
	margin: 0;
	border-collapse: collapse;
	}

table.detBox tr
	{
/*	font-size: 0.9em;*/
	color: #000000;
	border: none;
	background-color: none;
	}

table.detBox th
	{
	background-color: rgba(170,170,170,0.3);
	font-weight: strong;
	border: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

table.detBox td
	{
	border: none;
	background-color: none;
	padding-left: 4px;
	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);
}
*/

table th{
	text-transform:uppercase;
}

/*List/Table head table */

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

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

table.tableHead td.titleCell
	{
	font-size: 1.75em;
	font-family:adobe-caslon-pro, serif;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border: none;
	background-color: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	width: 1px;
	white-space: nowrap;
	}

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

table.tableHead td.pageTileCell
	{
	font-size: 0.9em;
	text-align: right;
	vertical-align: bottom;
	border: none;
	background-color: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	width: 1px;
	white-space: nowrap;
	}


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

table.tableFoot tr
	{
	border: none;
	background-color: none !important;
	}

table.tableFoot td.tallyCell
	{
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	border: none;
	}

table.tableFoot td.pageTileCell
	{
	font-size: 0.9em;
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	border: none;
	}


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

.bigType
	{
	font-size: 1.75em;
	font-family:adobe-caslon-pro, serif;
	font-weight:bold;
	}

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

div.OrderSidebar
	{
	float: right;
	width: 25%;
	}

div.SidebarPagination
	{
	background-color: #f5dca9;
	font-size: 0.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
	padding: 6px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    box-sizing: border-box;
	}

div.SidebarTilesCol
	{
	background-color: #f5dca9;
	min-height: 780px;
	border-radius: 4px;
	}

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;
	}

div.SidebarPaginationOrders
	{
	background-color: #F0F0F0;
	font-size: 0.8em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	}

div.SidebarTilesColOrders
	{
	background-color: #F0F0F0;
	min-height: 780px;
    box-sizing: border-box;
	}

div.SidebarTile
	{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.8em;
	border-top: solid 1px #598392;
	border-bottom: solid 1px #598392;
	margin-top: -1px;
	cursor: pointer;
    position: relative;
    box-sizing: border-box;
    min-height: 44px;
	}

div.SidebarTile:hover
	{
	background-color: #ecb951;
	}

div.CurrentTile
	{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
	}

div.CurrentTile::before {
    position: absolute;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 2.9em;
    top: 0;
    color: #598392;
    margin-left: -20px;
    margin-top: 3px;
    z-index: -1;
	-webkit-transform:scale(0.7, 1.0);
	-moz-transform:scale(0.7, 1.0);
	-ms-transform:scale(0.7, 1.0);
	-o-transform:scale(0.7, 1.0);
	transform:scale(0.7, 1.0);

}
/*
div.CurrentTile::after {
    position: absolute;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 4.7em;
    top: 0;
    color: #aaaaaa;
    width: 100%;
	margin-left; 100%;
    margin-right: -26px;
    margin-top: -5px;
    z-index: -1;
	-webkit-transform:scale(0.3, 1.0);
	-moz-transform:scale(0.3, 1.0);
	-ms-transform:scale(0.3, 1.0);
	-o-transform:scale(0.3, 1.0);
	transform:scale(0.3, 1.0);
}
*/
div.SidebarHead
	{
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	background: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    box-sizing: border-box;
	}

div.MainDetail
	{
	float: right;
	min-height: 780px;
	width: 74%;
	margin-left: -12px;
	}

div.OrderDetailDraft
	{
	float: left;
	width: 54.5%;
	}

div.OrderDetailCart
	{
	float: left;
	width: 73%;
	}

div.OrderDetail
	{
	float: left;
	width: 80%;
	}


/*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: #598392;
	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: #dddddd;
text-shadow: 0px 0px 0px #000000;
}

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

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

/*News Alerts*/

div.AlertList {
float: left;
padding: 12px;
margin-right: 12px;
width: 21.5%;
height: 222px;
overflow: hidden;
margin-bottom: 12px;
/*-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;
-moz-border-radius: 8px;
-wekbkit-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
}

div.AlertTileHead
	{
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	}

div.AlertTileByline
	{
	font-style: italic;
	padding-bottom: 6px;
	padding-top: 6px;
	}

div.AlertTileBody
	{
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #598392;
	}

div.AlertTileAttach
	{
	padding-top: 6px;
	border-top: 1px solid #598392;
	}


/*Tasting Notes Similar */

div.TastingTile {
font-size: 0.7em;
width: 265px;
height: 130px;
padding: 4px;
border: 1px solid #CCCCCC;
margin-right: 6px;
float: left;
}

ul.TastingItems {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

li.TastingItem {
	cursor: move;
	float: none;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 4px;
	height: auto;
	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;*/
	}

/*Tasting Notes Preview */
div.TastingPreview {
	border: 1px solid #000000;
	width: 612px;
	min-height: 792px;
	max-width: 612px;
/*	max-height: 792px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 54px;
	padding-right: 54px;
	padding-top: 24px;
	padding-bottom: 48px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 18px #000000;
	-webkit-box-shadow: 0px 0px 18px #000000;
	box-shadow: 0px 0px 18px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000');
	}

img.TastingLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.TastingPreviewDate {
	float: right;
	padding-top: 4px;
	font-size: 0.8em;
	}

.TastingHeader {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 12px;
	}

.TastingPreviewItems {
	font-size: .85em;
	}

.TastingPreviewItem {
	margin-bottom: 9px;
	}

.Count6 {
	height: 105px;
	max-height: 105px;
	overflow: hidden;
	margin-bottom: 6px;
	}

.Count5 {
	height: 135px;
	max-height: 135px;
	overflow: hidden;
	margin-bottom: 6px;
	}

.Count4 {
	height: 165px;
	max-height: 165px;
	overflow: hidden;
	margin-bottom: 6px;
	}

.Count3 {
	height: 225px;
	max-height: 225px;
	overflow: hidden;
	margin-bottom: 6px;
	}

.Count2 {
	height: 340px;
	max-height: 340px;
	overflow: hidden;
	margin-bottom: 6px;
	}

.Count1 {
	height: 675px;
	max-height: 675px;
	overflow: hidden;
	margin-bottom: 6px;
	}

/*Point-of-Sale */

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

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

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


.ui-state-default  {
background: none;
background-color: #dddddd !important;
border 1px solid #598392;
color: #598392;
}



/*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;*/
	}

#touchOnly {
	display: none;

}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


.loaderOverlay {
	position: absolute;
    top: 0;
    padding-top: 36px;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 167, 38, 0.2);
/*    opacity: 0.85;*/
    display: none;
    z-index: 500;
    }

.loaderEmptyOverlay {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 501;
    }

.emptyAjaxPlaceholder {
	padding-bottom: 50px;
}

/*--------- TalkerMill Styles ----------*/
.MillHead {
	font-size: 190%;
	margin-bottom: 12px;
	font-weight: bold;
	text-align: center;
}

.MillThumb {
	width: 216px;
	height: 270px;
}

.TalkerMillTile {
	box-sizing: border-box;
	padding: 6px;
	font-size: 0.85em;
	margin-bottom: 8px;
	}

.TalkerSixUp {
	padding-top: 36px;
	padding-left: 54px;
	padding-right: 54px;
	clear: both;
	border: 1px solid #000000;
	width: 792px;
	height: 612px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color='#000000');
}

ul.mil1 {
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 0;
	margin 0;
	background: none;
	border: 0;
	list-style: none;
}

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


ul.mil1 li.mil1 {
	font-size: 1.5em;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
	color: #598392;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
}


ul.mil1 li.mil1 ul.mil2 {
	text-align: left;
	color: #FFFFFF;
	margin-top: 18px;
	top: 0;
	position: absolute;
	width: 200px;
	left: -999em;
	background-color:rgba(255,255,255,0.9);
	border: solid 1px #cccccc;
	height: auto;
	list-style: none;
}

ul.mil1 li.mil1:hover ul.mil2 {
	left: auto;
}



ul.mil1 li.mil1 ul.mil2 li.mil2
	{
	font-weight: normal;
	font-size: 0.7em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 4px;
	border: none;
	margin: 0;
	cursor: pointer;
	width: 190px;
	display: inline-block;
	background: none;
	color: #333;
	}


ul.mil1 li.mil1 ul.mil2 li.mil2:hover
	{
	background-color: #cccccc;
	color: #ffffff;
	}



ul.mil1 li.mil1 ul.mil2 li.mil2 a
	{
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.inlineButton {
	font-size: 1.2em;
/*	margin-right: 1px;
	margin-left: 1px;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #666666;*/
	color: #aaaaaa;
	background-color: none;
	cursor: pointer;
/*	min-width: 8px;*/
}

.inlineButton:hover {
/*	border: 1px solid #333333;*/
	color: #333333;
}


.tableHeadButton {
	margin-right: 3px;
	margin-left: 3px;
	padding: 3px 4px;
	border-radius: 4px;
	border: 1px solid #666666;
	color: #666666;
	background-color: #eeeeee;
	cursor: pointer;
}

.tableHeadButton:hover {
	border: 1px solid #333333;
	color: #333333;
}

.tableHeadButton a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.tableHeadButton a:hover {
	color: #333333;
	text-decoration: none;
}

.rollTopButton {
	font-size: 1.2em;
	margin-right: 3px;
	margin-left: 3px;
	padding: 3px 6px;
	border-radius: 4px;
	border: 1px solid #666666;
	color: #666666;
	background-color: #eeeeee;
	cursor: pointer;
}

.rollTopButton:hover {
	border: 1px solid #333333;
	color: #333333;
}

.rollTopButton a {
	color: #666666;
}

.rollTopButton a:hover {
	color: #333333;
}

.BigSpinner {
	text-align: center;
	padding: 6px;
	color: #598392;
}

.OrangeSpinner {
	text-align: center;
	color: #e7a726;
}

.DialogBusy {
	padding-top: 12px;
	padding-bottom: 50px;
	text-align: center;
	color: #598392;
	display: block;
}

.SidebarBusy {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	color: #598392;
}

.Blurry {
	color: #eeeeee !important;
/*	text-shadow: 0 0 3px rgba(0,0,0,0.6);*/
}

ul.dialog, ul.dialog li {
	margin: 0;
	color: #444;
	margin-left: 24px;
}

.formModButton {
	font-size: 1.6em;
	margin-left: 6px;
	color: #aaaaaa;
	background-color: none;
	cursor: pointer;
}

