hmtl, body
{
   font-family: LelocaOpenSans, Arial, Helvetica;
   font-size: 16px;
   font-weight: normal;
  /* color: #FFFFFF;*/
}
#divEffect
       {
           background-color: #7EAEF0;
           background: -moz-linear-gradient(top, #7EAEF0, #365BA2);
           background: -webkit-gradient(linear, left top, left bottom, from(#7EAEF0), to(#365BA2));
           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
                startColorstr=#7EAEF0, endColorstr=#365BA2, GradientType=1)";
           filter: progid:DXImageTransform.Microsoft.Gradient(
               StartColorStr='#7EAEF0', EndColorStr='#365BA2', GradientType=0);
       }

  #divEffectYellow
  {
      background-color: #FDF3C5;
      background: -moz-linear-gradient(top, #FDF3C5, #EFD352);
      background: -webkit-gradient(linear, left top, left bottom, from(#FDF3C5), to(#EFD352));
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
           startColorstr=#FDF3C5, endColorstr=#EFD352, GradientType=1)";
      filter: progid:DXImageTransform.Microsoft.Gradient(
          StartColorStr='#FDF3C5', EndColorStr='#EFD352', GradientType=0);
  }
  
  .blue_shaded_button{
  				color: #FFFFFF;
  				font-weight: bold;
  				font-size: 16px;
  				font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  				border: 0px;
	  			background-color: #8EBDFF;
	           background: -moz-linear-gradient(top, #8EBDFF, #356CB8);
	           background: -webkit-gradient(linear, left top, left bottom, from(#8EBDFF), to(#356CB8));
	           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
	                startColorstr=#8EBDFF, endColorstr=#356CB8, GradientType=1)";
	           filter: progid:DXImageTransform.Microsoft.Gradient(
	               StartColorStr='#8EBDFF', EndColorStr='#356CB8', GradientType=0);
               cursor: pointer;
  
  }
  .blue_shaded_button_hover{
  				color: #FFFFFF;
  				font-weight: bold;
  				font-size: 16px;
  				font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  				border: 0px;
	  			background-color: #0080FF;
	           background: -moz-linear-gradient(top, #0080FF, #356CB8);
	           background: -webkit-gradient(linear, left top, left bottom, from(#0080FF), to(#356CB8));
	           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
	                startColorstr=#0080FF, endColorstr=#356CB8, GradientType=1)";
	           filter: progid:DXImageTransform.Microsoft.Gradient(
	               StartColorStr='#0080FF', EndColorStr='#356CB8', GradientType=0);
               cursor: pointer;
  
  }  
  .red_shaded_button{
  				color: #FFFFFF;
  				font-weight: bold;
  				font-size: 16px;
  				font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  				border: 0px;
	  			background-color: #F87C7C;
	           background: -moz-linear-gradient(top, #F87C7C, #D42929);
	           background: -webkit-gradient(linear, left top, left bottom, from(#F87C7C), to(#D42929));
	           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
	                startColorstr=#F87C7C, endColorstr=#D42929, GradientType=1)";
	           filter: progid:DXImageTransform.Microsoft.Gradient(
	               StartColorStr='#F87C7C', EndColorStr='#D42929', GradientType=0);
  			   cursor: pointer;
  }

.merchant_title{
	color:#000000;
	font-family: Bebas;
	font-size:22px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textwhite_12px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textwhite_16px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textwhitebold_16px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textwhitebold_22px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:22px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textwhitebold_22px_normal{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:22px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textwhitebold_30px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:30px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textred_12px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textred_16px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textredbold_16px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}


.textyellowbold_12px{
	color:#ffe362;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textyellow_16px{
	color:#ffe362;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textyellowbold_16px{
	color:#ffe362;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textbluebold_22px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:22px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textbluebold_30px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:30px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textbluebold_35px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:35px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.label_textfield {
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif; font-size: 16px; color: #000000;
	font-weight: normal; height: 20px; background: transparent;
}

.textfield_yellow {
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif; font-size: 16px; color: #000000;
	font-weight: normal; border: 1px solid #777777; padding-left: 5px; padding-top: 4px; height: 33px;
	background-color: #ffe362;
}

.divtransparent
{
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
}

a.white_16px:link {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #FFFFFF;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.white_16px:visited {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #FFFFFF;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.white_16px:hover {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #FFFFFF;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.white_16px:active {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #FFFFFF;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

a.yellow_12px:link {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 12px; color:#ffe362;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.yellow_12px:visited {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 12px; color:#ffe362;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.yellow_12px:hover {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 12px; color:#ffe362;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.yellow_12px:active {
	font-family: Lucida Grande, LelocaOpenSans, Arial, Helvetica; font-size: 12px; color:#ffe362;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

.text_normal_optional{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.text_normal{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.text_required{
	background-color: #ED2124;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.textfield_normal{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: black;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	height: 30px;
}

.textfield_required{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ED2124;
	border-right-color: #ED2124;
	border-top-color: #ED2124;
	border-bottom-color: #ED2124;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	height: 30px;
}
.error_required{
	
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.businesshourtable_required{
	
	border: 2px #ED2124 solid; 
	background-color: #E0EDFF;
}
.businesshourtable_normal{
	
	border: 2px #FFFFFF solid; 
	background-color: #E0EDFF;
}
.selectbox_normal{
 color:#333333;
 font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 font-size:14px;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 height: 20px;
}
.selectbox_required{
 color:#333333;
 font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 font-size:14px;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 height: 20px;
}

a.white_22px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #FFFFFF;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.white_22px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #FFFFFF;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.white_22px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #FFFFFF;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_22px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #FFFFFF;
	font-weight: normal; text-decoration: none; cursor: pointer;
}

a.black_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}


a.black_12pxlogin:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_12pxlogin:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_12pxlogin:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_12pxlogin:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

.text_normal_login{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 30px;
	vertical-align: middle;
}
.text_required_login{
	background-color: #ED2124;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 30px;
	vertical-align: middle;
	
}
.textfield_normal_login{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: black;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right: 5px;
	height: 30px;
	vertical-align: middle;
	
}

.textfield_required_login{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ED2124;
	border-right-color: #ED2124;
	border-top-color: #ED2124;
	border-bottom-color: #ED2124;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right: 5px;
	height: 30px;
}
.error_required_login{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
/* DKS made css start */

  .gray_shaded_button{
  				color: #FFFFFF;
  				font-weight: bold;
  				font-size: 16px;
  				font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  				border: 0px;
	  			background-color: #707070;
	           background: -moz-linear-gradient(top, #707070, #C8C7C7);
	           background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#C8C7C7));
	           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
	                startColorstr=#707070, endColorstr=#C8C7C7, GradientType=1)";
	           filter: progid:DXImageTransform.Microsoft.Gradient(
	               StartColorStr='#707070', EndColorStr='#C8C7C7', GradientType=0);
	           cursor: pointer;
  
  }
  
  .green_shaded_button{
  				color: #FFFFFF;
  				font-weight: bold;
  				font-size: 16px;
  				font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  				border: 0px;
	  			background-color: #2F9C4E;
	           background: -moz-linear-gradient(top, #2F9C4E, #58FA82);
	           background: -webkit-gradient(linear, left top, left bottom, from(#2F9C4E), to(#58FA82));
	           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
	                startColorstr=#2F9C4E, endColorstr=#58FA82, GradientType=1)";
	           filter: progid:DXImageTransform.Microsoft.Gradient(
	               StartColorStr='#2F9C4E', EndColorStr='#58FA82', GradientType=0);
	           cursor: pointer;
  
  }  


.table_content{
	margin-left: 10px;
}

.textbluebold_25px{
	color:#2F72CA;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:25px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-left: 220px;
}

a.gray_22px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #707070;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.gray_22px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #707070;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.gray_22px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #707070;
	font-weight: bold; text-decoration: underline; cursor: pointer;
}
a.gray_22px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #707070;
	font-weight: bold; text-decoration: none; cursor: pointer;
}

a.green_22px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #2F9C4E;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.green_22px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #2F9C4E;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.green_22px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #2F9C4E;
	font-weight: bold; text-decoration: underline; cursor: pointer;
}
a.green_22px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 22px; color: #2F9C4E;
	font-weight: bold; text-decoration: none; cursor: pointer;
}

.textredbold_14px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textgray_22px{
	font-family: LelocaOpenSans, Arial, Helvetica; 
	font-size: 22px; 
	color: #707070;
	font-weight: bold; 
	text-decoration: none; 
}

.table_content_discount_type{
/*	margin-left: 40px; */
	BORDER-RIGHT: #5296EF 5px solid; 
	BORDER-TOP: #5296EF 5px solid; 
	BORDER-LEFT: #5296EF 5px solid; 
	BORDER-BOTTOM: #5296EF 5px solid;
	width: 710px;
	height:130px;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}


.textgray_12px{
	font-family: Helvetica Neue,Arial; 
	font-size: 12px; 
	color: #7b7b7b;
	font-weight: normal; 
	text-decoration: none; 
}
.textgray_14px{
	font-family: Helvetica Neue,Arial; 
	font-size: 14px; 
	color: #7b7b7b;
	font-weight: normal; 
	text-decoration: none; 
}

.textwhitebold_12px{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

/* DKS made css end */
.textblackbold_20px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textbluebold_20px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textgreenbold_20px{
	color:#2F9C4E;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textgreenbold_16px{
	color:#2F9C4E;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}


.textblue_20px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.textblue_16px{
	color:#4378C3;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.divbreak{
	clear:both;
}

.text_normalprofile_optional{
	color:#000000;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.textprofile_normal{
	color:#000000;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.textprofile_required{
	background-color: #ED2124;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
}
.textfieldprofile_normal{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: black;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	height: 30px;
}

.textfieldprofile_required{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ED2124;
	border-right-color: #ED2124;
	border-top-color: #ED2124;
	border-bottom-color: #ED2124;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	height: 30px;
}
.errorprofile_required{
	
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.div_link{
	color:#7b7b7b;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration: underline;
}

.tab_heading{
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.tab_selected {
	background-color: #5296EF;
}
.tab_notselected {
	background-color: #ABABAB;
}

.textgray_16px{
	font-family: LelocaOpenSans, Arial, Helvetica; 
	font-size: 16px; 
	color: #707070;
	font-weight: bold; 
	text-decoration: none; 
}

a.bluemerchant_16px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #2F72CA;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.bluemerchant_16px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #2F72CA;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.bluemerchant_16px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #2F72CA;
	font-weight: bold; text-decoration: underline; cursor: pointer;
}
a.bluemerchant_16px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #2F72CA;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
.error_popup{
	color:#FDDD26;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.textfield_white {
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif; font-size: 16px; color: #333333;
	font-weight: normal; border: 1px solid #ababab; padding-left: 5px; padding-top: 4px; height: 33px;
	background-color: #FFFFFF;
}
.textfield_white_required{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif; font-size:16px; color: #333333;
	font-weight: normal; border: 2px solid #ED2124; padding-left: 5px; padding-top: 4px; height: 33px;
	background-color: #FFFFFF;
}
.whitebold_underline{
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #FFFFFF;
	font-weight: bold; text-decoration: underline; cursor: pointer;
}


a.header_blue_18px:link {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #5296ef;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_blue_18px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #5296ef;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_blue_18px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #5296ef;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_blue_18px:active {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #5296ef;
	font-weight: bold; text-decoration: none; cursor: pointer;
}

a.header_black_18px:link {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #1f1f1f;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_black_18px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #1f1f1f;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_black_18px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #5296ef;
	font-weight: bold; text-decoration: none; cursor: pointer;
}
a.header_black_18px:active {
	font-family: LelocaOpenSans, Arial, Helvetica,sans-serif; font-size: 18px; color: #1f1f1f;
	font-weight: bold; text-decoration: none; cursor: pointer;
	
/* 	color: #2F72CA; color: #333333; */
}

.textblackbold_26px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:26px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}


/* DKS made css start - 24.11.11 */

	.textredbold_26px{
		color:#ec2123;
		font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
		font-size:26px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
	}
	
	.textredbold_19px{
		color:#ec2123;
		font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
		font-size:19px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
	}
	
	.textgreenbold_26px{
		color:#2f9c4e;
		font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
		font-size:26px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
	}
	
	.textgreenbold_19px{
		color:#2f9c4e;
		font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
		font-size:19px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
	}

  .black_button1{
  	color: #FFFFFF;
  	font-weight: bold;
  	font-size: 18px;
  	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  	border: 0px;
	background-color: #333333;
	cursor: pointer;
  }

  .blue_shaded_button1{
  	color: #FFFFFF;
  	font-weight: bold;
  	font-size: 18px;
  	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
  	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Blue_Center.png') no-repeat;  
  }

 .gray_shaded_button1{
 	color: #FFFFFF;
 	font-weight: bold;
 	font-size: 18px;
 	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Grey_Center.png') no-repeat;	            
 }
  
 .gray_shaded_button_left{
 	color: #FFFFFF;
 	font-weight: bold;
 	font-size: 18px;
 	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Grey_Left.png') no-repeat;	            
 }
  
 .gray_shaded_button_right{
 	color: #FFFFFF;
 	font-weight: bold;
 	font-size: 18px;
 	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Grey_Right.png') no-repeat;		            
 }  
  
 .blue_shaded_button_left{
 	color: #FFFFFF;
 	font-weight: bold;
 	font-size: 18px;
 	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Blue_Left.png') no-repeat;  				
 }
  
 .blue_shaded_button_right{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
    cursor: pointer;
    vertical-align: middle;
	background: transparent url('/images/Button_Blue_Right.png') no-repeat;
 }   
  
.textblackbold_18px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-bottom: 10px;
}
.textblack_14px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textblack_16px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.textblack_12px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.black_12px_i{
	color:#333333; font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;	font-size:12px;
	font-size-adjust:none; font-style:italic; font-variant:normal; font-weight:normal;
}

a.gray_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #ababab;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.gray_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #ababab;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.gray_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #ababab;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.gray_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #ababab;
	font-weight: normal; text-decoration: none; cursor: pointer;
}

a.blue_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #2e72ca;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.blue_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #2e72ca;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.blue_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #2e72ca;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.blue_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #2e72ca;
	font-weight: normal; text-decoration: none; cursor: pointer;
}

.table_dotted{
	border-bottom: dotted 1px #ABABAB;
}

.table_dotted1{
	border-top: dotted 1px #ABABAB;
}

.footertextblack_12px{
	color:#000000;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

a.footerlink_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #000000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.footerlink_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #000000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.footerlink_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #000000;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.footerlink_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #000000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}

/* DKS made css end - 24.11.11 */

/* ritu css start 24.11.11 */
.gray_button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #333333;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-right-color: #333333;
	border-top-color: #333333;
	border-bottom-color: #333333;
  }
  
  .textblackbold_22px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:22px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textblackbold_16px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textblackbold_15px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.text_15px
{
   font-family: LelocaOpenSans, Arial, Helvetica;
   font-size: 15px;
   font-weight: normal;
}

.textblackbold_14px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textblack_18px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.textblackboldnew_18px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textgreenbold_18px{
	color:#2f9c4e;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}


.textbluebold_18px{
	color:#2f72ca;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.leloca_blue_button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #5296ef;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #5296ef;
	border-right-color: #5296ef;
	border-top-color: #5296ef;
	border-bottom-color: #5296ef;
  }
  .leloca_disabled_button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #ABABAB;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #ABABAB;
	border-right-color: #ABABAB;
	border-top-color: #ABABAB;
	border-bottom-color: #ABABAB;
  }
  .leloca_red_button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #D42929;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #D42929;
	border-right-color: #D42929;
	border-top-color: #D42929;
	border-bottom-color: #D42929;
  }
  
  .textbluebold_16px{
	color:#2f72ca;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

/* ritu css end */


a.black_16px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_16px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_16px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_16px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}

.text_normal_login_Optional_40px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	height: 30px
}
.text_normal_login_40px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	height: 30px
}
.text_required_login_40px{
	background-color: #ED2124;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	height: 30px
	
}
.textfield_normal_login_40px{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: black;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right: 5px;
	vertical-align: middle;
	
}

.textfield_required_login_40px{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ED2124;
	border-right-color: #ED2124;
	border-top-color: #ED2124;
	border-bottom-color: #ED2124;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right: 5px;
}
.error_required_login_40px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.text_normal_login_30px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	height: 20px
}
.text_required_login_30px{
	background-color: #ED2124;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	height: 20px
	
}
.textfield_normal_login_30px{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 1px;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-bottom-color: black;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right: 5px;
	vertical-align: middle;
	
}

.textfield_required_login_30px{
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ED2124;
	border-right-color: #ED2124;
	border-top-color: #ED2124;
	border-bottom-color: #ED2124;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.error_required_login_30px{
	color:#ED2124;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.leloca_blue_button_18px{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #5296ef;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #5296ef;
	border-right-color: #5296ef;
	border-top-color: #5296ef;
	border-bottom-color: #5296ef;
  }
  .leloca_grey_button_18px{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #bcbcbc;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-top-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
  }
.leloca_white_button_18px{
	color: #2f72ca;
	font-weight: bold;
	font-size: 18px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #FFFFFF;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
  }
  
 a.black_16pxlogin:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_16pxlogin:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_16pxlogin:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.black_16pxlogin:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

.textblackbold_18px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textblack_leloca_16px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.textblack_leloca_12px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* new style added which are left*/

.div_effects_for_popup_16px{
	position:absolute;
	top:0px;
	z-index: 888;
	width: 495px;
	height: 250px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-left-color: #ababab; 
	border-right-color: #ababab;
	border-top-color: #ababab; 
	border-bottom-color: #ababab; 
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.div_effects_for_close_image{
	position:absolute;
	top:0px; 
	z-index: 999;
	cursor: pointer;
}


.footer_style_for_reset_password{
	position:relative;
	width:100%;
	height:260px;
	z-index:0;
}

.footer_style_for_signup{
	position:relative;
	width:100%;
	height:160;
	z-index:0;
}

.table_option_style_for_signup{
	border: 2px #FFFFFF solid; 
	background-color: #E0EDFF;
}

.main_div_style_for_signup{
	position:relative;
	width:100%;
	z-index:0;
	background-color: #FFFFFF;
}

.message_table_style{
	border-style: solid; 
	border-width: 2px; 
	border-color: #fff200;
	background-color: #fffddf;
}
	
.message_text_style{
	font-size:16px; 
	font-weight:normal; 
	color:#333333;
}

.message_share_screen_style{
	padding-top: 10px; 
	padding-left: 10px; 
	background-color: #EFD352;
}

.image_share_screen_style{
	position: absolute;
	z-index: 6px; 
	padding-top: 5px;
}


.message_link_style{
	font-size:16px; 
	font-weight:normal; 
	color:#ED2124; 
	cursor: pointer;
}

.setting_screen_tab_style{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px; 
	cursor: pointer; 
	white-space: nowrap;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.statistics_screen_tab_style{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px; 
	white-space: nowrap;
	color:#FFFFFF;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.deal_dialog_style{
	vertical-align:top;
	z-index:999;
	background-color:#FA5858; 
}

.deal_message_table_style{
	border-style: solid; 
	border-width: 2px; 
	border-color: #C5AF45; 
	margin-bottom: 5px; 
	margin-top: 5px; 
	margin-left: -3px;
	background-color: #EFD352;
}

.deal_message_text_style{
	padding-left: 20px;
	color: #000000; 
	height: 40px;
}

.header_div_style{
	position:relative; 
	top:0;
	width:100%;
/* 	height:150px; */
	z-index:1;
}

.content_div_style{
	position:relative;
	width:100%;
	z-index:0;
	background-color:#FFFFFF;
}

.footer_div_style{
	position:relative;
	width:100%;
	height:160;
	z-index:0;
/*	background-color:#EFD352; */
}

.main_div_style{
	position:relative;
	width:100%;
	height: 600px; 
	z-index:0; 
	background-color: #FFFFFF;
}

.label_textfieldbold1 {
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif; 
	font-size: 16px; 
	color: #ababab;
	font-weight: normal; 
	background: transparent;
	position: absolute;
	padding-left: 6px;
	letter-spacing: 0px;
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
}

.lelocablack_16px_u {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_16px_u:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_16px_u:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_16px_u:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_16px_u:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

.textbluebold_14px{
	color:#2f72ca;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.textgreenbold_14px{
	color:#04B404;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.bluenormal_12px {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #2e72ca;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
.greennormal_12px {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #04B404;
	font-weight: normal; text-decoration: none;
}
.blacknormal_12px {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #333333;
	font-weight: normal; text-decoration: none;
}
.rednormal_12px {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #FF0000;
	font-weight: normal; text-decoration: none;
}
.dotted{
	border-bottom: 1px dotted #333333;
	height: 0;
}
.dottedBig{
	border-bottom: 3px dotted #333333;
	height: 0;
}

.textblack_13px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
	
.lelocablack_13px_u {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 13px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_13px_u:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 13px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_13px_u:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 13px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_13px_u:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 13px; color:#ffe362;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}
a.lelocablack_13px_u:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 13px; color: #333333;
	font-weight: normal; text-decoration: underline; cursor: pointer;
}

.selectbox_selected{
 color:#2F72CA;
 font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
 font-size:14px;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 height: 20px;
}


a.black_18px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 18px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_18px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 18px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_18px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 18px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.black_18px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 18px; color: #333333;
	font-weight: normal; text-decoration: none; cursor: pointer;
}


a.red_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #FF0000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.red_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #FF0000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.red_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #FF0000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.red_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #FF0000;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
.textgrey_12px{
	color:#bcbcbc;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}
.divTosAgreement{
	width: 540px;
	height: 280px;
	overflow:scroll;
	border: 1px solid #333333;
	
}
a.blue_12px:link {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #8aa9dd;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.blue_12px:visited {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #8aa9dd;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.blue_12px:hover {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #8aa9dd;
	font-weight: normal; text-decoration: none; cursor: pointer;
}
a.blue_12px:active {
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 12px; color: #8aa9dd;
	font-weight: normal; text-decoration: none; cursor: pointer;
}


/*New header css*/

.headerbluemerchant_14px,
a.headerbluemerchant_14px:link,
a.headerbluemerchant_14px:visited,
a.headerbluemerchant_14px:hover,
a.headerbluemerchant_14px:active{
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 14px; color: #5296ef;
	/*font-weight: bold;*/
	 text-decoration: underline; cursor: pointer;
}

.headergraymerchant_14px{
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 14px; color: #1f1f1f;
	/*font-weight: bold;*/
	 text-decoration: none; cursor: pointer;
}
a.headergraymerchant_14px:link,
a.headergraymerchant_14px:visited,
a.headergraymerchant_14px:hover,
a.headergraymerchant_14px:active{
	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 14px; color: #1f1f1f;
	/*font-weight: bold;*/
	 text-decoration: underline; cursor: pointer;
}

.leloca_new_blue_button{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	border: 0px;
	background-color: #5296ef;
    cursor: pointer;
    border-style: solid;
	border-width: 1px;
	border-left-color: #5296ef;
	border-right-color: #5296ef;
	border-top-color: #5296ef;
	border-bottom-color: #5296ef;
  }
  
  .leloca16TextGray1{
  	font-family: LelocaOpenSans, Arial, Helvetica; font-size: 16px; color: #333333;
	/*font-weight: bold;*/
/* 	 text-decoration: underline; */
/* 	  cursor: pointer; */
  }
  
  .cardExpireErrBackground{
  		background-color: #efd352;
  		border: 2px solid #c5af45;
  		padding: 0px
  		margin: 0px;
  }
  .cardExpireErrDiv{
  	padding: 10px 30px;
  }
  .textblack_26px{
	color:#333333;
	font-family: LelocaOpenSans, Arial,Helvetica,sans-serif;
	font-size:26px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
}
