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

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

#global-wrapper{
	background: none;
}

.nav-back-link LI A,
#globalnav LI A {
	color: #595959;
}

.nav-back-link LI A:hover,
#globalnav LI A:hover {
	color: #0074bd;

}

.nav-back-link LI A.active,
#globalnav LI A.active {
	color: #0074bd;
	padding: 15px 15px 15px;
	/* text-shadow: 0 2px 5px #ccc; */
	background: url(../img/bottomline/indent.png) no-repeat center bottom;
}

UL#globalnav {
	margin-top: -10px;
}

#supportbox {
	color: #000000;
}

#supportbox A {
	color: #000000;
}

TABLE.transactions TD {
	border-color: #ccc;
	font-size: 12px;
}

TABLE.transactions TD.first {
	background-color: #f9f9f9;
}

TABLE.transactions TH {
	background: #f2f2f2 none;
	border-color: #ccc;
	color: #333;
	font-weight: normal;
}

TABLE.transactions TH.last {
	border-color: #ccc;
}

TABLE.transactions TR.alt TD {
	background-color: #f9f9f9;
	border-color: #ccc;
}

TABLE.transactions TR.last TD {
	border-color: #ccc;
}

TABLE.transactions TR.details-row TD.details-row-content TABLE.transactions TR TH {
	background: #e7e7e7 none;
	color: #666;
	filter: none;
}

#branding {
	margin-top: 5px !important;
}