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

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

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


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

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

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

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

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #c3c3c3;
	border-color: #c3c3c3 !important;
	border-radius: 12px;
	border-width: 1px;
	border-top: 1px solid #c3c3c3 !important;
	border-left: 1px solid #c3c3c3 !important;
	padding: 15px !important;
}

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