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

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

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


/* Generic buttons*/
.ui-button {
	background: #53558A !important;
	border: solid 2px #5d5e94 !important;
	color: #ffffff !important;
}

/* list horizontal links on navbar */
#a, .likeLink {
	color: #8C8C99 !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: #1E1E2D;
	border-radius: 12px;
	padding: 15px !important;
    color: #d6d6dc;
}

TABLE.transactions TH {
	background-color: #1E1E2D !important;
	color: #d6d6dc !important;
}

