/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url(../img/createpay/indent.png) no-repeat center top;
}

/*  Navigation bar wrapper */
#global-wrapper {
	background: url(../img/createpay/body.png) repeat-x white;
}

/* Menu links */
#globalnav li a {
	color: #FFFFFF;
}

/* Generic buttons*/
.ui-button {
	background: #8FE2B0 !important;
	border: solid 1px #aeeec8 !important;
	color: #000000 !important;
}

.ui-button:hover {
	background: #a8f1c5 !important;
}

/* list horizontal links on navbar */
#a, .likeLink {
	color: #0a0a0a !important;
}

/* Support box */
#supportbox A {
	color: #000000 !important;
}

#supportbox {
	font-weight: bold;
	color: #ffffff !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 {
	margin: 10px 0 0 0;
}

#branding img {
	height: 60px;
}
