﻿/*-- Body Section --*/
body.BPOINTBody {
	background: url(../Images/bpoint_bg_page.gif) repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	padding:0px; 
	margin:0px;
	color: #000000;
}
body.BPOINTBody a {
	text-decoration: none;
	color: #000000;
}
body.BPOINTBody a:hover {
	color: #000000;
}
img {
	border: 0px none;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0px;
}
.textBoxes {
	width: 180px;
}
.inputButtons {
	width: 90px;
}
/*-- Main Table section --*/
table.BPOINTMainTable {
	text-align: center; 
	WIDTH: 755px;
	BACKGROUND-COLOR: #ffffff;
	border: 0px;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
table.BPOINTMainTable td {
	padding: 0px;
}
td.BPOINTLeftBck {
	width: 19px;
	background: transparent url(../Images/bpoint_bg_left.gif) no-repeat scroll center;
	height: 600px;
}
td.BPOINTRightBck {
	width: 19px;
	background: transparent url(../Images/bpoint_bg_right.gif) no-repeat scroll center;
	height: 600px;
}
/*-- Content area --*/
td.BPOINTBox {
	background-color: #CEDFF3;
	width: 717px;
	vertical-align: top;
}
/*-- Content Header --*/
table.BPOINTBoxHeader {
	background-color: #253E51;
	width: 100%;
}
table.BPOINTBoxHeader td {
	padding: 0px;
	width: 50%;
}
td.BPOINTLogo {
	text-align: left;
}
td.CommBankLogo {
	background: transparent url(../Images/bpoint_logo_commbank.gif) no-repeat scroll center right;
}
/*-- Main Area --*/
table.BPOINTBoxMainTable {
	height: 440px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;	
}
table.BPOINTBoxMainTable tr td.BPOINTBoxContent {
	vertical-align:top;
	height: 430px; 
	background: #CEDFF3 url(../Images/bpoint_login_bck.gif) no-repeat;
	padding: 15px 40px;
	text-align: left;	
}
table.PaymentContainer, .CRNContainer {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.PaymentContainer {
	margin-top: 10px;
}
table.PaymentContainer tr td {
	padding: 0px;
	text-align: left;
}
.CRNContainer {
	margin-top: 5px;
}
.CRNContainer  tr td {
	padding: 5px 0px 0px 0px;
	text-align: left;
}
.ResultTable {
	width: 430px;
	margin: 5px auto;
}
.ResultTable td.alignRight {
	text-align: right;
	width: 180px;
	padding-top: 7px;
}
.ResultTable td.alignLeft {
	text-align: left;
	width: 250px;
	padding-top: 7px;
}
.ResultTable td.alignLeft span {
	font-size: 10px;
	font-weight: bold;
}
td.heading {
	width: 20%;
	font-size: 10px;
	font-weight: bold;
}
td.inputs {
	width: 32%;
}
td.extrsInfo {
	width: 48%;
}
table.PaymentContainer tr td.secondColumn, 
.CRNContainer tr td.secondColumn {
	width: 55%;
	padding-left: 5px;
}
div.DialogMessage {
	margin: 0 0 12px 0;
	padding: 5px 5px 5px 34px;
	border: 1px solid #6B87A3;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	background-color:rgb(248,152,40);
}
.DialogMessage p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.DialogMessage h1 {
	font-size: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.MessageWarning,
#MessageWarning {
	background-image: url(../Images/dialog_ico_m_warning.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}