/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url('../img/spark/indent.png') no-repeat center top;
}

/* Navigation bar wrapper */
#global-wrapper {
	background: url('../img/spark/body.png') repeat-x white;
}

/* Menu links */
#globalnav li a {
	color: #ffffff;
}

/* Generic buttons*/
.ui-button {
	background: #ff8902 !important;
	border: solid 1px #e77b00 !important;
	color: #ffffff !important;
}

.ui-button:hover {
	background: #e17e0e !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #0b13f1 !important;
}

/* Support box */
#supportbox A {
	color: #000000 !important;
}

#supportbox {
	font-weight: bold;
	color: #000000 !important;
}

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #ffffff;
	border-radius: 12px;
	border: 0.5px solid rgb(123, 123, 123);
	padding: 15px !important;
	color: #000000;
}

TABLE.transactions TH {
	background-color: #ffffff !important;
	color: #000000 !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 70px;
}

#branding {
	margin: 4px 0 -14px 0;
}
