/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url('../img/paymentassist/indent.png') no-repeat center top;
}

/*  Navigation bar wrapper */
#global-wrapper {
	background: url('../img/paymentassist/body.png') repeat-x white;
}


/* Menu links */
#globalnav li a {
	color: #FFFFFF;
}

/* Generic buttons*/
.ui-button {
	background: #E32F2B !important;
	border: solid 1px #DE1916 !important;
	color: #FFFFFF !important;
}

.ui-button:hover {
	background: #B71E1B !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #FFFFFF !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: #1E305F;
	border-radius: 12px;
	border: 0.5px solid rgb(123, 123, 123);
	padding: 15px !important;
	color: #FFFFFF;
}

TABLE.transactions TH {
	background-color: #1E305F !important;
	color: #FFFFFF !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 85px;
}

#branding {
	margin: 0px 0 -14px 0;
}
