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

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

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

#branding {
	margin: 18px 0 0 0 !important;
	height: 56px !important;
}

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

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

/* Filter window on transactions.php page*/
DIV.filter {
	border-radius: 12px;
	padding: 15px !important;
	color: #FFFFFF !important;
	background-color: rgba(0, 82, 156, 0.7);
}

#advanced-filter-toggle {
	color: white !important;
}

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

input[type=submit] {
	background-color: #01BAF3;
	color:#00529c;
}
