/* Banking Table Panels */
DIV.tab { 
	width: 350px;
	height: 27px;
	text-align:center;
	white-space: nowrap;
	cursor: pointer;
}
DIV.tab B {
	width: 320px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 27px;
	display:block;
	margin: 0;
	padding: 0 0 0 30px;
}
#tab1focus,
#tab2focus,
#tab1ready,
#tab2ready {
	background-image: url(../images/general/arrow-orange_bg.gif);
	background-repeat: no-repeat;
}
#tab1focus,
#tab1ready {
	background-position: 92px 9px;
}
#tab2focus,
#tab2ready {
	background-position: 105px 9px;
}
DIV.tabhold { 
	color: #183349;
	background-color: #efefef;
}
DIV.tabfocus {
	color: #fff;
	background-color: #183349;
}
DIV.tabcontent { width: 100%; }

/* Deposits & Widthdrawals*/
#PageContent DIV.deposit-withdraw {
	padding: 30px 15px;
	border-bottom: 1px solid #efefef;
}
#PageContent DIV.deposit-withdraw H3 {
	background-color: #f4f4f4;
	font-family: Impact;
	font-size: 24px;
	font-weight: normal;
	color: #4ea3d6;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #efefef;
	border-left: none;
	clear: both;
}
#PageContent DIV.deposit-withdraw H3 IMG {
	float: right;
	vertical-align: middle;
}
#PageContent DIV.deposit-withdraw H3 SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777;
	vertical-align: top;
}
#PageContent DIV.deposit-withdraw UL {
	margin: 10px 0 10px 0;
	padding: 0;
}
#PageContent DIV.deposit-withdraw LI {
	color: #444;
	margin: 5px 10px 5px 30px;
	padding: 0;
}
#PageContent DIV.deposit-withdraw P {
	text-align: justify;
}
#PageContent #MakeupFigure H2 {
	background-image: url(../images/general/arrow-orange_bg.gif);
	background-position: 9px 14px;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #183349;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #efefef;
}
#PageContent #MakeupFigure H3,
#PageContent #ActiveAccount H3 {
	font-size:16px;
	color:#333;
	margin: 0;
	padding: 10px 0 0 0;
}