@charset "utf-8";
 /*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
 
 
/* @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff);
} */
body {
	/*font-family: 'Sans', sans-serif;*/
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

a{outline:0px}

form{margin:0px}

input[typ=radio]{margin:0px;}

img{display:block}

form,input{margin:0; padding:0}

.gray-gradiant01 {
	background: #F3F3F3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#ebebe7));
	background: -webkit-linear-gradient(#F3F3F3, #ebebe7);
	background: -moz-linear-gradient(#F3F3F3, #ebebe7);
	background: -ms-linear-gradient(#F3F3F3, #ebebe7);
	background: -o-linear-gradient(#F3F3F3, #ebebe7);
	background: linear-gradient(#F3F3F3, #ebebe7);
	-pie-background: linear-gradient(#F3F3F3, #ebebe7);
	behavior: url(images/PIE.htc);
}

.txt-12 { font-size: 12px; }

.txt-14 { font-size: 14px; }

.txt-16 { font-size: 16px; }

.txt-18 { font-size: 18px; }

.txt-20 { font-size: 20px; }

.txt-22 { font-size: 22px; }

.justify { text-align: justify; }

.gray-txt01 { color: #888888; }

.blue-txt01 { color: #03558b; }

.blue-txt02 { color: #38affe;}

.white-txt { color: #FFF; }

.blue-link01 { color: #03558b;}

.blue-link01:hover {text-decoration: none;}

.blue-link02 { color: #38affe;}

.blue-link02:hover {
	color: #FFF;
	text-decoration: none;
}
.orange-link01 {
	color: #F2AD09;
}
.white-link01 {
	color: #FFF;
}
.white-link01:hover {
	color: #F2AD09;
	text-decoration: none;
}




.title01 {
	font-size: 20px;
	color: #03558b;
}

.mTop10 {margin-top: 10px;}

.mBtm10 {margin-bottom: 10px;}
.mRight10 {
	margin-right: 10px;
}
.mRight15 {
	margin-right: 15px;
}
.mLeft10 {
	margin-left: 10px;
}
.mLeft15 {
	margin-left: 15px;
}

.pad-top3 {
	padding-top: 3px;
}
.pad-top12 {	padding-top: 12px;}
.pad-top10 {	padding-top: 10px;}
.pad-top5 {padding-top: 5px;}
.pad-left10 {
	padding-left: 10px;
}
.pad-left15 {
	padding-left: 15px;
}
.pad-left25 {
	padding-left: 25px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right15 {
	padding-right: 15px;
}
.pad-btm12 {	padding-bottom: 12px;}
.topLinks  a:hover {
	color: #bee9ff;
	text-decoration: underline;
}


.bannerSpace {
	background-color: #c6c9b7;
	height: 274px;
	text-align: center;
}
.bannerSpace2 {
	background-color: #c6c9b7;
	height: 410px;
	text-align: center;
}


.fLeft { float: left;}

.fRight { float: right;}
.block {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.header-advantage {
	background-color: #f2f2f2;
	padding: 15px;
	float: right;
	width: 240px;
	margin-top: 32px;
	margin-right: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(images/PIE.htc);
	position:relative;
}

.list01 { margin: 0px; padding: 0px; }

.list01 li {
	background-image: url(../images/sbi_blue_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 18px;
}

.arrow-divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5cb3e;
	background-image: url(../images/sbi_green_arrow01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topLinks {
	font-size: 14px;
	color: #FFF;
	float: right;
	margin-right: 15px;
}
.topLinks a {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}



.horzLine {
	background-image: url(../images/sbi_horzline.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.hm-box01 {
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #F8F8F8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8F8F8), to(#e9e9e9));
	background: -webkit-linear-gradient(#F8F8F8, #e9e9e9);
	background: -moz-linear-gradient(#F8F8F8, #e9e9e9);
	background: -ms-linear-gradient(#F8F8F8, #e9e9e9);
	background: -o-linear-gradient(#F8F8F8, #e9e9e9);
	background: linear-gradient(#F8F8F8, #e9e9e9);
	-pie-background: linear-gradient(#F8F8F8, #e9e9e9);
	behavior: url(images/PIE.htc);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 246px;
	text-align: left;
}

.testimonials {
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #03558b;
	behavior: url(images/PIE.htc);
	width: 247px;
	height: 132px;
	text-align: center;
}

.hm-merchants-logo {
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e9e9e9;
	behavior: url(images/PIE.htc);
	width: 509px;
	height: 132px;
	text-align: center;
}

#topMenu ul { margin: 0px; padding: 0px; }

#topMenu ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#topMenu ul li a {
	font-size: 13px;
	color: #272727;
	padding: 5px 7px;
	text-decoration: none;
	display: block;
}
#topMenu ul li a:hover {
	background-color: #ddebfa;
}

#topMenu ul li a.active{
	background-color:#f2ad09;
}

.header-bg {
	background-image: url(../images/sbi_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
}

.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	*float: left;
}

.signUp {
	background-color: #4380a9;
	border: 0px solid #ffdd8b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 13px;
	/*float:left;*/
	behavior: url(images/PIE.htc);
	position: relative;
	padding: 5px 12px;
}

.loginBox{
	color:#9ed8ff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #3B9DDD;
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,-webkit-gradient(linear, 0 0, 0 bottom, from(#3B9DDD), to(#03558b));
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,-webkit-linear-gradient(#3B9DDD, #03558b);
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,-moz-linear-gradient(#3B9DDD, #03558b);
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,-ms-linear-gradient(#3B9DDD, #03558b);
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,-o-linear-gradient(#3B9DDD, #03558b);
	background: url(../images/sbi_loginBox_bg.png) no-repeat top left,linear-gradient(#3B9DDD, #03558b);
	-pie-background: url(../images/sbi_loginBox_bg.png) no-repeat top left,linear-gradient(#3B9DDD, #03558b);
	behavior: url(images/PIE.htc);
	border: 2px solid #3798d7;
	zoom:1;
}
.searchBox {
	background-color: #e5e4e2;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.searchInput01 {
	width: 252px;
	font-size:14px;
	color:#333;
	padding:4px 5px;
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),	to(#eaeaea));
	-pie-background: linear-gradient(#f8f8f8, #eaeaea);
	behavior: url(images/PIE.htc);
	position:relative;
}

.zebraStrip th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.zebraStrip_TD {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

.zebraStrip_lastTD {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.evenTR {
	background-color: #ebebeb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oddTR {
	background-color: #f5f4f4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.hoverTR {
	background-color: #E0E0E0;
	color: #333;
}

button.blueBtn01 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 18px;
	*padding: 5px 10px;
	background: -moz-linear-gradient(top, #79c1f2 0%, #095b91);
	background: -webkit-gradient(linear, left top, left bottom, from(#79c1f2),	to(#095b91));
	-pie-background: linear-gradient(#79c1f2, #095b91);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #96e4f2;
	/*	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:	0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:	0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);*/
	behavior: url(images/PIE.htc);
	position: relative;
	cursor: pointer;
}

button.blueBtn01:hover {
	background: -moz-linear-gradient(top, #5ea4d4 0%, #074b78);
	background: -webkit-gradient(linear, left top, left bottom, from(#5ea4d4),	to(#074b78));
	-pie-background: linear-gradient(#5ea4d4, #074b78);
	border: 2px solid #79c5d3;
}
.brdr-btm01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96c3e1;
}


.blue-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5e5fa;
	background-color: #228ed6;
	border: 1px solid #4da3db;
	padding-right: 2px;
	padding-left: 2px;
}
.loginArrow {
	float: left;
	position: absolute;
	left: 37px;
	bottom: 0px;
}

#pagination{border:0; margin:0; padding:0; float:right}

#pagination li{
	border:0; margin:0; padding:0;
	font-size:13px;
	list-style:none;
	margin-right:2px;
	float: left;
}

#pagination a{
	display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	/*-pie-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);*/
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	/*-pie-text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	behavior:url(images/PIE.htc);*/
	position:relative;
}

#pagination.previous-off,
#pagination.next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

#pagination .next a,
#pagination .previous a {
	font-weight:bold;
} 

#pagination .active{
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	/*-pie-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);*/
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
	/*-pie-text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
	border:solid 1px #434343;
	/*behavior:url(images/PIE.htc);*/
	position:relative;
}

#pagination a:link,
#pagination a:visited {
	color:#0e509e
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{border:solid 1px #434343;}
.footer-links a {
	color: #03558b;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.footer-links a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-divider {
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfe6ff;
}

/* Mark off payment start */
.markOffPaymentMain .discountAhref{
  text-decoration: underline;
  font-size: 14px;
  color: #2e33d9;
  padding: 0;
}
.markOffPaymentMain .adminCheckMain .table>thead>tr>th, .markOffPaymentMain .adminCheckMain .table>tbody>tr>td, .markOffPaymentMain .adminCheckMain .table>tbody>tr>th{
  text-align: left;
  padding-left: 20px;
}
.markOffPaymentMain .adminCheckMain .table>thead>tr>th.actionTh{
  text-align: center;
}
.markOffPaymentModal1 .searchToolTableMain {
  border: 0;
  margin-top: 0px;
  padding-bottom: 0px;
}
.markOffPaymentModal1 .searchToolTableMain th{
  width: 310px;
}
.downloadMerchantInvoiceChecker .adminCheckMain .table>tbody>tr>th {
  text-align: left;
  padding-left: 20px;
  min-width: 200px;
    width: 300px;
}
.downloadMerchantInvoiceChecker .adminCheckMain .table>tbody>tr>td {
  text-align: left;
  padding-left: 20px;
}
.markOffPaymentMain.MerchantPanel .adminCheckMain {
  border: 1px solid #d1d1d1;
}
.markOffPaymentMain.MerchantPanel .adminCheckMain .bBottom {
  border-bottom: 1px solid #d1d1d1;
}
.markOffPaymentMain.MerchantPanel .adminCheckMain .bRight {
  border-right: 1px solid #d1d1d1;
}
.markOffPaymentMain.MerchantPanel .fixedTableMain th{
  background: #b3b3b3;
}
.markOffPaymentMain .discountAhref.linkDisabled{
  pointer-events: none;
  color: #ababab;
}
/* Mark off payment end */