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

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

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

/* Generic buttons*/
.ui-button {
	background: #6D6fb3 !important;
	border: solid 1px #727272 !important;
	color: #ffffff !important;
}

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

/* Hyperlink in filter window */
#a, .likeLink {
	color: #000000 !important;
}

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

#supportbox {
	font-weight: bold;
	color: #ffffff !important;
}

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #d3d3d3;
	border-radius: 12px;
	border: 0.5px solid rgb(123, 123, 123);
	padding: 15px !important;
	color: #000000;
}

TABLE.transactions TH {
	background-color: #fff8f800 !important;
	color: #000000 !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 45px;
}

#branding {
	margin: 18px 0 0 0;
}

TABLE.transactions TR.alt TD {
	background-color: #EBEAE5 !important;
}

TABLE.transactions TR TD {
	background-color: #ffffff !important;
}

td.tx-state.bgAmber.tooltip div small,
td.tx-state.bgRed.tooltip div small,
td.tx-state.bgGreen.tooltip div small {
	display: none;
}

td.tx-state.bgGreen.tooltip {
	color: #33663C !important;
	font-weight: bold !important;
}

td.tx-state.bgRed.tooltip {
	color: #c00000 !important;
	font-weight: bold !important;
}
