/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url('../img/frontierpay/indent.png') no-repeat center top;
}

/* Navigation bar wrapper */
#global-wrapper {
	background: url('../img/frontierpay/body.png') repeat-x white;
}

/* Menu links */
#globalnav li a {
	color: #FFFFFF;
}

/* Generic buttons*/
.ui-button {
	background: #71F8FF !important;
	border: solid 1px #71F8FF !important;
	color: #000000 !important;
}

.ui-button:hover {
	background: #44B6BC !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #0B13F1 !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: #A5D0D9;
	border-radius: 0px;
	border: none;
	padding: 15px !important;
	color: #000000;
}

TABLE.transactions TH {
	background-color: #A5D0D9 !important;
	color: #000000 !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 70px;
}

#branding {
	margin: 4px 0 -14px 0;
}

h1.fullWidth {
	border-bottom: 4px solid #71F8FF !important;
	padding-top: 10px;
}

select#filter-show,
select#filter-when,
input#filter-date-0,
input#filter-date-1,
select#filter-type,
select#filter-oper,
input#filter-term {
	background-color: #DDf9FA;
}
