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

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

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

/* Generic buttons*/
.ui-button {
	background: #2d3c58 !important;
	border: solid 1px #727272 !important;
	color: #ffffff !important;
}

.ui-button:hover {
	background: #303d57 !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #000000 !important;
}

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

#supportbox {
	font-weight: bold;
	color: #000000 !important;
}

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #c4c4c4;
	border-radius: 12px;
	border: 0.5px solid rgb(123, 123, 123);
	padding: 15px !important;
	color: #000000;
}

TABLE.transactions TH {
	background-color: #FF8000 !important;
	color: #ffffff !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 45px;
}

#branding {
	margin: 18px 0 0 0;
}
