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

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

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


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

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

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

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

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

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