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

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

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


/* Generic buttons*/
.ui-button {
	background: #323E48 !important;
	border: solid 2px #FFFFFF !important;
	color: #FFFFFF !important;
}

.ui-button:hover {
	background: #DAE343 !important;
	border: solid 2px #DAE343 !important;
	color: #323E48 !important;
}

/* list horizontal links on navbar */
#a {
	color: #FFFFFF !important;
}

#globalnav li a {
	color: #FFFFFF !important;
}

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

/* Filter window on transactions.php page*/
DIV.filter {
	background-color:#323E48;
	border-radius: 12px;
	padding: 15px !important;
	color: #FFFFFF;
}

TABLE.transactions TH {
	background-color: #111111 !important;
	color: #FFFFFF !important;  
}
