
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

html {
	height: auto;
	overflow: auto;
	box-sizing: border-box;
}  /*Surej for RWD. Added overflow attribute*/

form {
	height: 100%;
	background: #FFF;
}

body {
	margin: 0px; /*changed by vipra-EBUX3 merge*/ 
	padding: 0px;
	/**height: 100%;*/
	background-color: #FFF;
	box-sizing: border-box;
	font-family: OpenSans, Arial, Helvetica, sans-serif; 
	/*overflow-y:scroll;Added by mahesh to prevent screen tilting */
	outline: none !important;
}
input, textarea, keygen, select, button {
	font-family: OpenSans, Arial, Helvetica, sans-serif !important;
	outline: none !important;
}
div,p,span,h1,h2,h3,h4,h5,h6,table,td,th,tr,thead,tbody,ul,li,ol,textarea,input,a,option,select{
	font-family: arial; 
	outline: none !important;
}

#global {
   	min-height: 100%;
   	position: relative;
   	
   	/* Modified by Swarna.243682 */
	//max-width: 1024px; /*Surej for RWD*/
	max-width: 994px;
	/* Modified by Swarna.243682 */
	
	width: 100%; /*Surej for RWD*/
	margin: auto; /*Surej for RWD*/
}

#global_portal
{
  min-height: 100%;
   /* position: relative;  */
	min-width: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	background-color: #FFFFFF;
	min-height: 68%;
	height: auto !important;
	height: 68%;
	margin-left: 330px;
	margin-right: 10%;
}


/* Added for no-sort columns */

.tableheader_nosort
{
color: #000000;
text-decoration: none;
}



.wrapper {
	/* Modified by Swarna.243682 */
	//*width: 940px;
	//width:100%; /* Modified by swarna for Login screen*/
	//max-width:940px;
	//margin: 0 auto;
	//clear: both;
	/*padding-right: 42px;
	//padding-left: 42px;*/
	//padding-right: 4.1015625%; /*Surej for RWD*/
	//padding-left: 4.1015625%; /*Surej for RWD*/
	
	padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
   /* width: 964px; Commented for Responsive by Jayaprakash.243678 */
	/* Modified by Swarna.243682 */
}

.ui-widget-overlay{
	background: none !important;
}
.formrow_tfin{
  margin: 0px;
  padding-left: 0px;
  padding-right: 12px;
	/* Modified by Harsha.243682 */
  padding-top: 14px;
	/* Modified by Harsha.243682 */
  padding-bottom: 0px;
  clear: both;
  background-color: transparent;
}
#main .wrapper_bkgcolor{
	background-color: #F9F9F9;
	/* Modified by Harsha.243682 */
	/* min-height: 500px; *//*added by Aashish for message center default page issue*/
	/* Modified by Harsha.243682 */
}
	  
.mainWrapper {
	background-color: #FFFFFF;
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding-right: 44px;
	padding-left: 44px;
}
.masterGroupeltTitlehideElement{
display:none !important;
}
.masterGroupeltTitleShowElement{
display:block !important;
}
.topbarWrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-right: 44px;
	padding-left: 44px;
}

#Innerwrapper {
	float: left;
	position: relative;
	width: 100%;
}

#navigationbar {
	float: left;
	left: 1px;
	position: relative;
	/** width: 24%;
	margin-left: -25%; */ /** margin-top: 5%; */
}

/** for new style of top+side bar.. added by PoonamM */
#navigationbar span {
	border-bottom: 1px solid #eaebeb;
	padding: 0;
	font-size: 13px;
	background: #f3f4f4 url(../images/leftnav-closed.gif) no-repeat top
		right;
}

/** for new style of top+side bar.. added by PoonamM END*/
#footerwrapper {
 /** background-color: #FFFFFF;
	float: left;
	width: 76.5%;
	margin-left:160px; */
	padding-left: 0.9%;
	padding-right: 0.9%; 
}

/*Added by ashutosh for header optimization and layout modification*/
#header { 
/** min-height: 7em; */
	height: auto !important;
	/** height: 6em; */
	margin-bottom: 0px;
	border-bottom: 0px solid #39454A;
}
#header ul.tabs {}
#header ul.tabs li {
	/*Changed BY Neha Gosain*/
	/*font-size:13px;*/
	font-size: 12px;/*Reverting the changes*/
}
#header ul.tabs li a {
	text-decoration:none;
}
#header ul.tabs li a:hover {
	text-decoration:underline;
}
#header .header-main {

	/* Modified by Swarna.243682 */
	//background:#262A2C;
	
	background:#ffffff;
	padding-top: 19px;
    	padding-bottom: 19px;
	/* Modified by Swarna.243682 */
}
#header .header-main .logo {

	/* Modified by Swarna.243682 */

	/*Changes done by shreya for Ebux-3/Ebux-2 header*/
	//background: url("../images/logo-DarkBg.png") no-repeat scroll left 0 transparent;
    //float: left;
   // margin-bottom: 0px;/*Surej modified as per CDG suggestion*/
    //margin-left:-10px;
    //margin-top: 15px;/*Surej modified as per CDG suggestion*/
    //padding: 15px 0 40px; /*Surej modified as per CDG suggestion*/
    /*width: 300px;*/
    //width:125px; /*Surej modified for RWD - Login Screen*/
    
    
    margin-left: 0px;
    padding-bottom: 0px;
    width: 70px;
    height: 70px;
    margin-top: 0px;
    padding-top: 0px;
    background: url("../images/logoDB.jpg") no-repeat scroll left 0 transparent;
    float: right;
    margin-bottom: 0px;
    /* Modified by Swarna.243682 */
}


#header .header-main .status {
	width:636px;
	float:left;
	text-align:right;
	vertical-align: top;
	padding:10px 0px 0px 0px;
}
#header .header-main .status a.language {
	background:url(../images/backgrounds/language-select.gif) no-repeat scroll 100% -2px transparent;
	color:#afb1b3;
	font-size:13px;
	line-height:21px;
	margin:0 23px 0 0;
	padding:0 18px 0 0;
}
#header .header-main .status a.language:hover {
	background:url(../images/backgrounds/language-select.gif) no-repeat scroll 100% -23px transparent;
	color:#fff;
	text-decoration:none;
}
#header .header-main .status form {
	float:right;
}
#header .header-main .status input.sitesearch {
	background:url(../images/backgrounds/sitesearch-input.gif) no-repeat scroll 0 0 #262A2C;
	width:161px;
	height:21px;
	line-height:21px;
	color:#fff;
	border:0;
	margin:0 0 23px;
	padding:0 3px;
}
#header .header-main .status input.sitesearchbutton {
	float:right;
	margin:0 0 23px;
}
#header .header-main .status .logon {
	color:#fff;
	float:right;
	clear:both;
}
#header .header-main .status .logon p {
	background:url(../images/backgrounds/padlock-sml.gif) no-repeat scroll 0 50% transparent;
	padding:0 0 0 15px;
}
#header .header-main ul.tabs li {
	background-image: url(../images/backgrounds/tabStyle01.gif) no-repeat 100% 0;
	background-color: #464B4E;
}
#header .header-main ul.tabs li a {
	color:#FFF;
	background-image: url(../images/backgrounds/tabStyle01.gif) no-repeat 0 0;
	background-color:#464B4E;
}
#header .header-main ul.tabs li.selected {

	background-image: url(../images/backgrounds/tabStyle02.gif) no-repeat 100% 0;
	background-color:#464B4E;
}
#header .header-main ul.tabs li.selected a {
	color:#262A2C;
	background: url("../images/backgrounds/tabStyle02.gif") no-repeat scroll 0 0 #ABD4EB;
}
#header .header-main ul.tabs {
	float:left;
}
#header .header-main ul.tabs-right {
	float:right;
}
#header .header-nav {
	padding-top:10px;
	background-color: #F2F2F2;
	/* modified by Harsha.243681*/
	height: auto;
	/* modified by Harsha.243681*/
}
#header .header-nav ul.tabs li a {
	color:#262A2C;
}
#header .header-nav ul.tabs li.selected {
	/**
	background:#FFF url(../images/backgrounds/tabStyle03.gif) no-repeat 100% 0;
	*/
color: #262A2C;
	background: url("../images/backgrounds/tabStyle02.gif") no-repeat scroll 0 0 #ABD4EB;/*changed by vipra-EBUX3 merge*/ 
}

#header .header-nav ul.tabs li.selected a {
	background:#FFF url(../images/backgrounds/tabStyle03.gif) no-repeat 0 0;/*changed by vipra-EBUX3 merge*/ 
}


#footer {
	/*shreya-footer*/
	background-color: rgb(249, 249, 249);
	border-top: 1px solid #dedede;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
#footer #footerInner{
	/*shreya-footer*/
	/* border-top: 1px solid #dedede; */
	padding: 11px 15px;
	float: left;
	width: 100%;
	text-align: center;
	background-color: white;
}
#footer ul {
	padding:0 0 6px;
}
#footer ul li {
	float:left;
	background:url(../images/backgrounds/footer-sep.gif) no-repeat 0 3px;
	padding:0 10px;
}
#footer ul li.first {
	background:none;
}
#footer ul li a {
	color:#595f62;
}
#footer p {
	/*shreya-footer*/
	display: inline;
    text-align: center;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    color: #7d7d7d;
    margin-bottom: 5px;
} 
#footer p.paraStyle03 {
	padding:16px 0 0;
}

#footer p.paraStyle03 span {
	color:#262a2c;
	background:url(../images/backgrounds/finacle-logo.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
	font-size:131.25%;
}

#contentarea { 
/** width: 120%;
	background-color:#FFFFFF;
	float: left;
	padding-left:1%;
	padding-right:0.9%; 
	min-height: 76%;
	height: auto !important;
	height: 76% */
}

.HW_formbtn a:hover {
	color: #404040;/*next-gen*/
	text-decoration: none;
}
.HW_formbtn a:visited {
	color: #404040;/*next-gen*/
	text-decoration: none;
}
.HW_formbtn a {
	line-height: 22px;
}
.HW_formbtn_header a:hover {
	color: #404040;/*next-gen*/
	text-decoration: none;
}
.HW_formbtn_header a:visited {
	color: #404040;/*next-gen*/
	text-decoration: none;
}
.HW_formbtn_header a {
	line-height: 22px;
}
#locationbar {
	float: left;
	width: 100%;
	
}

#locationbar p {
	background-color: transparent;
}

#navigationbar p {
	list-style-type: none;
	background-color: transparent;
}

#headerLinks span {
	margin-right: 3px;
	margin-left: 3px;
}

#topline {
	background-color: #0278ba;
	height: 7px;
	font-size: .1em;
}

#logo {
    background-image: url("../images/logo-new.png");
    background-repeat: no-repeat;
    /*float: left;
    height: 28px;*/
    margin: 30px auto;
    vertical-align: middle;
    /*width: 18%;*/
}

#header-content{width:82%;float:left}
#header-content p{width:100%;background-color: transparent;}

p{margin:0px;line-height:100%;}
#header-content p span#message{width:100%;float:left;padding-left:2%;}

#headerlinks {
	background-color: #0278ba;
	width: 100%;
	min-height: 1.2em;
	height: auto !important;
	height: 1.2em;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header-content p#thirdrow {color:#4F4F4F;}
#header-content p#secondrow  {color:#4F4F4F;margin-top:0.5%;}
.bottomheaderborder {background: url(../images/dot.JPG) 0 100% repeat-x; background-color:#FFCBBD;}


.leftheaderborder {background: url(../images/dot.JPG) 0 0 repeat-y;}


.bottomleftcorner {
	min-height: 1.6em;
	height: auto !important;
	height: 1.6em;
	background-color: #EDF6FB;
}
.skiplink{float:left;margin-left:5%;width:28%;}
.FAQlink{float:left;text-align:center;width:14%;}
.contactlink{float:left;margin-left:1%;width:23%;}
.logoutlink{float:left;text-align:center;width:13%;}


#messagerow {
	padding-bottom: 1%
}

#oCAPICOM{display:none;}

#divId {
	padding-left: 2%;
	/**padding-right: 20px;*/
}

.width25percent{width:25%;float:left;}

.width35percent{width:35%;float:left;}
.width35percent_right{width:35%;float:right;padding-bottom:1%;}


.right {
	text-align: right;
	float: right;
}
.rightFont {
	text-align: right;
	
	/*changes by shreya for header*/
	margin-right:-7px;
	margin-top:-3px;
}

.rightMargin {
	text-align: right;
	float: right;
	margin-top: -2%;
}

.headerinfo-left {
 /** width: 50%; */
	float: left;
	margin-top: 1%;
}

.headerinfo-left-withLeftMargin {
	float: left;
	margin-left: 100px;
	margin-top: 1%;
}

.headerinfo-left-labelMargin {
	float: left;
	margin-top: 1%;
	margin-left: 30px;
}

.header-label {
	/*shreya-header*/
	color: rgb(87, 87, 87);
	font-size: 0.69em;
	padding-left: 4px;
	display: block;
	/*float:left;*/
}
/* changes done by shreya for new header in EBUX-3*/
.header_Welcometxt {
	color: #FFF;/*shreya-header*/
	font-size: 0.69em;
	display: inline;
}
.header_dropdownexpandalbe {
	background-color: transparent;
	border: 0px;
	margin: 3px 0px 0px 0px;
	color: #262a2c;
	width: 98%;
	display: inline-block;
	
	/** font-size: 13px; */
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}

.header_formbtn_text1 {
	text-decoration: none;
	border: 0px;
	width: auto;
	overflow: visible;
	background-color: transparent;
	color: #404040;/*next-gen*/
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	/*vertical-align:middle;*/
}

.headerinfo-right {
 /** width: 49%;
	float: right; */
	float: left;
	margin-top: 6px;
}

.headerinfo-leftDB{width:90%;float:left;}

.center {
	text-align: center;
	vertical-align: middle;
}

/*Added by ashutosh for header optimization and layout modification*/
	/*Added by Ashutosh for topbartag*/ /** Changed by PoonamM*/
#topbartabtext,#topbartableft,#topbartabright {
	background-color: #464B4E;
	
	font-size: 0.7em;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	text-align: center;
	padding: 5px;
}

#topbartabright {
	background-image: url(../images/backgrounds/tabStyle02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topbartableft {
	background-image: url(../images/backgrounds/tabStyle02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 4px;
}

#topbartabtextactive,#topbartableftactive,#topbartabrightactive {
	background-color: #464B4E; 
	
	font-size: 0.7em;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	text-align: center;
	padding: 5px;
}

#topbartabrightactive {
	background-image: url(../images/backgrounds/tabStyle03.gif) no-repeat
		100% 0;
	background-repeat: no-repeat;
	background-position: right top;
}

#topbartableftactive {
	background-image: url(../images/backgrounds/tabStyle03.gif) no-repeat
		100% 0;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 4px;
}

#topbartabtext a:hover,#topbartabtextactive a:hover {
	color: #262A2C;
	background: #ABD4EB url(../images/backgrounds/tabStyle02.gif) no-repeat
		0 0;
	text-decoration: underline;
}

#topbartabtext a,#topbartabtextactive a {
	color: #262A2C;
	background: #ABD4EB url(../images/backgrounds/tabStyle02.gif) no-repeat
		0 0;
}

#topbar {
	
}

#topbar p {
	height: 2px;
	padding-down: 4px;
}

#topbar p span { 
/** font-size:13px;
	background:#84C0E1 url(../images/backgrounds/header-nav.png) repeat-x top; */
	line-height: 30px;	
}

/**Changed by PoonamM END*/ /*Added by Ashutosh for topbartag*/
/* Classed added for section refractoring by Keshav */ 
.leftlisttable { width: 49%; float:left; }
.rightlisttable { width: 49%; float:right; } 

/** Modified for Login Screen Changes */
.loginrow {
	margin-bottom: 10px;
	display: block;
}

.greybg_height {
	background-color: #e9e9e9;
	height: 4px;
	margin: 0px;
}


.greybg_margin {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 10px;
	height: 33px;
	line-height: 20px;
	/*changed by priyanka for small textbox in account page*/
	/**float:left*/
}
/*changed by priyanka for small textbox in account page*/
.greybg_margin_acc {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 10px;
	height: 40px;
	line-height: 20px;
	/*changed by priyanka for small textbox in account page*/
	float:left;
}

.composemailrow {
	border-bottom: 0px solid #c7c7c7;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding: 3px 0px 8px 0px;
	line-height: 20px;
	vertical-align: top;	
}

.composemailrow:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}

.button_margin {
	margin: 0px;
	padding: 10px 0px;
}

.button_marginborder{
	margin:0px;
	padding:10px 0px;
	border-top: 1px solid #979797;
}

.width50percent_left {
	width: 40%;
	float: left;
	clear: right;
}
/* Modified for Login Screen Changes*/
.width50percent_right {
	width: 50%;
	margin-left: -1px;
	float: left;
	clear: right;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 6px;
	margin-bottom: 10px;
	padding-bottom: 141px;
	background: url(../images/backgrounds/login_innerbg.png) repeat 0px 0px;
}
/* Modified for Login Screen Changes*/
.width100percent_loginbg {
	background: url(../images/backgrounds/login_main_background.png) no-repeat 0px 0px;
	/*background-color: #FFFFFF;*/
    clear: both;
    /*height: 450px;*/
    height:613px;
    margin: 0 auto;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 44px;
    width: 940px;
}

.width70right {
	width: 69%;
	float: right;
	clear: both;
}

/* End of Classed added for section refractoring by Keshav  */
	/* Start of Classed modified for section refractoring by Keshav  */
.width10 { width : 0px; float:left; clear:both; padding:0px 0px 0px 0px;}
.lable_lg { text-align:right; padding-right:5px; float:left; clear:right; width:30%; font-weight:normal;margin-top: 4px;vertical-align:middle;}
.composelefttxt { width : 16%; margin-top:0px; float:left;clear:right;font-weight:normal; }
.logout_image_bg {
	/*background-image: url(../images/logoutFinacleLogo.gif);*/
	background-repeat: no-repeat;
	padding-top: 1px;
	width: 100%;
	vertical-align: top;
	height: 341px;
	float: left;
}

.login_image_bg {
	/** background-image: url(../images/loginbg_new1.jpg);*/
	background-repeat: no-repeat;
	padding-top: 1px;
	width: 100%;
	vertical-align: top;
	height: 341px;
	float: left;
}

.mailcompose { width :85%; padding-left:10px;clear:both;margin-top:10px }

.composetextright {
	width: 35%;
	float: left;
	clear: right;
	margin-right: 30px;
}


.composetextright_subtextbox {
	width: 83%;
	float: left;
	clear: right;
}

.searchtextleft {
 	float: left;
	clear: right;
	margin-top: 0px;
	width:20%;
	margin-left:5px;
}

.searchtextright {
	float: left;
	clear: right;
	margin-top: 0px;
	/**height: 3.5em;*/
	width:29%;
}

/* End of Classed modified for section refractoring by Keshav  */
	/*changed for listing table*/
.listgreyrowtxtwithoutline {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	border: 0px;
	/*border-bottom:#e0e1e2 0.1em solid;*/
}

.listgreyrowtxtleftline {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	/* added by shreya for table heading & listing alignment*/
	text-align: left;
	font-size: 0.75em;
}

.listgreyrowredtxtleftline {
	
	font-size: 0.9em;
	color: #FF0000;
	text-decoration: none;
}

.labelColumn {
	margin: 0px;
	padding:0 0 5px 2px;
	/* Modified by Swarna.243682 */
	//background: url(../images/backgrounds/input-text.gif) #FFFFFF no-repeat 0px 0px;
	//width: 253px;
	/* Modified by Swarna.243682 */
	height: 31px;
	float: left;
}


.labelColumn_combo {
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
	height: 31px;
	width: 162px;
	/*changed by priyanka for debit service charge account*/
	/* float:left; */
	display: inline-block;
	float:left;
}

/** For Download */
.labelColumn_combo_download {
	margin: 0px 10px 0px 0px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
	height: 31px;
	width: 100px;
	float:left;
}


.labelColumn_combo_brdr {
	height: 31px;
	background: url(../images/backgrounds/select.gif) #fbfbfb no-repeat
		-638px 0px;
	display: block;
}
/** For Download */

.labelColumn_combo_brdr_download {
	height: 31px;
	background: url(../images/backgrounds/select.gif) #fbfbfb no-repeat
		-700px 0px;
	padding: 0 5px 0 0;
	display: block;
}

.HW_formbtn_img {
	/* Modified by Harsha.243682 */
	/* height: 24px; */
	/* background: url(../images/backgrounds/buttonStyle02_new.png)
		no-repeat 100% 0px; */
	/* width: 92px; */
	width: auto;
	float: left;
	/* margin: 1% 0 0 5px; */
	/* padding-right: 5px; */
	height: 30px;
	padding: 0px 10px;
	/* Modified by Harsha.243682 */
}

.HW_formbtn_lkp {
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_new.png)
		no-repeat 100% 0px;
	/* width: 92px; */
	width: auto;
	float: left;
	margin: 1% 0 0 5px;
	padding-right: 5px;
}

.HW_formbtn {
	float: left;
	/* Modified by Harsha.243682 */
	height: 30px;
	/* background: url(../images/backgrounds/buttonStyle02_new.png)
		transparent no-repeat 0% 0px; */
	/* Modified by Harsha.243682 */
	/*margin-right: 13px;*/
	/* modified by priyanka for Download details*/
	clear: right;
	/** Added by Priyanka for accounts */
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0.7%;
	margin-right:5px;
}

.amountrightalign {
	text-decoration: none;
	text-align: left;
	padding: 2px 6px 2px 6px;
	/**border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #979797; 
	border-bottom: #e0e1e2 1px solid;*/
	vertical-align: middle;
	border:0px;
}
/*Aashish added for Nextgen*/
.HW_tableRightAlign{
	text-align: right !important;
	float: none;
	padding-right: 5px;
}
.amtRightAlign{
	float:none;
	text-align: right;	
}
.tableColSep{
	/* Modified by Harsha.243682 */
	/* border-left: 2px dotted #9d9d9d !important; */
	/* Modified by Harsha.243682 */
}
.amountrightalignwithoutline 
{
text-decoration: none;
text-align: right;
padding : 2px 6px 2px 6px;
vertical-align:middle;
}

.totaltxtleftline 
{
text-decoration: none;
font-weight:normal;
background-color:#CCCCCC;
padding-left: 6px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #979797;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
}

.totaltxtwithoutline 
{
color: #000000;	
text-decoration: none;
font-weight:normal;
background-color:#CCCCCC;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
}

.totalrightalignbld 
{
color: #000000;	
background-color:#CCCCCC;
text-decoration: none;
text-align: right;
padding-right: 6px;
padding-left: 3px;
padding-top : 2px;
padding-bottom : 2px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #979797;
}

.listgreyrow {
	text-decoration: none;
background-color: #FFF;
	height: 43px;
/* 	border: #e0e1e2 0px solid; next-gen shreya*/
	color: #000000;
	border-bottom: 1px solid #E0E1E2!important;
}
.listgreyrow:hover {
	text-decoration: none;
	height: 43px;
/* 	border: #e0e1e2 0px solid; next-gen shreya*/
	background-color: #ffffff;/*next-gen shreya*/
}

.listwhiterow {
	text-decoration: none;
	height: 43px;
/* 	border: #e0e1e2 0px solid; next-gen shreya*/
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #E0E1E2!important;
}

.listwhiterow:hover {
	text-decoration: none;
	height: 43px;
/* 	border: #e0e1e2 0px solid; next-gen shreya*/
	background-color: #ffffff;/*next-gen shreya*/
}

/*changed for listing table ends*/
h1 {
	text-transform: none;
	font-size: 1.7em;
	display: inline;
	
	font-weight:normal;
}

h2 {
	padding-top: 1%;
	padding-bottom: 1%;
	margin: 0px;
	/* added by shreya
	background-image: url(../images/blck-bg.gif); */
	background-repeat: repeat-x;
	height: 21px;
	line-height: 21px;
	margin: 0px;
	
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	padding-left: 4px;
	clear: left;
	/* added by shreya 
	1px solid #cfe6f4 */
	border-bottom: 1px solid #e0e1e2;
	width: 100%;
}

h3 {
	height: 15px;
	/* added by shreya
	background-image: url(../images/bg_gradient.gif); */
	background-repeat: repeat-x;
	
	font-size: 1em;
	font-weight:normal;
	/* Modified by Harsha.243682 */
	color:  #333333;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 11px;
	/* padding-left: 11px; */
	margin: 0px;
	/* border-top: 0px solid #9c9e9c; *//* added by shreya 
	1px solid #cfe6f4 */
	/* border-bottom: 1px solid #e0e1e2; */
	font-size: 14px !important;
	border-top: 1px solid #e0e1e2;
	font-weight: bold;
	/* Modified by Harsha.243682 */
}

h5 {
	text-transform: none;
}

h4 {
    background-color: #FFF;/*next-gen*/
    background-repeat: repeat-x;
    border-bottom: 1px solid #e0e1e2;/*next-gen*/
    border-top: 0 solid #9C9E9C;
    clear: both;
    color: #000000;
    
    font-size: 1em;
    font-weight:normal;
    height: 21px;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 6px;
    text-decoration: none;
}
.width100percent .listingcol h2{
	border: none; /*next-gen shreya*/
}
.header {
	height: 21px;
	line-height: 21px;
	margin: 0px;
	
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	padding: 0px 4px 0px 0px;
	clear: left;
	border: 0px;
}



.querytextleft {
	padding-right: 1px;
	padding-left: 1px;
	width: 31%;
	float: left;
	clear: left;
	/* Modified by Harsha.243682 */
	/* text-align: right; */
	padding-bottom: 1px;
	font-size: 16px;
	padding-top: 7px;
	/* added by shreya */
	font-weight:normal;
	vertical-align: middle;
	/* Modified by Harsha.243682 */
}

.querytextright {
	padding-left: 6px;
	clear: right;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
}

.greybgtxtbox_nextgen {
  padding-top: 7px;
  float: left;
  height: 24px;
  border: 1px solid #d3d3d3;
  color: #262A2C;
  font-size: 0.69em;
  line-height: 0.69em;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  vertical-align: middle;
  background-color: rgb(251,251,251);
  width: 253px;
}

.hwquerytextright {
	padding-left: 6px;
	clear: right;
	display: block;
	width: 280px;
	height: 30px;
	margin-right: 585px;
	padding-bottom: 15px;
}

.formrow {
	margin: 0px;
	padding-left: 0px;
	padding-right: 12px;
	/* Modified by Harsha.243682 */
	padding-top: 13px;
	padding-bottom: 13px;
	/* Modified by Harsha.243682 */
	clear: both;
	background-color: transparent;
}

.listingrow  {margin:0px;padding:0px;clear:both;}

.gradientbgbottomborder {
	background-image: url(../images/bg_gradient.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	
	font-size: 1em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	margin: 0px;
	border-bottom: 1px solid #9c9e9c;
}

.section_blackborder { 
	border: 0px;
	width: 100%;
	margin-top: 10px;
	clear: both;
	background-color: #FFF;
}

/* Added by shreya */
.section_blackborder1 { 
	border: 0px;
	width: 100%;
	margin-top: 10px;
	clear: both;
	background-color: #ffffff;
}

/*changes made by Nikita Manohar*/
.section_grayborder { 
/*modified by Nikita*/
	background-color: #FFFFFF;
	/*
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	*/
	width: 100%;
	margin-top: 10px;
	clear: both;
}

.section_topborder {
	border-top: 1px solid #979797;
	width: 100%;
	margin-top: 10px;
	clear: both;
}

.fourlinbrd_29percent {
	width: 29%;
	background-color: #EFEFEF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #979797;
	margin-top: 10px;
	clear: both;
}

.rowwithheight {
	clear: both;
	padding-top: 4px !important;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;	
}

.section {
	width: 100%;
	clear: both;
	margin-top: 0em;
	padding-top: 0.5em;
}

.section:after,.listingcol:after,.width100percent:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
	background-color: #ffffff;
}

.bottomborder {
	border-bottom: 1px solid #c7c7c7;
	margin: 0px;
	padding: 5px 0px;
}

.fourlinbrd_100percent_feba {
	width: 100%;
	/**border-left: 1px solid #000000;
	border: 1px solid #000000;*/
	clear: both;
	float: left;
}

.width100percent_confirmborder {
	border: 1px solid #979797;
	width: 100%;
	clear: both;
}

.section_fourlinbrd {
	width: 100%;
	border-bottom: 1px solid #C9CBCC;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

.section_confirmborder {
	border: 1px solid #979797;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.notopborder{border-top:none;}
/*next-gen*/
.nextGen.notopborder{
	border-top:none;
	border-bottom:none;
}

.topgrayborder {
	border-top: 1px solid #E0E1E2;
}


.simpletext {
	color: #262a2c;
	
	/*Changed by Neha Gosain */
	/*font-size: 13px;*/
	font-size: 11px;
	text-decoration: none;
	/*Added By Vikram*/
	/* padding-top: 15px; */
	word-wrap:break-word;
}


.simpletext_wrap {
	color: #262a2c;
	font-size: 0.69em;
	text-decoration: none;
	word-break: break-all;
	
}
.simpletextfloatleft{
	color: #262a2c;
	
	/*font-size: 13px; changed by Dushyanth_Karri*/
	font-size: 11px;/*vipra doubt-should be 13px for EBUX3*/
	text-decoration: none;
	float: left;
}

/*Added by Payal for table heading*/
.simpletext_table_heading {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
}

/*Added by Payal*/
.labelColumn_text_brdr_toosmall {
	float: left;
	height: 31px;
	background: url(../images/backgrounds/input-text.gif) #FFFFFF no-repeat
		100% 0px;
	padding-right: 5px;
	padding-right: 0;
	/*margin-left: 5px;next-gen*/
	margin-right: 5px;
	/** Changes done by Lavanaya : Changed width from 90 to 84 */
	width: 84px;
	/* Modified by Harsha.243682 */
	border-bottom: 3px solid #cccccc;
	/* Modified by Harsha.243682 */
}

/*Added by Payal*/
.labelcolumntexttoosmall {
	/* background: url("../images/backgrounds/input-text.gif") no-repeat scroll
		0 0 transparent; */
	border: 0 none;
	color: #262A2C;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 0.69em;
	line-height: 0.69em;
	font-weight:normal;
	/** Changes done by Parasher from height 28 to 20 */
	height: 20px;
	margin: 0;
	/** Modified by Siva Theja, padding top changed to 7px */
	padding: 7px 0 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	/* Modified by Harsha.243682 */
	/* width: 80px; */
	float:left;
	width: 98%;
	/* Modified by Harsha.243682 */
	border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    height: 17px;
    padding: 4px 8px;
    font-size: 13.3333px;
    font-family: Arial !important;
    position: absolute;
    outline: none;
    border-bottom: 3px solid #cccccc;
    width: 233px;
    margin-left: -2px;
    padding-top: 5px;
	
}

/*Added by payal*/
.simpletextright {
	color: #262a2c;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	/*Changed by Atchuta_S*/
	/*font-size: 12px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	float: left;
	padding-top: 9px;
	padding-right:2px;
}

.simpletextbold {
      color: #262a2c;
      
      /*Changed by Neha Gosain*/
      /*font-size: 13px;*/
      font-size: 11px;
      text-decoration: none;
      font-weight:normal; 
      padding-top: 15px;
}


/*Added by payal For Date*/
.simpletextrightDate {
	color: #262a2c;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	margin-right:6px;
}

.simpletext_lg {
	
	font-size: 0.7em;
	text-decoration: none;
	float: left;
	width: 93%;
}

.textdisplay {
	
    font-size: 0.8em;
    text-align: left;
    float: left;
    margin-top: 4px;
    margin-bottom: 5px;
}

.boldcontent {
	font-size: 1em;
	
	font-weight:normal;
	margin: 0px;
	border: 0px none;
	background-image: none;
	padding: 0px;
}

.linesbg {
/* 	background-image: url(../images/grey-dot.gif); */
/* 	background-repeat: repeat-x; */
/* 	height: 1px; */
/* 	vertical-align: top; */
/* 	clear: both; next-gen shreya*/
	border-bottom: none;
}

/*p { margin : 0; }*/
.floatingleft {
	float: left;
}

.width60left {
	width: 60%;
	float: left;
}

.redbgwithwidth {
	/* modified by Swarna.243682 */
	//background-color: #FCE8EA;/*shreya-next-gen*/
	//width: 100%
	/* modified by Swarna.243682 */
}

.orangebgwithwidth {
	background-color: #FDFAD8;/*shreya-next-gen*/
	width: 100%
}

.greenbgwithwidth {
	background-color: #EFFAE8;/*shreya-next-gen*/
	width: 100%;
}

.redbgwithwidth:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}

.orangebgwithwidth:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}

.greenbgwithwidth:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}

.footerleft {
	float: left;
	padding: 4px 0px 4px 0px;
}

.footerleft1 {
	float: left;
	padding: 0px 8px 0px 0px;
}

.linkdelinktbl {
	width: 48%;
	float: left;
	display: block;
}

.linkdelinkbtns {
	width: 3.5%;
	float: left;
	display: block;
	/*padding-left:5px;*/
}
.linkdelinktfin1 {
width:43%;
float:left;
display:block;
}
.linkdelinktfin2 {
width:56.5%;
float:left;
display:block;
border-left: 1px solid #979797;
}
.header_yellow_bg2 
{

font-size : 0.7em;
color: #000000;
text-decoration: none;
padding-top: 2%;
padding-left:5px;
width:100%;
float:left;
}
.corpheaderwelcome 
{

font-size: 1em;
font-weight:normal;
color : #4f4f4f;
text-decoration: none;
padding-left: 4px;
padding-top : 3px;
}
.querytextleft2 
{

font-size: 0.7em;
text-decoration: none;
padding-right: 6px;
padding-left: 6px;
padding-bottom:4px;
padding-top:2px;
width: 100%;
vertical-align: top;
}

.querytextleft_LHN1 {
	float: left;
	width: 153px;
}

.headergobuttoncontent {
	float: left;
	height: 21px;
}

.headergobuttonforHeader {
	white-space: nowrap;
	float: left;
	height: 21px;
}
.tabtopleft
{
background-image: url(../images/tab_top_left.gif);
background-repeat:no-repeat;
height:5px;
width:5px;
vertical-align:top;
text-align:left;
margin:0px;
float:left
}
.tabtopright
{
background-image: url(../images/tab_top_right.gif);
background-repeat:no-repeat;
height:5px;
width:5px;
vertical-align:top;
text-align:right;
float:right;
}
.tabactivetopleft
{
background-image: url(../images/tab_top_left_active.gif);
background-repeat:no-repeat;
height:5px;
width:5px;
vertical-align:top;
text-align:left;
margin:0px;
float:left
}
.tabactivetopright
{
background-image: url(../images/tab_top_right_active.gif);
background-repeat:no-repeat;
height:5px;
width:5px;
vertical-align:bottom;
text-align:right;
float:right;
}

.topbartab {
	width: 10%;
	margin-left: 8px;
	float: left;
	background-color: #ff6666;
	height: 100%;
}

.topbartabactive {
	width: 10%;
	margin-left: 8px;
	float: left;
	background-color: #fdcab9;
	height: 100%;
}

.headertopalign {
	vertical-align: top;
	float: left;
}

.width10left {
	width: 10px;
	float: left;
}

.fatalalign {
	border-style: solid;
	border-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.width15percent {
	width: 15%;
}

.width17percent {
	width: 17%;
}
.floatingright {
	float: right;
}

.locationbar {
	padding-right: 3px;
	float: left;
}
.width25left 
{
width : 25px;/*px to em conversion required */
float:left;
}

.parenttable {
	width: 8px;
	height: 700px; /*todo: needs to be changed */
}

.sidebaralign {
	vertical-align: top;
	float: left;
	height: 100%;
}

.headerright {
	float: left;
	width: 79%;
}

.headertextcenter {
	
	font-size: 0.7em;
	color: #4f4f4f;
	text-decoration: none;
	padding-top: 4px;
	text-align: center; /* added by Naresh */
	vertical-align: middle;
	width: 62%;
	float: left;
}

.imagecenter {
	padding-left: 6px;
	clear: right;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	text-align:center;


}
.imagecenter img {

    border: 1px solid #C0C0C0;
        width: 100%;

}
.headertext1 {
	
	font-size: 0.7em;
	color: #4f4f4f;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 11px;
	vertical-align: top;
	width: 14%; /* added by Naresh */
	float: left;
}

/* New style for additional Info */
#additionalinfo { border: 1px dotted gray; width:100%; float:left; margin:5px 0px 25px 0px; }

.greybottomleft_old {
	background: url(../images/grey-bottom-left.jpg) 0 100% no-repeat;
	width: 100%;
	background-color: #E9E9E9;
	clear: both;
	margin-top: 10px;
}

.greybottomright {background: url(../images/grey-bottom-right.jpg) 100% 100% no-repeat}

.greytopleft {background: url(../images/grey-top-left.jpg) 0 0 no-repeat}


.greytopright {
	background: url(../images/grey-top-right.jpg) #ffffff 100% 0 no-repeat;
	padding: 2px 1px;
	
}

.redtopleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: top;
	float: left;
}

.redtopright {
	background-repeat: no-repeat;
	text-align: right;
	height: 4px;
	width: 4px;
	vertical-align: top;
	float: right;
}

.redbottomleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	float: left;
}

.redbottomright {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}

.orangetopleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: top;
	float: left;
}

.orangetopright {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: top;
	text-align: right;
	float: right;
}

.orangebottomleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	float: left;
}

.orangebottomright {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}

.greentopleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: top;
	float: left;
}

.greentopright {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: top;
	text-align: right;
	float: right;
}

.greenbottomleft {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	float: left;
}

.greenbottomright {
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}

/*Classes by Naresh End*/
/*new class for DropDownGreyBackground and SimpleSearchGreyBackground*/
.imageHeight 
{
height: 3px;
}
/**/
a {
	color: #0098db;
	text-decoration:none;
}

a:hover {
	color: #0098db;
}
a img {
	border:none;
}
/*changed by sanjay*/
ul,ol {
	list-style-image:none;
	list-style-position:outside;
}
ul {
	padding:16px 0 0 17px;
}
/*ul li {
	background:url("../images/backgrounds/bullet00.gif") no-repeat 0 6px;
	padding:0 0 6px 12px;
}*/
ul.tabs {
	float:left;
	padding:0;
}

ul.tabs li {
	float:left;
	background:none;
	margin-right:4px;
	padding:0 3px 0 0;
}

ul.tabs li a {
	display:block;
	padding:10px 9px 10px 12px;
}
.naviBg {
	background-color: #FFF3E7;
	width: 18%;
	/*width : 188px;*/
	height: 695px; /*todo: needs to be changed */
	vertical-align: top;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
}
.naviBg_image
{
background-image:url(../images/treemenu_trans.gif);
height:1px;
width:186px;
}
.leftnav
{
position :absolute;
width:15%;
/*left : 3px;
top : 68px;
width : 194px; */
}

table {
	border-collapse: collapse;
	font-size: 100%;
	float:left;
}
table tbody td {
/* 	border-bottom:1px solid #E0E1E2; next-gen shreya*/
}
table tr{
	border-bottom:1px solid #E0E1E2; /*next-gen shreya*/
}
table th,
table td {
	/*Changed by Neha Gosain*/
	  font-size:12px;
	/*Reverting portlet changes since its causing issue in servelet screens*/
	/*font-size: 1em;*/
	/*white-space:nowrap;*/
}
table th {
	text-align:left;
	background:#F2F2F2;
	color:#373C3F;
	padding:9px 2px 8px;
	font-weight:normal;/*next-gen*/
}
table th a{
	color:#373C3F;
	text-decoration:none;
}

th,td {
	padding: 0;
}


table td {
	padding:0px 2px;
}
table th.col0,
table th.col1 {
	text-align:left;
}
table .col0 {
	padding-left:11px;
}
table .col-last {
	padding-right:11px;
}
.table .col-lastNoPadding td{
	padding-right:0px !important;
}
table tr:hover,
tr.odd.open:hover td,
tr.even.open:hover td,
table tr td table tr:hover td
{
	/*background:none;
	background-color:#fdfad9 ; */
}
.tableSlideNode div.row
{
	padding:0 0 7px;
	border-bottom:1px solid #d4d6d7;
}
.tableSlideNode.closed div.row
{
	background:url("../images/backgrounds/row-grad.gif") repeat-x left bottom;
	border-bottom:1px solid #d4d6d7;
}
.tableAccounts
{
	background:url("../images/backgrounds/row-grad.gif") repeat-x left bottom;
	padding:0 10px;
	border-bottom:1px solid #d4d6d7;
}
hr {
	clear:both;
	border:0;
	color:#e0e1e2;
	background-color:#e0e1e2;
	height:1px;
	margin:0 0 11px;
}
hr.hrStyle01 {
	clear:both;
	border:0;
	color:#bc2733;
	background-color:#f5cccf;
	height:1px;
	margin:11px 12px 0px;
}
fieldset {
	border:0;
	margin:0;
	clear:both;
	position:relative;
}
fieldset.fieldsetStyle00 {
	background:#f3f4f4;
	margin-top:11px;
	padding-bottom:11px;
}
fieldset p.paraStyle04 {
	padding:0 0 10px;
	text-align:center;
}
fieldset legend {
	width:100%;
	font-size:13px;
	font-weight:normal;
	padding:14px 12px 13px;
	color:#262a2c;
}
fieldset.legendWithAction legend {
	float:left;
	width:auto;
}
fieldset.legendWithAction .legendAction {
	float:right;
	padding:9px 12px 7px ;
	margin:0px;
}
fieldset.legendWithAction .legendAction span {
	margin-bottom:0px ;
}
fieldset hr {
	margin:0 12px 11px;
}
fieldset.selected {
	border:0;
	background-color:#edf6fb;
	margin-bottom:7px;
}

fieldset.cardSelected{
	border:0;
	background-color:#f4f4f4;
	margin:0 0 11px;
}

fieldset.selected legend {
	width:97.5%;
	background-color:#edf6fb;
	font-size:13px;
	font-weight:normal;
	padding-right:0px;
}
.body-style-02 fieldset.selected legend {
	width:auto;
}
fieldset.selected hr {
	border:0;
	color:#cfe6f4;
	background-color:#cfe6f4;
	height:1px;
	margin:0 10px 11px;
}
fieldset .headNotes {
	font-size:13px;
	line-height:22px;
	position:relative;
	top:-40px;
}
fieldset .headNotes a {
	color:#0278ba;
}
.breadcrumb {
	padding:5px 0 24px 12px;
}
.breadcrumb p {
	font-weight:normal;
	line-height:16px;
}
.breadcrumb p,
.breadcrumb ol li {
	float:left;
	font-size:13px;
	padding:0 5px 0 0;
	color:262A2C;
}
.breadcrumb ol {
	float:left;
}
.breadcrumb ol li {
	float:left;
	font-size:13px;
	color:262A2C;
	padding-right:5px;
}
.breadcrumb ol li a {
	color:#0278BA;
	text-decoration:none;
}
.breadcrumb ol li a:hover {
	text-decoration:underline;
}
ul.breadcrumbTools {
	padding:0;
}
ul.breadcrumbTools li {
	float:left;
	border-left:1px solid #c6c9cc;
	background:none;
	padding:0 7px;
}
ul.breadcrumbTools li a {
	padding:0 0 1px;
}
ul.breadcrumbTools li.first {
	border:none;
}
ul.breadcrumbTools li.chooseTheme a {
	background:url("../images/backgrounds/choose-theme.gif") no-repeat right 1px;
	padding-right:23px;
}
ul.breadcrumbTools li.customiseDashboard a {
	background:url("../images/backgrounds/customise-dashboard.gif") no-repeat right 1px;
	padding-right:23px;
}
ul.breadcrumbTools li.favouriteAccounts a {
	background:url("../images/backgrounds/down.gif") no-repeat right 7px;
	padding-right:14px;
}
span.button input {
	cursor:pointer;
}

input.radioButton,
input.checkBox {
	margin:0 6px 0 0;
}
/* buttonStyle00 - grey for header */
span.buttonStyle00 a {
	color:#AFB1B3;	
	margin:0 0 11px 12px;
	padding:2px 0 0 6px;
	float:left;
	font-size:13px;
}
/* buttonStyle01 - light blue with white text*/
span.buttonStyle01,
span.buttonStyle02,
span.buttonStyle04,
span.buttonStyle06,
span.buttonStyle09,
span.buttonStyle10 {
	background:#5dacd9 url(../images/backgrounds/buttonStyle02_new.png) no-repeat 0 0;
	margin:0 0 11px 12px;
	padding:0 0 0 6px;
	float:left;
}
th span.buttonStyle01 {
	margin:11px 12px;
}
span.buttonStyle01 a,
span.buttonStyle02 a,
span.buttonStyle04 a,
span.buttonStyle06 a,
span.buttonStyle09 a,
span.buttonStyle10 a {
	background:#5dacd9 url(../images/backgrounds/buttonStyle02_new.png) no-repeat 100% 0;
	line-height:21px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	float:left;
	font-weight:normal;
	padding:0 6px 0 0;
}
span.buttonStyle08 {
	background:#588926 url(../images/backgrounds/buttonStyle08.gif) no-repeat 0 0;
	margin:0 0 11px 12px;
	padding:0 0 0 6px;
	float:left;
}
span.buttonStyle08 a {
	background:#588926 url(../images/backgrounds/buttonStyle08.gif) no-repeat 100% 0;
	line-height:21px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	float:left;
	font-weight:normal;
	padding:0 6px 0 0;
}
span.buttonStyle01 input,
span.buttonStyle02 input,
span.buttonStyle04 input,
span.buttonStyle06 input,
span.buttonStyle10 input {
	background:#026eab url(../images/backgrounds/buttonStyle02_new.png) no-repeat 100% 0;
	height:21px;
	border:0;
	color:#fff;
	font-size:12px;
	float:left;
	padding:0 6px 0 0;
	font-weight:normal;
	
}
/* buttonStyle02 - dark blue with white text */
span.buttonStyle02 {
	background:#026eab url(../images/backgrounds/buttonStyle02_new.png) no-repeat 0 0;
}
span.buttonStyle02 a {
	background:transparent url(../images/backgrounds/buttonStyle02_new.png) no-repeat 100% 0;
}
span.buttonStyle02 input {
	background:#026eab url(../images/backgrounds/buttonStyle02_new.png) no-repeat 100% 0;

}
/* buttonStyle10 - dark blue with white text */
span.buttonStyle10 {
	background:#026eab url(../images/backgrounds/buttonStyle10.gif) no-repeat 0 0;
}
span.buttonStyle10 a {
	background:transparent url(../images/backgrounds/buttonStyle10.gif) no-repeat 100% 0;
	line-height:31px;
	font-size:15px;
}
span.buttonStyle10 input {
	background:#026eab url(../images/backgrounds/buttonStyle10.gif) no-repeat 100% 0;
	height:31px;
	font-size:15px;
}

/* buttonStyle03 - white with blue text */
span.buttonStyle03 {
	float:left;
	margin:0 0 0 12px;
}
span.buttonStyle03 a {
	color:#0278ba;
	line-height:22px;
	font-size:13px;
}
span.buttonStyle03 input {
	color:#0278ba;
	border:none;
	background:none;
}
/* buttonStyle04 - large dark blue with white text */
span.buttonStyle04 {
	background:#026eab url(../images/backgrounds/buttonStyle04.gif) no-repeat 0 0;
}
span.buttonStyle04 a {
	line-height:31px;
	font-size:14px;
	background:transparent url(../images/backgrounds/buttonStyle04.gif) no-repeat 100% 0;
}
span.buttonStyle04 input {
	height:31px;
	font-size:14px;
	background:#026eab url(../images/backgrounds/buttonStyle04.gif) no-repeat 100% 0;
}

/* buttonStyle05 - large with blue text */
span.buttonStyle05 {
	float:left;
	margin:0 0 0 12px;
}
span.buttonStyle05 a {
	color:#0278ba;
	text-decoration:none;
	line-height:31px;
	font-size:12px;
}
span.buttonStyle05 input {
	color:#0278ba;
	border:none;
	background:none;
}
/* buttonStyle06 - Dark blue background against a black background (log off button) */
span.buttonStyle06 {
	background:#5dacd9 url(../images/backgrounds/buttonStyle06.gif) no-repeat 0 0;
}
span.buttonStyle06 a {
	background:transparent url(../images/backgrounds/buttonStyle06.gif) no-repeat 100% 0;
}
span.buttonStyle06 input {
	background:#026eab url(../images/backgrounds/buttonStyle06.gif) no-repeat 100% 0;
}
span.buttonStyle07 {
	float:left;
}
#main .buttonExt01 {
	margin:0 0 0 8px;
}
#main .buttonExt01 a {
	border-left:1px solid #c6c9cc;
	padding:0 0 0 8px;
}
#main .buttonExt02 {
	margin:0;
}
/* buttonStyle09 - large green with white text */
span.buttonStyle09 {
	background:url(../images/backgrounds/buttonStyle09.gif) no-repeat 0 0;
}
span.buttonStyle09 a {
	line-height:31px;
	font-size:15px;
	background:transparent url(../images/backgrounds/buttonStyle09.gif) no-repeat 100% 0;
}
span.buttonStyle09 input {
	height:31px;
	font-size:15px;
	background: url(../images/backgrounds/buttonStyle09.gif) no-repeat 100% 0;
}
.button.separate a{
	border-left:1px solid #c6c9cc;
	padding:0 0 0 12px;
}
.logon .button.separate a{
	border-left:1px solid #707679;
	padding:2px 0 0 12px;
}
span.buttonStyle11 {
	background:url("../images/backgrounds/down.gif") no-repeat right 7px;
	padding-right:14px;
	font-size:82.75%;
	display:block;
	text-align:right;
}

.lefthandnavi {
	position: absolute;
	left: 3px;
	top: 68px;
	/** width: 194px;
	height: 540px;
	z-index: 1; */
}

.topbluelink {
	
	font-size: .7em;
	text-decoration: none;
}

/*a.topbluelink:visited 
{

font-size: .7em;
text-decoration: none;
}*/
.topbluelink:hover 
{

font-size: .7em;
text-decoration: underline;
}

.whiteboldlink {
	
	font-size: 0.75em;
	font-weight:normal;
	text-decoration: none;
}

/*a.whiteboldlink:visited 
{

font-size: .75em;
color: #FFFFFF;
text-decoration: none;
}*/
.whiteboldlink:hover 
{

font-size : 0.75em;
color : #FFFFFF;
text-decoration: none;
}

/*a.blackboldlink:visited 
{

font-size : 0.7em;
color: #000000;
text-decoration: none;
}*/
.dashboardblktxt 
{

font-size: 0.7em;
font-weight:normal;
color: #000000;
text-decoration: none;
}

/*a.dashboardblktxt:visited 
{

font-size: .7em;
color: #000000;
text-decoration: none;
}*/
.dashboardblktxt:hover 
{

font-size: 0.7em;
color: #000000;
text-decoration: none;
}

.optionalink {
	
	font-size: 0.69em;/*changed to sync up with the other fields*/
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
.optionallink1{
    margin-left:5px;
	vertical-align:top;
}
.optionalink:hover {
	
	font-size: 0.69em;/*changed to sync up with the other fields*/
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
a.btnlinktxt:link 
{

font-size : 0.95em;
color: #000000;
text-decoration: none;
}

a.btnlinktxt:visited 
{

font-size : 0.95em;
color: #000000;
text-decoration: none;
}
a.btnlinktxt:hover 
{

font-size : 0.95em;
color: #000000;
text-decoration: none;
}

.querytextleft_btntxt 
{

font-size : 0.7em;
color: #000000;
text-decoration: none;
vertical-align:middle;
/*change added by Annu Malik compoenents*/
width: 29%;
float:left; clear:right;
}

.addressboxfixwidth 
{

font-size: 0.7em;
color: #333333;
text-decoration: none;
height : 60px;/* px to em conversion required */
width : 140px;/* px to em conversion required */
margin:0px 2px 0px 0px;
overflow:auto;
vertical-align:middle;
}

.amountrightalignbld {
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	padding: 3px 6px 3px 6px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #c9cbcc;
	vertical-align: middle;
	font-size: 13px #373c3f;
/* 	background-color: #c9cbcc; */
}

.amountrightalignbldwithoutline 
{
font-weight:normal;
text-decoration: none;
text-align: right;
padding: 3px 6px 3px 6px;
vertical-align:top;
}

.bcum-Ulined, a.bcum-Ulined:active {
	
	color: #0278ba;
	text-decoration: none;
	vertical-align: top;
}

.bcum-bold {
	
	/**color: #0278ba;*/
	text-decoration: none;
	font-weight:normal;
	vertical-align: top;
}

.bcum {
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 12px;/*Reverting the changes*/
	text-decoration: none;
	vertical-align: top;
	width: 90%;
	float: left;
}

.blckbg 
{
background-image: url(../images/blck-bg.gif);
background-repeat: repeat-x;
height : 21px;/* px to em conversion required*/
padding-left:2px;
vertical-align:middle;
}

.dropdownlocationbar 
{

font-size : 0.65em;
font-weight:normal;
text-decoration: none;
vertical-align:middle;
margin:0px 2px 0px 0px;
}
.div_table1 
{
width:100%; 
height: 120px; 
z-index: auto; 
visibility: visible;
}

.displayrighttxt {
	/**/
	/*Modified by Payal from 18 px to 13 px for table heading*/
	font-size: 13px;
	text-decoration: none;
	padding-right: 6px;
	/** Commented by Priyanka for displaying 1-1 of 1*/ /*float: left;*/
	vertical-align: top;
	/*Modified by Payal for table heading*/
	font-weight:normal;
	padding-bottom: 10px;
	float:right;

}

.datetextbox1 
{

font-size: 1em;
color: #333333;
text-decoration: none;
height: 18px;
/* px to em conversion is required */
width: 140px;
/* px to em conversion is required */
margin: 1px 2px 1px 0px;
vertical-align:middle;
}
.greybg 
{
background-color : #e9e9e9;
}
.greybgtxt_top 
{

font-size : 0.7em;
text-decoration: none;
padding-left : 6px;
}
.greybgtxt {
	
	font-size: 0.7em;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 10px;
	/* modified by priyanka for More actions*/
	/*background: url(../images/backgrounds/input-text.gif) #edf6fb
		no-repeat 0px 0px;*/
	float: left;
	padding-top:7px;
}
.greybgtxtboxxx
{

font-size : 0.7em;
color : #333333;
text-decoration : none;
height : 18px;
/*px to em conversion required*/
width : 122px;
/*px to em conversion required*/
margin:2px 2px 4px 0px;
vertical-align:middle;
}
.greyleft 
{
background-image: url(../images/grey-left.gif);
background-repeat: repeat-x;
width: 3px;
height: 26px;
}
.greyright 
{
background-image: url(../images/grey-right.gif);
background-repeat: repeat-x;
width: 3px;
height: 23px;
}
.greenleft 
{
background-image: url(../images/green-left.gif);
height: 25px;
width: 3px;
}
.greenright 
{
background-image: url(../images/green-right.gif);
height: 25px;
width: 3px;
}
.gradientbgoneline 
{
background-image: url(../images/bg_gradient.gif);
background-repeat: repeat-x;
padding-top:4px;
padding-bottom:4px;

font-size : 0.7em;
font-weight:normal;
color: #000000;
text-decoration: none;
padding-left: 6px;
/*margin:0px;/*Used for headinglevel tags */
/* change added by Annu Malik 
margin-top:0px;
width:100%;
float:left;clear:right;*/
}

/*changes done*/
	/* gradientbgtwolinewithouttxt,gradientbgonelinewithouttxt are same.. one can be removed. */
.gradientbgtwolinewithouttxt {
	background-image: url(../images/bg_gradient.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	padding-left: 2px;
}

.gradientbgonelinewithouttxt_old {
	background-image: url(../images/bg_gradient.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	padding-left: 2px;
	background-color: #c9cbcc;
	/* change added by Annu Malik
margin: 0px;
width:100%;
float:left;clear:right;*/
}

.gradientbgonelineradiobtn 
{
background-image: url(../images/bg_gradient.gif);
background-repeat: repeat-x;
padding-bottom: 4px;

font-size: .7em;
font-weight:normal;
color: #000000;
text-decoration: none;
padding-left: 2px;
vertical-align:top;
}

/*TODO:gradientbgtwoline is same as gradientbgoneline so needs to be removed from the css and all the pages referring to this needs to be changed to gradientbgoneline */
.gradientbgtwoline {
	background-image: url(../images/bg_gradient.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	
	font-size: 0.8em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	margin: 0px; /*Used for headinglevel tags */
	/* change added by Annu Malik 
float:left;clear:right;
line-height:20px;*/
}

.gradientbgtwolineradiobtn 
{
background-image: url(../images/bg_gradient.gif);
padding-top:4px;
padding-bottom:4px;
background-repeat: repeat-x;

font-size : 0.7em;
font-weight:normal;
color: #000000;
text-decoration: none;
padding-left: 2px;
}

.greyboldtxtwithoutline {
	color: #595959;
	
	font-size: 0.7em;
	font-weight:normal;
	padding: 2px 6px;
	text-decoration: none;
	vertical-align: top;
}

.greyboldtxtwithoutline_grey 
{

font-size: .7em;
color: #999999;
text-decoration: none;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
font-weight:normal;
vertical-align:top;
}

.greyamountrightalignbld 
{

font-size : 0.7em;
font-weight:normal;
color: #595959;
text-decoration: none;
text-align: right;
padding-right: 6px;
padding-left: 3px;
padding-top : 2px;
padding-bottom : 2px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #979797;
vertical-align:top;
}

.gradientbgtwolinetxt 
{

font-size: 0.7em;
font-weight:normal;
color: #000000;
text-decoration: none;
}

.listboldtxtwithline {
	font-weight:normal;
	text-decoration: none;
	/* Modified by Harsha.243682 */
	/* border-left-width: 2px; *//*next-gen*/
	/* border-left-style: dotted; *//*next-gen*/
	/* border-left-color: #9d9d9d; */
	/* Modified by Harsha.243682 */
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	font-size: 0.75em;/*Reverting the changes*/
//	background-color: #F2F2F2;
}

.listboldtxtwithoutline {
	font-weight:normal;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	margin: 0px; /*Used for Heading Level Tags */

	font-size: 0.75em;/*Reverting the changes*/
	color: #000000;/*Reverting the changes*/
}

.subsectheader {
	font-weight:normal;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	vertical-align: top;
	margin: 0px; /*Used for Heading Level Tags */
	border: none;
	background: none;
	/*background-color: #edf6fb;shreya-next-gen*/
}

.listbldtxtwithradiobtn {
	
	font-size: 0.7em;
	font-weight:normal;
	text-decoration: none;
	padding: 3px 6px 3px 2px;
}

.listtopbigbg {
	background-color: #D4D4D4;
	line-height: 150%;
	border-left: 0px;
	/*background: url(../images/table-corners.gif) no-repeat left top;*/
}

.listboldtxtbottomline 
{

font-size : 0.7em;
font-weight:normal;
text-decoration: none;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #979797;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #979797;
height: 21px;
padding : 3px 6px 3px 6px;
}

.listgreyrowtxtwithoutline_wrap 
{

font-size: 1em;
text-decoration: none;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;
vertical-align:top;
width:350px;
}

.listscreengradientbg1 
{
background-image: url(../images/bg_gradient.gif);
background-repeat: repeat-x;
height: 36px;
}

.neogdropdwnwidthfree 
{

font-size : 0.7em;
color: #333333;
text-decoration: none;
height: 20px;
}

.neogtxtboxwidthfree 
{

font-size : 0.7em;
color: #333333;
text-decoration: none;
height: 18px;
}
.offlineboldtxt 
{

font-size : 0.7em;
font-weight:normal;
text-decoration: none;
text-align : left;

}

.offlineboldtxtheading 
{

font-size : 0.75em;
font-weight:normal;
text-decoration: none;
text-align : left;
}
.offlinebottomline 
{
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #666666;
padding-bottom: 5px;
}
.offlinelefttxt 
{

font-size : 0.8em;
text-decoration: none;
padding-top: 7px;
padding-bottom: 7px;
width: 190px;
}
.offlinettxt 
{

font-size : 0.8em;
text-decoration: none;
padding-top: 7px;
padding-bottom: 7px;
padding-left:5px;
line-height:25px;
}

.pageheadingcaps 
{
	font-size: 0.75em;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 0px 0px 0px;
	float:left;
	margin:0px;
	text-shadow: 0px 1px 0 #cbced2;
}

.pageheading 
{

font-size: 1em;
font-weight:normal;
text-transform: uppercase;
text-decoration: none;
padding:1px 0px 0px 9px;
float:left;
margin:0px;
}
.pageheadingcapssmall 
{

font-size: 1em;
font-weight:normal;
text-decoration: none;
text-transform: lowercase;
padding:1px 0px 0px 9px;
}

/* ToDo: greybgtxt and paginationtxt classes are same. Can remove one after replacing */
.paginationtxt 
{

	/* Modified by Harsha.243682 */
font-size: 13px;
text-decoration: none;
padding-right:3px;
color: #333333;
font-weight: bold;
	/* Modified by Harsha.243682 */
}

.querygreybg 
{
background-color: #EFEFEF;
vertical-align: top;
}
.querytextleft_red 
{

font-size: .7em;
font-weight:normal;
color: #FF0000;
text-decoration: none;
padding-right: 6px;
padding-left: 6px;
padding-bottom:4px;
padding-top:2px;
width: 29%;
vertical-align: top;
}
.querytextleft_LHN 
{

font-size : 0.7em;
text-decoration: none;
padding-right: 3px;
padding-left: 0px;
padding-bottom:4px;
padding-top:2px;
height: 22px;
width: 150px;
vertical-align: top;
}

.querytextleftradiobtn 
{

font-size : 0.7em;
text-decoration: none;
padding-right: 6px;
padding-bottom:4px;
padding-top:2px;
height: 22px;
width: 190px;
vertical-align: top;
}

.querytextright_date 
{

font-size : 0.7em;
text-decoration: none;
vertical-align: top;
padding-bottom:4px;
padding-top:2px;
width: 210px;
vertical-align: top;
}

.querytextright_minlength 
{

font-size : 0.7em;
text-decoration: none;
vertical-align: top;
padding-bottom:4px;
width:100px;
padding-top:2px;
}

.querytextrightaddress 
{

font-size : 0.7em;
text-decoration: none;
line-height : 18px; /* px to em conversion is required */
}

/* Not used in proto */
.querytextverticalspacing 
{

font-size : 0.7em;
text-decoration: none;
line-height:25px;
}

.querytextboxmedium_color 
{

font-size: 1em;
color: #333333;
background-color:#EFEFEF;
border:0px;
text-decoration: none;
height : 18px; /* px to em conversion is required */
width:110px;/* px to em conversion is required */
margin:1px 2px 1px 0px;
vertical-align:middle;
}

.querytextboxmedium1 
{

font-size : 0.7em;
color: #333333;
text-decoration: none;
height: 18px;
width: 140px;
}
.querytextoptional 
{

font-size : 0.7em;
line-height: 22px;
text-decoration: none;
padding-right: 6px;
padding-left: 6px;
font-weight:normal;
}
.width100Container{
width:100% !important;
}
.Para_text
{

font-size : 0.7em;
text-decoration: none;
padding-right: 6px;
padding-left: 6px;
padding-bottom:4px;
padding-top:2px;
vertical-align: top;
}

.queryitalictext {
	
	/* Modified by Harsha.243682 */
font-size: 13px;/*changed to sync up with the other fields*/
	font-style: italic;
color: #333333;
	text-decoration: none;
	float:left;
	width:500px;/*change done by Nagarajan_V02 for ticket 658781*/
font-weight: bold;
	font-size: 14px !important;
    padding: 6px 0;
    font-style: normal;
    padding-left: 11px;
    margin-top: 16px;
    margin-bottom: -16px;

	/* Modified by Harsha.243682 */
}

/* added for ticket Id  644220 */
.queryitalictextbottomwithoutfloat {   
    color: #505050;
    display: block;
    
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    width:475px;
}

.queryitalictextwithoutwidth {
	
	/* Modified by Harsha.243682 */
font-size: 13px;
	font-style: italic;
color:  #333333;
	text-decoration: none;
	float:left;
	/* Modified by Harsha.243682 */
}
.queryitalictext1 
{

font-size : 0.7em;
font-style: italic;
color: #505050;
text-decoration: none;
}

.queryitalictextleftgap 
{

font-size : 0.7em;
font-style: italic;
color: #505050;
text-decoration: none;
padding-left:3px;
}
.querydropdwnwidthfree 
{

font-size: 1em;
color: #333333;
text-decoration: none;
height: 20px;
}
.querytxtboxwidthfree 
{

font-size: 1em;
color: #333333;
text-decoration: none;
height: 18px;
}
.querytextleftoptional 
{

font-size : 0.7em;
text-decoration: none;
padding-right: 6px;
padding-left: 19px;
height: 22px;
width: 177px;
}

.querywhitebg {
	/**Commented By Harpreet */
	/**background-color: #FFFFFF;
	overflow:hidden;*/
	
}
.queryitalictext2 
{

font-size : 0.7em;
font-style: italic;
color: #505050;
text-decoration: none;
padding:5px 3px 5px 6px;
}

.querytextleftwithoutwidth 
{

font-size : 0.7em;
text-decoration: none;
padding-right: 6px;
padding-left: 6px;
padding-top:2px;
padding-bottom:4px;
}

.whtboldtxt {
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight:normal;
	padding-left: 4px; /* changed by shreya */ color : #262a2c;
	
	font-size: 13px;
	text-decoration: none;
}
caption 
{

font-size : 0.75em;
color : #ffffff;
text-decoration: none;
font-weight:normal;
padding-left: 4px;
vertical-align:top;
text-align:left;
}

.whttxt_top {
	
	font-size: 0.6em;
	color: #262a2c;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: top;
	text-align: right;
	float: right;
	font-weight:normal;
}
.whttxt 
{

font-size : 0.7em;
color : #ffffff;
text-decoration: none;
padding-right: 2px;
text-align:right;
}

.whitetxtrightalign 
{

font-size : 0.7em;
color : #ffffff;
text-decoration: none;
text-align: right;
padding-right: 3px;
}
.whtboldtxt1 
{

font-size : 1em;
color : #ffffff;
text-decoration: none;
font-weight:normal;
padding-left: 4px;
display: inline;/*Should be used with heading tags only*/
}

.fourlinbrd 
{
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}
.threelinbrd 
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.linked_ac_no_brd 
{

font-size : 0.7em;
font-weight:normal;
text-decoration: none;
height: 23px;
width:6%;
padding:3px 6px 3px 6px;
vertical-align:top;
}
.linked_ac 
{

font-weight:normal;
text-decoration: none;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #979797;
width:6%;
padding:3px 6px 3px 6px;
vertical-align:top;
}

.slno {
	font-weight:normal;
	text-decoration: none;
/* 	border-left-width: 1px; */
/* 	border-left-style: solid; */
/* 	border-left-color: #c9cbcc; next-gen shreya*/
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	font-size: 13px;
	width: 6%;
/* 	background-color: #c9cbcc; shreya-next-gen*/
}
.slnolightgrey 
{

font-size : 0.7em;
font-weight:normal;
color: #595959;
text-decoration: none;
height: 23px;
padding:3px 6px 3px 6px;
width:6%;
vertical-align:top;
}

.radio_check_slnowithoutfont 
{
text-decoration: none;
padding:3px 6px 3px 6px;
width:65px;
vertical-align:top;
}
.slnowithoutfont 
{
text-decoration: none;
padding:3px 6px 3px 6px;
width:30px;
vertical-align:top;
}

.redstar {
	
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
.redstar_red 
{

font-size: 1.2em;
color: #FF0000;
text-decoration: none;
}

.additionalinfotxtbox 
{

font-size: 0.7em;
color: #333333;
text-decoration: none;
width : 400px; /* px to em conversion required */
height : 200px; /* px to em conversion required */
overflow:auto;
margin:2px 0px 2px 0px;
vertical-align:middle;
}
.remarkstxtbox1 
{

font-size: 0.7em;
color: #333333;
text-decoration: none;
width : 270px; /* px to em conversion required */
height : 50px; /* px to em conversion required */
overflow:auto;
margin:2px 0px 2px 0px;
vertical-align:middle;
}

/*Start : changes by harpreet for textarea and lookup button*/
/*Start : changes by Parashar for scrollbar: padding width height margin background */
.remarksbox {
/*Start: Changed for 11010 Enhancement : Activity Inquiry*/
border: 1px solid #000000;
/*End: Changed for 11010 Enhancement : Activity Inquiry*/

/*Changed By Neha Gosain*/
/*font-size: 13px;*/
font-size: 11px;/*Reverting the changes*/
height: 116px;
line-height: normal;
margin: 2px 0 0 0;
/** Changed by Parasher from Hidden to auto*/
overflow: auto;
padding:0;
text-align: left;
width: 260px;
float:left;
font-family: arial !important;
outline: none;
font-size: 13px;
}
.remarksbox1 {
border: 1px solid #000000;
font-size: 11px;/*Reverting the changes*/
height: 116px;
line-height: normal;
margin: 2px 0 0 0;
overflow: auto;
padding:0;
text-align: left;
width: 232px !important;
float:left;
}
/*Start : changes by Parashar for scrollbar:  width  */
.inputtextarea-span{
    //background: url("../images/backgrounds/input-textarea02.gif") no-repeat scroll 0 0 #FBFBFB;
	/*Start: Changed for 11010 Enhancement : Activity Inquiry*/
    display: inline;
	/*End: Changed for 11010 Enhancement : Activity Inquiry*/
    padding: 0 0 0 3px;
    text-align: left;
    width: 262px;
	height: 120px;
}
/*End : changes by harpreet for textarea and lookup button*/

.redbg {
	background-color: #FCE8EA;/*shreya-next-gen*/

	/* Modified by Swarna.243682 */
    padding-left: 0px;
    border-left-width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #FCE8EA;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    font-style: italic;
    color: #413f3f;
    line-height: 1.3;
	/* Modified by Swarna.243682 */
}
.orangebg 
{
	
	font-size : 0.7em;
	background-color: #FDFAD8;
	text-decoration: none;
	text-align: left;
	/*jayant commented  for corporate nextgen enhancement	
	font-weight:normal;
	color: #000000;
	*/
	/*jayant added for corporate nextgen enhancement */
	font-weight:normal;
	color: #4d4d4d;
	word-wrap: break-word;
	width: 100%/*next-gen*/;
}
.greenbg 
{
	
	font-size : 0.7em;
	background-color: #EFFAE8;
	text-decoration: none;
	text-align: left;
	/* jayant commented for corporate nextgen enhancement	
	font-weight:normal;
	color: #000000;
	*/
	/* jayant added for corporate nextgen enhancement */
	font-weight:normal;
	color: #4d4d4d;	
	height: auto;
	word-wrap: break-word;
	width: 100%/*next-gen*/;
}
.greentop 
{
background-image: url(../images/green-top.gif);
height: 3px;
width: 800px;
}
.greenbottom 
{
background-image: url(../images/green-bottom.gif);
height: 3px;
width: 800px;
}
.width8 
{
width : 8px;/*px to em conversion required */
}
.width44 
{
width : 44px;/*px to em conversion required */
}
.width5 
{
width : 5px;/*px to em conversion required */
}
.width11 
{
width : 11px;/*px to em conversion required */
}
.width20 
{
width : 20px;/*px to em conversion required */
}
.width25 
{
width : 25px;/*px to em conversion required */
}
.width9 
{
width : 9px;/*px to em conversion required */
}
.width815 
{
width: 100%;
border:0px;
text-align:left;
}
/*TODO: Remove width800 and replace all occurences with width100percent*/
.width800 
{
width: 100%;
}
.width50percent 
{
width: 40%;
}
.width100percent 
{
width: 100%;
}
.width78 
{
width: 78px;
}
.height10 
{
height : 10px; /*px to em conversion required */
}
.height3 
{
height : 3px; /*px to em conversion required */
}
.width16 
{
width : 16px; /*px to em conversion required */
}
.height15 
{
height : 15px; /*px to em conversion required */
/* change added by Annu Malik*/
padding-left: 15px;
}
.height28 
{
height : 28px; /*px to em conversion required */
}
.height7 
{
height : 7px; /*px to em conversion required */
}
.height33 
{
height : 33px; /*px to em conversion required */
}
.height21 
{
height : 21px; /*px to em conversion required */
}
.height30 
{
height : 30px; /*px to em conversion required */
}
.height2 
{
height : 2px;/*px to em conversion required */
}
.height39 
{
height : 39px; /*px to em conversion required */
}
.height32 
{
height : 32px; /*px to em conversion required */
}
.height25 
{
height : 25px; /*px to em conversion required */
}
.height1 
{
height : 1px; /*px to em conversion required */
}
.modelingtext 
{

font-size : 0.7em;
line-height : 16px; /* px to em conversion is required */
padding-right: 22px;
padding-left: 19px;
text-align : left;
}
.modelingbg 
{
background-image: url(../images/modeling_bg.gif);
background-repeat: repeat-x;
height: 26px;
border: 1px solid #979797;

font-size : 0.75em;
font-weight:normal;
color: #000000;
text-decoration: none;
padding-left: 10px;
}
.modelinginnertxt 
{

font-size : 0.7em;
text-decoration: none;
text-align : left;
padding-right:10px;
line-height: 16px;/*px to em conversion required */
}
.composelefttxt1 
{

font-size : 0.7em;
text-decoration: none;
border-bottom: 1px solid  #c7c7c7;
padding-top : 6px;
padding-bottom : 6px;
/* change added by Annu Malik Compose Mail Section*/
margin-top:0px;
float:left;clear:right;
width:15%
}

.composetxtboxmatter 
{

font-size : 0.7em;
color: #333333;
text-decoration: none;
width : 100%;
height: 130px; /* px to em conversion required */
overflow:scroll;
margin:2px 0px 2px 0px;
vertical-align:middle;
}

/*TODO:Same as querytextright. Remove after replacing */
.textverticalspacing 
{

font-size : 0.7em;
text-decoration: none;
vertical-align: top;
padding-top:2px;
padding-bottom:4px;
padding-left:1px;
}
.replytext 
{

font-size : 0.7em;
text-decoration: none;
text-align : left;
padding-right: 10px;
}
.topnewheaderbg 
{
background-image: url(../images/top-header.jpg);
height: 72px;
background-repeat: no-repeat;
}
.width1000 
{
width: 1000px;
}
.headerwelcome 
{

font-size : 0.7em;
font-weight:normal;
color : #4f4f4f;
text-decoration: none;
padding-left: 4px;
}
.corpheaderwelcome 
{

font-size: .7em;
font-weight:normal;
color : #000000;
text-decoration: none;
padding-left: 4px;
padding-top : 3px;
}

.corpheaderwishing {
	
	font-size: 0.7em;
	font-weight:normal;
	text-decoration: none;
	padding-top: 3px;
	color: #000000;
}
.height22 
{
height : 22px;/* px to em conversion required*/
}
.headerwishing 
{

font-size : 0.7em;
color : #4f4f4f;
text-decoration: none;
text-align: right;
padding-right: 10px;
}

.headerrightlink_line 
{

font-size : 0.7em;
text-decoration: none;
text-align: center;
vertical-align: top;
width:10px;
float:left;/* added by Naresh */
line-height:20px;
}
.headerrightlink 
{

font-size : 0.7em;
text-decoration: none;
text-align: center;
vertical-align: top;
}

.headerwhitelink {
	
	font-size: 0.7em;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 3px;
	float: left;
}
.linkseperator 
{

font-size : 0.7em;
text-decoration: none;
color:#000000;
margin:0px 18px;
float:left;
}

/*a.headerwhitelink:visited 
{

font-size : 0.7em;
text-decoration: none;
color:#000000;
}*/
.headerwhitelink:hover 
{
/*Removed for preventing mouse over effect on divider line in login screen between
	Forgot access code and Troble logging in text Surej */
/*
font-size : 0.7em;
text-decoration: underline;
color:#000000;*/
}
.headertext 
{

	font-size: 0.7em;
	color: #4f4f4f;
	text-decoration: none;
	padding-top: 4px;
	vertical-align: top;
	width:18%;/* added by Naresh */
	float:left;
}
.formgobtn 
{

font-size: .83em;
text-decoration: none;
text-align:center;
width: 25%;
height: 18px;
background-image: url(../images/bg_gradient.gif);
border: 1px solid #333333;
}
.orangetop 
{
background-image: url(../images/orange-top.gif);
height: 3px;
width: 800px;
}
.orangebottom 
{
background-image: url(../images/orange-bottom.gif);
height: 3px;
width: 800px;
}
.yellowtop 
{
background-image: url(../images/yellow-top.gif);
height: 3px;
width: 800px;
}
.yellowbottom 
{
background-image: url(../images/yellow-bottom.gif);
height: 3px;
width: 800px;
}
.yellowbg 
{
background-color : #fbf8a9;

font-size : 0.7em;
font-weight:normal;
color: #000000;
text-decoration: none;
text-align: center;
}
.redtop 
{
background-image: url(../images/red-top.gif);
height: 3px;
width: 800px;
}
.redbottom 
{
background-image: url(../images/red-bottom.gif);
height: 3px;
width: 800px;
}
.greytop 
{
background-image: url(../images/grey-top.gif);
height: 3px;
width: 800px;
}
.greybottom 
{
background-image: url(../images/grey-bottom.gif);
height: 3px;
width: 800px;
}

.keyBordText 
{	
font-size: .7em;
font-weight:normal;
margin-left:8%;
/*width:65px;*/
float:left;
margin-bottom:5px;
}

.keyBoardTitle{
	float: left;
    font-size: 15px;
    font-weight:normal;
    margin-left: -35px;/*vinay modified for RWD NEW*/
    min-width: 100px;/*vinay modified for RWD NEW*/
    width: 27%;/*Surej modified for RWD virtual keypad NEW*/
	color: #FFFFFF;
}

.keyBoardTitleInfo{
	float: left;
    color: #AEACAC;
    font-size: 0.65em;
    font-weight: normal;
    margin-left: 0px;/*vinay modified for RWD NEW*/  
    min-width:161px; /*Surej modified for RWD NEW*/    
    width: 50%;/*Surej modified for RWD virtual keypad NEW*/
	display:none;
}
	
.keybord 
{		
color: #000000;
background-color: #DBDBDB; 
border: 1px solid #A9A9A9;
text-decoration: none;
position:absolute; 
left:125px; 
top:75px;
visibility:hidden;
z-index:1;
}
.left 
{
text-align:left;
vertical-align:top;
float:left;
}
.vtop
{
vertical-align:top;
}
.vtop-header
{
vertical-align:top;
padding-top:2px;
}
img 
{
border:0px;
}
.footer
{

font-size : 0.7em;
font-style: normal;
font-weight:normal;
color: #666666;
text-decoration: none;
text-align:left;
vertical-align:bottom;
}

.footer_line { 
/** background-color: #000000;
	height: 1px;
	clear: both;
	width: 100%; */
height:100px;	
}
.images_top
{
margin-left:10px;
}
TH
{
vertical-align:top;
text-align:left;
}


.absmiddle {
	vertical-align: middle;
	/*Changed by priyanka for transaction date to: */
	margin-left: 5px;
	/*Added by Nikita Manohar*/
	font-size: 13px;
	margin-right:3px;
	width:20px;/*Modified by swarna*/
	//max-width: 70px;/*Surej modified for RWD virtual keypad NEW*/
/*	width: 32%;Surej modified for RWD virtual keypad NEW*/
}

.absmiddle1 {
	/**vertical-align: baseline; */
	vertical-align: bottom;
	margin-top: 7px;
	padding-right: 4px;
	float:left;
	margin-right:2px;
	margin-left:5px;
}


.absmiddlecalendar {
	/* float: right; */
	vertical-align: bottom;
	margin-top: 7px;
	padding-right: 2px;
}
.sorticon
{
margin-bottom:1px;
margin-left:5px;
}
.header_orange 
{
background-color : #FF5F6E;
height: 7px; /* Added by Naresh */
width:100%
}

.header_big_bg {
	background-color: #262a2c;
	color: #ffffff;
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 2%;
}
.headerwidth180 
{
width: 21%;
height:70px;
float:left;/* Added by Naresh */
}

.header_yellow_bottom1 
{
background-image: url(../images/header_yellow_bottom1.gif);
background-repeat: no-repeat;
}

.header_yellow_bottom2 
{
background-image: url(../images/header_yellow_bottom2.gif);
background-repeat: repeat-x;
height: 6px;
width:100%;
}

.header_orange_bar1 
{
background-color : #FF5F6E;
background-image: url(../images/header_orange_bar1.gif);
background-repeat: no-repeat;
height: 5px;
width:100%;
}
.header_orange_bg 
{
background-color : #FF5F6E;/* added by Naresh*/
float:left;
}

.header_yellow_bg2notext 
{
background-image: url(../images/header_yellow_middle.gif);
color: #000000;
text-decoration: none;
vertical-align:top;/* added by Naresh*/
float:left;
}

.header_yellow_curve_top 
{
background-image: url(../images/header_yellow.gif);
background-repeat: no-repeat;
width: 6px;
float:left; /* added by Naresh */
}
#div1
{
overflow:auto;
position:absolute;

font-size : 0.7em;
color: #505050;
text-decoration: none;
padding-left: 6px;
font-style: italic;
}
.outerTable
{
	border-top: 4px solid #979797;
	border-bottom: 4px solid #979797;
}
.innerTable
{
	border: 1px solid #FFFFFF;
}
.redSignoff
{
font-size:24px;

font-weight:normal;
color:#D20009;
}
.blueSignoff {
    color: #000000;
    
    font-size: 24px;
    font-weight:normal;
    line-height:30px;
}
.infoLinks {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #0033cc;
	text-decoration: underline;
}

.infoLinks:hover {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #ff0000;
	text-decoration: underline;
}

.lable {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	padding-left: 3px;
	color: #4f4f4f;
}

.ImpInfoPanel { 
/* border:thin dotted #ACACAD;*/
	margin-top: 5px;
	margin-left: 5px;
	width: 99%;
	text-align: left;
	
	font-size: 0.7em;
	margin-bottom: 20px;
}

.ImpInfoPanel_1 { 
/* border:thin dotted #ACACAD;*/
	margin-top: 5px;
	margin-left: 5px;
	width: 596px;
	text-align: left;
	
	font-size: 0.7em;
	margin-bottom: 20px;
}

ImpInfoPanelprint { 
/* border:thin dotted #ACACAD;*/
	margin-top: 5px;
	margin-left: 5px;
	width: 985px;
	text-align: left;
	
	font-size: 0.7em;
	margin-bottom: 20px;
}

.ImpInfoPanelHeading {
	
	font-size: 0.7em;
	color: #002758;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	padding-left: 5px;
	padding-top: 10px;
	font-weight:normal;
}

.ImpInfoPanelText {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px solid red;
	margin-top: -2px;
	font-size: 0.6em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
	
	float: left;
	line-height: 1.2em;
	width: 48%;
}

.ImpInfoPanelText_1 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px solid red;
	margin-top: -2px;
	font-size: 0.65em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 725px;
	text-align: left;
	
}

.greenDottedH {
	background-image: url(../images/GreyDot.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

.greenDottedV {
	background-image: url(../images/infy_greenDottedV.jpg);
	background-repeat: repeat-y;
	width: 1px;
	padding-right: 5px;
}

.dataWithoutBorder {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}

.topBar { 
/** background-image: url(../images/drop_menu_bg.gif); */
	background-repeat: repeat-x;
	/** height: 27px; */
	line-height: 26px;
	width: 100%;
}

.mainTableBorder {
	border: 1px solid #8A8D92;
}

.txtBoldBlack {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}

.clsNode {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	color: black;
	padding: 0 0 0 4px;
	cursor: pointer;
}

.clsNode:hover {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	color: red;
	padding: 0 0 0 4px;
	cursor: pointer;
}

.clsNode:active {
	
	font-size: 0.7em;
	color: #683f0a;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
}

.nodeSelected {
	
	font-size: 0.7em;
	color: #683f0a;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
}

.nodeSelected:hover {
	
	font-size: 0.7em;
	color: red;
	text-decoration: none;
	padding: 0 0 0 4px;
}

.mainTableAlign {
	background-color: #EDEDED;
	left: -1px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	top: 0;
	visibility: visible;
	width: 100%;
}

.dataRightBorder {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-right: 1px solid #ACACAD;
	vertical-align: top;
}

.dataRightwithoutBorder {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}

#Layer1 {
	position: absolute;
	margin-left: -10px;
	left: 13px;
	top: 190px;
	width: 190px;
	height: 350px;
	z-index: 1;
}

#Layer2 {
	position: absolute;
	margin-left: -10px;
	left: 1px;
	top: 85px;
	width: 190px;
	z-index: 1;
}

.leftNaviLinks {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}

.loginBg {
	background-color: #EDEDED;
	/* change added by Annu Malik Login footer scetion*/
	line-height: 32px;
}

.border {
	border: 1px solid #979797;
	clear: both;
	background-color: #979797;
}

.txtNormal {
	
	font-size: 0.7em;
	color: #353537;
}

.txtNormal a:hover {
	
	font-size: 0.7em;
	color: red;
}

.footer_lg {
	
	font-size: 0.9em;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

.infoLinks_lg {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #0033CC;
	text-decoration: none;
}

.infoLinks_lg:hover {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #0033CC;
	text-decoration: underline;
}

.redSeperator {
	
	font-size: 0.7em;
	font-style: normal;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	/* modified by Annu Malik components 
padding-left:4px;*/
	padding-left: 6px;
	padding-right: 10px;
}

.txtData {
	
	font-size: 0.7em;
	color: #000000;
}

.txtHeader {
	
	font-weight:normal;
	font-size: 0.85em;
	color: #000000;
}

.close {
	background: url("../images/closeIco.png") no-repeat; 
	width: 15px; 
	height: 16px; 
	position: absolute; 
	margin-top:-9px;
	margin-left:-13px;
	display:none;
}


/*a.close:visited 
{

font-size : 0.9em;
font-weight:normal;
color: #D20009;
text-decoration: none;
}*/

.close:hover {
	
	font-size: 0.9em;
	font-weight: normal;
	color: #D20009;
	text-decoration: none;
}

.txtNormalitalic {
	
	font-size: 11px;
	color: #353537;
	font-style: italic;
}

.outerborder {
	border-top: 1px solid #979797;
}

.style1 {
	
	font-size: .7em;
}

.width100percent_center {
	width: 100%;
	text-align: center;
}

.width80percent_right {
	width: 80%;
	vertical-align: middle;
}

.login_image_bg_right {
	width: 50%;
	vertical-align: bottom;
	text-align: right;
}

.height28_lg {
	height: 28px; /*px to em conversion required */
}

/*TODO:height7_lg and height7 classes are same.Remove one class.*/
.height7_lg {
	height: 7px; /*px to em conversion required */
}

.height30_lg {
	height: 30px; /*px to em conversion required */
}

.height25_lg {
	height: 25px; /*px to em conversion required */
}

.width780 {
	width: 780px;
	text-align: center;
}

.width100 {
	width: 115px;
}

/*TODO:Remove height10_lg or height10*/
.height10_lg {
	height: 10px; /*px to em conversion required */
}

/***** addition css for direct banking login *****/
.height50 {
	height: 50px;
}

.width367 {
	width: 367px;
}

.text_1 {
	
	font-size: .7em;
	line-height: 15px;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 2px;
	height: 22px;
	width: 520px;
	text-align: left;
	vertical-align: top;
}

.pageheadingcaps_ib {
	
	font-size: .75em;
	font-weight:normal;
	text-decoration: none;
	/* change added by Annu Malik 
vertical-align: top;*/
}

.textboxstyle {
	background-color: #EFEFEF;
	border: 0px;
	
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	height: 18px;
	width: 140px;
}

.textboxstyle_privew {
	background-color: #EFEFEF;
	border: 0px;
	
	font-size: 0.7em;
	color: #333333;
	text-decoration: none;
	height: 300px;
	width: 100%;
	text-align: left;
	overflow: auto;
}

.tab {
	text-align: center;
	vertical-align: middle;
	background-color: #ff6666;
	
	font-weight:normal;
	padding: 0px;
	width: 100%;
}

.tab_active {
	text-align: center;
	vertical-align: middle;
	background-color: #fdcab9;
	
	font-weight:normal;
	padding: 0px;
	width: 100%;
}

.txtNormal_bold {
	
	font-size: 0.8em;
	font-weight:normal;
	color: #000000;
}

.lable_login {
	
	font-size: 70%;
	font-weight:normal;
	text-align: left;
	padding-right: 3px;
}

.logout_image_bg_right {
	vertical-align: bottom;
	text-align: right;
}

.gradientbgoneline_pp {
	background-color: #D1D1D1;
	height: 23px;
	background-repeat: repeat-x;
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

.gradientbgoneline_table {
	background-color: #D1D1D1;
	height: 23px;
	background-repeat: repeat-x;
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
}

.error_highlight {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.8em;*/
font-size: 13px;/*Reverting the changes*/
	color: #ff0000;
	text-decoration: none;
	font-weight:normal;
	/**margin-right:6px;*/
}

.error_highlight_right {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 11px;/*Reverting the changes*/
	color: #ff0000;
	text-decoration: none;
	font-weight:normal;
	float: left;
	padding-top: 9px;
	padding-right:2px;
}

.listgreyrowtxtleftline_wrap {
	
	font-size: 1em;
	text-decoration: none;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

.querytextleft_nowrap {
	
	font-size: 0.7em;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 2px;
	vertical-align: top;
	/*change added by Annu Malik */
	width: 90%;
	float: left;
	clear: right;
}

.infoLinks_lg_bolder {
	
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
	color: #CC0033;
	text-decoration: none;
	padding: 2px;
}

.infoLinks_lg_bolder:hover {
	
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
	color: #CC0033;
	text-decoration: underline;
	padding: 2px;
}

.width30 {
	width: 25%;
}

.width800px {
	width: 800px;
}

.querytextright_txtwrap {
	background-color: #EFEFEF;
	vertical-align: top;
	width: 100%;
	overflow: auto;
}

/*New classes created*/
.height22 {
	height: 22px;
}

.width35percent {
	width: 35%;
}

/** added by Naresh for div */
a.redlink:link {
	
	font-size: 0.9em;
	color: #ff0000;
	text-decoration: none;
}

a.redlink:visited {
	
	font-size: 0.9em;
	color: #ff0000;
	text-decoration: none;
}

a.redlink:hover {
	
	font-size: 0.9em;
	color: #ff0000;
	text-decoration: underline;
}

.txtfield_fl {
	
	font-size: 0.7em;
	text-decoration: none;
	height: 23px; /* px to em conversion is required. changed width from 18px by Aashish for RWD */
	margin: 1px 2px 1px 0px;
	vertical-align: middle;
}

/*style class is introduced as it was used in many pdl's.If overriden then impact may be there */
.style { 
/*don't add any attributes*/
	
}

.absmiddle_rightspace {
	vertical-align: middle;
	margin-right: 10px;
}

/*Used in RM_Dashboard */
.querytextleft1 {
	
	font-size: 0.7em;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 2px;
	/*width: 40%;*/
	vertical-align: top;
	/* change added by Annu Malik */
	float: left;
	clear: right;
}

.height0 {
	height: 0px;
	background-color: #EFEFEF;
}

.greybgtxtarea {
	background-color: #EFEFEF;
	overflow: auto;
	width: 100%;
	border: 0px;
}

.width100CfmBrdwithoutmargin {
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	width: 100%;
}

.width100CfmBrdwithtopmargin {
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin-top: 20px;
	width: 100%;
}

.remarkstextarea {
	
	font-size: 0.7em;
	color: #333333;
	text-decoration: none;
	width: 150px; /* px to em conversion required */
	height: 50px; /* px to em conversion required */
	overflow: auto;
	margin: 0px;
	vertical-align: middle;
}
/*jayant style starts for ebux3*/
.widgetFooterleft_new {
float: left;
padding-left: 10px;
padding-right: 6px;
margin-top: 2px;
}
.widgetFooterRight_new{
	/*jayant commented for ebux3
	float:right;
	margin-top: 13px; 
	padding:0px 6px;*/
	float: right;
	margin-top: 0;
	padding: 7px 8px 10px;
}
.transactiontxt_new {
float: left;
margin-right: 9px;
font-size: 0.69em;
color: #404040;
margin-top: 13px;
margin-left: 1px;
}
.widgetpaginationtxt1_new {
color: #7d7d7d;

font-size: 0.69em;
text-align: center;
padding-left: 7px;
padding-right: 8px;
padding-bottom: 0px;
padding-top: 0px;
vertical-align: middle;
float: left;
margin-top: 7px;
}
.widpaginationtxtbx_new {

font-size: 0.69em;
color: #333333;
text-decoration: none;
width: 28px;
margin: 4px 0px 0px 0px;
float: left;
height: 22px;
text-align: center;
border-right: none;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding-top: 2px;
}
.widformbtn_pagi_go_new {
background: url("../images/Pagination_go-arrow.png") no-repeat scroll 50% 50% transparent;
border: 1px solid #CCC;
color: transparent;

font-size: 0.7em;
font-weight:normal;
height: 26px;
margin: 4px 3px 0px 0px;
padding: 1px;
padding-bottom: 1px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 40px;
float: left;
cursor: pointer;
}
.widcolumnSeparator_new {
margin-right: 4px;
float: left;
height: 20px;
margin-top: 4px;
}
.widgetpaginationprevious_new {
background: url(../images/Pagination-Left-Arrow_Active.png)
	transparent no-repeat 0% 0px;
float: left;
/* margin-top: 8px; */
width: 30px;
height: 30px;
margin-top: 2px;
border:none;
color:transparent;
cursor:pointer;
}
.widgetpaginationnextDisabled_new {
background: url(../images/Pagination-Right-Arrow_Disabled.png)
	transparent no-repeat 0% 0px;
float: left;
/* margin-top: 8px; */
width: 30px;
height: 30px;
margin-top: 2px;
}
.widgetpaginationpreviousDisabled_new {
background: url(../images/Pagination-Left-Arrow_Disabled.png)
 transparent no-repeat 0% 0px;
float: left;
margin-top: 8px;
width: 30px;
height: 30px;
margin-top: 2px;
text-decoration: none;
}
.widpaginationdivider_new {
float: left;
margin: 4px 5px 0px 7px;
height: 24px;
border-left: 1px solid #CCCCCC;
vertical-align: middle;
}
.widgetpaginationnext_new {
background: url(../images/Pagination-Right-Arrow_Active.png)
 transparent no-repeat 0% 0px;
float: left;
margin-top: 8px;
width: 30px;
height: 30px;
margin-top: 2px;
text-decoration: none;
border:none;
color:transparent;
cursor:pointer;
}

.widgetpaginationprevious_new:hover {
color: #FFFFFF;
text-decoration: none;
border:none;
color:transparent;
cursor:pointer;
}

.widgetpaginationnext_new:hover {
color: #FFFFFF;
text-decoration: none;
border:none;
color:transparent;
cursor:pointer;
}
.widgetpaginationnextDisabled_new:hover {
color: #FFFFFF;
text-decoration: none;
}
.widgetpaginationpreviousDisabled_new:hover {
color: #FFFFFF;
text-decoration: none;
}
/*jayant style ends for ebux3*/

.tabtopleft {
	background-image: url(../images/tab_top_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	vertical-align: top;
	text-align: left;
}

.tabtopright {
	background-image: url(../images/tab_top_right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	vertical-align: top;
	text-align: right;
}

.tabactivetopleft {
	background-image: url(../images/tab_top_left_active.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	vertical-align: top;
	text-align: left;
}

.tabactivetopright {
	background-image: url(../images/tab_top_right_active.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	vertical-align: bottom;
	text-align: right;
}

.tab_bg {
	background-color: #ff6666;
}

.tab_active_bg {
	background-color: #fdcab9;
}

.width3 {
	width: 3px;
}

.gradientbgonelinewithborder {
	background-image: url(../images/bg_gradient.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	margin: 0px; /*Used for headinglevel tags */
	border-top: 1px solid #9c9e9c;
	border-bottom: 1px solid #9c9e9c;
	/* change added by Annu Malik 
width:100%;
float:left;clear:right;*/
}

.width100percent_left {
	width: 100%;
	float: left;
}

.sideline {
	background-image: url(../images/black-dot.gif);
	background-repeat: repeat-y;
	padding-right: 1px;
	float: left; /* added by Naresh*/
}

.querytextleft_minwidth {
	
	font-size: 0.7em;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 2px;
	width: 20%;
	vertical-align: top;
}

.OutputField {
	
	font-size : 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
}

input[type="button"][disabled] {
	color: #848284;
}

input[type="reset"][disabled] {
	color: #848284;
}

input[type="submit"][disabled] {
	/*background: url(../images/backgrounds/buttonStyle03.gif)
             transparent no-repeat scroll 100% 0px;*/
	background-color: #B4B4B4; /*Surej RWD added for login button*/
	background-image: none;/*Surej RWD added for login button*/
	/* color:#FFFFFF;  commented as suggested by CDG*/
	 color:#848284;
	border-right:none; /*Surej RWD for removing right border color for disabled button*/         
}
	  
/**Combobox **/ /*Used in simpleSearchPanel*/
.dropdown_query {
	padding-top: 8px;
	border: 0px;
	background: url(../images/backgrounds/input-text.gif)
		transparent no-repeat -436px 0px;
	
	font-size: 0.7em;
	font-weight:normal;
	text-decoration: none;
	width: 98%;
	margin: 0px 2px 0px 0px;
}

.dropdown_query1 {
	background-color: #FFFFFF;
	padding-top: 8px;
	border: 0px;
	background: url(../images/input-text.gif) #edf6fb no-repeat -436px 0px;
	
	font-size: 0.7em;
	font-weight:normal;
	text-decoration: none;
	width: 98%;
	margin: 0px 2px 0px 0px;
}

/*Used in Favorite Activities(Commonjsp)*/
.dropdownexpandalbe_LHN {
	background-color: transparent;
	border: 0px;
	
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	padding-top: 2px;
	width: 97%;
	margin: 7px 0px 0px 0px;
	vertical-align: middle;
}

.dropdownmulti {
      
      font-size:11px;/*Reverting the changes*/
      font-weight:normal;
      margin-top:0;
      padding-top:8px;
      text-decoration:none;
      vertical-align:middle;
      width:58%;
}



.dropdownexpandalbe {
	/*Changed by Hari_Varadharajan*/
	/*background-color: transparent;*/
	border: 0px;
	/*Changed by Hari_Varadharajan*/
	margin-top: 3px;
	padding-top: 8px;
	color: #262a2c;
	width: 97%;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}
/** By priyanka For radio-combo  */
.dropdownexpandalbe_radbtn {
	background-color: transparent;
	border: 0px;
	margin: 7px 0px 0px 0px;
	color: #262a2c;
	width: 98%;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}
/** For Download */
.dropdownexpandalbe_download {
	background-color: transparent;
	border: 0px;
	margin: 7px 0px 0px 0px;
	color: #262a2c;
	width: 98%;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}


/*Login Pages */
.dropdown {
	
	font-weight:normal;
	font-size: 0.7em;
	width: 163px; /* px to em conversion required */
	vertical-align: middle;
	margin: 2px 2px 5px 0px;
}

.dropdown_lg {
	
	font-weight:normal;
	font-size: 0.7em;
	width: 163px; /* px to em conversion required */
	vertical-align: middle;
	margin: 4px 2px 5px 0px;
}

/**Textbox* */ /*Used in simpleSearchPanel*/
.greybgtxtbox { 
	/* Modified by Harsha.243682 */
/* changes by shreya #edf6fb */
	/* padding-top: 7px; */
	/* border-color: #88A0C8 #88A0C8 #88A0C8; */
	/* border-style: solid; */
	/* border-top-width: 0px; */
	/* border-right-width: 0px; */
	/* border-bottom-width: 0px; */
	/* border-left-width: 0px; */
	
	/* background: url(../images/backgrounds/input-text.gif) #ffffff
		no-repeat 100% 0px; */
	font-size: 0.8em;
	line-height: 0.8em;
	text-decoration: none;
	width: 284px; /* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 30px;
	border-left: 1px solid #d9d9d9;     
	border-right: 1px solid #d9d9d9;      
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #cccccc;

	height: 27px;
    box-shadow: 1px 3px 1px #d9d9d9;
    font-size: 13px !important;
    padding-left: 7px;
	}
	/* Modified by Harsha.243682 */

.textboxleftmargin {
	
	font-size: 0.7em;
	line-height: 0.7em;
	text-decoration: none;
	width: 110px;
	margin: 0px 2px 0px 10px;
	vertical-align: middle;
}


.querytextboxmedium {
	/* Modified by Harsha.243682 */
	background-color: #edf6fb;
	padding-top: 7px;
	/* border-color: #88A0C8 #88A0C8 #88A0C8; */
	/* border-style: solid; */
	/* border-top-width: 0px; */
	/* border-right-width: 0px; */
	/* border-bottom-width: 0px; */
	/* border-left-width: 0px; */
	/* background: url(../images/backgrounds/input-text.gif) #ffffff
		no-repeat 100% 0px; *//*Changed by Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 13px;/*Reverting the changes*/
	text-decoration: none;
	width: 253px;/* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 100%;
	width: 100%;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #cccccc;
	background-color: #ffffff;
	color: #333333;
	/* Modified by Harsha.243682 */
	margin-left: -2px;
	width: 267px;
	height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	outline: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: arial !important;
	border-bottom: 3px solid #cccccc;
}

.querytextboxmedium_mail {
	
	font-size: 0.7em;
	text-decoration: none;
	width: 110px; /* px to em conversion is required */
	margin: 0px 2px 0px 0px;
	vertical-align: middle;
}

.smallquerytextboxmedium {
	
	font-size: 0.7em;
	line-height: 0.7em;
	color: #333333;
	text-decoration: none;
	width: 50px; /* px to em conversion is required */
	margin: 0px 2px 0px 0px;
	vertical-align: middle;
}
.smallquerytextboxmedium_tfin 
{

font-size: 0.7em;
color: #333333;
text-decoration: none;
width: 25px;/* px to em conversion is required */
margin:0px 2px 0px 0px;
vertical-align:middle;
}

.remarkstextboxbig {
	background-color: #edf6fb;
	padding-top: 7px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) #ffffff
		no-repeat 100% 0px;
	font-size: 0.8em;
	line-height: 0.8em;
	text-decoration: none;
	width: 253px; /* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 23px;
}

.numberstextbox {
	
	font-size: 0.7em;
	color: #333333;
	text-decoration: none;
	width: 45px; /* px to em conversion is required */
	margin: 0px 2px 0px 0px;
	vertical-align: middle;
}


.datetextbox {
	
	/* Modified by Harsha.243682 */
font-size: 13px;/*changed to sync up with the other fields*/
	color: #333333;
	text-decoration: none;
	/*modified by Payal,vikram*/
width: 88%;/* px to em conversion is required *//*mod by vikram*/
	/* margin: 16px 0px 9px 3px; */
/* margin-top: 5px; */
	vertical-align: middle;
	border: 0px;
	background-color: transparent;
height: 100%;
	/* Modified by Harsha.243682 */
	    width: 258px;
    height: 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: arial !important;
    padding: 4px 8px;
    margin-top: -6px;
    padding-bottom: 9px;
}

.txtfield {
	border: 1px solid #5985AA;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 2px;
	
	font-size: 0.7em;
	line-height: 0.7em;
	height: 19px;
	width: 163px; /* px to em conversion required */
	vertical-align: middle;
}

.composetxtboxsubject {
	background-color: #edf6fb;
	padding-top: 7px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) #ffffff no-repeat 100% 0px;
	font-size: 0.8em;
	line-height: 0.8em;
	text-decoration: none;
	width: 265px; /* px to em conversion is required */
	padding-bottom:2px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 23px;
}

.paginationtxtbx {
	
	font-size: 0.6em;
	color: #333333;
	text-decoration: none;
	width: 20px; /*px to em conversion required */
	vertical-align: middle;
	margin: 4px;
}

/*Used in RMAuthentication Screen */
.txtField_login {
	border: 1px solid #5985AA;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 2px;
	
	font-size: 0.7em;
	line-height: 0.7em;
	height: 19px; /* px to em conversion required */
	width: 130px; /* px to em conversion required */
	vertical-align: middle;
}

/** Button **/

.formbtn_top {
	
	/* changed to 0.78 em for making font size of state lookup text equal to country look up text*/	
	/*font-size: 12px;*/
font-size: 13px;/*changed to sync up with other buttons */
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px; */
	/*background: url(../images/backgrounds/buttonStyle02_new.png) transparent  
		no-repeat 100% 0px; /*jayant changed #026eab from  to transparent */
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	/* Modified by Harsha.243682 */
height: 30px;
	cursor: pointer;
	line-height:20px;
background-color: #0098db;
border-radius: 3px;
color: #ffffff;
padding: 0px 10px;
	/* Modified by Harsha.243682 */
}



.formbtn_drpdwn { 
/** Changed by PoonamM */
	
	/*Changed by Neha Gosain*/
	/*font-size: 12px;*/
	font-size: 13px;/*Reverting the changes*/
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px; */
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px; */
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/buttonStyle02_new.png) #026eab
		no-repeat 100% 0px; */
	border: 0px solid #333333;
	width: auto; /*	width: 95%; */
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 30px;
	cursor: pointer;
	line-height:20px;
background-color: #0098db;      border-radius: 3px;color: #ffffff;padding: 0px 10px;}
	/* Modified by Harsha.243682 */

/*Added by Nikita Manohar*/
.formbtn_select {
	
	font-size: 12px;
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #026eab
		no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: pointer;
	line-height:20px;
}


.formbtn_text {
	
	font-size: 0.7em;
	text-decoration: none;
	border: 1px none #ffffff;
	width: auto;
	overflow: visible;
	background-color: #ffffff;
	color: #2700cd;
	padding: 1px 5px 1px 5px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
}
/* changes done by priyanka*/
.formbtn_text1 {
	
	font-size: 0.75em;
	text-decoration: none;
	border: 0px;
	width: auto;
	overflow: visible;
	background-color: transparent;
	color: #2700cd;
	/*margin: 0px 0px 0px 2px;*/
	/**padding: 8px 1px; */
	cursor: pointer;
	/*vertical-align:middle;*/
}
.formbtn_text2_fontOverride{
      font-size: 0.69em !important;
      }

.formbtn_text2 {
	
	font-size: 0.8em;
	text-decoration: none;
	border: 1px none #ffffff;
	width: auto;
	overflow: visible;
	background-color: #ffffff;
	color: #2700cd;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.formbtn_text4 {
	
	font-size: 0.7em;
	text-decoration: none;
	padding: 0px !important;
	margin-left: -1px !important;
	/* Takes precedence in  all browsers except IE */
	margin-left: 1px;
	/*  For IE  and always should be after width: auto !important*/
	margin-right: 0px;
	width: auto;
	border: 0px;
	overflow: visible;
	background-color: transparent;
	color: #2700cd;
	cursor: pointer;
	vertical-align: middle;
}

.confirmTableStyle{
      width: 99.7% !important;
}

.formbtn3 {
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.75em;*/
	font-size: 0.69em;
	font-weight: normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px;*/
	padding-right: 10px;
	padding-left: 10px;
	/* margin: 0px 0px 0px 10px;*/
	background: url(../images/backgrounds/buttonStyle02_new.gif) #a9d18e
		no-repeat 100% 0px;/*next-gen*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;/*next-gen*/
	cursor: pointer;
	line-height:21px;
}

.formbtn3:hover {
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.75em;*/
	font-size: 0.69em;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	padding-left: 10px;
	padding-right: 10px;
	/* margin: 0px 0px 0px 10px;*/
	background: url(../images/backgrounds/buttonStyle02_mouseover.gif)
		#a9d18e no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height: 21px;
}

.formbtn {
	
	/*Changed by Neha Gosain*/
	/*font-size: 12px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px;*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px;*/
	/* Modified by Harsha.243682 */
/* background: url(../images/backgrounds/buttonStyle02_new.png) transparent
		no-repeat 100% 0px; *//*jayant changed from #026eab to transparent*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
height: 30px;
	cursor: pointer;
	line-height:21px;
font-size: 15px;
padding: 0px 10px;
background-color: #0098db;
border-radius: 3px;
color: #ffffff;
font-family:arial;
	/* Modified by Harsha.243682 */
}



.formbtn_img {
	border: 0px;
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0%; */
	/* float: left; */
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 15px;/*changed to sync up with the other buttons*/
	height: 30px;
	text-align: center;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/* vertical-align: bottom; */
	/* width: 90px; */
	width: auto;
	overflow: visible;
	cursor: pointer;
	/* line-height:20px; */
	background-color: #0098db;
	border-radius: 3px;
	color: #ffffff;
	padding: 0px 10px;
}
/* Added By priyanka for combo-text-lookup */


.formbtn_lkp {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 0.78em;
	height: 21px;
	text-align: center;
	padding-left: 5px;
	/* padding-right: 5px; */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	/* width: 90px; */
	width: auto;
	overflow: visible;
	cursor: pointer;
	line-height:20px;
}



.formbtn_imgLookup{
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 0.78em;
	text-align: center;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
	overflow: visible;
	line-height:20px;
}
/* Added By priyanka for reset */

.formbtn_reset {
	
	font-size: 12px;
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/*padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;*/
	background: url(../images/backgrounds/buttonStyle02_new.png) #026eab
					no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: pointer;
	line-height:20px;
}

.headergobtn {
	background: url("../images/Go_arrow_timezone.tif") no-repeat scroll 0 0 transparent;
	
	font-size: 0.7em;
	text-decoration: none;
	color: #4f4f4f;
	float: left;
	overflow: visible;
	padding-left: 3px;
	padding-right: 4px;
	margin: 0 0px 0px 2px;
	border: 1px solid #a7a7a7;
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
	width: 1.7em;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
	float:left;
}

.formbtn_pagi {
	
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	height: 1.7em;
	width: 1.8em;
	text-align: center;
	/** Commented by Priyanka for pagination*/
	/**background: url(../images/backgrounds/prev-disabled.gif) no-repeat 12px 50%; */
	border: 0px solid #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
	/** Added by Harpreet */
	cursor:pointer; 
}

.formbtn_pagi_go {
	background: url("../images/small-button.png") no-repeat scroll 50% 50% transparent;
    border: 0 solid #333333;
    color: #FFFFFF;
    
    font-size: 0.7em;
    font-weight:normal;
    height: 26px;
    margin: 0 3px 1px 0;
    padding: 1px;
    padding-bottom: 1px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 28px;
}

.formbtn_italic {
	
	font-size: 0.7em;
	font-style: italic;
	border: 0px;
	width: auto;
	overflow: visible;
	background-color: transparent;
	color: #2700CD;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
	border-bottom: 1px solid blue;
	float:left;
}


.mainButton {
	/*
	color: #000000;
	background: url(../images/backgrounds/key.png) no-repeat 0px 0px;
	background-color: #fdeaeb;*/
	border: 1px solid #000000;
	/*text-decoration: none;
	text-align: center;
	vertical-align: middle;*/
	padding: 0px 5px 0px 0px;
	/*margin: 0px;
	font-weight: normal;
	font-size: 0.7em;*/
	height: 35px; /*px to em conversion required */
	width: 32px; /*px to em conversion required */
	overflow: visible;
}

.mainButton:hover {
background: url("../images/vkbBtn.png") no-repeat; 
background-position:0px -32px; 
color:#fff;
cursor:pointer;
}

input.mainButton {
background: url("../images/vkbBtn.png") no-repeat; 
background-position:0px 0px; 
color:#666666;
}

.mainButtonblue {
	
	color: #000000;
	background-color: #d9e5fa;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight:normal;
	font-size: 0.7em;
	height: 26px; /*px to em conversion required */
	width: 30px;
	overflow: visible;
}

.mainButtongreen {
	
	color: #000000;
	background-color: #ebfded;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight:normal;
	font-size: 0.7em;
	height: 32px; /*px to em conversion required */
	width: 32px; /*px to em conversion required */
	overflow: visible;
}

.keybtn {
	
	color: #000000;
	background: url(../images/backgrounds/key-mid-1.png) no-repeat;
	border: 0px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight:normal;
	font-size: 0.7em;
	height: 32px; /*px to em conversion required */
	width: 50px; /*px to em conversion required */
	overflow: visible;
}

.keybtn_OK {	
	background: url(../images/backgrounds/vKeyOK.png) no-repeat;
	border: 0px solid #000000;
	height: 29px; /*px to em conversion required */
	width: 50px; /*px to em conversion required */
	overflow: visible;
}

.keybtn_Caps {
	padding: 9px 10px; 
	cursor: pointer; 
	float: left; 
	border: 0; 
	background: url("../images/caps.png") no-repeat; 
	background-position:0px 0px; 
	color:#666666; 
	margin:1px; 
	width:146px; 
	height:32px; 
	text-align:center;
}

.keybtn_Backspace {	
	background: url("../images/ico_vkbDelete.png") no-repeat;
	background-position:0px 0px;
	width: 51px;
	height: 40px;
	position: absolute;
	right:19px;
	top:195px;
	margin-left:-8px;
	cursor:pointer;
}

.keybtn_Clear {
	background: url(../images/backgrounds/vKeyClear.png) no-repeat;
	border: 0px solid #000000;	
	height: 22px; /*px to em conversion required */
	width: 26px; /*px to em conversion required */
	overflow: visible;	
	display:none;
}

.formButton {
	
	font-size: 0.7em;
	background-color: #D20009;
	color: #ffffff;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-weight:normal;
	border-top: 1px solid #B2AFAF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #b2afaf;
	width: auto;
	overflow: visible;
}

.formbtn_rightmargin {
	
	font-size: 0.7em;
	text-decoration: none;
	background-image: url(../images/bg_gradient.gif);
	border: 1px solid #333333;
	width: auto !important;
	/* Takes precedence in  all browsers except IE */
	width: 0;
	/*  For IE  and always should be after width: auto !important*/
	overflow: visible;
	margin: 0px 11px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.logoutButton {
	
	font-size: 0.7em;
	background-color: #E4E4E4;
	width: auto;
	height: 23px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	font-weight:normal;
	border-top: 1px solid #EBECF0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EBECF0;
	cursor: pointer;
	overflow: visible;
}

/*Changed by Nikita Manohar*/
a.submit:hover {
	/*
	color: #000000;
	*/
	color: #FFFFFF;
	
	font-size: 0.7em;
	text-decoration: none;
}

a.submit:visited {
	color: #000000;
	text-decoration: none;
}

/*done my priyanka for back button*/
.submit {
	
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	
	/*Commented by Nikita for Back button*/
	/*
	padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;
	*/
	background: url(../images/backgrounds/buttonStyle02_new.png) #026eab
		no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: pointer;
}
/*Changed by Nikita for back button*/
a.submit {
	
	text-decoration: none;
	/*Commented by Nikita for BACK button hyperlink*/
	/*
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
	*/
	height: 17px; /*px to em conversion required */
	cursor: default;	
	width: auto;
	overflow: visible;
	vertical-align: middle;
	/*Commented by Nikita for BACK button hyperlink*/
	/*
	margin-left: 20px;
	*/
	/* addd by priyanka for BACK button*/
	/*background-image: url(../images/bg_gradient.gif);
	border: 1px solid #333333;
	color: #000000;*/
	font-size: 12px;
}

a.submit_top:hover {
	color: #000000;
	text-decoration: none;
}

a.submit_top:visited {
	color: #000000;
	text-decoration: none;
}

.submit_top {
	
	font-size: 0.7em;
	text-decoration: none;
	background-image: url(../images/bg_gradient.gif);
	border: 1px solid #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 17px; /*px to em conversion required */
	cursor: default;
	color: #000000;
	width: auto;
	overflow: visible;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 200%;
}

/** caption **/
.paginationtxt1 {
	
	font-size: 0.7em;
	text-align: center;
	padding-left: 7px;
	padding-right: 8px;
	/** Commented by Priyanka for pagination*/
	/*background:url(../images/backgrounds/small-button.gif) no-repeat 0% 1px;*/
	height: 42px;
	line-height: 31px;
	padding-bottom: 3px;
	padding-top: 5px;
	width: 18px;
	vertical-align: middle;
}

.paginationtxt2 {
	
	font-size: 0.7em;
	text-align: center;
	padding-left: 3px;
	padding-right: 8px;
	background: url(../images/backgrounds/small-button.gif)
		no-repeat 0% 1px;
	height: 42px;
	line-height: 31px;
	padding-bottom: 7px;
	padding-top: 8px;
	width: 18px;
	vertical-align: middle;
}

.blacklink { 
/** Changed By PoonamM */ 
	/** font-size: 0.8em; */
	color: #000000;
	text-decoration: none;
}

/*a.blacklink:visited 
{

font-size: 1em;
color: #000000;
text-decoration: none;
}*/

/* Added by shreya for small-widgets */
.bluelink2 {
	
	font-size: 0.75em;
	text-decoration: none;
	color: #0278ba;
}
a.bluelink2:link {
	
    font-size: 0.75em;
    text-decoration: none;
    float: left;
    padding-right: 5px;
    color: #0278ba;
}
a.bluelink2:hover {
	
	font-size: 0.75em;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
}
/* End by shreya for small-widgets */
.blacklink:hover {
	
	/* font-size: 0.8em; */
	color: #000000;
	text-decoration: underline;
}

a.bluelink:link {
	
    /*Changed by Neha Gosain*/
    /*font-size: 0.9em;*/
    font-size: 11px;/*Reverting the changes*/
    text-decoration: none;
    /**float: left; */
    padding-top: 9px;
    padding-right: 5px;
    color: #0278ba;

}

a.bluelink:visited {
	
	/*Changed by Neha Gosain*/
	 /*font-size: 0.9em;*/
        font-size: 11px;/*Reverting the changes*/
	text-decoration: none;
	color: #0278ba;
}

a.bluelink:hover {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.9em;*/
         font-size: 11px;/*Reverting the changes*/
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
}

a.bluelink:active {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.9em;*/
        font-size: 11px;/*Reverting the changes*/
	text-decoration: none;
	color: #0278ba;
}

/** Added for Footer */
a.bluelink_footer:link {
	
    font-size: 0.69em;
    text-decoration: none;
    /**float: left; */
    padding-top: 9px;
    padding-right: 5px;
    color: #0278ba;

}

a.bluelink_footer:visited {
	
	font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
}

a.bluelink_footer:hover {
	
	font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
}

a.bluelink_footer:active {
	
	font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
}


.bluelink1 {
	
	font-size: .7em;
	text-decoration: none;
}

.bluelink:link {
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	text-decoration: none;
	color: #0278ba;
}

.bluelink1:hover {
	
	font-size: .7em;
	text-decoration: underline;
}
.formbtn_last3 {
	
	 font-size: 0.75em;
	font-weight: normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	padding-right: 5px;
	margin-right: 7px;
	background: url(../images/backgrounds/btnGray_new.gif) transparent
		no-repeat 100% 0px;/*next-gen*/
	border: 0px solid #333333;
	width: 60px;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;/*next-gen*/
	cursor: pointer;
	line-height:20px;
	padding-left: 5px; /* fix for ticket id 731282 */
}

.formbtn_last3:hover {
	background: url("../images/backgrounds/btnGray_mouseover.gif") no-repeat
		scroll 100% 0 transparent;
	border: 0 solid #333333;
	color: #404040;
	cursor: pointer;
	float: left;
	
	font-size: 0.75em;
	font-weight: normal;
	height: 21px;
	line-height: 20px;
	overflow: visible;
	padding-right: 5px;
	text-decoration: none;
	vertical-align: middle;
	width: 60px;
	margin-right: 7px;
}



.formbtn_last {
	
font-size: 13px;
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	padding-right: 5px;
	/* Modified by Harsha.243682 */
/* background: url(../images/backgrounds/buttonStyle02_new.png) transparent
		no-repeat 100% 0px; *//*jayant changed from transparent to  #026eab*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
height: 30px;
	cursor: pointer;
	line-height:20px;
background-color: #0098db;
border-radius: 3px;
padding: 0px 10px;
color: #ffffff;
	/* Modified by Harsha.243682 */
}

.formbtn_last:hover {
	
	/* Modified by Harsha.243682 */
/* font-size: 12px; */
	font-weight:normal;
/* color: #404040; */
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px; */
/* background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		transparent no-repeat 100% 0px; */
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
height: 30px;
	cursor: pointer;
	line-height: 20px;
padding: 0px 10px;
	/* Modified by Harsha.243682 */
}
.modelingrowwidth {
	width: 523px;
}

.queryitalictextbottom {
	
	font-size: 1.02em;
	font-style: italic;
	color: #505050;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 0px;
	padding-top: 4px;
	height: 15px;
}

.left_baseline {
	
	font-size: 1em;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.clearboth {
	clear: both;
}

.offerlistleft {
	text-align: right;
	width: 65%;
	float: left
}

.offerlistright {
	text-align: right;
	width: 70%;
	float: right
}

.offerlistline {
	border-top: 1px solid #979797;
}

.texttopmargin {
	margin-top: 20px;
}

.width60right {
	width: 60%;
	float: right;
	clear: both;
	margin: 10px 0px 10px 0px;
}

.width65right {
	width: 65%;
	float: right;
	clear: both;
	margin: 10px 0px 10px 0px;
}

a.collapsiblelink {
	text-decoration: none;
}

a.collapsiblelink:hover {
	text-decoration: none;
}

.textwidth7 {
	font-size: 0.7em;
	
	width: 7%;
	float: left;
	margin-left: 30px;
}

.current_tab {
	border: 1px solid #bdddef;
	border-top: 1px solid #cfe6f4;
	border-bottom: 1px solid #cfe6f4;
	color: #262a2c;
	
	font-weight:normal;
	background: #fff url(../images/backgrounds/steps-selected.gif) repeat-x 0 100%;
	text-align: center;
	white-space: nowrap; /* added for Cross Browser Compatibility */
	font-size: 10.5px; /* added for Cross Browser Compatibility */
	vertical-align: inherit;
	padding-top: 16px;
	padding-right:13px;
	padding-bottom:10px;
	padding-left:15px;
	display:inline-block;
}
/*Added by shreya for tab inside widget */
.noncurrent_tab_widget { /*Reverting the changes*/
color: #262A2C;

font-weight:normal;
text-align: center;
background: url("../images/widget_tab_notselected.png") no-repeat 0 0;
white-space: nowrap;
font-size: 10.5px;
vertical-align: inherit;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
display: inline-block;
width: 139px;
height: 17px;
margin-left: -4px;
}
.current_tab_widget { /*Reverting the changes*/
color: #262A2C;

font-weight:normal;
background: url("../images/widget_tab_selected.png") no-repeat 0 0;
text-align: center;
white-space: nowrap;
font-size: 10.5px;
vertical-align: inherit;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 0px;
display: inline-block;
width: 128px;
margin-top: 5px;
margin-left: -4px;
}
/*End by shreya for tab inside widget*/

.displayrighttxt_table {
	
	font-size: .9em;
	text-decoration: none;
	padding-right: 6px;
}

.dropDown123 {
	
	font-size: 0.69em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	width: 7.69em;
	vertical-align: middle; /*added for BC*/
}

.formbtn_astab_long_assisted {
	font-weight:normal;
		
	background: url(../images/backgrounds/steps.gif) no-repeat 0 0;
	border: 0px;
	color: #000000;
	font-size: 10.5px;
	height: 48px;
	width: auto;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}

/** Added By Harpreet for Tab Component */
.HW_formbtn_astab_long {
      font-weight:normal;
            
      background: url(../images/backgrounds/steps.gif) no-repeat 100% 0;
      border: 0px;
      color: #000000;
      font-size: 10.5px;
      height: 48px;
      width: auto;
      cursor: pointer;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:12px;
      display:inline-block;
}
.current_tab2
{
	width:50%;
	
        font-size: 0.75em;
        font-weight:normal;       
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;

}
.current_tab3
{
	width:40%;
	
        font-size: 0.75em;
        font-weight:normal;       
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab4
{
	width:24.9%;
        
        font-size: 0.75em;
        font-weight:normal;       
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab5
{
	width:20%;
	
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab6
{
 	width:16.5%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab61
{
 	width:20.10%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;  
}
.current_tab62
{
 	width:10%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px; 
}
.current_tab8
{
	width:11.7%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab81{
 	width:6%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;             
}
.current_tab82{
 	width:12.5%;
        
        font-size: 0.75em;
        font-weight:normal;       
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.current_tab83{
 	width:13%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;              
}
.current_tab84{
 	width:14.2%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;              
}
.current_tab85{
 	width:9%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;             
}
.current_tab86{
 	width:16.3%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;               
}
.current_tab87{
 	width:17%;
        
        font-size: 0.75em;
        font-weight:normal;        
        text-decoration: none;
        height: 1.7em;
        border-bottom:0px;
        border-right:0px;
        border-left:0px;
        border-top:0px;
        overflow:visible;
        background-color: #EFEFEF;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;               
}

.formbtn_astab_long {
	font-weight:normal;
		
	/*background: url(../images/backgrounds/steps.gif) no-repeat 0 0; next-gen*/
	border: 1px solid #cccccc;
	background-color: #f2f2f3;/*next-gen*/
	color: #000000;
	font-size: 10.5px;
	height: 48px;
	width: auto;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}

/** Added By Harpreet for Tab Component */
.HW_formbtn_astab_long {
      font-weight:normal;
       
      /*background: url(../images/backgrounds/steps.gif) no-repeat 100% 0;next-gen*/
      color: #000000;
      font-size: 10.5px;
      height: 48px;
      width: auto;
      cursor: pointer;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:12px;
      display:inline-block;
}

.formbtn_astab_long2{
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        width:50%;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long3{
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        width:33.3%;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long4{
        width:24.9%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long5{
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        width:20%;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long6{
		width:15%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        width:16.5%;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long61{
	 width:20.10%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long62{
	 width:10%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long8{
        width:11.7%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long81{
        width:6%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long82{
        width:12.5%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long83{
        width:13%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
              
}
.formbtn_astab_long84{
        width:14.2%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
              
}
.formbtn_astab_long85{
        width:9%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long86{
        width:16.3%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.formbtn_astab_long87{
        width:17%;
        
        font-size: 0.75em;
        font-weight:normal;
        text-decoration: none;
        cursor: pointer;
        height: 1.7em;
        border-bottom:1px solid #919191;
        border-right:1px solid #919191;
        border-top:1px solid #CCCCCC;
        overflow:visible;
        background-color: #CCCCCC;
        text-align:center;
        vertical-align:middle;
        padding:0px 0px 0px 0px;
}
.pageheadingcaps123 {
	
	font-size: .75em;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 0px 0px 9px;
	vertical-align: top;
	display: inline;
}

.printcontentwhitebgheading {
	height: 1.44em;
	background-repeat: repeat-x;
	
	font-size: .7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
}

.remarkstxtbox2 {
	
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	width: 9.38em;
	height: 3.13em;
}

.txtArea {
	
	font-size: 0.69em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	width: 25em;
	height: 14.06em;
	overflow: auto;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}

a:active {
	color: #EF0000;
}

.smalltext-box {
	
	font-size: .9em;
	line-height: 0.9em;
	color: #333333;
	text-decoration: none;
	height: 1.13em;
	width: 2.81em;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}

.querytextleft_withoutborder {
	clear: left;
	float: left;
	padding: 2px 6px 4px;
	width: 25%;
}

.querytextright_rightborder {
	/**border-right: 1px solid #979797;*/
	float: left;
	clear: right;
	padding: 2px 6px 4px 1px;
	text-decoration: none;
	vertical-align: top;
	width: 20%;
}

.querytextright_withoutborder {
	float: left;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-top: 2px;
	width: 25%;
}
.formrow_withborder{margin:0px;padding:0px 0px;background-color: transparent;clear:both;}

.row_withborder {
	padding: 0px 0px 6px 6px;
	background-color: transparent;
	border-top: 0px solid #000000;
	clear: both;
	width:750px;
}


.verticalspacing{padding-right:0px;}
.listtopbigbgwithborder
{
background-color: #D4D4D4;
border-top:1px solid #9c9e9c;
border-bottom:1px solid #9c9e9c; 
padding : 4px 6px 4px 6px;
	
font-size : 0.7em;
	font-weight:normal;
}

.thirdrowbutton{margin:1px 0 1px 0;float:left;}
.thirdrowgobtn{margin-left:4px; float:left;}
.thirdrowimg{
	/*changes done by shreya for header*/
	margin-top:-2px;
	vertical-align:bottom;}

.coltitleallborder {
	
	font-size: 0.8em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	padding-left: 3px;
	vertical-align: middle;
	width: 35%;
	float: left;
}

.coltitleallborder_rightline {
	float: left;
	
	font-size: 0.8em;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	height: 1.5em;
	vertical-align: middle;
	padding-bottom: 9px !important;
	/* Takes precedence in  all browsers except IE */
	/**border-right: 1px solid #ACACAD; */
	width: 48%;
}

.paddingtop {
	padding-top: 3px;
}

/* Added for virtual keyboard */
.keypaddiv {
	z-index: 10011;
	position: absolute;
	left: 125px;
	top: 75px;
	height: 60px;
	visibility: hidden;
	margin-left: 8%; /*Surej added for RWD for virtual keypad NEW*/
	margin-top: -3%; /*Surej added for RWD for virtual keypad NEW*/
}

.next-genHeader .keypaddiv{
	margin-top: 0px;
}

.otherbtns {
/** Changes done by Sateesh */
	float: left;
    margin-left: 5px;
    width: 18%;
    margin-right: 10px;
}

.backspacebtn {
	float: left;
	margin-left: 10%;
	width: 10%;
}

.okbtn {
	float: left;
	margin-left: 10%;
	width: 15%;
}

.clearbutton {
	float: left;
	margin-left: 10%;
	width: 10%;
}

#iframetop {
	position: absolute;
	z-index: 10000;
	display: none;
}

.width100percentforkeypad {
	width: 391px;
	height:264px;
	position: relative;
	margin: 10% auto;
	padding: 10px 5px;
	background: #002244;
	margin-top:355px;
	margin-left:150px;
	/* display:none; */
}

.CellBackGroundColourForKeypad {
	background-color: #f4f6f0;
}

.height28forkeypad {
	height: 28px;
}

/* classes added as per request by Josephine request id 132*/
input.mainButtonblue {
	
	color: #000000;
	background-color: #d9e5fa;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight:normal;
	font-size: 0.8em;
	height: 26px; /*px to em conversion required */
	width: 30px; /*px to em conversion required */
	overflow: visible;
}

input.mainButtongreen {
	
	color: #000000;
	background-color: #ebfded;
	border: 1px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight:normal;
	font-size: 0.7em;
	height: 26px; /*px to em conversion required */
	width: 30px; /*px to em conversion required */
	overflow: visible;
}

input.keybtn {
	/*
	color: #000000;
	background-color: #bbbbbb;
	border: 0px solid #000000;*/
	/*text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;*/
	/*margin: 2px;*/
	/*font-weight:normal;
	font-size: 0.8em;
	overflow: visible;*/
	/* Takes precedence in  all browsers except IE */
	/*width: 100px;*/
	/*  For IE  and always should be after width: auto !important*/
}

input.keybtnbackspace {
	
	color: #000000;
	background: url(../images/backgrounds/key-mid.png) no-repeat 0px
		0px;
	border: 0px solid #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	font-weight:normal;
	font-size: 0.8em;
	overflow: visible;
	/* Takes precedence in  all browsers except IE */
	width: 40px;
	height: 32px;
	/*  For IE  and always should be after width: auto !important*/
}

.keyBordText1 {
	
	font-size: .7em;
	font-weight:normal;
	padding-left: 10px;
}

.querytextleft_leftborder {
	float: left;
	padding: 2px 6px 4px 6px;;
	border-left: 1px solid #979797;
	width: 15%;
}

.rowheader {
	border-bottom: 1px solid #979797;
	
	font-size: 1em;
	font-weight:normal;
	/** background-color: #D4D4D4; */
	vertical-align: middle;
}

.captiontxt {
	
	font-size: 0.7em;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 4px;
}
/* class added as per request by Sumit_Anand01 request id 172*/
.counterpartycol {
	
	font-size: 1em;
	text-decoration: none;
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 2px;
}

/*This class is added for counterparty tag helper*/
.querytextleft_CP {
	padding-right: 6px;
	padding-left: 0px;
	width: 29%;
	float: left;
	clear: left;
}
/**/ /* class added as per request by Venu request id 177*/
.composetxtboxmatter1 {
	
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	width: 80%;
	height: 130px; /* px to em conversion required */
	overflow: scroll;
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
}

/* Baseline version 1.38 - START*/
/* class added for tree structure*/
.tree_fourlinbrd_feba
{
/**border-top : 1px solid #000000;
border-bottom : 1px solid #000000;*/
width:100%;
}

.tree_clsNode
{

font-size : 0.7em;
font-style: normal;
font-weight:normal;
text-decoration: none;
color: black;
padding : 0 0 0 0px;
cursor: pointer;
}


.tree_Overflow
{
text-decoration: none;
background-color : #efefef;
overflow: auto;
width:100%;
height:150px;
position: relative;
float:left;
}

/**/
/******* Changes for New Sections Used in Challan Screen *******/
.section_allborder{border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
width:100%;
margin-top:10px;
background-color:#EFEFEF;
}
.section_fourlinbrd:after{content: "."; visibility: hidden;height:0px;clear:both;display:block;}
.subsection_halfwidthwithmargin
{
width:48%;
float:left;
background-color:#EFEFEF;
border-right:1px solid #000000;
margin-right:1.7%;
}
/******* Changes Added by ROSHAN START *******/
.subsection_halfwidth
{
width:49%;
float:left;
background-color:#EFEFEF;
padding: 5px 2px 5px 5px;
}
.subsection_halfwidthwithborder
{
width:48%;
float:left;
background-color:#EFEFEF;
border-left:1px solid #000000;

}
/******* Changes Added by ROSHAN END *******/
.column_width15withborder
{
border-right: 1px solid rgb(0, 0, 0); width: 15%; float: left;margin-left:1%;
}
.column_width70withborder
{
border-right: 1px solid rgb(0, 0, 0); width: 70%; float: left;margin-left:1%;
}

/******* Changes Added by ROSHAN START *******/

.column_width40withborder
{
border-right: 1px solid #e0e1e2; width: 45%; float: left;height: 20px;
padding-left: 6px;
padding-right: 6px;
}
.column_width50
{
width: 50%;
}
.column_width20withborder
{
border-right: 1px solid #e0e1e2; width: 25%; float: left;height: 20px;
padding-left: 6px;
padding-right: 6px;
}

.column_width20withoutborder
{
width: 22%; 
float: left;
height: 20px;
padding-left: 6px;
padding-right: 6px;
}
.simpletext_centrealign{font-size:0.7em;text-decoration : none;text-align :center;}
/******* Changes Added by ROSHAN END *******/


/* New styles introduced for complexcombo - start */
.resetimgborder {
  background-color: transparent;
  border: 1px solid #979797;
  float: left;
  height: 16px;
  margin-top: 1%;
  padding-bottom: 0;
  vertical-align: middle;
  width: 17px;
}
.formbtn_reset{
background:transparent url(../images/reset.jpg) no-repeat scroll 0 50%;
height:18px;
width:20px;
border-top:1px solid #979797;
border-bottom:1px solid #979797;
border-right:1px solid #979797;
border-left:0px;
vertical-align:middle;
line-height:20px;
}
.formbtn_lookup
{
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 11px;/*changed to sync up with other buttons*/
	height: 21px;
	text-align: center;
	padding-left: 5px;
	margin: 0;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
	overflow: visible;
	cursor: pointer;
	line-height:20px;
}
.textBorder{border:1px solid gray;vertical-align:middle;width:65px;padding:2px 0px 2px 2px;height:12px;}
.textBorder_lesswidth{border:1px solid gray;vertical-align:middle;width:45px;padding:2px 0px 2px 2px;height:12px;}
/* New styles introduced for complexcombo - end */
/* New styles introduced for Reports design usecase- start*/
.simpletext_blue{font-size:0.7em;color:#0000CC;text-decoration : none;}

.whttxtitalic 
{

font-size : 0.7em;
color : #ffffff;
text-decoration: none;
padding-right: 2px;
text-align:right;
font-style: italic;
}

.tablescroll
{
clear:left;
height:15em;
overflow-y:scroll;
overflow-x:hidden;
width: 100%;
}
.formbtn_refresh{
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 0.78em;
	height: 21px;
	text-align: center;
	padding-left: 5px;
	margin: 0;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
	overflow: visible;
	cursor: pointer;
	line-height:20px;
}

/*Start:: Added by surej*/
.groupletButtons{
padding-left:5px;
}
.groupletParent{
border : 1px solid #333333;
}
.groupletContent{
}
.groupletTitle{

font-size : 0.7em;
color : #000000;
background-image : url(../images/bg_gradient.gif);
border : 1px solid #333333;
}

.container-large {
	float:left;
	width:620px;
	padding-right:20px;
	padding-bottom: 10px;
}
/*.container-small {
	float: left;
	width:303px;
	padding-right:0px;
	padding-bottom: 10px;
	margin-left: -1px;
	margin-right: 1.8px;
}*/
.container-medium {
	float: left;
	/** Added by Shreya for Widget Width*/
	width: 604px;
	padding-left:2px;
	padding-right:20px;
	padding-bottom: 10px;
	margin-right:5px;
}
.ui-sortable-placeholder { 
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}
.ui-sortable-placeholder * { 
	visibility: hidden;
}
.outline {
	border:1px dashed #CCC;
	margin:-2px;
	background:#FFF;
}
.outline * {
	/*visibility:hidden;*/
	visibility:visible;
}
.ghost {
	z-index:10;
}

.empty-widget{
}
.widget {
	float:left;
	margin-bottom:22px;
}
.widget-small {
	width:300px;
	margin-left:5px;
}
.widget-medium {
/** Added by Shreya for widget width */
	width:600px;
	margin-left:5px;
}
.widget-large {
	width: 101%;/*next-gen*/
}
.widget-head {
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 12px 5px 12px;
	cursor:move;
	overflow: hidden;
	font-size: 0.9em;
}
.widget-large .widget-head {
	background-image:url(../images/widget-head-large.png);
}
.widget-medium .widget-head {
	background-image:url(../images/widget-head-medium.png);
}
.widget-small .widget-head {
	background-image:url(../images/widget-head-small.png);
}
.widget-head .h2Widget {
	background-color:#474b4e;
	color:#fff;
	float:left;
	padding:0 10px 0 0;
	background-image:none;
}
.widget-head .icons {
	float:right;
	padding:0;	
}
.widget-head .icons li {
	float:left;
	padding:3px 0 0 6px;
	background:none;
}
.widget-head .icons li.options {
	position:relative;
}
.widget-head .icons li a {
	display:block;
	width:17px;
	height:17px;
}
.widget-head .icons li a.options {
	background:url(../images/widget-options.png) no-repeat top left;
}
.widget-head .icons li a.options.selected {
	background:url(../images/widget-options-selected.gif) no-repeat top left;
}
#main .widget-head .icons li a.toggle {
	background:url(../images/widget-close.png) no-repeat top left;
}
#main .closed .widget-head .icons li a.toggle {
	background:url(../images/widget-open.png) no-repeat top left;
}
.widget-head .icons li a.drag {
	background:url(../images/widget-move.png) no-repeat top left;
}
.widget-head .widget-options {
	background:#262a2c url("../images/widget-options-top.gif") no-repeat top left;
	position:absolute;
	z-index:10;
	top:19px;
	right:0;
	width:130px;
	padding:3px 0 0;
	cursor:auto;
	display:none;
}
.widget-head .widget-options ul {
	padding:4px 1px 9px;
	background:#262a2c url("../images/widget-options-bottom.gif") no-repeat bottom left;
}
.widget-head .widget-options li {
	float:none;
	padding:0;
}
.widget-head .widget-options li:hover {
	background:#474b4e;
}
.widget-head .widget-options li a {
	width:auto;
	height:auto;
	color:#fff;
	padding:3px 0 3px 10px;
}
.widget-head .widget-options li a:hover {
	text-decoration:none;
}
.widget-body {
	/*position:relative;*/
	padding-bottom:4px;
}
.dashboardSection .widget-content {
	background:#FFF;
	border-left:1px solid #D4D6D7;
	border-right:1px solid #D4D6D7;
	padding-bottom: 2px;
min-height: 280px;
max-height: 280px;
overflow-x: auto;
overflow-y: auto;
}
.widget-content ul {
	padding:19px 11px 0;
}
.widget-content ul li {
	font-size:13px;
	padding-bottom:8px;
	padding-left:0;
	background:none;
}
.widget-content table {
	border:none;
}
.widget-content table select{
	width:120px;
}
.widget-toolbar {
	background:#EDF6FB;
}
.widget-toolbar ul {
	float:right;
	padding:4px 4px 7px;
}
.widget-toolbar ul li {
	font-size:13px;
	float:left;
	padding:0 7px;
	border-left:1px solid #C6C9CC;
}
.widget-toolbar ul li.first {
	border-left:none;
}
.widget-toolbar ul li a {
	color:#0278BA;
	text-decoration:none;
}
.widget-foot {
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	/**Added by Naval for Widget bottom border */
	height:2px;
}
.dashboardSection .widget-large .widget-foot {
	background:url(../images/widget-bottom-large.png) no-repeat top left;
}
.widget-medium .widget-foot {
	background:url(../images/widget-bottom-medium.png) no-repeat top left;
}
.widget-small .widget-foot {
	background:url(../images/widget-bottom-small.png) no-repeat top left;
}
.dashboardSection .widget-large table th,
.dashboardSection .widget-large table td {
	text-align:right;
}

/*Changes done by shreya for ebux3 new header - Start */
.fontresize_large, .fontresize_large a {
	background: url("../images/A-Big.png") no-repeat scroll 2px 0 transparent;
    float: left;
    height: 14px;
    margin: 5px 0 3px 5px;
    text-align: center;
    width: 20px;
}
.fontresize_mid, .fontresize_mid a {
	background: url("../images/A-Mid.png") no-repeat scroll 2px 0 transparent;
    float: left;
    height: 14px;
    margin: 5px 0px 3px 5px;
    text-align: center;
    width: 20px;
}
.fontresize_small, .fontresize_small a {
	background: url("../images/A-Sml.png") no-repeat scroll 2px 0 transparent;
    float: left;
    height: 14px;
    margin: 5px 0 3px 5px;
    text-align: center;
    width: 20px;
}
/*Changes done by shreya for ebux3 new header - End */

/*End:: Added by surej*/

/* New styles introduced for Reports design usecase- end */
.srcmsfooter
{
clear: both; padding-bottom: 0px; font-size: 12pt;margin-left: 10px;
}

/*New styles added for session popup start here*/
/* Changes done by shreya for new ebux3 header------- start*/
#sessAlertTable table tbody td {
	border:none;
}
#sessionPopup {
	border:1px solid #000000;
	
	font-size:1em;
	font-weight:normal;
	width:99%;
	height:99%;
}
#sessionPopupTitle {
/* 	background: url(../images/sessionAlertImg.png) repeat; */
	color: black;
	background-color: #cdcdcd;
	padding: 7px 10px;
	font-size: 0.69em;
	font-weight: normal;
}
.sessionExpiredRow {
	color:FireBrick;
	padding:10px 60px;
	font-weight:normal;
	background: url(../images/new_alert_icon.png) no-repeat scroll 15px 0 transparent;
	font-size: 0.9em;
}
.reloginMsgRow {
	padding:20px;	
	line-height: 24px;
	font-size: 0.9em;
}
.popupDimension {
	width: 420px; 
	height: 220px; 
	margin: 0 auto;
}
.sessionTable {
	float: left; 
	width: 92%; 
	margin: 0 4%;	
}	
.HW_continue_session {
	height: 30px;
	background: url(../images/backgrounds/buttonStyle02_new.gif) transparent
		no-repeat 0% 0px;/*next-gen*/
	margin-left: 5px;
	padding-left: 5px;
	/*margin-top: 5px;*//*next-gen-new*/
	margin-top: -3px;
	margin-right:5px;
	display: inline-block;
}
#continue_session_btn {
	
	font-size: 0.9em;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/backgrounds/buttonStyle02_new.gif) #026eab
		no-repeat 100% 0px;/*next-gen*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	height: 30px;
	cursor: pointer;
	line-height:21px;
	float: left;
}
.close_btn {
	background-color:#ddd;
	font-weight: normal;
/* 	background: url(../images/backgrounds/btnGray_new.gif) transparent */
/* 		no-repeat 100% 0px;next-gen */
	font-size:0.9em;
	/*padding:5px 4px;*//*next-gen-new*/
	padding:0 6px;
	border:1px solid #ccc;
	color: #404040;
	display: inline-block;
	float: right;
	cursor: pointer;
	*float: none;
	height: 30px;
	margin-top: -3px;
}
/* Changes done by shreya for new ebux3 header-------- End*/
/*New styles added for session popup end here*/

/*Added for Non Modal Box */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: absolute!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight:normal;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	/*-webkit-border-radius: 7px; */
	/*-moz-border-radius: 7px;*/
	/*border-radius: 7px;*/
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	/*-webkit-box-shadow: 0 8px 64px #000; */
	/*-moz-box-shadow: 0 0 64px #000; */
	/*box-shadow: 0 0 64px #000;*/
	
	/*-webkit-border-radius: 7px; */
	/*-moz-border-radius: 7px;*/
	/*border-radius: 7px;*/
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* Baseline version 1.38 -END */

/*Added for ANZ demo*/
.hwnavtitle {
	font-size: 12px;
	color: #000000;
}

.anzH1 {
	font-size: 28px;
}

.hwleftlabeldataentry {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
	text-align: right;
	padding-right: 6px;
	padding-left: 0px;
	width: 35%;
	float: left;
	clear: left;
	font-weight:normal;
}

.hwrightlabeldataentry {
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	clear: right;
	display: block;
	overflow: hidden;
}

.hwleftlabeldisplayform {
	padding-top: 7px;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
	padding-left: 0px;
	width: 35%;
	float: left;
	clear: left;
	font-weight:normal;
}

.hwrightlabeldisplayform {
	padding-top: 7px;
	font-size: 1em;
	clear: right;
	padding-left: 6px;
	clear: right;
	display: block;
	overflow: hidden;
}

.width100percent_inputdisplay {
	margin: 1.1em;
	background-color: transparent;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.formrow_inputdisplay {
	margin: 0px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
}

.new_formrow_inputdisplay {
	margin: 0px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}

.hwtxtnormal {
	font-size: 0.8em;
	font-weight:normal;
	
}

.hwredtxt {
	/*color: #FF0000;*//*its value changed to black as we are going to display debit amount in black color */
	color: black;
	font-size: 1em; /*changed for bringing text font in sync*/
	font-weight:normal;
	
}

.hwredstar {
	
	font-size: 0.8em;
	color: #FF0000;
	text-decoration: none;
}

.pageinfo {
	
	font-size: 0.8em;
	background: url(../images/backgrounds/steps.gif) no-repeat 0px
		55px;
	padding-top: 9.3%;
	padding-bottom: 4%;
	text-align: center;
}

.pageselected {
	
	color: #262a2c;
	text-decoration: none;
	font-weight:normal;
	background: url(../images/backgrounds/steps-selected.gif) #fff repeat-x
		0px 100%;
}

.hwsectionbckgrndeven {
	background-color: #edf6fb;
}

.hwsectionbckgrndodd {
	background-color: #ffffff;
}

.pagentselected {
	color: #515557;
	font-weight:normal;
}

.formbtn_pagi_next {
	
	font-size: 0px;
	text-decoration: none;
	height: 13px;
	width: 13px;
	text-align: center;
	background: url(../images/backgrounds/next.gif) no-repeat 1px
		50%;
	border: 0px solid #ffffff;
	margin-left: 2px;
	margin-right: 0px;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
	cursor:pointer;
}

.formbtn_pagi_first {
	
	font-size: 0px;
	text-decoration: none;
	height: 13px;
	width: 13px;
	text-align: center;
	background: url(../images/backgrounds/first-disabled.gif)
		no-repeat 4px 50%;
	border: 0px solid #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
	cursor:pointer;
}

.formbtn_pagi_last {
	
	font-size: 0px;
	text-decoration: none;
	height: 13px;
	width: 13px;
	text-align: center;
	background: url(../images/backgrounds/last.gif) no-repeat 0px
		50%;
	border: 0px solid #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
}

.hwBcumtxt {
	font-size: 0.8em;
	font-weight:normal;
	
	float: left;
}

.hwNavtxt {
	font-size: 12px;
	font-weight:normal;
	
	float: left;
}

.hwcpinput {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align: middle;
	float: left;
	width: 0px;
}

.hwwidth100percent {
	width: 100%;
	padding-top: 0.5%;
	padding-bottom: 1.5%;
}

.hwfrmbtnlink {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
	float: left;
}

.hwfrmbtnlink:hover {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
	float: left;
	text-decoration: underline;
	cursor: pointer;
}

.hwformbtnconfirm {
	
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;
	background: url(../images/backgrounds/buttonStyle04.gif) #026eab
		no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 31px;
	cursor: pointer;
}

.hwdivformbtnconfirm {
	height: 31px;
	background: url(../images/backgrounds/buttonStyle04.gif) #ffffff
		no-repeat -22% 0px;
}

.hwconfirmfrmbtnlink {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 31px;
	background: transparent;
	width: auto;
	float: left;
}

.hwconfirmfrmbtnlink:hover {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 31px;
	background: transparent;
	width: auto;
	float: left;
	text-decoration: underline;
	cursor: pointer;
}

.hwfrmbtnlinkleftborder {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
	float: left;
	border-left: #c6c9cc 1px solid;
}

.hwfrmbtnlinkleftborder:hover {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
	float: left;
	text-decoration: underline;
	cursor: pointer;
	border-left: #c6c9cc 1px solid;
}

.section_halfwidthwithmargin {
	width: 48%;
	float: left;
	background: transparent;
	border: #e0e1e2 1px solid;
	margin-right: 1.6%;
	background-color:#EFEFEF;
	margin-top :10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

.section_halfwidth {
	width: 49.8%;
	float: left;
	background: transparent;
	border: #e0e1e2 1px solid;
	background-color:#EFEFEF;
	margin-top :10px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

.hwinfoheader {
	font-weight:normal;
	background-color: #fbfbfb;
}

.navsectiontopborder {
	width: 100%;
	clear: both;
	margin-top: 10px;
	border-top: #e0e1e2 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navsectiontopborder:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
	background-color: #edf6fb;
}

.infpanelformrow {
	margin: 0px;
	padding: 3px 10px;
	background-color: transparent;
	clear: both;
}

.headertextleft {
	
	color: #afb1b3;
	font-size: 0.8em;
}

.hwheadertext {
	
	color: #afb1b3;
	font-size: 0.8em;
}

.bluebg {
	background-color: #edf6fb;
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-align: left; /*Fix for left align error desc  as per style guide*/
}

.bluebgwithwidth {
	background-color: #edf6fb;
	width: 100%;
}

.bluebgwithwidth:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}

.approverdetailspad {
	background-color: #ffffff;
}

.hwtopheader {
	padding-bottom: 0px;
	padding-left: 23px;
	padding-right: 0px;
	padding-top: 10px;
	height: 36px;
	
	border-top: #979797 1px solid;
	border-left: #979797 1px solid;
	border-right: #979797 1px solid;
}

.newhwrightlabeldataentry {
	border-left: #979797 1px solid;
	border-right: #979797 1px solid;
	border-bottom: 0px;
	text-align: right;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.hwsection_confirmborder {
	border-top: 0px solid #979797;
	clear: both;
	margin-top: 0px;
}

.hwleft {
	text-align: right;
	float: left;
}

.newformbtn_img {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0px;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 0.78em;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: 84px;
	overflow: visible;
	line-height:20px;
}

.newHW_formbtn_img {
	display: inline-block;
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #ffffff
		no-repeat 100% 0px;
	width: 86px;
}

.newheader {
	line-height: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.hwrpwidth100percent {
	height: 33px;
	border-left: #e0e1e2 1px solid;
	border-right: #e0e1e2 1px solid;
}

.hwleftlabelconsumercode {
	padding-top: 10px;
	font-size: 1em;
	text-align: right;
	padding-right: 6px;
	padding-left: 0px;
	width: 35%;
	float: left;
	clear: left;
	font-weight:normal;
}

.hwrightlabelconsumercode {
	float: right;
	padding-right: 207px;
}

.newnavsectiontopborder {
	clear: both;
	margin-top: 0px;
	border-right: #e0e1e2 1px solid;
	border-bottom: #e0e1e2 3px solid;
	border-left: #e0e1e2 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	padding-left: 10px;
}

.hwpaymentsheader {
	background-color: #edf6fb;
	border-top: #979797 1px solid;
	border-left: #979797 1px solid;
	border-right: #979797 1px solid;
}

/* Start : Added by harpreet for Listing table*/
.newone_formbtn_img {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: block;
	color: #404040;/*next-gen*/
	
	font-size: 0.78em;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: 130px;
	overflow: visible;
}

.newone_HW_formbtn_img {
	display: inline-block;
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #ffffff
		no-repeat -162px 0px;
	width: 140px;
}

.hwbottomline_old {
	width: 100%;
	margin-bottom: 70px;
	background-color: #edf6fb;
	height: 85px;
	padding-top: 11px;
	padding-bottom: 5px;
}

.hwbottomline {
	width: 100%;
	background-color: #edf6fb;
	padding: 20px 0px 45px 0px;
}


.hwquerytextleft {
	padding-right: 6px;
	padding-left: 6px;
	width: 35%;
	/* float: left; */
	clear: left;
	text-align: right;
	padding-bottom: 11px;
	font-size: 16px;
	padding-top: 9px;
	font-weight:normal;
}

.hwrightlabelrecentscreen {
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	display: block;
	overflow: hidden;
	float: right;
}


.datelabelColumn_border {
	height: 31px;
	/*modified by payal*/
	//background: url(../images/backgrounds/input-text.gif) #FFF no-repeat -577px 0px;
	display: block;
	/** Changed by lavanya : margin-left modified to 1px from 2px */
	//margin-left: 1px;
	/* Modified by Harsha.243682 */
/*	width: 284px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #cccccc;*/
	/* Modified by Harsha.243682 */
	margin-top: 2px;
}


.datelabelColumn {
	margin: 0px;
	/* Modified by Harsha.243682 */
	/* padding-top: 0 0 13px 2px; */
	
	/* background: url(../images/backgrounds/input-text.gif) #FFF no-repeat 0 0; */
	height: 31px;
 	width: 120px; /*next-gen*/
	border-width: 0px;
	display: inline-block;
	/* Modified by Harsha.243682 */
	float: left;
    margin-left: 5px;
    background-color: #FFFFFF;
    height: 26px;
    width: 284.188px;
    border-bottom: 3px solid #cccccc;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.subsectheaderforsearch {
	font-weight:normal;
	text-decoration: none;
	padding: 0px 6px 4px 6px;
	vertical-align: top;
	margin: 0px; /*Used for Heading Level Tags */
	border: none;
	background: none;
/* 	background-color: #edf6fb; shreya-next-gen*/
	border-top: #cfe6f4 1px solid;
}

/* End : Added by harpreet for Listing table*/
	/*Start : Added by Uday for Quick Pay*/
.labelcolumncombosmall {
	margin-top: 0px;
	padding-top: 8px;
	
	width: 97%;
	background-color: transparent;
	border: 0 none;
	color: #262A2C;
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}

.labelColumn_combo_brdr_small {
	height: 31px;
	background: url(../images/backgrounds/select.gif) no-repeat -630px 0 transparent;
	width: 170px;
	display: block;
}


.labelcolumnsmall {
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
	/* padding-left: 11px; */
	padding-right: 0px;
	padding-top: 7px;
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px; *//** Changes done by Parasher : Height 31 to 19 and width 150 to 169 */
	height: 19px;
	width: 151px;
	float: left;
	/* Modified by Harsha.243682 */
}
/* Added By priyanka for combo-text-lookup */

.labelcolumnsmall_lookup {
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 0px;
	padding-top: 7px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		0px 0px;
	height: 31px;	
	width: 150px;
}

.dropdownexpandalbe_small {
	background-color: transparent;
	border: 0px;
	margin: 7px 0px 0px 0px;
	color: #262a2c;
	width: 98%;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 11px;/*Reverting the changes*/
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}

.querytextboxmedium_smallBackUp {
	background-color: #edf6fb;
	padding-top: 0px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		100% 0px;
        /*Changed By Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 11px;/*Reverting the changes*/
	text-decoration: none;
	width: 215px; /* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 31px;
	/* Added by Priyanka*/
	margin-left: 115px;
	margin-top: -30px;
}


.querytextboxmedium_small { 
/** Added by Priyanka for lookup */
	background: url("../images/backgrounds/input-text.gif")
		no-repeat scroll 100% 0 transparent;
	border: 0 solid #88A0C8;
	float: left;
	
	/*Changed By Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 11px;/*Reverting the changes*/
	height: 31px;
	/* margin: -30px 0 0 105px; */
	margin-left: 5px;
	padding-top: 0;
	text-decoration: none;
	vertical-align: middle;
	width: 170px;

}

.section_quickpay {
	width: 100%;
	clear: both;
	padding-top: 0.5em;
}

.section_quickpay:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
	background-color: #edf6fb;
}

.hwquickpayright {
	text-align: right;
	float: right;
	padding-right: 125px;
}

/*End : Added by Uday for Quick Pay*/
.hwmndright {
	text-align: right;
	float: right;
	padding-top: 0.9em;
}

/*Start : Added by Uday for Issuance*/
.hwleftlabelissuance {
	padding-top: 2px;
	font-size: 0.8em;
	text-align: right;
	padding-right: 0px;
	padding-left: 12px;
	width: 10%;
	float: left;
	clear: left;
	font-weight:normal;
	
}

.hwinputformheader {
	padding-left: 11px;
	font-size: 0.8em;
}

/*End : Added by Uday for Issuance*/
	/*Start : Added by Sushanta for Step tracker */
div.steps {
	display: block;
	background: #fff url(../images/backgrounds/steps.gif) no-repeat
		0 0;
	padding: 0 0 0 3px;
	margin-top: 5%;
}

ul.steps {
	background: url(../images/backgrounds/steps.gif) no-repeat 100%
		0;
	text-align: center;
	margin: 0 0 11px;
	padding: 0 3px 0 0;
}

ul.steps li {
	list-style-type: none;
	display: inline;
	padding: 0 12px;
	color: #515557;
	font-weight:normal;
	font-size: 12px;
	line-height: 44px;
	background: none;
	
}

ul.steps li.selected {
	border: 1px solid #bdddef;
	border-top: 1px solid #cfe6f4;
	border-bottom: 1px solid #cfe6f4;
	color: #262a2c;
	background: #fff url(../images/backgrounds/steps-selected.gif)
		repeat-x 0 100%;
	position: relative;
	display: inline-block;
	height: 42px;
}
ul.steps li a {
	color:#515557;
	text-decoration:none;
}
ul.steps li.selected a {
	color:#262a2c;
	margin:1px 0;
}

.hwright {
	text-align: right;
	float: right;
	padding-top: 1.5%;
}

ul.steps li.selected span {
	display: block;
	background: transparent
		url(../images/backgrounds/steps-arrow.gif) no-repeat 100% 0;
	width: 9px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -4px;
}

/*End : Added by Sushanta for Step tracker */
	/*Start : Added by Uday for Payee Registration */
.hwleftlabelpayee {
	padding-top: 7px;
	font-size: 0.8em;
	
	text-align: right;
	padding-right: 6px;
	padding-left: 0px;
	clear: left;
	font-weight:normal;
}

/*End : Added by Uday for Payee Registration */
	/*Start : Added by Harpreet for Account Summary */
.accsumquerytextleft {
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 11px;
	font-size: 16px;
	padding-top: 19px;
	font-weight:normal;
}

.accsumgreytopright { /*padding: 2px 1px;*/
	border: #e0e1e2 1px solid;
	height: 40px;
}

.greybottomleft {
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.gradientbgonelinewithouttxt {
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	padding-left: 2px;
	background-color: #c9cbcc;
	line-height: 15px;
}

.listbluerow {
	text-decoration: none;
	height: 43px;
	border: #e0e1e2 1px solid;
	background-color: #edf6fb;
}

.listbluerow:hover {
	text-decoration: none;
	height: 43px;
	border: #e0e1e2 1px solid;
	background-color: #fdfad9;
}

.listonlywhiterow {
	text-decoration: none;
	height: 43px;
	border: #e0e1e2 1px solid;
	color: #000000;
}

.groupbycombo {
	
}

.hwgreybg_margin {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px 10px;
	height: 0px;
	line-height: 0px;
}

/*End : Added by Harpreet for Account Summary */
	/*Start : Added by Sushanta for Suspect Transaction */
.suspectlisttopbigbg {
	background-color: #c02834;
	line-height: 150%;
	border-left: 0px;
}

.formbtn_red {
	
	font-size: 15px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;
	background: url(../images/backgrounds/buttonStyle10.gif) #c02834
		no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 31px;
	cursor: pointer;
	line-height:20px;
}

.hwfrmbtnred {
	float: right;
	height: 31px;
	background: url(../images/backgrounds/buttonStyle10.gif) #c02834
		no-repeat 0% 0px;
}

.simplewhitetext {
	color: #ffffff;
	
	font-size: 0.8em;
	text-decoration: none;
}

.redtable {
	background-color: #ffe9df;
	padding-left: 10px;
	padding-right: 10px;
	height: 290px;
}

.listingrowred {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.alerttextwithlinks {
	color: #262a2c;
	
	font-size: 12px;
	text-decoration: none;
}

a.alerttextwithlinks:link {
	
	font-size: 12px;
	color: #0278ba;
	text-decoration: none;
}

a.alerttextwithlinks:visited {
	
	font-size: 12px;
	color: #0278ba;
	text-decoration: none;
}

a.alerttextwithlinks:hover {
	
	font-size: 12px;
	color: #0278ba;
	text-decoration: underline;
}

.listingrowredmsg {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	line-height: 40px;
}

.listingrowredborder {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #f5cccf;
}

.listingrowredmsglink {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	padding-bottom: 10px;
}

.listboldtxtwhite {
	font-weight:normal;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	margin: 0px; /*Used for Heading Level Tags */
	color: #ffffff;
}

/*End : Added by Sushanta for Suspect Transaction */
	/*Start : Added by Harpreet for Search Screens */
.navsectionwithouttopborder {
	width: 100%;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.querytextboxmedium_search {
	background-color: #edf6fb;
	padding-top: 0px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		102% 0px;
	font-size: 0.8em;
	line-height: 0.8em;
	text-decoration: none;
	width: 130px; /* px to em conversion is required */
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
	float: left;
	height: 31px;
}
/*Added by shreya for quick pay widget*/
.labelcolumnsearch { /*Reverting the changes*/
	border: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 6px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		0px 0px;
	height: 25px;
	width: 115px;
}

.searchsimpletext {
	/* Modified by Harsha.243682 */
	color: #333333;/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 13px;/*Reverting the changes*/
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;/** Added by Naval */
	/** margin-top: 2px;*/
	font-family: arial;
	/* Modified by Harsha.243682 */
}

/*End : Added by Harpreet for Search Screens */
	/*Start Added by Uday for Direct Banking*/
.txtnormalitalicright {
	
	font-size: 10px;
	color: #353537;
	font-style: italic;
	font-weight:normal;
	padding-top: 0px;
}

.pageheaderpadding {
	padding-bottom: 20px;
}

.width100percentwhitebackground {
	width: 100%;
	background-color: #ffffff;
}

/*End : Added by Uday for Direct Banking*/
	/*Start : Added by Sushant for Delete Payee and Account Summary*/
.txttwelvebold {
	
	color: #262a2c;
	font-weight:normal;
	font-size: 12px;
}

.headerbtmbrdr {
	
	font-size: 18px;
	border-bottom: #e0e1e2 1px solid;
}

.formwhiterow {
	margin: 0px;
	padding: 3px 0px;
	background-color: #ffffff;
	clear: both;
	line-height: 25px;
}

.bluebgtab {
	background-color: #edf6fb;
	padding-bottom: 9px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.greybgtab {
	background-color: #f9f9f9;
	padding-bottom: 9px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-left: 0px;
	cursor: pointer;
}

.greybgtabrght {
	background-color: #f9f9f9;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	float: right;
	cursor: pointer;
}

.section_blackbordertab {
	border: 0px;
	width: 100%;
	margin-top: 0px;
	clear: both;
}

.calimage {
	line-height: 12px;
	height: 15px;
}

.calendarimage {
	background: url(../images/Icons/calendar.png) #edf6fb no-repeat
		0px 0px;
}

/*End : Added by Sushanta for Delete Payee and Account Summary*/
	/*Start : Added by Harpreet for Small Drop Down */
.labelColumn_combo_brdr_toosmall {
	height: 31px;
	background: url("../images/backgrounds/select.gif") no-repeat scroll 100% 0 transparent;
	/** Added by Priyanka for lookup */
	/** Added by Priyanka for accounts */
	width: 90px;
	display: block;
}

.labelcolumncombotoosmallBackUp {
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 3px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
	background-color: transparent;
	border: 0px;
	color: #262a2c;
	display: inline-block;
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
	height: 23px;
	/** Added by Priyanka */
	margin-top: 5px;
}



.labelcolumncombotoosmall { 
/** Added by Priyanka for lookup */
	background-color: transparent;
	border: 0 none;
	color: #262A2C;
	
	font-size: 11px;/*Changed  from 13px to refer body level font-size*/
	font-weight:normal;
	margin-top: 0px;
	padding-top: 8px;
	text-decoration: none;
	vertical-align: middle;
	/** Added by Priyanka for accounts page */
	width: 97%;
}

/*End : Added by Harpreet for Small Drop Down */
	/*Start : Added by Uday for footer */
.hwfootertext {
	padding-bottom: 9px;
}

.hwfootertext2 {
	
	font-size: 12px;
	color: #595f62;
	line-height: 16px;
}

.hwfootertext3 {
	
	font-size: 16px;
	color: #262a2c;
	padding-left: 15px;
	background: url(../images/backgrounds/finacle-logo.gif)
		no-repeat 0px 3px;
	margin-left: 2px;
}

a.greylink:link {
	
	font-size: 12px;
	text-decoration: none;
	color: #595f62;
	padding-left: 10px;
	padding-right: 10px;
}

a.greylink:visited {
	
	font-size: 12px;
	text-decoration: none;
	color: #595f62;
	padding-left: 10px;
	padding-right: 10px;
}

a.greylink:hover {
	
	font-size: 12px;
	text-decoration: none;
	color: #595f62;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
}

a.greylink:active {
	
	font-size: 12px;
	text-decoration: none;
	color: #595f62;
	padding-left: 10px;
	padding-right: 10px;
}

.greylink:link {
	
	font-size: 12px;
	text-decoration: none;
	color: #595f62;
	padding-left: 10px;
	padding-right: 10px;
}

.separatorimage {
	vertical-align: middle;
	background: url(../images/backgrounds/footer-sep.gif) no-repeat
		0px 5px;
}

/*End : Added by Uday for footer */
	/*Start Added by Uday for Direct Banking Navigation Bar */
#dbnavigationbar {
	min-height: 80%;
	overflow: hidden;
	float: left;
	position: relative;
	width: 35%;
	margin-left: -35%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

.wrapper1 {
	width: 261px;
	padding-left: 44px;
	padding-right: 0px;
	padding-top: 65px;
	margin-left: 0px;
	margin-bottom: 0px;
	clear: both;
	background-color: #ffffff;
	overflow: hidden;
	min-height: 68%;
	height: auto !important;
}

.wrapper1:after {
	content: ".";
	display: block;
	clear: both;
}

/*End Added by Uday for Direct Banking Navigation Bar */
	/*Start Added by Uday for Direct Banking Buttons */
.hwfrmbtnlinkdb {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}

/*End Added by Uday for Direct Banking Buttons */
	/*Start Added by Sushanta for Cheque Issaunce*/
.hwwidth10percentleft {
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	clear: right;
	display: block;
	overflow: hidden;
	width: 12%;
	float: left;
	padding-top: 7px;
}

/*End Added by Sushanta for Cheque Issaunce*/
	/*Start Added by Harpreet for Tasksnapshot*/
.tasksnapshotbackground {
	background-color: #fdfad9;
	width: 854px;
	height: 80px;
	border: #c9cbcc 1px solid;
	padding-top: 8px;
}

.tasksnapshottwolinetxt {
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 130px;
}

.tasksnapshotbordertxt {
	
	font-size: 0.7em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
}

.tasksnapshotlinktxt {
	padding-left: 74px;
}

.tasksnapshotborderlinktxt {
	padding-left: 7px;
}

/*End Added by Harpreet for Tasksnapshot*/
	/*Start Added by Uday for Login Pages*/

/* Modified for Login screen Changes */
.width50percent_left_login {
	width: 46%;
	float: left;
	clear: right;
	background: url(../images/backgrounds/login_innerbg.png) repeat 0px 0px;
	padding-left: 2%;
	padding-top: 20px;
	padding-bottom: 65px;
	overflow: hidden;
}
/* Added for Login screen Changes */
.width50percent_left_login .loginrow{
	padding-left: 15px;
	float: left;
	clear: both;
	width: 398px;
	height: auto;
	background-color: white;	
}

.width100percent_login_screen {
	width: 100%;
	margin-left: 80px;
	margin-right: 80px;
}

.width100percent_whitesubsection {
	width: 100%;
	margin-left: 80px;
	margin-right: 80px;
	background-color: #ffffff;
	padding-left: 44px;
	padding-right: 44px;
}

.width100percent_whitebackground {
	width: 100%;
	background-color: #ffffff;
	margin: 0px 0 0;
	/*changed by priyanka*/
	overflow: visible;
}

.hwloginpagelabel {
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	clear: right;
	display: block;
	overflow: auto;/*Reverting the changes*/
	padding-bottom: 0px;
}

.loginheadertextsize {
	
	font-size:25px;
	padding-left: 18px;
	width: 96.7%;
	padding-top: 14px;
	padding-bottom: 0px;
	background:url(../images/backgrounds/login_innerbg.png) repeat 0px 0px;
}

.textwithlargerfont {
	
	font-size: 20px;
}


.hwrightimagevirtualkeyboard {
	font-size: 1em;
	clear: right;
	/* padding-left: 77px;*/
	clear: right;
	display: block;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 0px;
}

/* Modified for Login Screen changes */
.hwleftimagevirtualkeyboard {
	padding-top: 5px;
	font-size: 1em;
	text-align: right;
	padding-right: 6px;
	padding-left: 0px;
	/* width: 50%; */
	float: left;
	clear: left;
	/*font-weight:normal;*/
}

.buttonpadding {
	margin-left: 10px;
}

.fbimageprop {
	margin-left: 10px;
}

.gapsbetweenbuttons {
	margin-left: 12px;
}

.verisignImage {
	float: right;
	margin: 0 5px 0 0;
}

/*End Added by Uday for Login Pages*/
	/*Start Added by Uday for Logout Pages*/
.width100percent_logoutbg {
	width: 70%;
	background-color: #ffffff;
	float: left;
	padding-left: 0px;
	padding-right: 81px;
	margin-left: 160px;
	margin-right: 150px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.logoutheaderrow {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

.width100percentgreenbckground {
	background-color: #effae9;
	padding: 5px 0 0;
	width: 108.5%;
	margin: 0 auto;
}

.logoutmessage {
	font-size: 12px;
	font-weight:normal;
}

.width33percent_left {
	width: 33%;
	float: left;
	clear: right;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: #eaeaea thin solid;
}

.width33percent_center {
	width: 33%;
	float: left;
	clear: right;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: #eaeaea thin solid;
}

.width33percent_right {
	width: 34%;
	float: right;
	clear: right;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logouttextheader {
	
	font-weight:normal;
	text-align: left;
	font-size: 12px;
}

/*End Added by Uday for Logout Pages*/
	/*Start Added by Sushanta for Error Messages*/
.dynamicsection {
	background-color: #edf6fb;
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	clear: right;
	display: block;
	overflow: hidden;
}

.dynamicsectiontext {
	width: 100px;
}

.errtxt {
	background-color: #edf6fb;
	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.formrowhite {
	margin: 0px;
	/* Modified by Harsha.243682 */
	padding: 20px 0px;
	/* Modified by Harsha.243682 */
	background-color: #ffffff;
	clear: both;
}

.hwauthrightlabel {
	font-size: 1em;
	clear: right;
	padding-left: 0px;
	clear: right;
	display: block;
	overflow: hidden;
	padding-top: 2px;
}

/** Changed by payal for remark */
.labelColumnautho {
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		0px 0px;
	height: 31px;
	width: 253px;
}

/** Changed by payal for remark */
.querytextboxmediumautho {
	/* Modified by Harsha.243682 */
	/* background-color: #edf6fb; */
	/* padding-top: 7px; */
	/* border-color: #88A0C8 #88A0C8 #88A0C8; */
	/* border-style: solid; */
	/* border-top-width: 0px; */
	/* border-right-width: 0px; */
	/* border-bottom-width: 0px; */
	/* border-left-width: 0px; */
	/* background: url(../images/backgrounds/input-text.gif) #edf6fb
		no-repeat 100% 0px; */
	font-size: 0.8em;
	line-height: 0.8em;
	text-decoration: none;
	width: 284px;/* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 30px;
	/* border-bottom: 3px solid #cccccc; */
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 3px solid #cccccc;
	/* Modified by Harsha.243682 */
}

.vitualkeyauth {
	display: inline;
	margin-left: 5px;
}

.HW_formbtn_img_auth {
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_new.png)
		no-repeat 100% 0px;
	width: 100px;
	float: right;
	padding-bottom: 0px;
	display: inline;
	margin-top: 5px;
	margin-right: 28px;
}

.formbtn_img_auth {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #FFFFFF
		no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #FFFFFF;
	line-height: 21px;
	display: inline;
	color: #fff;
	
	font-size: 0.78em;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: 90px;
	overflow: visible;
	line-height:20px;
}

.greymsg {
	
	color: #7f7f7f;
	font-size: 12px;
	display: inline;
	margin-left: 5px;
}

/*End Added by Sushanta for Error Messages*/
#calendar {
	width: 100%;
	margin: 0 auto;
}

.past-event a {
	background-color: gray;
}  /*Start Added by Uday for Direct Banking*/
.datelabelColumn_borderdb {
	height: 30px;
	background: url(../images/backgrounds/input-text.gif) #ffffff
		no-repeat -560px 0px;
	padding-bottom: 10px;
}

.datelabelColumndb {
	padding-bottom: 11px;
	padding-left: 2px;
	background: url(../images/backgrounds/input-text.gif) #ffffff
		no-repeat 0px -2px;
	height: 32px;
	width: 238px;
	
}

.boldcaption {
	padding-top: 10px;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 0px;
	float: left;
	clear: left;
	font-weight:normal;
}

.notoppadding {
	padding-top: 0px;
	font-size: 12px;
	padding-left: 10px;
	float: left;
	clear: left;
}

.buttoncollapsible {
	background: url(../images/backgrounds/accordionTab.jpg) repeat-x
		;
	border: 1px solid #A8A8A8;
	padding-left: 9px;
	cursor: pointer;
	color: #000000;
	margin-top: 10px;
}

.arrowimage {
	background: url(../images/backgrounds/next-inactive.gif)
		no-repeat 0px 12px;
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0px;
	font-weight:normal;
	text-align: left;
	cursor: pointer;
}

.arrowimagedown {
	background: url(../images/backgrounds/next-active-black.gif)
		no-repeat 0px 12px;
	padding-left: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0px;
	font-weight:normal;
	text-align: left;
	cursor: pointer;
}


.buttonhashed {
	cursor: pointer;
	vertical-align: middle;
	margin-top: 1%;
	margin-left: 2.5px;
}


/*Start Added by Uday for Direct Banking*/
.calendartxt {
	color: #262a2c;
	
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight:normal;
}

.hwquerysearch {
	width: auto;
	float: left;
	margin-left: 10px;
}

.hwsearchleft {
	
	float: left;
	padding-top: 5px;
	margin-right: 5px;
	font-size: 12px;
	margin-left: 3px;
}

.hwsearchright {
	float: right;
	margin-right: 0px;
}

.hwquerytwo {
	margin-left: 250px;
}

.hwqueryfour {
	margin-left: 30px;
	width: auto;
	float: left;
}

.hwquerythree {
	margin-left: 171px;
}

.hwqueryfive {
	margin-left: 16px;
	width: auto;
	float: left;
}

.hwquerysix {
	margin-top: 1px;
	width: auto;
	float: left;
}

.hwqueryseven {
	float: right;
	margin-top: 5px;
	width: auto;
}

.hwsearchnormal {
	
	padding-top: 15px;
	padding-top: 5px;
	margin-right: 5px;
	font-size: 12px;
}

.hwquerymiddlecap {
	width: auto;
	margin-left: 150px;
}

.hwquerymiddlecombo {
	
	float: left;
	padding-top: 15px;
	padding-top: 5px;
	margin-left: 30px;
	font-size: 12px;
}

.hwsearchthirdtxt {
	
	font-size: 12px;
	margin-left: 35px;
}

.hwqueryrght {
	width: auto;
	margin-left: 211px;
}

.hwsearchforcompost {
	width: auto;
	margin-left: 2px;
}

.sectionbtmbrdr {
	width: 100%;
	clear: both;
	margin-top: 0em;
	padding-top: 1em;
	border-bottom: #e0e1e2 1px solid;
}

/*Start : Added by harpreet for goals mgmt*/
.goallistgreyrowtxtleftline {
	border-left: #979797 1px solid;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
}

.goallistboldtxtwithline {
	font-weight:normal;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	font-size: 13px #373c3f;
	background-color: #c9cbcc;
}

.sugggoals {
	width: 100%;
	padding: 20px 0px 45px 0px;
}

.goalsoddformrow {
	margin: 0px;
	padding: 3px 0px;
	clear: both;
	background-color: #efefef;
	height: 40px;
}

.goalsevenformrow {
	margin: 0px;
	padding: 3px 0px;
	clear: both;
	background-color: #ffffff;
	height: 40px;
	border-left: #efefef 1px solid;
	border-right: #efefef 1px solid;
	border-bottom: #efefef 1px solid;
}

.goalsquerytextleft {
	padding-right: 6px;
	padding-left: 6px;
	width: 843px;
	float: left;
	clear: left;
	background-color: #c9cbcc;
	padding-top: 4px;
	height: 30px;
}

.hwgoalsfrmbtnlink {
	border: 0px;
	color: #0278ba;
	font-size: 12px;
	height: 21px;
	background: transparent;
	width: auto;
}

/*End : Added by harpreet for goals mgmt*/
.simpletextsectheader {
	color: #262a2c;
	
	font-size: 15px;
	text-decoration: none;
}

.errsection {
	width: 100%;
	clear: both;
	margin-top: 0em;
	padding-top: 0px;
}

/*Start Added by Uday for Direct Banking Start Pages*/
.width50percent_right_secure {
	width: 55%;
	float: right;
	clear: right;
	padding-bottom: 0px;
	border: #e0e1e2 1px solid;
	height: 220px;
}

.width100percent_inputdisplay_button {
	margin-top: 120px;
	background-color: transparent;
	padding-bottom: 0px;
}

.secureimage {
	float: right;
	margin: 0px 40px 0px 0px;
}

.formrow_inputdisplay_heading {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom: #e0e1e2 1px solid;
	background: url(../images/backgrounds/vBox-head.png) #fff
		repeat-x 100%;
}

.bluetext {
	padding-top: 0px;
	font-size: 13px;
	color: #0278ba;
	padding-left: 15px;
	float: left;
}

.hwleftlabeldisplayform_start {
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
	padding-right: 0px;
	padding-left: 15px;
	width: 28%;
	float: left;
	clear: left;
}

.hwrightlabeldisplayform_start {
	padding-top: 7px;
	font-size: 1em;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	overflow: hidden;
}

.width50percent_left_start {
	width: 40%;
	float: left;
	clear: right;
	margin-left: 1.1em;
}

/*End Added by Uday for Direct Banking Start Pages*/
.hwleftlabelsingletype {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
	text-align: right;
	padding-right: 5.2%;
	padding-left: 0px;
	width: 30.5%;
	float: left;
	clear: left;
	font-weight:normal;
}

.hwleftbaseline {
	
	font-size: 1em;
	text-decoration: none;
	padding-left: 35%;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
	vertical-align: bottom;
}

.adhocchkboxtxt {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 0%;
}

.bnklookup {
	margin-left: 22em;
}

.labelColumnappr {
	margin: 0px;
	padding-bottom: 13px;
	padding-left: 11px;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat
		0px 0px;
	height: 31px;
	width: 201px;
	display: inline;
	float: left;
}

.HW_formbtn_wf {
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_new.png)
		no-repeat 100% 0px;
	width: 57px;
	float: right;
	margin-right: 29%;
	margin-top: 5px;
}

.bluelink {
	
	font-size: 13px;
	text-decoration: none;
	color: #0278ba;
}

.bluelink:hover {
	
	font-size: 13px;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
}

.hwadhocsection {
	
	font-size: 1em;
	text-decoration: none;
	padding-left: 0%;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 200px;
	vertical-align: bottom;
}

.hwchbx {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align: middle;
	float: left;
}

.hwdynamictext {
	color: #000000;
	
	font-size: 13px;
	text-decoration: none;
	background-color: #edf6fb;
}


div.customise {
	float:right;
	padding:2px 0 0;
}
div.customise ul {
	padding:0;
}
div.customise li {
	list-style-type:none;
	display:inline;
	background:none;
	border-right:1px solid #c6c9cc;
	font-size:13px;
	line-height:22px;
	padding:0 12px 0;
}
div.customise li.last {
	list-style-type:none;
	display:inline;
	background:none;
	border:0;
}

/** Added By PoonamM */
div.customise li a.favouriteAccounts {
	background: url(../../images/down.gif) no-repeat 100% 50%;
	padding: 0 12px 0 0;
}
div.customise li a.customiseDashboard {
	background:url(../images/backgrounds/customise.gif) no-repeat 100% 50%;
	padding:0 22px 0 0;
}
div.customise li a.chooseTheme {
	background:url(../images/backgrounds/theme.gif) no-repeat 100% 50%;
	padding:0 22px 0 0;
}
.body-style-01 .breadcrumb {
	border-bottom:1px solid #e0e1e2;
}
.rowStyle07 p, .rowStyle07 .options-menu {
	float:left;
}
.rowStyle07 {
	padding:12px 0 12px 10px;
}
.rowStyle07 p {
	padding:4px 6px 5px 0;
}
/* mail */
.mailItem {
	padding:10px 11px 8px 11px;
	border-bottom:1px solid #e0e1e2;
}
.mailItem h3 {
	padding:0 0 0 22px;
	margin:0;
	font-weight:normal;
	font-size:87.5%;
	background:url("../images/backgrounds/mail.gif") no-repeat top left;
	line-height:13px;
}
.mailItem p {
	padding:0;
	margin:0;
	line-height:16px;
}
.rowStyle08 {
	padding-bottom:4px;
}
.rowStyle09 {
	padding-top:6px;
}
.rowStyle10 {
	padding-top:9px;
}
.rowStyle11 {
	padding-top:18px;
}
.rowStyle12 {
	padding:11px 0 20px;
}
.rowStyle10 .button {
	margin-bottom:7px;
}
.rowStyle10 p {
	padding:4px 0 9px;
}
.alertRow {
	margin:0px 12px;
	padding:16px 0 5px;
	border-bottom:1px solid #e0e1e2;
	float:left;
	clear:both;
	width:676px;
}
.alertRow .alertHeading {
	float:left;
	width:100%;
	padding-bottom:10px;
}
.alertRow .alertHeading h2 {
	float:left;
	padding:0px;
	font-size:15px;
	
}
.alertRow .alertHeading img {
	padding:2px 6px;
	float:left;
}
.alertRow .alertBody {
	float:left;
	clear:both;
	width:100%;
}
.alertRow .alertBody .alertCol01 {
	float:left;
	width:76px;
}
.alertRow .alertBody .alertCol01 label {
	font-size:13px;
}
.alertRow .alertBody .alertCol02 {
	float:left;
	width:600px;
}
.alertRow .alertBody .alertCol02 label {
	float:left;
	width:341px;
	text-align:right;
	font-size:13px;
	padding:10px 10px 0px 0px;
}
.alertRow .alertBody .alertCol02 .sliderWrapper {
	float:left;
	width:161px;
}
.alertRow .alertBody .alertCol02 .sliderInput {
	float:left;
	padding:2px 0 0 17px;
	width:71px;

}
.alertRow .alertBody .alertCol02 .sliderInput span {
	font-size:13px;
	font-weight:normal;

}
.alertRow .alertBody .alertCol02 .sliderInput input {
	width:44px;
	background:url("../images/backgrounds/alertValue.gif") no-repeat top left;
	border:none;
	padding:8px 7px ;
}
.sliderWrapper {
	background:url("../images/backgrounds/sliderWrapper.gif") no-repeat top left;
	padding:23px 0;
}

.sliderWrapper .ui-widget-content{
	background:none;
	border:none;
}
.sliderWrapper .ui-widget-header {
	background:url("../images/backgrounds/sliderBar.gif") repeat-x top left;
	margin-left:5px;
}

.sliderWrapper .ui-slider-horizontal {
	height:9px;
	margin:0 8px 0 3px;
}

.sliderWrapper .ui-state-default, .sliderWrapper .ui-widget-content .ui-state-default, .sliderWrapper .ui-widget-header .ui-state-default {
	background:url("../images/backgrounds/sliderHandle.png") no-repeat top left;
	border:none;
}

.sliderWrapper .ui-slider .ui-slider-handle {
	top:-10px;
	width:23px;
	height:27px;
}
.alertsButtons {
	padding-top:11px;
}
.alertsButtons {
	padding-top:11px;
}
.alertsButtons span.buttonStyle03 {
	margin-top:5px;
}
div.postcode {
	border:1px solid #c6c9cc;
	border-top:none;
	width:263px;
	position:absolute;
	top:31px;
	right:24px;
	background:#fff;
	z-index:10;
}
div.postcode ul {
	padding:0;
}
div.postcode ul li {
	background:none;
	padding:3px 0 3px 5px;
}
div.postcode ul li:hover {
	background:#316ac5;
	color:#fff;
}
.addressFinder .inputColumn {
	position:relative;
}
div.hidden {
	display:none;
}
p.paraStyle05 {
	padding-top:0;
}
.radioToggle.selected {
	background:#EDF6FB;
}
.device-bg {
	background:url("../images/backgrounds/device-bg.gif") no-repeat top left;
}
.container05 {
	padding:110px 0 0;
}
.login .headingStyle00 {
	font-size:125%;
	padding-left:20px;
}
.login .listStyle04 {
	padding-left:20px;
}
.login .listStyle04 li {
	line-height:22px;
	background-position:0 8px;
	padding-bottom:2px;
}
.login .paraStyle06 {
	padding:9px 0 0 20px;
}
.groupErrorBox
{
	background:url("../images/backgrounds/group-error-box.gif") no-repeat bottom left;
	padding:0 0 10px 0;
	margin:0 0 10px;
}

.groupErrorBoxInner
{
	background:url("../images/backgrounds/group-error-box.gif") no-repeat top left;
	padding:12px 12px 2px;
}

.groupErrorBoxInner hr
{
	color:#f5cccf;
	background-color:#f5cccf;
	height:1px;
	margin:10px 0 12px;
}
.groupErrorBoxInner p
{
	font-size:13px;
	line-height:22px;
	margin:0;
	padding:0;
	text-align:center;
}
.groupErrorBoxInner ul
{
	margin:0;
	padding:0;
}
.groupErrorBoxInner ul li
{
	color:#e0081f;
	font-size:13px;
}


#main {
	padding-bottom: 18px;
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/body-style-01.png) no-repeat scroll center top transparent; */
	/* Modified by Harsha.243682 */
}

.row {
	/**width: 100%;*/
	clear: both;
}


.mainRow {
	width: 100%;
	clear: both;
	/**background-color: #FFFFFF;*/
	min-height:150px;
}

.column {
	float: left;
}

.columnRt {
	float: right;
}

.column-0 {
	width: 220px;
	/** padding-right:20px; */
	background-color: #FFFFFF;
}

.column-1 {
	width: 700px;
	background-color: #FFFFFF;
	/**margin-bottom: 10%;*/
	padding-left:20px;
	border-top:1px solid #E0E1E2;

}

.column-2 {
	width: 620px;
	padding-right: 20px;
}

.column-3 {
	width: 300px;
}

.column-4 {
	width: 300px;
	padding-right: 20px;
}

.column-5 {
	width: 380px;
	padding-right: 20px;
}

.column-6 {
	width: 300px;
}

.column-7 {
	width: 338px;
	padding-right: 20px;
}

.column-8 {
	width: 460px;
	padding-right: 20px;
}

.column-9 {
	width: 470px;
	padding-right: 20px;
	min-height: 210px;
}

.column-10 {
	width: 159px;
	padding-right: 12px;
}

.column-11 {
	width: 700px;
	padding-right: 20px;
}

.column-12 {
	width: 220px;
}

.column-13 {
	width: 350px;
}

.column-14 {
	width: 147px;
}

.column-15 {
	width: 424px;
}

.column-16 {
	padding: 10px 0 0;
}

.column-17 {
	padding: 23px 0 0 12px;
}

.column-18 {
	width: 208px;
	padding: 0 12px;
}

.column-19 {
	width: 227px;
	padding: 0 9px 0 0;
}

.column-20 {
	width: 343px;
	padding: 0 12px 0 0;
}

.column-20 p {
	text-align: right;
}

div.login div.column.column-13 {
	padding:0;
}

.column-last {
	padding-right:0;
}

.widget {
	float:left;
	margin-bottom:22px;
}
.widget-small {
	width:300px;
}
.widget-large {
	width: 101%;/*next-gen*/
}

.widget-head .icons {
	float:right;
	padding:0;
}
.icons img {

	cursor:pointer;
}
.widget-head .icons li {
	float:left;
	padding:3px 0 0 6px;
	background:none;
}
.widget-head .icons li.options {
	position:relative;
}
.widget-head .icons li a {
	display:block;
	width:17px;
	height:17px;
}
.widget-head .icons li a.options {
	background:url(../images/backgrounds/widget-options.png) no-repeat top left;
}
.widget-head .icons li a.options.selected {
	background:url(../images/backgrounds/widget-options-selected.gif) no-repeat top left;
}
#main .widget-head .icons li a.toggle {
	background:url(../images/backgrounds/widget-close.png) no-repeat top left;
}
#main .closed .widget-head .icons li a.toggle {
	background:url(../images/backgrounds/widget-open.png) no-repeat top left;
}
.widget-head .icons li a.drag {
	background:url(../images/backgrounds/widget-move.png) no-repeat top left;
}
.widget-head .widget-options {
	background:#262a2c url("../images/backgrounds/widget-options-top.gif") no-repeat top left;
	position:absolute;
	z-index:10;
	top:19px;
	right:0;
	width:130px;
	padding:3px 0 0;
	cursor:auto;
	display:none;
}
.widget-head .widget-options ul {
	padding:4px 1px 9px;
	background:#262a2c url("../images/backgrounds/widget-options-bottom.gif") no-repeat bottom left;
}
.widget-head .widget-options li {
	float:none;
	padding:0;
}
.widget-head .widget-options li:hover {
	background:#474b4e;
}
.widget-head .widget-options li a {
	width:auto;
	height:auto;
	color:#fff;
	padding:3px 0 3px 10px;
}
.widget-head .widget-options li a:hover {
	text-decoration:none;
}

.widget-content {
	background:#FFF;
	border-left:1px solid #D4D6D7;
	border-right:1px solid #D4D6D7;
}
.widget-content ul {
	padding:19px 11px 0;
}
.widget-content ul li {
	font-size:13px;
	padding-bottom:8px;
	padding-left:0;
	background:none;
}
.widget-content table {
	border:none;
}
.widget-content table select{
	width:120px;
}
.widget-toolbar {
	background:#EDF6FB;
}
.widget-toolbar ul {
	float:right;
	padding:4px 4px 7px;
}
.widget-toolbar ul li {
	font-size:13px;
	float:left;
	padding:0 7px;
	border-left:1px solid #C6C9CC;
}
.widget-toolbar ul li.first {
	border-left:none;
}
.widget-toolbar ul li a {
	color:#0278BA;
	text-decoration:none;
}


.dashboardSection .widget-large table th,
.dashboardSection .widget-large table td {
	text-align:right;
}
.widget-large table th.col0,
.widget-large table th.col1,
.widget-large table td.col0,
.widget-large table td.col1 {
	text-align:left;
}

.dashboardSection .widget h3 {
	
	font-size:87.5%;
	margin:0 0 0 10px;
	padding:13px 0 7px 23px;
	background-repeat:no-repeat;
	background-position:1px 14px;
}
.widget .open h3 {
	background-image:url("../images/backgrounds/minus.gif");
	cursor:pointer;
}
.widget .closed h3 {
	background-image:url("../images/backgrounds/plus.gif");
	cursor:pointer;
}

.tableSlideNode p {
	padding-top:11px;
	padding-bottom:0px;
}

.table {
	margin-bottom:6px;
}
th,td {
	font-size:12px;
}
/*changed for dashboard in RWD -vinay*/
#main .toprow {
    padding:5px 0 10px;
	background-color : #FFFFFF;
}
.body-style-01 #main .toprow,
.body-style-02 #main .toprow  {
	border-bottom:none;
}
#main .toprow h1 {
	padding: 1px 0px 1px;
}

#main .column-0 .menu {
	border: 1px solid #E0E1E2;
	/**border-top:none; */
	margin-bottom: 22px;
	border-top-color: #E0E1E2;
	border-top-style: solid;
	border-top-width: 1px;
}

#main .column-0 .menu ul {
	padding: 0;
}

#main .column-0 .menu ul li {
	border-bottom: 1px solid #eaebeb;
	padding: 0;
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 12px;/*Reverting the changes*/
	background: #f3f4f4 url(../images/leftnav-closed.gif) no-repeat top
		right;
}

#main .column-0 .menu ul li.last {
	border-bottom: none;
}

#main .column-0 .menu ul li.open {
	background: #FFF url(../images/leftnav-open.gif) no-repeat top right;
}

#main .column-0 .menu ul li ul li.selected>a {
	color: #4BA2D4;
}

#main .column-0 .menu ul li a {
	display: block;
	padding: 15px 12px 13px;
	color: #262A2C;
	text-decoration: none;
}

#main .column-0 .menu ul li a:hover {
	text-decoration: underline;
}

#main .column-0 .menu ul li>ul {
	display: none;
}

#main .column-0 .menu ul li.open>ul,#main .column-0 .menu ul li.selected>ul
	{
	display: block;
}

#main .column-0 .menu ul li ul li {
	border-bottom: none;
	background: #FFF;
}

#main .column-0 .menu ul li ul li.open {
	background: #FFF;
}

#main .column-0 .menu ul li ul li a {
	color: #6C7274;
	padding: 6px 12px 11px;
}

#main .column-0 .menu ul li ul li ul li {
	padding-left: 10px;
}
.column-1 ul.tabs {
	padding:0 12px;
	background:url(../images/backgrounds/grey-line.gif) repeat-x bottom;
	margin-bottom:14px;
	width:676px;
}
.column-1 ul.tabs li {
	background:url(../images/backgrounds/tabStyle04.gif) no-repeat top right;
}
.column-1 ul.tabs li a {
	background:url(../images/backgrounds/tabStyle04.gif) no-repeat top left;
	padding:8px 9px 9px 12px;
}
.column-1 ul.tabs li.selected {
	background:url(../images/backgrounds/tabStyle05.gif) no-repeat top right;
}
.column-1 ul.tabs li.selected a {
	background:url(../images/backgrounds/tabStyle05.gif) no-repeat top left;
}

.calltoaction:after,
div.infoBox p.paraStyle02:after,
#footer ul:after,
.questionExt00 .inputColumn:after,
ul.breadcrumbTools:after,
.breadcrumb:after,
.widgetItem:after,
.lightbox ul:after,
.drop:after,
.drop-full:after,
#main .widget-toolbar:after,
#main .widget-content:after,
#main .widget-head:after,
.wrapper:after,
.row:after,
.question:after,
.breadcrumb:after,
ul.tabs:after,
.row.rowStyle02:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* rowStyle01 - grey top border */
 .row.rowStyle01  {
	border-top:1px solid #e0e1e2;
	padding:11px 12px 0;
	width:auto;
	margin:0 0 11px;
 }
.row.rowStyle01 span.button {
	float:right;
}
.row.rowStyle03 {
	padding:0 0 20px;
}
.row.rowStyle04 {
	margin:0 auto;
	width:180px;
	padding:0 8px 0 0;
}
.row.rowStyle05 {
	margin:0 auto;
	width:110px;
	padding:0 8px 0 0;
}

/* headNotes */
.headNotes {
	float:right;
	font-size:13px;
	padding:0 12px 0 0;
	position:relative;
	top:26px;
}
.headNotes span {
	color:#df071f;
}
.headNotes.headNotesStyle01 {
	position:static;
	padding-bottom:5px;
}
.headNotes .options-menu {
	margin-left:10px;
}

.textStyle01,
.textStyle02 {
	padding:0 0 8px 12px;
}
.textStyle02 {
	font-weight:normal;
}
.textStyle03 {
	text-align:center;
	margin:0 0 11px;
	line-height:22px;
	padding:0;
}
.textStyle03 strong {
	font-size:13px;
}
#main .textStyle05 {
	float:right;
	margin-right:10px;
}
.textStyle06 {
	font-size:20px;
}
.textStyle07{
	padding-bottom:10px;
}
.textStyle08 {
	font-size:20px;
	
}
/* question/labels */
.question {
	/*clear:both;*/
}
#main .question00 .inputColumn p,
#main .question01 .inputColumn p {
	width:240px;
}
#main .question00 .inputColumn p {
	background:#f3f4f4;
	padding:12px;
}
.question .labelColumn {
	float:left;
	width:240px;
	padding:9px 12px 11px 0;
	text-align:right;
	font-size:13px;
}

#main .singleLine .labelColumn {
	float:none;
	width:100%;
	text-align:left;
}
.question .labelColumn label {
	font-weight:normal;
}
.question .labelColumn label span {
	color:#d00004;
}
.question .labelColumn .helptext {
	float:right;
	margin:0 0 0 6px;
	position:relative;
	top:1px;
}
/* question/labels within widget */
.widget .question {
	padding:11px 12px 0;
}
.widget .question .labelColumn {
	width:54px;
}

/* question/inputs */
.question .inputColumn {
	float:left;
	padding:1px 0 6px;
	padding-bottom:15px; /*my*/
}

.question-radiogroup .inputColumn{
	padding-top:5px;
}

.question .inputColumn label {
	display:inline-block;
	position:relative;
	top:-3px;
	
}
.singleLine .inputColumn {
	float:none;
}
.question .inputColumn span.textarea,
.question .inputColumn span.input {
	display:inline-block;
	padding:0 0 0 3px;
	background:#fbfbfb url(../images/backgrounds/input-text.gif) no-repeat 0 0;
}
.question .inputColumn span.textarea textarea,
.question .inputColumn span.input input {
	border:0;
	background:#fbfbfb url(../images/backgrounds/input-text.gif) no-repeat 100% 0;
	width:250px;
	height:31px;
	line-height:31px;
	padding:0 12px 0 0;
}

.widget .question .inputColumn span.input input {
	width:193px;
}
.question .inputColumn span.textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea.gif) no-repeat 0 0;
}
.addressFinder .question .inputColumn span.textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea02.gif) no-repeat 0 0;
}
#main .textArea53 .inputColumn span.textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea-53.gif) no-repeat 0 0;
	padding:0 3px 0 0;
}
#main .textArea53 .inputColumn span.textarea textarea{
	height:43px;
	background:#fbfbfb url(../images/backgrounds/input-textarea-53.gif) no-repeat 0 0;
}
.question .inputColumn span.textarea textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea.gif) no-repeat 100% 0;
	height:230px;
	padding:5px 12px 5px 0;
	line-height:normal;
	
	font-size:13px;
}

.addressFinder .question .inputColumn span.textarea textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea02.gif) no-repeat 100% 0;
	height:110px;
}
.question .inputColumn span.select {
	display:inline-block;
	padding:0 0 0 8px; /* select box appears to have a fixed 3px padding on the left */
	background:#fbfbfb url(../images/backgrounds/select.gif) no-repeat 0 0;
}
.singleLine .inputColumn span.select {
	background:none;
	padding:0px;
}
.question .inputColumn span.select select {
	border:0;
	background:#fbfbfb url(../images/backgrounds/select.gif) no-repeat 100% 0;
	width:257px;
	padding:7px 7px 6px 0;
}
.widget .question .inputColumn span.select select {
	width:200px;
}
.question .inputColumn select {
	border:1px solid #bcbfc0;
	padding:3px;
	background-color:#fbfbfb;
	width:262px;
}
.question .inputColumn p.radio {
	padding:8px 0 0 0;
	line-height:15px;
}
.question .inputColumn p.confirmation {
	padding:6px 0 0;
	position:relative;
}
.question .inputColumn p.confirmation span {
	color:#999;
	font-size:87.5%;
}

.question .inputColumn span.currencySymbol {
	color:#4c4c4a;
	display:block;
	float:left;
	font-weight:normal;
	font-size:12px;
	padding:8px 0 0;
	width:12px;
}
.question .inputColumn span.currency.input {
	float:left;
}
.question .inputColumn span.input.currency input {
	width:238px;
}
.question .inputColumn div.calltoaction {
	padding:7px 5px 0;
	clear:both;
}
.questionExt00 .inputColumn div.calltoaction {
	clear:none;
	float:left;
}
.question .inputColumn div.calltoaction span.button {
	float:right;
	margin-bottom:0;
}
.question-confirmation .inputColumn div.calltoaction span.button {
	float:left;
	margin:0 12px 0 0;
}

.question .inputColumn div.password {
	float:left;
	font-size:12px;
	padding:0 12px 0 0;
	font-weight:normal;
}
.question .inputColumn div.passwordDigits input {
	width:25px;
	text-align:center;
}

.question .inputColumn div.password input {
	width:16px;
	text-align:center;
}

.question .inputColumn span.input.date
{
	position:relative;
}
.question .inputColumn span.input.date input
{
	width:100px;
}
.question .inputColumn span.input.date div.date-picker
{
	position:absolute;
	left:0;
	top:100%;
	z-index:10;
}
.question .inputColumn .calendar
{
	right:5px;
	position:absolute;
	top:5px;
}
.questionExt00 .labelColumn,
.questionExt00 .inputColumn,
.questionExt01 .labelColumn,
.questionExt01 .inputColumn {
	float:none;
	padding-left:12px;
	text-align:left;
}
.question .labelColumn .helptext {
	float:right;
}
.questionExt00 .inputColumn p, .questionExt00 .inputColumn span {
	float:left;
}
.questionExt00 .inputColumn span {
	margin-right:12px;
}
#main .questionExt01 .inputColumn span input{
	width:55px;
}
.separator {
	background:url(../images/backgrounds/separator.gif) no-repeat top left;
	width:6px;
	height:6px;
	display:inline-block;
}
#main .questionExt02 {
	padding-bottom:0;
}
.questionExt02 .labelColumn,
.questionExt02 .labelColumn label,
.questionExt02 .inputColumn {
	width:auto;
	padding-left:0;
}

/* question/inputs within widget */
.widget .question .inputColumn {
	padding:0 0 0px;
	width:193px;
}
.widget-small .question .inputColumn {
	width:208px;
}
.widget .question .inputColumn .button {
	margin-left:0;
	margin-top:18px;
}
#main .widget-small .question .inputColumn .button {
	margin:0 0 10px;
}
/* questions/errorMessage */
.question.error
{
	background:url("../images/backgrounds/error-bg.gif") repeat-y top left;
	border-bottom:1px solid #fff;
	position:relative;
}
.question.error label
{
	color:#df071f;
}
.question.error .message
{
	width:160px;
	margin-left:10px;
	position:absolute;
	top:0;
	padding:5px;
	color:#000;
	right:0;

}
.question.error .inputColumn span.input {
	background:#fbfbfb url(../images/backgrounds/input-text-error.gif) no-repeat 0 0;
}
.question.error .inputColumn span.input input {
	color:#f6233a;
	background:#fbfbfb url(../images/backgrounds/input-text-error.gif) no-repeat 100% 0;
}
.question.error .inputColumn span.textarea {
	background:#fbfbfb url(../images/backgrounds/input-textarea-error.gif) no-repeat 0 0;
}
.question.error .inputColumn span.textarea textarea {
	color:#f6233a;
	background:#fbfbfb url(../images/backgrounds/input-textarea-error.gif) no-repeat 100% 0;
}
.question.error .inputColumn span.select {
	background:#fbfbfb url(../images/backgrounds/select-error.gif) no-repeat 0 0;
}
.question.error .inputColumn span.select select {
	color:#f6233a;
	background:#fbfbfb url(../images/backgrounds/select-error.gif) no-repeat 100% 0;
}
.question.confirm .inputColumn span.input {
	background:url(../images/backgrounds/text-confirm.gif) no-repeat 0 0;
}
.question.confirm .inputColumn span.input input {
	color:#262a2c;
	background:url(../images/backgrounds/text-confirm.gif) no-repeat 100% 0;
}
.question div.message {
	/*clear:both;*/
	display:none;
	/*position:relative;
	padding:12px;
	margin:11px 0 0;*/
	font-size:13px;
	float:left;

}
.question.error div.message {
	display:block;
}

.question div.message p {
	padding:0;
}
.question div.message span.arrow {
	height:6px;
	left:-5px;
	position:absolute;
	top:10px;
	width:9px
}
.question .inputColumn div.message {
	/*width:307px;*/
	width:80px;
}
.question.error div.message {
	border:1px solid #f39ca5;
	background-color:#fdecee;
}
.question.confirm div.message {
	border:1px solid #a8d689;
	color:#262a2c;
	background-color:#effae8;
}
.question.error .errorMessage {
	color:#f6233a;
}
.question.error div.message span.arrow {
	background:transparent url(../images/backgrounds/error-arrow.gif) no-repeat 0 0;
}
.question.confirm div.message span.arrow {
	background:transparent url(../images/backgrounds/confirm-arrow.gif) no-repeat 0 0;
}
.question .inputColumn span.input.search input
{
	width:594px;
	background:url(../images/backgrounds/input-text.gif) no-repeat scroll -3px 0 #FBFBFB;
	padding:0 3px 0 0;
}
.question .inputColumn span.input.search.postcode input
{
	width:183px;
	color:#6b7173;
}
.question .inputColumn span.input.search a.searchButton,
.question .inputColumn span.input.search a.searchButton02
{
	background:url(../images/backgrounds/search.gif) no-repeat scroll -3px 0 #fff;
	color:#fff;
	display:block;
	float:right;
	font-size:75%;
	font-weight:normal;
	height:31px;
	line-height:31px;
	padding:0 0 0 24px;
	text-align:left;
}

.question .inputColumn span.input.search a.searchButton{
	width:76px;
}

.question .inputColumn span.input.search a.searchButton02{
	width:52px;
}

.question .inputColumn span.input.search input.searchButton
{
	background:url(../images/backgrounds/search.gif) no-repeat scroll -3px 0 #fff;
	width:76px;
	height:31px;
	float:right;
	padding:0 6px 4px;
	color:#fff;
	text-align:right;
	font-weight:normal;
	font-size:75%;
}
.question.highlight {
	background:#FDFAD8;
}
form.formStyle01 .rowStyle01 {
	border-top:none;
}
form.formStyle01 fieldset {
	background:#F3F4F4;
	padding:9px 12px 6px;
}
form.formStyle01 .question .labelColumn,
form.formStyle01 .question .inputColumn {
	float:none;
	text-align:left;
}
form.formStyle01 .question .inputColumn span.textarea,
form.formStyle01 .question .inputColumn span.input {
	width:673px;
}
form.formStyle01 .question .inputColumn span.textarea textarea,
form.formStyle01 .question .inputColumn span.input input {
	width:661px;
}
form.formStyle01 .question .inputColumn span.select {
	width:668px;
}
form.formStyle01 .question .inputColumn span.select select {
	width:668px;
}
/* formStyle02 */
form.formStyle02 fieldset {
	background:#edf6fb;
	padding:9px 12px 6px;
}
form.formStyle02 .question .labelColumn,
form.formStyle02 .question .inputColumn {
	float:none;
	text-align:left;
}
form.formStyle02 .question .inputColumn span.textarea,
form.formStyle02 .question .inputColumn span.input {
	width:673px;
}
form.formStyle02 .question .inputColumn span.textarea textarea,
form.formStyle02 .question .inputColumn span.input input {
	width:661px;
}
/* box */
div.box
{
	/* modified by Harsha.243681*/
	/* border:1px solid #e0e1e2; */
	/* modified by Harsha.243681*/
	margin:0 0 11px;
	position:relative;
	clear:both;
}
div.box h2
{
	border-bottom:1px solid #e0e1e2;
	background-color:#fbfbfb;
	padding:10px 11px;
	font-size:13px;
	font-weight:normal;
	
	margin:0 0 11px;
}
div.box .boxInner h2
{
	border-top:1px solid #e0e1e2;
}
div.box.boxStyle01 span.corner,
div.box.boxStyle03 span.corner
{
	position:absolute;
	width:3px;
	height:3px;
	display:block;
	background:transparent url(../images/backgrounds/box-corners.gif) no-repeat 0 0;
}
div.box.boxStyle01 span.tl,
div.box.boxStyle01 span.tr,
div.box.boxStyle03 span.tl,
div.box.boxStyle03 span.tr {
	top:-1px;
}
div.box.boxStyle01 span.bl,
div.box.boxStyle01 span.br,
div.box.boxStyle03 span.bl,
div.box.boxStyle03 span.br {
	bottom:-1px;
}
div.box.boxStyle01 span.tl,
div.box.boxStyle01 span.bl,
div.box.boxStyle03 span.tl,
div.box.boxStyle03 span.bl {
	left:-1px;
}
div.box.boxStyle01 span.tr,
div.box.boxStyle01 span.br,
div.box.boxStyle03 span.tr,
div.box.boxStyle03 span.br {
	right:-1px;
}
div.box.boxStyle01 span.tr,
div.box.boxStyle03 span.tr {
	background-position:-3px 0;
}
div.box.boxStyle01 span.bl,
div.box.boxStyle03 span.bl {
	background-position:0 -3px;
}
div.box.boxStyle01 span.br,
div.box.boxStyle03 span.br {
	background-position:-3px -3px;
}

/* yellow box */
div.box.boxStyle02 {
	background-color:#fdfad8;
	border:0;
	padding: 5px 0 5px 10px;
	margin-top:11px;
}
div.box.boxStyle02 h2 {
	background-color:transparent;
	border-bottom:1px solid #f2e986;
}

div.box.boxStyle02 p {
	font-size:13px;
	padding-top: 5px;
	line-height:22px;
}

/* blue content-centered box */
div.box.boxStyle03
{
	border:1px solid #cfe6f4;
	background-color:#edf6fb;
}
div.box.boxStyle03 span.corner
{
	background-image:url(../images/backgrounds/box-corners-blue.gif);
}
div.box.boxStyle03 .boxInner {
	text-align:center;
	padding:11px 12px;
}
div.box.boxStyle03 p {
	line-height:22px;
}

div.box.boxStyle03 h2 {
	font-size:18px;
	
	font-weight:100;
	background:none;
	border:none;
	padding:0;
}

div.box.boxStyle03 img {
	margin:0 0 11px;
}
div.box.boxStyle03:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 100% secure background */
div.box.boxStyle04{
	margin:11px 0 0;
}
div.box.boxStyle04 .boxInner{
	background:url(../images/backgrounds/secure.gif) no-repeat scroll 90% 0 #fff;
	height:135px;
}

#main div.box ul {
	padding:0 11px 0;
}
div.box ul li {
	font-size:13px;
	padding-bottom:8px;
}
div.box p {
	padding:0 12px 8px;
	line-height:16px;
}

div.box.boxStyle01 h2 {
	padding:13px 12px;
}

div.box.boxStyle01 p {
	padding-top:3px;
	padding-bottom:17px;
}

#main div.boxStyle01 ul {
	padding-bottom:9px;
}

div.boxStyle01 ul li {
	padding-bottom:6px;
}

div.box.boxStyle04 {
	margin:11px 0 0;
}

.alertAccountSelect {
	background:#f3f4f4;
	padding:20px 12px 10px;
}

div.column-12 div.boxStyle01 ul li {
	background:none;
	padding-left:0;
}

div.column-12 div.boxStyle03 span.buttonStyle03 {
	margin:0 0 10px 42px;
}

/* white box */
div.box.boxStyle05 {
	background-color:#fff;
	border:0;
	padding: 1px 0 5px 10px;
}
div.box.boxStyle05 h4 {
	padding:0 0 12px;
}

div.box.boxStyle05 p {
	font-size:13px;
	padding:10px 0 5px;
}

div.box.boxStyle05 ul
{
	margin-top:10px;
}
.alertAccountSelect .question .labelColumn {
	width:auto;
}
.alertAccountSelect .question .labelColumn label {
	font-weight:normal;
}
.container00 {
	background:#eaebeb;
	margin:21px 0 0;
}
.container00 p {
	
	font-size:100%;
	line-height:22px;
	text-align:center;
	padding:56px 0 65px;
}
.container02 {
	background:#edf6fb;
	border:1px solid #cfe6f4;
	padding:21px;
	margin-bottom:12px;
}
.container03 {
	background:#f3f4f4;
	clear:both;
	margin-top:16px;
	float:left;
	margin-top:16px;
	width:100%;
}
.filterActions {
	padding:10px 12px 0px;
	background:url("../images/backgrounds/filterActionsBG.gif") no-repeat left;
	float:right;
	margin-left:15px;
	width:115px;
}

.filterActions .buttonStyle04 {
	float:right;
	margin-top:20px;
}

div.infoBox {
	background:url("../images/backgrounds/infoBox00Top.gif") no-repeat top left;
	padding:3px 0 0;
	position:relative;
}
div.infoBox .infoBoxInner {
	background:url("../images/backgrounds/infoBox00Btm.gif") no-repeat bottom left;
	padding:10px 0 11px;
}
fieldset div.infoBox {
	background:none;
	padding:0px 12px 11px;
	width:auto;
}
fieldset div.infoBox .infoBoxInner {
	background:#fdfad8;
	padding:11px 12px 0px;
	border:1px solid #d4d6d7;
}
div.activationBox {
	background:url("../images/backgrounds/activationBox00Top.gif") no-repeat top left;
	padding:3px 0 0;
	position:relative;
}
div.activationBox .activationBoxInner {
	background:url("../images/backgrounds/activationBox00Btm.gif") no-repeat bottom left;
	padding:10px 0 11px;
}
div.column-1 div.activationBox {
	background:url("../images/backgrounds/activationBox01Top.gif") no-repeat top left;
}
div.column-1 div.activationBox .activationBoxInner {
	background:url("../images/backgrounds/activationBox01Btm.gif") no-repeat bottom left;
}
div.infoBox .infoBoxInner .topContent {
	padding:0;
}
div.infoBox .infoBoxInner .expandedContent,
div.activationBox .activationBoxInner .expandedContent {
	margin:0 11px;
	border-top:1px solid #d4d6d7;
	padding:10px 12px 0;
	display:none;
}
div.infoBox .infoBoxInner .expandedContent .buttonStyle04 {
	margin-left:0;
}
div.infoBox .infoBoxInner .expandedContent .buttonStyle03 {
	margin-top:6px;
}
div.infoBox .infoBoxInner p,
div.activationBox .activationBoxInner p {
	text-align:center;
	padding:0;
	clear:both;
}
div.infoBox .infoBoxInner .expandedContent p,
div.activationBox .activationBoxInner .expandedContent p {
	text-align:left;
}
.infoBox03 {
	margin:0 0 10px;
}


div.infoBox .infoBoxInner p.radio {
	text-align:left;
}
div.infoBox .toggle {
	height:13px;
	width:13px;
	position:absolute;
	top:39px;
	left:300px;
	cursor:pointer;
}
div.closed div.infoBoxInner .toggle {
	background:url("../images/backgrounds/plus-small.gif") no-repeat top left;
}
div.open div.infoBoxInner .toggle {
	background:url("../images/backgrounds/minus-small.gif") no-repeat top left;
}
a.triggerClosed {
	background:url("../images/backgrounds/plus-small.gif") no-repeat top left;
	padding-left:20px;
}
a.triggerOpen {
	background:url("../images/backgrounds/minus-small.gif") no-repeat top left;
	padding-left:20px;
}
#main div.infoBox p.paraStyle02 {
	padding:10px 0 0 177px;
}
div.infoBox p.paraStyle02 span {
	float:left;
	margin-left:5px;
}
.widget div.infoBox {
	background:#fdfad8;
	border:1px solid #fbf28b;
}
.widget div.infoBox .infoBoxInner {
	background:none;
	padding:0px;
}
.widget div.infoBox.blue {
	background:#edf6fb;
	border:1px solid #cfe6f4;
}
.column-3 .widget div.infoBox.blue {
	margin:11px 12px;
} 
.widget div.infoBox p {
	text-align:center;
	padding:4px 0 5px;
}
.widget-small div.infoBox p {
	padding:2px 0 3px;
}
.widget-small div.infoBox p.paraStyle01 {
	padding:12px 0;
}
.widget-small div.infoBox img {
	padding:0 0 5px 10px;
}
.widget-small div.infoBox .options-menu {
	margin-right:75px;
	float:right;
}
.column-1 div.infoBox {
	background:url("../images/backgrounds/infoBox01Top.gif") no-repeat top left;
}
.column-1 div.infoBox .infoBoxInner {
	background:url("../images/backgrounds/infoBox01Btm.gif") no-repeat bottom left;
}


.column-1 div.infoBox04 {
	background:url("../images/backgrounds/confirmation-box-top.gif") no-repeat top left;
	padding:3px 0 0;
	margin:0 0 10px;
	position:relative;
}
.column-1 div.infoBox04 .infoBoxInner {
	background:url("../images/backgrounds/confirmation-box-bottom.gif") no-repeat bottom left;
	padding:10px 0 11px;
}
.widget div.confirmBox {
	background:#effae8;
	border-bottom:1px solid #d8f2c6;
	margin:0;
}
.widget div.confirmBox .confirmBoxInner {
	background:none;
	padding:0px;
}
.widget div.confirmBox p {
	text-align:center;
	padding:4px 0 5px;
	font-weight:normal;
	color:#508f00;
}
div.alertBox {
	background:url("../images/backgrounds/alertBox00Top.gif") no-repeat top left;
	padding:3px 0 0;
	position:relative;
}
div.alertBox .alertBoxInner {
	background:url("../images/backgrounds/alertBox00Btm.gif") no-repeat bottom left;
	padding:10px 0 11px;
}
div.alertBox .alertBoxInner .expandedContent {
	padding:0 11px;
}

div.alertBox .alertBoxInner p {
	text-align:left;
	padding:0 10px 0 10px;
	color:#262a2c;
}

div.alertBox h3 {
	text-align:center;
	padding:0;
	font-size:87.5%;
	font-weight:normal;
	color:#FF3300;
}
div.alertBox .alertBoxInner p.radio {
	text-align:left;
}

div.alertBox .toggle {
	height:21px;
	width:21px;
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
}
div.closed div.alertBoxInner .toggle {
	background:url("../images/backgrounds/alertBox-open.png") no-repeat top left;
}
div.open div.alertBoxInner .toggle {
	background:url("../images/backgrounds/alertBox-close.png") no-repeat top left;
}
.widget div.alertBox {
	background:#fdfad8;
	border:1px solid #fbf28b;
	margin:11px 12px;
}
.widget-small div.alertBox {
	margin:11px 5px;
}
.widget div.alertBox .alertBoxInner {
	background:none;
	padding:0px;
}
.widget div.alertBox p {
	text-align:center;
	padding:4px 0 5px;
}
.widget-small div.alertBox p {
	padding:2px 0 4px;
}

.column-1 div.alertBox {
	background:url("../images/backgrounds/alertBox01Top.gif") no-repeat top left;
}
.column-1 div.alertBox .alertBoxInner {
	background:url("../images/backgrounds/alertBox01Btm.gif") no-repeat bottom left;
}
div.logonColouredBg{
	background-color:#edf6fb;
}
div.login
{
	border-bottom:1px solid #e0e1e2;
	margin:0 0 11px;
}
div.login:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.login div.column
{
	padding:16px 0 11px 0;
}

div.login div.column.colExt00 {
	width:100%;
}

div.login div.column.columnStyle02
{
	width:470px;
	float:left;
	min-height:210px;
}
div.login div.column.selected
{
	background-color:#edf6fb;
}
div.login h2,
div.login h3,
div.login label,
div.login .question
{
	padding:0 12px 11px;
}
div.login p
{
	padding:0 0 11px;
	line-height:22px;
}
div.login h2
{
	font-size:150%;
}
div.login h3
{
	font-size:81.25%;
	
	font-weight:normal;
}
.padlock img
{
	float:right;
	margin:0 0 0 11px;
	position:relative;
	top:-19px;
}
.drop,
.drop-full {
	min-height:100px;
}
.outline {
	border:1px dashed #CCC;
	margin:-2px;
	background:#FFF;
}
.outline * {
	visibility:hidden;
}
.ghost {
	z-index:10;
}
table tr th .sort
{
	position:relative;
	top:3px;
	margin:0 0 0 7px;
}
/* tableStyle01 */
.table.tableStyle01,
.table.tableStyle02,
.table.tableStyle03,
.table.tableStyle04  {
	position:relative;
}

.table.tableStyle03 .question .inputColumn p.radio{
	padding: 0 0 0 13px;
}
.table table {
	border:1px solid #c9cbcc;
	margin:0;
}
.widget .table table {
	border:none;
}
.table.tableStyle01 table th ,
.table.tableStyle04 table th {
	background-color:#c9cbcc;
}

.table.tableStyle03 table th {
	background-color:#c02834;
	color:#fff;
}

.table.tableStyle03{
	margin: 0 10px 10px 10px;
}

.table.tableStyle04{
	margin: 0 23px 10px 23px;
}
.table.tableStyle05 {
	border-bottom:1px solid #c9cbcc;
}
.table.tableStyle05 table tbody {
	border:none;
}
.table.tableStyle05 table tbody td {
	border:none;
}
.table.tableStyle05 table tbody .even td {
	padding-top:0;
}
.table.tableStyle05 table tbody td a {
	background:url("../images/backgrounds/plus.gif") no-repeat top left;
	padding-left:23px;
}
.table.tableStyle05 table tbody td .options-menu a {
	background:none;
	padding-left:6px;
}
.table .options-menu a.checked {
	background:url("../images/backgrounds/option-checked.gif") no-repeat;
	background-position: 114px 8px;

}
.table .options-menu a.unchecked {
	background:url("../images/backgrounds/option-unchecked.gif") no-repeat;
	background-position: 114px 8px;
}
.table.tableStyle08 .row1 {
	background:#effae8;
}

.table.tableStyle04 h4{
	font-size: 13px;
	font-weight:normal;
	color:#373C3F;
	padding:9px 2px 8px 6px;
}

.table.tableStyle01 span.corner,
.table.tableStyle02 span.corner,
.table.tableStyle03 span.corner {
	position:absolute;
	width:3px;
	height:3px;
	background-color:red;
	display:block;
	background:transparent url(../images/backgrounds/table-corners.gif) no-repeat 0 0;
}

.table.tableStyle01 table tr.even td {
	background-color:#f3f4f4;
}

.table.tableStyle03 table tr.even td {
	background-color:#f3f4f4;
}
.table.tableStyle03 table tr.odd td {
	background-color:#fffbf9;
}
.table.tableStyle01 span.tl,
.table.tableStyle01 span.tr,
.table.tableStyle02 span.tl,
.table.tableStyle02 span.tr,
.table.tableStyle03 span.tl,
.table.tableStyle03 span.tr{
	top:0;
}
.table.tableStyle01 span.bl,
.table.tableStyle01 span.br,
.table.tableStyle02 span.bl,
.table.tableStyle02 span.br,
.table.tableStyle03 span.tl,
.table.tableStyle03 span.tr  {
	bottom:0;
}
.table.tableStyle01 span.tl,
.table.tableStyle01 span.bl,
.table.tableStyle02 span.tl,
.table.tableStyle02 span.bl,
.table.tableStyle03 span.tl,
.table.tableStyle03 span.tr  {
	left:0;
}
.table.tableStyle01 span.tr,
.table.tableStyle01 span.br,
.table.tableStyle02 span.tr,
.table.tableStyle02 span.br ,
.table.tableStyle03 span.tl,
.table.tableStyle03 span.tr {
	right:0;
}
.table.tableStyle01 span.tr,
.table.tableStyle02 span.tr,
.table.tableStyle03 span.tr  {
	background-position:-3px 0;
}
.table.tableStyle01 span.bl,
.table.tableStyle02 span.bl,
.table.tableStyle03 span.bl  {
	background-position:0 -3px;
}
.table.tableStyle01 span.br,
.table.tableStyle02 span.br,
.table.tableStyle03 span.br  {
	background-position:-3px -3px;
}

.tableStyle07{
	padding: 0 10px;
}

.table.tableStyle02 thead th {
	padding:13px 0 13px 12px;
}
.table.tableStyle02 tr.odd td {
	border:none;
	padding-bottom:4px;
}
.table.tableStyle02 tr.even td {
	border-bottom:1px solid #E0E1E2;
	padding-top:0;
	padding-bottom:10px;
	padding-left:11px;
	vertical-align:top;
	line-height:22px;
}
.table.tableStyle02 tr.odd td.col0,
.table.tableStyle02 tr.odd td.col2 {
	border-bottom:1px solid #E0E1E2;
}
.table.tableStyle02 tr.odd td.col0 {
	padding-left:5px;
}
.table.tableStyle02 tr.odd td.col1 {
	padding-left:9px;
	padding-top:13px;
}
.table.tableStyle02 tr.odd td.col2 {
	vertical-align:top;
	padding-top:12px;
	padding-right:18px;
}
.tableAccounts tr.odd td {
	border-bottom:none;
}
.tableAccounts tr.odd.open td {
	background:#EDF6FB;
}
.tableAccounts tr.odd td a.table-toggle {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/backgrounds/plus.gif) no-repeat top left;
	float:left;
	padding-right:4px;
}

.tableAccounts tr.odd td a.table-toggle-small {
	display:block;
	width:13px;
	height:13px;
	margin-left:1px;
	padding-right:8px;
	background:url(../images/backgrounds/plus-small.gif) no-repeat top left;
}

.tableAccounts tr.odd.open td a.table-toggle {
	background:url(../images/backgrounds/minus.gif) no-repeat top left;
}

.tableAccounts tr.odd.open td a.table-toggle-small {
	background:url(../images/backgrounds/minus-small.gif) no-repeat top left;
}

.tableAccounts tr.even td {
	background:#EDF6FB;
	padding-top:0;
	padding-bottom:0;
}
.subTable {
	display:none;
	padding:0 0 0 17px;
}
.subTable table {
	margin:8px 0;
}

.subtableAllAccountsPadding{
	padding:0 9px 0 21px;
}
.subTable thead th {
	background:#CFE6F4;
}
.tableAccounts tr.even td .subTable tbody td,
.tableAccounts tr.even td .subTable2 tbody td {
	border-top:1px solid #CFE6F4;
	border-bottom:none;
	padding-top:8px;
	padding-bottom:8px;
}
/* pagination */
div.pagination
{
	text-align:right;
	padding:0 12px;
}
div.pagination h2
{
	text-align:left;
}
div.pagination div.jumpPage {
	float:left;
	text-align:left;
	font-size:81.5%;
	line-height:22px;
}
div.pagination div.jumpPage label {
	float:left;
}
a.paginationButton {
	padding:0 0 0 10px;
	color:#0278BA;
	margin:0 0 11px 5px;
	font-size:81.5%;
	display:inline-block;
	line-height:21px;
}
a.paginationButton.first {
	background:transparent url(../images/backgrounds/first.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
a.paginationButton.prev {
	background:transparent url(../images/backgrounds/prev.gif) no-repeat 0 50%;
}
a.paginationButton.next {
	background:transparent url(../images/backgrounds/next.gif) no-repeat 0 50%;
	margin:0 0 11px 10px;
}
a.paginationButton.last {
	background:transparent url(../images/backgrounds/last.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
a.paginationButton.disabled {
	color:#6b7173;
}
a.paginationButton.first.disabled {
	background:transparent url(../images/backgrounds/first-disabled.gif) no-repeat 0 50%;
}
a.paginationButton.prev.disabled {
	background:transparent url(../images/backgrounds/prev-disabled.gif) no-repeat 0 50%;
}
a.paginationButton.next.disabled {
	background:transparent url(../images/backgrounds/next-disabled.gif) no-repeat 0 50%;
}
a.paginationButton.last.disabled {
	background:transparent url(../images/backgrounds/last-disabled.gif) no-repeat 0 50%;
}
span.paginationPageButton {
	background:transparent url(../images/backgrounds/small-button.gif) no-repeat 0 0;
	text-align:center;
	width:18px;
	height:21px;
	display:inline-block;
	margin:0 0 11px 5px;
	color:#6b7173;
	font-size:75%;
	line-height:21px;
}
span.paginationPageButton a {
	color:#262a2c;
}
.widget-toolbar .widget-search {
	clear:both;
}
.widget-toolbar .widget-search .question {
	padding-top:0;
}
.widget-toolbar .widget-search .labelColumn {
	float:none;
	text-align:left;
	padding:0 0 11px;
	width:100%;
}
.widget-toolbar .widget-search .inputColumn {
	float:none;
	width:100%;
	padding-bottom:12px;
}
.widget-toolbar .widget-search .inputColumn span.input {
	width:273px;
}
.widget-toolbar .widget-search .inputColumn span.input input {
	width:261px;
}
.widget-large .widget-toolbar .widget-search .inputColumn span.input {
	width:593px;
}
.widget-large .widget-toolbar .widget-search .inputColumn span.input input {
	width:581px;
}
.widget-toolbar .widget-search .inputColumn span.select select {
	width:266px;
}
.widget-toolbar .widget-search .rowStyle01 {
	padding:0;
	border:none;
}
.widget-toolbar .widget-search .rowStyle01 span.button {
	float:left;
	margin-bottom:0;
}
/* filters */
.filters fieldset {
	padding: 11px 0 5px;
}
.filters .question {
	padding:0 0 0 12px;
}
.filters .question .labelColumn {
	padding-right:20px;
	width:163px;
}
.filters .question .inputColumn {
	width:495px;
}
.filters .question .labelColumn label {
	font-weight:normal;
}
.filters .question .inputColumn span.select select {
	width:340px;
}
.filters .question .inputColumn div.calltoaction span.button {
	float:left;
	padding-right:12px;
	margin:0 12px 0 0;
	background:url(../images/backgrounds/grey-line.gif) repeat-y right;
}
.filters .question .inputColumn div.calltoaction span.button.last {
	background:none;
}
.filters .question .inputColumn div.calltoaction span.button a {
	line-height:normal;
}
.filters .question-radiogroup .inputColumn p,
.filters .question-daterange .inputColumn p,
.filters .question-amountrange .inputColumn p,
.filters .question-checkboxgroup .inputColumn p {
	float:left;
	clear:none;
	padding:8px 12px 0 0;
}
.filters .question .inputColumn span.input.date {
	margin:0 4px;
}
.filters .question-amountrange .inputColumn span.input {
	margin:0 4px;
}
.filters .question-amountrange .inputColumn span.input input {
	width:83px;
}
.filters .question .inputColumn span.input.search input {
	width:266px;
}
.filters .question .inputColumn span.input.search input.searchButton {
	width:76px;
}
.filters .question.radiogroup-3col .radio-0 {
	width:142px;
}
.filters .question.radiogroup-4col .radio-0,
.filters .question.radiogroup-5col .radio-0 {
	/*width:32px;*/
	width:100px;
}
.filters .question.radiogroup-4col .radio-1,
.filters .question.radiogroup-5col .radio-1 {
	width:98px;
}
.filters .question.radiogroup-3col .radio-1,
.filters .question.radiogroup-4col .radio-2 {
	width:168px;
}
.filters .question.radiogroup-5col .radio-2 {
	width:70px;
}
.filters .question.radiogroup-5col .radio-3 {
	width:86px;
}

.filters .question.radiogroup-3col .radio-0,
.filters .question.radiogroup-3col .radio-3,
.filters .question.radiogroup-3col .radio-6,
.filters .question.radiogroup-3col .radio-9 {
	/*width:142px;*/
	width:100px;
}
.filters .question.radiogroup-3col .radio-1,
.filters .question.radiogroup-3col .radio-4,
.filters .question.radiogroup-3col .radio-7,
.filters .question.radiogroup-3col .radio-10 {
	width:168px;
}
.filters .question.radiogroup-3col .radio-2,
.filters .question.radiogroup-3col .radio-5,
.filters .question.radiogroup-3col .radio-8,
.filters .question.radiogroup-3col .radio-11 {
	width:142px;
}
.filters .checkboxgroup-3col .inputColumn p {
	width:100px;
}
.filters p {
	clear:both;
	padding:0 0 8px 0;
	line-height:16px;
}
.filters p.textStyle01,
.filters p.textStyle02 {
	padding:0 0 8px 12px;
}
.filters .filters-link {
	color:#262A2C;
	padding-left:22px;
	background: url(../images/backgrounds/plus.gif) no-repeat top left;
}
.filters-open .filters-toggle {
	background: url(../images/backgrounds/minus.gif) no-repeat top left;
}
.filters-open .filters-content {
	display:block;
}
/* overlay */
.overlay {
	position:fixed;
	width:100%;
	height:100%;
	background:url("../images/backgrounds/overlay.png");
	z-index:100;
}
.lightbox {
	background:url("../images/backgrounds/lightboxTop.png") no-repeat top left;
	padding:30px 0 0;
	width:770px;
	margin:0 auto;
	position:relative;
}
.lightbox .close {
	height:28px;
	width:28px;
	position:absolute;
	top:3px;
	right:3px;
	background:url(../images/backgrounds/overlay-close.png) no-repeat top left;
	cursor:pointer;
}
.lightboxInner {
	background:url("../images/backgrounds/lightboxBtm.png") no-repeat bottom left;
	padding:0 35px 14px;
}
.lightbox01 {
	background:url("../images/backgrounds/lightboxTop01.png") no-repeat top left;
}
.lightbox01 .lightboxInner {
	background:url("../images/backgrounds/lightboxBtm01.png") no-repeat bottom left;
	min-height:504px;
	padding:0 35px 14px;
}
.lightbox h2 {
	border-bottom:1px solid #e0e1e2;
}
.lightbox .column-11 {
	text-align:right;
}
.lightbox .column-11.column-last {
	text-align:left;
}
.lightbox p {
	padding-left:0;
}
.lightbox span.button.buttonStyle03 {
	/*border-right:1px solid #e0e1e2;*/
	padding:0 10px 0 0;
}
.lightbox span.button.buttonStyle05 a {
	/*border-right:1px solid #e0e1e2;*/
	padding:0 10px 0 0;
}
.lightbox .question .labelColumn {
	padding-top:7px;
}
.lightbox .question .inputColumn {
	padding-bottom:4px;
}
.lightbox .question .inputColumn p.confirmation {
	padding-top:4px;
}
.lightbox fieldset {
	padding-top:12px;
}
.lightbox01 h1 {
	padding:13px 12px 20px;
}
.lightbox01 h2 {
	border:none;
}
.lightbox01 p {
	padding:0 12px 20px;
}
.lightbox01 .button {
	margin-bottom:23px;
}
.lightbox01 hr {
	margin:0 12px 15px;
}
.lightbox02 {
	background:none;
	padding:0;
}
.lightbox02 .lightboxInner {
	background:none;
	padding:0;
	position:relative;
}
.lightbox02 img {
	border:none;
}

.lightbox02 .savings-overlay-link {
	display:block;
	height:32px;
	left:52px;
	position:absolute;
	top:355px;
	width:96px;
	background:url("../images/content/more-button.gif") no-repeat top left;
}
.lightbox02 .savings-overlay-close-link {
	display:block;
	left:251px;
	position:absolute;
	top:355px;
	width:159px;
	height:32px;
	background:url("../images/background/trans.gif");
}
/* No bullet points */
ul.listStyle01 li {
	background:none;
	padding:0 0 6px 0;
}
ul.listStyle02 {
	padding:0 0 10px 12px;
}
ul.listStyle03 {
	padding-top:0;
	padding-bottom:10px;
}
ul.listStyle03 li {
	background:url(../images/backgrounds/listStyle03.png) no-repeat top left;
	padding:5px 200px 20px 44px;
	
}
/* container01 */
div.container01 {
	border-top:1px solid #e0e1e2;
	padding:20px 0 15px 0;
}
div.container01 h2 {
	font-size:18px;
}
div.container01 p {
	padding:0 12px 11px;
}
div.container01 ul {
	padding:0 0 11px 12px;
}
div.container01 label {
	padding-left:0;
}

div.container04 {
	background:#fbfbfb;
	border:1px solid #e0e1e2;
	padding:12px;
	margin-bottom:12px;
}
div.container04Ext00 {
	background:#edffd7;
}
div.container04 p {
	padding:0;
}
div.column-19 div.container04 h3,
div.column-19 div.container04 p {
	text-align:center;
}
div.column-19 div.container04 p {
	padding:5px 0 0;
}
div.column-19 div.container04 img {
	padding:5px 0 0 12px;
}
div.column-19 div.container04 .buttonStyle04,
div.column-19 div.container04 .buttonStyle03 {
	margin:15px 0 0 70px;
}
div.column-19 div.container04 .buttonStyle09 {
	margin:15px 0 0 60px;
}
div.cardContainer,
div.cardContainerSelected{
	height:65px;
	width:100px;
	padding:5px;
}

div.cardContainerSelected{
	background:#33FF00;
}
/* password strength bar */
.strength {
	background:url(../images/content/password-bar.gif) no-repeat 0 0;
	width:267px;
	height:29px;
	margin:6px 0 0;
}
.strength.low {
	/*background-position:0 -21px;*/
}
.strength.medium {
	background-position:0 -42px;
}
.strength.high {
	background-position:0 -63px;
}
div.processing {
	width:100%;
	text-align:center;
}
/* widget search */
#main .widgetSearch p {
	padding:22px 0 22px 12px;
}
#main .widgetSearchInner {
	background:#edf6fb;
	padding:18px 12px;
}
#main .widgetSearch input{
	width:118px;
	background:url('../images/backgrounds/input-text-02.gif') no-repeat top right;
}
#main .widgetSearch span {
	float:left;
	margin:0;
}
#main .widgetSearch .calltoaction {
	padding:0;
	float:left;
	clear:none;
}
#main .widgetSearch span.buttonStyle05 input {
	width:63px;
	padding:7px 0 8px;
	background:url('../images/backgrounds/buttonStyle05.gif') no-repeat top right;
	color:#fff;
	font-weight:normal;
}
#main .widgetSearch .question {
	border-bottom:1px solid #cfe6f4;
}
#main .widgetSearch .question .inputColumn {
	padding:0 0 16px;
}
#main .widgetSearch .question .labelColumn {
	padding:14px 0 0;
	text-align:left;
	width:180px;
}
#main .widgetSearch .question .inputColumn p {
	padding:0 0 1px;
}
#main .widgetSearch .question-checkboxgroup  {
	border:none;
}
#main .widgetSearch .question-checkboxgroup input {
	width:auto;
	float:left;
	margin:4px 4px 0 0;
	background:none;
}
#main .widgetSearch .question-checkboxgroup span {
	float:none;
	color:#6c7274;
}
#main .widgetSearch .question-checkboxgroup  .inputColumn {
	padding:5px 0 3px;
}
/* widgets */

.widgetItem {
	background:#fbfbfb;
	border:1px solid #e0e1e2;
	padding:0 0 21px;
	margin:0 0 11px;
}
.widgetItem.selected {
	background:#edffd7;
}
.widgetItem.added {
	background:#f4f8fb;
}
.widgetItem h2 {
	padding-bottom:0;
}
.widgetItem .column-15 {
	padding:21px 0 0;
}
.widgetItem .buttonStyle03 {
	margin:5px 0 0 20px;
}
.widgetItem .column-14 .buttonStyle03 {
	margin:0 0 0 45px;
}
.widgetItem .buttonStyle02 {
	margin:0 0 0 29px;
}
.widgetItem .buttonStyle08 {
	margin:0 0 0 22px;
}
.rowStyle06 {
	padding:21px 0 0;
}
.rowStyle06 img {
	float:left;
}
.starSelected {
	margin-top:1px;
}
.searchOptions {
	float:right;
	padding-bottom:20px;
}
.searchOptions .buttonStyle03.inactive a {
	color:#727879;
}
.searchOptions .buttonStyle03 {
	background-repeat:no-repeat;
	background-position:0 7px;
}
.searchOptions .buttonStyle03.prev {
	background-image:url("../images/backgrounds/prev-active.gif");
	padding:0 0 0 9px;
	margin:0 12px 0 0;
}
.searchOptions .buttonStyle03.first {
	background-image:url("../images/backgrounds/first-active.gif");
	padding:0 0 0 12px;
	margin:0 15px 0 0;
}
.searchOptions .buttonStyle03.next {
	background-image:url("../images/backgrounds/next-active.gif");
	padding:0 0 0 9px;
}
.searchOptions .buttonStyle03.last {
	background-image:url("../images/backgrounds/last-active.gif");
	padding:0 0 0 12px;
}
.searchOptions .buttonStyle03.prev.inactive {
	background-image:url("../images/backgrounds/prev-inactive.gif");
}
.searchOptions .buttonStyle03.first.inactive {
	background-image:url("../images/backgrounds/first-inactive.gif");
}
.searchOptions .buttonStyle03.next.inactive {
	background-image:url("../images/backgrounds/next-inactive.gif");
}
.searchOptions .buttonStyle03.last.inactive {
	background-image:url("../images/backgrounds/last-inactive.gif");
}
.searchOptions .buttonStyle07 {
	background:url("../images/backgrounds/search-number.gif") no-repeat top left;
	padding:3px 5px 3px 6px;
	margin:0 5px 0 0;
}
.searchOptions .buttonStyle07 {
	font-size:81.25%;
}
.searchOptions .buttonStyle07 a {
	color:#262a2c;
}
.searchOptions .buttonStyle07.inactive a {
	color:#727879;
}
.message:hover
{
	z-index:10;
}
.message .errorMessage
{
	display:none;
}
.message:hover .errorMessage
{
	display:block;
}
.question .thankyou
{
	display:none;
}
.question.confirm .thankyou
{
	color:#000000;
	margin-left:10px;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
	width:160px;
	display:block;
}
.question.confirm
{
	background:url("../images/backgrounds/correct-bg.gif") repeat-y top left;
	border-bottom:1px solid #fff;
	position:relative;
}
.question.confirm div.thankyou {
	background-color:#EFFAE8;
	display:block;
	border:1px solid #a7d589;
}
.question div.thankyou {
	float:left;
	font-size:13px;
}
.thankyou p
{
	padding:0;
}
.question.confirm div.thankyou span.arrow {
	display:block;
	height:6px;
	left:-5px;
	position:absolute;
	top:10px;
	width:9px;
	background:transparent url(../images/backgrounds/correct-arrow.gif) no-repeat 0 0;
}
div.searchOptions{
	border-right:1px #d0e6f4 solid;
	width:500px;
	float:left;	
	padding-top:25px;
}
.widgetPag div.searchOptions{
	border-right:none;
	float:right;	
	padding-top:25px;
	padding-right:12px;
	width:auto;
}
.filters .searchOptions .question{
	padding:0;
}

.filters .searchOptions span.button.buttonStyle04 {
	margin-top:10px;
}	

.filters .searchOptions .question .inputColumn {
	width:auto;
}

.filters .searchOptions .question .inputColumn .calltoaction{
	width:140px;
	padding:7px 0;
	float:right;
}

.filters .searchOptions .question .inputColumn .calltoaction span.button{
	padding-right:0px;
}

.filters .searchOptions .question .inputColumn .calltoaction span.buttonStyle03{
	padding:0px;
	margin: 0 0 0 5px;
}
left
.filters .searchOptions span.buttonStyle04{
	margin-top:10px
}

.filters .searchOptions .question .inputColumn span.select select {
	width:257px;
}

.filters .searchOptions .question .labelColumn {
	width:70px;
	padding:5px 0 0 0;
	margin-right: 10px;
}
.searchOptions .question .inputColumn span.input input {
	width:300px;
	
}
.searchOptions span.advancedSearch {
	margin:-10px 0 0 290px;
}
.searchOptions .question-text {
	width:400px;
	float:left;
	margin-top:10px;
}
.searchOptions span.dateLabel {
	font-size:13px;
	line-height:22px;
	width:70px;	
	text-align:right;
	margin:0;
}
div.searcheResultOptions{
	float:right;
	width:190px;
}
div.savedSearches{
	margin-bottom:10px;
}
div.savedSearclefthesHeader h4 img{
	margin-bottom:3px;
}
div.searcheResultOptions .recentSearches .savedSearchesContentRow ul.savedSearchesContentItem{
	padding:0;
	margin:0;
	clear:both;
}

div.searcheResultOptions .recentSearches .savedSearchesContentRow ul.savedSearchesContentItem li {
	float:left;
	display:inline;
	background:none;
	padding:3px 5px;
}

div.searcheResultOptions .recentSearches .savedSearchesContentRow ul.savedSearchesContentItem li.itemName a {
	display:block;
	width:100px;
}
div.dateRange{
	z-index:50;
	display:block;
	position:absolute;
	width: 448px;
	background-color:#fff;
	padding:10px 10px 20px 10px;	
	border:1px #0278BA solid;
	top:100px;
}

div.dateRange span.input {
	margin:5px 4px;
	position:relative;
	background:url("../images/backgrounds/input-text.gif") no-repeat scroll 0 0 #FBFBFB;
	display:inline-block;
	padding:0 0 0 3px;
}

div.dateRange span.input input{
	width:150px;
	background:url("../images/backgrounds/input-text.gif") no-repeat scroll 100% 0 #FBFBFB;
	border:0 none;
	height:31px;
	line-height:31px;
	padding:0 12px 0 0;
	margin:0;
}

div.dateRange span.input a.calendar {
	position:absolute;
	right:5px;
	top:5px;	
	color:#0278BA;
	text-decoration:none;
}
div.dateRange div.dateRangeInput {
	width:240px;
	float:left;	
}

div.dateRange div.dateRangeInput div.dateRangeInputRow {
	background-color:#EDF6FB;
}

div.dateRange div.dateRangeCalendarImg {
	background-color:#EDF6FB;
	width:194px;
	padding:5px;
	display:inline-block;
}

div.dateRange div.dateRangeInput label span {
	display:inline-block;
	width:40px;
	font-size: 15px;	
	padding-left:5px;
}

div.dateRange div.dateRangeClose {
	margin-bottom: 5px;
	font-size:13px;
	text-align:right;
}
div.extraLightbox{
 top:200px;
}
div.extraLightbox100{
 top:50px;
}
a.inactiveLink {
	cursor:default;
}

a.inactiveLink:hover,
#main .column-0 .menu ul li ul li a.inactiveLink:hover {
	text-decoration:none!important;
}
.noWidth .labelColumn {
	width:auto;
}
/*Logout Styles Start*/
  .footerbar{
	font-size: 12px;
    font-weight:normal;
    height: 140px;
    margin-left: 45px;
    padding:0 15px;
    text-align: left;
   }
   
.footeritems{
float:left;
width:230px;
margin: 0 22px;
border-right: thin solid #eaeaea;
}   
.footerbar .last
{
border:none;
}

.footerbar ul 
{
	
	margin: 0 0 0 20px;
}
.footerbar ul li  {
background:none;
list-style-type:disc;
padding-top:5px;
padding-bottom:5px;
margin: 0px 0;

}
.footerbar .link
{  
font-weight:normal;
}
/*Logout Style End*/
/*Start: Added by Harpreet for Radio_text_textbox */
.newabsmiddle{
	/**vertical-align: middle;
	margin-left: -3px;      
	font-size: 13px;
	float:left;
	margin-top:11px;
	margin-right:5px;*/
	vertical-align: bottom;
	margin-top: 7px;
	padding-right: 4px;
	float:left;
	margin-right:2px;
	margin-left:5px;
}

.newsimpletextright {
      color: #262a2c;
      
      font-size: 13px;
      text-decoration: none;
      float: left;
      padding-top: 9px;
}
/*End: Added by Harpreet for Radio_text_textbox */
.tablesimpletextright{
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	text-align: right;
	float: right;
}
/*Start : Added by Lavanya for CP */
.simpletextright_cp{
	color: #262a2c;
	
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	float: left;
	padding-top: 9px;
	padding-left: 11px;
    margin-right: 8px;
}
/*End : Added by Lavanya for CP */


/* Kishore Start : For Lookup button */
.formbtn_lkp_TextArea{
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 100% 0 #026EAB;
  border: 0 solid #333333;
  color: #404040;/* next-gen*/
  cursor: pointer;
  float: left;
  
  font-size: 12px;
  font-weight:normal;
  height: 21px;
  margin: 0 0 0 10px;
  overflow: visible;
  padding-left: 3px;
  padding-right: 11px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  line-height:20px;
}


.HW_formbtn_lkp_TextArea {
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 transparent;
  clear: right;
  float: left;
  height: 21px;
  margin-left: 64%;
  margin-top: -10%;
}
/* Kishore End : For Lookup button */



/* Onkar Start : to get the radio button in the centre */
.newabsmiddle1{
vertical-align: middle;
margin-left: -3px;
font-size: 13px;
float:left;
margin-top: 11px; 
margin-right:5px;
}
/* Onkar End : to get the radio button in the centre */
/* Kishore  Start : */
a.back {
      
      font-size: 12px;
      font-weight:normal;
      color: #ffffff;
      text-decoration: none;
      /** padding-left: 3px; */
      padding-right: 11px;
      margin: 0px 0px 0px 10px;
      background: url(../images/backgrounds/buttonStyle02_new.png) #026eab no-repeat 100% 0px;
      border: 0px solid #333333;
      width: auto;
      vertical-align: middle;
      overflow: visible;
      float: right;
      height: 21px;
      cursor: pointer;
}
a.back:active{
color: #ffffff;   
   }
/* Kishore End :*/
/* Avani  Start : */
.newabsmiddle2{
                vertical-align: middle;
                margin-left: 2px; 
                font-size: 13px;
                float:left;
                margin-top: 11px; 
                margin-right:5px;
				}
/* Avani  End : */
/*ONKAR : for left and right padding*/
.simpletextpadding {
color: #262a2c;

font-size: 13px;
text-decoration: none;
padding-top: 15px;
padding-right:10px;
padding-left:5px;
}
/*ONKAR : for left and right padding*/
/* Ganesh Start : For Lookup button */
.formbtn_lkp_db {
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 100% 0 #026EAB;
  border: 0 solid #333333;
  color: #404040;/*next-gen*/
  cursor: pointer;
  float: left;
  
  font-size: 12px;
  font-weight:normal;
  height: 21px;
  margin: 0 0 0 10px;
  overflow: visible;
  padding-left: 3px;
  padding-right: 11px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  line-height:20px;
}
.HW_formbtn_lkp_db {
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 transparent;
  clear: right;
  float: left;
  height: 21px;
  margin-left: 50%;
  margin-top: -5%;
}
/* Ganesh End : For Lookup button */
/* Divya Start : For Lookup button besides text area */
.formbtn_lkp1 {
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 100% 0 #026EAB;
  border: 0 solid #333333;
  color: #404040;/*next-gen*/
  cursor: pointer;
  float: left;
  
  font-size: 12px;
  font-weight:normal;
  height: 21px;
  margin: 0 0 0 10px;
  overflow: visible;
  padding-left: 3px;
  padding-right: 11px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  line-height:20px;
}
.HW_formbtn_lkp1 {
  background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 transparent;
  clear: right;
  float: left;
  height: 21px;
  margin-left: 83%;
  margin-top: -6%;
}
/* Divya Start : For Lookup button besides text area */

/*Trupti Start:  for Liquidity Management Sweeping Modify Flow*/
.modify_simpletext
{
      color: #262a2c;
      
      font-size: 0.8em; 
      text-decoration : none;
      float:left;
      width:45%;
      padding-top: 8px;
      padding-right: 5px;
}
/*Trupti End:  for Liquidity Management Sweeping Modify Flow*/

/* Added for Header/Location bar Changes - START*/
.topbarRightContent{
	float: right;
	text-align: right;
	clear: right;
	padding-left: 5px;
	padding-top: 5px;	
	width: 450px;
}
/*change for header by shreya*/
.formbtn_chat {
      background: url("../images/btnChat.png") no-repeat scroll 100% 0 transparent;
    border: 0 solid #333333;
    color: #000000;
    cursor: pointer;
    
    
    font-size: 11px;
    font-weight:normal;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    vertical-align: middle;
    width: 74px;
    padding-bottom: 1px;
    margin-top:-3px;
    margin-left: 24px;

}
.middle{
      margin-left: 10px;      
}
.HW_formbtn_chat {
      background: url("../images/btnChat.png") no-repeat scroll 100% 0 transparent;
    float: right;
    height: 21px;
    padding-left: 1px;
    margin-top: -5px;
}
/* Modified for Neha_Gosain - added margin-left*/
.dropdownheader{
/*changes by shreya for header*/
    background: none no-repeat scroll 0 0 #262A2C;
    border: 0 none;
    color: #FFFFFF;
    display: inline;
    
    /*Changed by Neha Gosain*/
    /*font-size: 0.78em;*/
    font-size: 12px;/*Reverting the changes*/
    font-weight:normal;
    margin: 2px 5px 0 8px;/*changed as the alignment was not proper*/
    text-decoration: none;
    vertical-align: middle;
   /* width: 58px;*/
    width: 75px; /*Surej newly modified for RWD*/
    float:left;
    
}
.dropdownheader_span{
}

.labellocationbarwrapper{
	background: none no-repeat scroll 0 0 #C0C0C0;
	border: 1px solid #C0C0C0;
	color: #4F4F4F;
	display: block;
	float: left;
	
	font-size: 0.8em;
	font-style: normal;
	font-weight:normal;
	height: 31px;
	margin-left: 1%;
	margin-top: 1%;
	width: 215px;
}

.labellocationbar {
	background-color: white;
	display: block;
	float: left;
	font-size: 0.9em;
	height: 18px;
	padding: 6px 3px 7px 3px;
	margin-right: 3px;
	vertical-align: middle;
}

.dropdownlocationbar {
	background: none no-repeat scroll 0 0 #C0C0C0;
	border: 0 none;
	color: #000000;
	display: block;
	
	font-size: 0.9em;
	font-weight:normal;
	padding-left: 5px;
	margin-top: 3%;
	text-decoration: none;
	vertical-align: middle;
	width: 122px;
}

.dropdownlocationbar_span {
	display: block;
}
/* Added for Header/Location bar Changes - END */

/* wrapper span style for small combo box*/
.labelColumn_combo_small{
	margin: 0 0 0 5px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0 0 transparent;
	height: 31px;
	width: 170px;
	display: block;
	float:left;
}

/* wrapper span style for too small combo box*/

.labelColumn_combo_toosmall{
	/** Margin changed from 0 to 4px by Siva Theja */
	margin-right: 4px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0 0 transparent;
	height: 31px;
	width: 90px;
	display: block;
}

/* For buttons in header - START */
.formbtn_header{
	
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	background: url("../images/backgrounds/buttonStyle12.gif") no-repeat scroll 100% 0 transparent;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
}

.HW_formbtn_header{
	float: left;
	height: 21px;
	background: url("../images/backgrounds/buttonStyle12.gif") no-repeat scroll 0 0 transparent;
	clear: right;
	margin-left: 5px;
	padding-left: 5px;
	float: right;
}
/* For buttons in header - END */
.personalizeDashBoardLink{
	color: #262A2C;
    
    /*font-size: 13px;*/
    padding-top: 7px;
    text-decoration: none;
    float:left;
    background-repeat:no-repeat;
    background-position:100% 100%;
    /**padding-right:22px;*/
}
/* Added by shreya for small-widgets on dashboard */

.widgetleftform {
	font-size: 12px;
    text-align: right;
    float: left;
    clear: left;
    font-weight:normal;
    width: 55%;
    padding-left: 0;
    padding-right: 6px;
    margin-left: 6px;
}

.widgetrightform {
	font-size: 12px;
    clear: right;
    clear: right;
    display: block;
    overflow: hidden;
    padding-left: 10px;
}

.column-Dashboard {
	width: 940px;
	/**background-color: #FFFFFF;*/
	/**margin-bottom: 10%;*/
	padding-left:0px;
	/*border-top:1px solid #E0E1E2;*/
}
/**Added By Lavanya */
.checkboxmargin{
      margin-right: 1.9%;
}

/** Added By Siva Theja */
.queryitalictext_numbers {
      
      font-size: 12px;
      font-style: italic;
      color: #505050;
      text-decoration: none;
      float: left;
	  width:auto;
}

/** Added by Neha */
div.registerRow .column{
            height:308px;
            border-top:1px solid #e0e1e2;
            border-bottom:1px solid #e0e1e2;
            padding-top:12px;
}

div.registerRow .alreadyRegistered {
            margin-left:18px;
            border:1px solid #fbf28b;
            background:#fdfad8;
}

div.registerRow ul {
            padding:0px 0px 12px 12px;
}

div.registerRow div.alreadyRegistered p {
            padding-right:12px;
}
div.registerRow div.alreadyRegistered h2 {
            color:#262a2c;
}


.c_081_headNotes {
            float:right;
            font-size:13px;
            padding:0 12px 0 0;
            position:relative;
            top: 18px;
            width:345px;
}
.c_081_headNotes a {
            color:#0278BA;
            text-decoration:none;
}
.c_081_headNotes a:hover {
            text-decoration:underline;
}

.padlock img {
            float:right;
            margin:0 0 0 11px;
            position:relative;
            top:-19px;
}

/** Added by Siva Theja */
.mailsinputtextarea-span{
    background: url("../images/backgrounds/input-textarea02.gif") no-repeat scroll 355px 135px;
    display: inline-block;
    padding: 0 0 0 3px;
    text-align: left;
    width: 346px;
    height: 135px;
}

/** Added by Siva Theja */
.mailscomposetxtboxmatter {
                
                font-size: 0.7em;
                color: #333333;
                text-decoration: none;
                width: 500px;
                height: 135px; /* px to em conversion required */
                overflow: scroll;
                margin: 2px 0px 2px 0px;
                vertical-align: middle;
}
/** Added by Sanjay Lenka */
.mailscomposetxtboxmatter1 {
                
                font-size: 0.7em;
                color: #333333;
                text-decoration: none;
                width: 500px;
                height: 135px; /* px to em conversion required */
                overflow: scroll;
                margin: 2px 0px 2px 0px;
                vertical-align: middle;
}

/** Added by Siva Theja */
.simpletextleft{
                padding-left: 6px;
                clear: right;
                display: block;
                overflow: hidden;
                padding-bottom: 15px;
float: left;
width: 35%;
}

/** Added By Nikita For ComboBox Small */
.labelcolumnsmall_ComboBox {
      border: 0px;
      margin: 0px;
      padding-bottom: 5px;
      padding-left: 11px;
      padding-right: 0px;
      padding-top: 8px;
      
      background: url(../images/backgrounds/select.gif) no-repeat
            0px 0px;
      height: 31px;     
      width: 168px;
}


/** Added by Nikita For ComboBox Small */
.querycomboboxmedium_small { 
      background: url("../images/backgrounds/select.gif") no-repeat scroll 100% 0 transparent;
      border: 0 solid #88A0C8;
      float: left;
      
      font-size: 0.8em;
      height: 31px;
      /* margin: -30px 0 0 105px; */
      margin-left: 5px;
      padding-top: 7px;
      text-decoration: none;
      vertical-align: middle;
      width: 170px;
}

table .searchsimpletext, .composemailrow .searchsimpletext{
	padding-top: 0;
}

/** Added by Payal*/
.outputField {
	float:left;
	margin-top:8px;
}

.bluelink_outputField{
    color: #0278BA;
    display: inline-block;
    
    font-size: 13px;
    padding-top: 6px;
    text-decoration: none;
}
/*Added by Harpreet Cheema*/
.bluelink_outputField:active{
    color: #0278BA;   
}

/** Added by Naval */
.mainButton_blank {
     /* 
	color: #000000;
	background-color: transparent;*/
    border: 0px solid #000000;
    /*text-decoration: none;
            text-align: center;
            vertical-align: middle;
            padding: 0px 0px 0px 0px;
            margin: 0px;
           font-weight:normal;
           font-size: 0.7em;*/
    /*height: 26px; *//*px to em conversion required */
    /*width: 30px;*/ /*px to em conversion required */
    /*overflow: visible;*/
}

/** Added by Naval */
input.mainButton_blank {
    /*
	color: #000000;*/
    border: 0x solid #000000;
    /*text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;*/
    margin-right: 2px;
    margin-bottom: 2px;
    /*font-weight:normal;
	font-size: 0.8em;*/
    /* height: 32px;*/ /*px to em conversion required */
    width: 25px; /*px to em conversion required */
    /*overflow: visible;*/
	display:none;
}

.simpletextrightFixedWidth {
    color: #262A2C;
    float: left;
    
    font-size: 13px;
    font-weight:normal;
    padding-top: 9px;
    text-decoration: none;
    width: 12%;
}

.tablesimpletext{
      color: #262a2c;
      
      font-size: 12px;
      text-decoration: none;
	  width:170px;/*changed for RWD 480Px alignment*/
} 

.tableoverflowwrapper{
	overflow-x: auto;
	width: 100%;
	border:1px solid #e0e1e2;
}
/*next-gen*/
.container-xtralarge .tableoverflowwrapper{
	border-bottom: none;
}
.tableoverflowwrapper span.searchsimpletext{
                float: none;        
}

/** Added by Siva Theja */
.labelcoltxtnumber {
                background: url("../images/backgrounds/input-text.gif") no-repeat scroll
                                0 0 transparent;
                border: 0 none;
                color: #262A2C;
                display: inline-block;
                
                font-size: 13px;
                font-weight:normal;
                height: 28px;
                margin: 0;
                padding: 5px 0 5px 2px;
                text-decoration: none;
                vertical-align: middle;
                width: 33px;
}

.labelCol_text_brdr_number {
                float: left;
                height: 31px;
                background: url(../images/backgrounds/input-text.gif) #FFFFFF no-repeat
                                100% 0px;
                padding-right: 5px;
                padding-right: 0;
                margin-left: 5px;
                margin-right: 5px;
                width: 37px;
}

.querytextboxnumber {
                background-color: #edf6fb;
                padding-top: 0px;
                border-color: #88A0C8 #88A0C8 #88A0C8;
                border-style: solid;
                border-top-width: 0px;
                border-right-width: 0px;
                border-bottom-width: 0px;
                border-left-width: 0px;
                
                background: url(../images/backgrounds/input-text.gif) no-repeat
                                102% 0px;
                font-size: 0.8em;
		line-height: 0.8em;
                text-decoration: none;
                width: 106px;
                margin: 0px 0px 0px 5px;
                vertical-align: middle;
                float: left;
                height: 31px;
}

.labelcolnumber {
    background: url("../images/backgrounds/input-text.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    
    height: 28px;
    margin: 0;
    padding: 5px 0 5px 2px;
    width: 81px;
	display:block;
}

/** Added By Vikram */
.remarksboxsmall
{
background:url("../images/backgrounds/input-textarea02.gif") no-repeat scroll 100% 0 #FBFBFB;
border:0 none;
float:left;

font-size:13px;
height:110px;
line-height:normal;
margin:0 8px 0 0;
overflow:hidden;
padding:5px 15px 5px 0;
text-align:left;
width:175px;
}

.inputtextarea-spansmall
{
background:url("../images/backgrounds/input-textarea02.gif") no-repeat scroll 0 0 #FBFBFB;
height:120px;
padding:0 0 0 0px;
text-align:left;
width:20%;
}

.querytextleft_tfin 
{
padding-right:6px;clear:left;width:41%;padding-left:6px;float:left;padding-top:5px;padding-bottom:5px;
}
.querytextright_tfin 
{
padding-left:6px;clear:right;width:52%;display:block;overflow:hidden;padding-top:5px; padding-bottom:5px;
}

/*Added by Nigel for Modal Window and autocomplete RIA features*/
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*End Nigel*/
/*Added Siva*/
.simpletext_combo {
    color: #262A2C;
    float: left;
    
    font-size: 13px;
    padding-right: 0;
    padding-top: 8px;
    text-decoration: none;
}

.simpletext_tax {
      color: #262a2c;
      
       /*changed By Vikram*/
      font-size: 11px;
      text-decoration: none;
      /*Added By Vikram*/
      /* padding-top: 15px; */
      font-weight:normal;
}

.searchsimpletext_tax {
      color: #262a2c;
      
      font-size: 13px;
      text-decoration: none;
      float: left;
      font-weight:normal;
      padding-top: 8px;
      padding-right: 5px;
      /** Added by Naval */
      /**margin-top: 2px;*/
}

/** Added By Shreya for Widget title */
.h2Widget {
      padding-top: 1%;
      padding-bottom: 1%;
      margin: 0px;
      /* added by shreya
      background-image: url(../images/blck-bg.gif); */
      background-repeat: repeat-x;
      height: 21px;
      line-height: 21px;
      margin: 0px;
      
      font-size: 1.1em;
      color: #000000;
      text-decoration: none;
      font-weight:normal;
      padding-left: 4px;
      clear: left;
      /* added by shreya 
      1px solid #cfe6f4 
      border-bottom: 1px solid #e0e1e2; */
}

/*Added by shreya for Ebux Workshop changes*/
.width100percent_widget
{
      margin-left: 1.1em;
      background-color: transparent;
      padding-bottom: 0px;
}

/** Added by Naval For widget labels */
.simpletextwidget {
      color: #262a2c;
      
      /*Changed by Neha Gosain*/
      /*font-size: 13px;*/
      font-size: 11px;/*Reverting the changes*/
      text-decoration: none;
      float: left;
      padding-right: 5px;
      padding-top: 2px;
}

/** Added by Naval For widget link */
a.bluelinkwidget:link {
      
     /*Changed by Neha Gosain*/
    /*font-size: 12px;*/
    font-size: 11px;/*Reverting the changes*/
    text-decoration: none;
    padding-right: 5px;
    color: #0278ba;
    display: inline-block;
    margin-left: 7px;
	float:left;

}

a.bluelinkwidget:visited {
      
      /*Changed by Neha Gosain*/
      /*font-size: 12px;*/
      font-size: 11px;/*Reverting the changes*/
      text-decoration: none;
      color: #0278ba;
}

a.bluelinkwidget:hover {
      
      /*Changed by Neha Gosain*/
      /*font-size: 12px;*/
       font-size: 11px;/*Reverting the changes*/
      text-decoration: none;
      color: #0278ba;
      text-decoration: underline;
}

a.bluelinkwidget:active {
      
      /*Changed by Neha Gosain*/
       /*font-size: 12px;*/
       font-size: 11px;/*Reverting the changes*/
      text-decoration: none;
      color: #0278ba;
}

/** Added By Shreya */

.formbtn_dashboard {
		
		font-size: 0.69em;
		font-family:OpenSans, Arial, Helvetica, sans-serif !important;
		color: #0278ba;
		text-decoration: none;
		/* commented by priyanka to rmove padding*/
		/* padding-left: 3px;*/
		padding-right: 5px;
		padding-top: 7px; /*6px;	Aashish modified for nextgen */
		/* margin: 0px 0px 0px 10px;*/
		background: url(../images/backgrounds/tabStyle07.png) 
		no-repeat 100% 0px;
		border: 0px solid #333333;
		width: auto;
		vertical-align: middle;
		overflow: visible;
		float: left;
		height: 22px;
		cursor: pointer;
}

.formbtn_dashboard:hover {
    color: #0278ba;
	font-family:OpenSans, Arial, Helvetica, sans-serif !important;
    border-bottom: #0278ba;
    text-decoration: underline;
	padding-top: 7px;
}
.body-style-02 {
      background:url(../images/backgrounds/body-style-00.gif) repeat-y center;
}

.blueDivider{
	color: #0278BA;
    float: left;
    font-weight:normal;
    margin: 0 7px;
    padding-top: 4px;
}
/* Header EBUX_Refinment*/
.headerWelcomeText {
	/*shreya-header*/
	color: rgb(168, 169, 169);
	margin: 13px 0px 0px;
	padding-right: 10px;
	position: absolute;
	/* modified by Harsha.243681*/
	right: 252px;
	text-align: right;
	display: inline-block;
	float: left;
	overflow: hidden;
	/* width: 79%; */
	/* modified by Harsha.243681*/
}

.headerCustID {
	vertical-align:top;
	/*added float: right to fix the issue of my profile alignment*/
    float: right;
	/**padding-top:2px;*/
	display:inline-block;
	/*modified for profile photo*/
	width:auto;
	/*change for header by shreya*/
	margin-left: 45px;
}
/*Added for profile photo*/
.profilePhoto {
	vertical-align:top;
	display:inline-block;
}

.skinChange{
	/**height:15px;
	vertical-align:top;
    float: right;
    text-align: right;
	margin-left: 9%;
	changes by shreya for header
	float:right;*/
    vertical-align: top;
}

.customerid_pnew{
	 color: #CCCCCC;
    margin: 8px 0 0;   
	}

.txt_boxnew {
	/*shreya-header*/
    float: right;
	height: 10%;
	margin-left: 28%;
	margin-top: 33px;
	width: 190px;
}

/*#wrapper1 {
    background-color: #262A2C;
    color: #737779;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    float:left-Added for ticket 641771--commented as it was conflicting mega menu and header changes in EBUX3/
}
*/
/*shreya*/
#wrapper1 {
	/* modified by Harsha.243681*/
/* background-color: #192741; */
color: #737779;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 100%;
padding: 19px 0px;/* border-top: 4px solid #E4051F; */
	/* modified by Harsha.243681*/
}
.headerouter {
    height: 156px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 940px;
}

.headertext_lastlog {
	/*shreya-header*/
	/* modified by Harsha.243681*/
	/* color: rgb(0, 0, 0); */
	/* float: left; */
	font-size: 0.69em;
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #999999;
	color: #000000;
	font-size: 12px;
	float: initial;
	/* modified by Harsha.243681*/
}

#nav_container {
    float: left;
    width: 940px;
}


.top_bluetabcontent {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-top: 7px;
    width: 940px;
}

.top_bluetab {
    background-color: #025B8E;
    color: #99DDFF;
    font-weight:normal;
    height: 29px;
}

.toptxt_corporate {
    float: left;
    margin-left: 4px;
    margin-right: 5px;
}

.top_bluetabtxt_float {
    float: left;
    font-size: 12px;
}

.top_bluetabtxt {
    
    font-size: 12px;
}

.top_bluetabdivider {
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0;
}

.top_bluetabid {
    float: left;
    margin-left: 4px;
    margin-right: 5px;
}

.top_bluetablogout {
    color: #FFFFFF;
    float: left;
}


.formbtn_session {
	
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	border: 0px;
	width: auto;
	overflow: visible;
	background-color: transparent;
	color: #ffffff;
	margin-left: 282px;
	/*margin: 0px 0px 0px 2px;*/
	/**padding: 8px 1px; */
	cursor: pointer;
	/*vertical-align:middle;*/
}

.formbtn_session:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.formbtn_link {
	
	font-size: 12px;
	text-decoration: none;
	border: 0px;
	width: auto;
	overflow: visible;
	background-color: transparent;
	color: #ffffff;
	/*margin: 0px 0px 0px 2px;*/
	/**padding: 8px 1px; */
	cursor: pointer;
	/*vertical-align:middle;*/
	/*changes by shreya for header*/
	/*float:left;*/
}

.formbtn_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.formbtn_link:active {
	color: #FFFFFF;
}
.headergobtn_locationbar {
	
	font-size: 0.7em;
	text-decoration: none;
	color: #4f4f4f;
	float: none;
	overflow: visible;
	padding-left: 3px;
	padding-right: 4px;
	margin: 0px 0px 0px 2px;
	border: 1px solid #a7a7a7;
	background-color: activeborder;
	vertical-align: middle;
	cursor: pointer;
	width: 1.7em;
	padding-bottom: 2px !important;
	padding-bottom: 0px;
}


.dropdownheader_top {
    /**-moz-background-clip: border;*/
    /**-moz-background-origin: padding;*/
    /** -moz-background-size: auto auto;*/
    background-attachment: scroll;
    background-color: #025B8E;
    color: #FFFFFF;
    display: inline;
    
    font-size: 12px;
    font-weight:normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 125px;
}




.headertext_name {
	/*shreya-header*/
	/* modified by Harsha.243681*/
    color: #FFF;
	font-size: 13px;
    font-weight: normal;
    margin-left: 3px;
    cursor: pointer;
	vertical-align: top;
	color: #0098db;
	font-family: arial;
	/* modified by Harsha.243681*/
}
/*shreya-header*/
.newCaret2 {
    color: #FFFFFF;
    margin-left: 5px;
}
.caret {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid;
	display: inline-block;
	height: 0px;
	margin-left: 5px;
	vertical-align: middle;
	width: 0px;
	cursor: pointer;
}
/*shreya-header*/
.pull-right {
	float: right;
}
/*shreya-header*/
.navbarModified {
	/* modified by Harsha.243681*/
	margin-top: 20px;
	/* modified by Harsha.243681*/
	position: relative;
	margin-right: 14px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.navbarModified > li > a {
	padding: 0px;
}
.menuHome {
	display: none;
}
.border-right {
	border-right: 1px solid rgb(110, 113, 114);
	padding-right: 15px;
}
.border-left-right {
	border-left: 1px solid rgb(110, 113, 114);
	height: 25px;
}
.nav-pills > li {
	float: left;
}
.navbarModified li {
	list-style-type: none;
	display: block;
}
.headerSettingsBx {
	background: url(../images/topNavNormal.png) -38px 0px no-repeat scroll rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 25px;
	/* modified by Harsha.243681*/
	/* margin-left: 10px; */
	/* margin-right: 5px; */
	/* modified by Harsha.243681*/
	margin-top: 0px;
	width: 20px;
}
#HREF_UserDetails {
	padding: 8px;
}
.newCaret {
	color: rgb(255, 255, 255);
	position: relative;
	top: 8px;
	margin-left: 5px;
}
.LogoutIcon {
	width: 19px;
	height: 21px;
	display: inline-block;
}
.alertBx {
	position: absolute;
	top: 28px;
	right: -3px;
	width: 322px;
	min-height: 300px;
	height: auto;
	background-color: rgb(255, 255, 255);
	z-index: 2001;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
	background-clip: padding-box;
}
.settingsBx {
	right: 30%;
}
.settingsBx .alertBxArrow {
	right: 38px;
}
.profileBx {
	width: 322px;
	right: 100%;
}
.alertBxArrow {
	background: url(../images/alertBxArrow.png) 50% 50% no-repeat scroll;
	width: 18px;
	height: 9px;
	display: inline-block;
	position: absolute;
	right: 70px;
	top: -8px;
}
.settingsWrapper {
	border-bottom: 1px solid rgb(211, 211, 211);
}
.alertHeader {
	height: 30px;
	color: rgb(51, 51, 51);
	margin: 0px 1px;
}
.alertHeader h5 {
	float: left;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 0.75em;
	font-weight:normal;
	clear: both;
}
.dropBxContentMain {
	height: 85px;
	margin: 15px 15px 15px;
}
.sessionTimeOut {
	padding-top: 10px;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin: 2px 0px 0px;
	position: relative;
}
.border-bottom-clear {
	border-bottom: none;
}
.dropBxContentRM {
	height: auto;
	min-height: 60px;
	margin: 5px 0px 10px;
}
.margin-bottom-clear {
	margin-bottom: 0px;
}
.imgaeWithName {
	margin: 0px 0px 25px;
	padding-left: 15px;
}
.imgaeWithName .name {
	font-size: 15px;
	vertical-align: top;
	margin-left: 15px;
}
.name_ProfileBx {
	color: rgb(51, 51, 51);
	display: inline-block;
	
	line-height: 1.42857;
	margin: 5px 5px 5px 0px;
	font-weight: normal;
	word-break:break-all; /*RWD Fix to wrap the profile name in header section when it is too long*/
}
.profilename_settingBx {
	float: left;
	margin-left: 18px;
	position: absolute;
	width: 80%;
}
.align-left {
	text-align: left;
	display: block;
	margin-bottom: 3px;
}
.sm-mobile-icon {
	background: url(../images/sm-mobile-icons.jpg) 0% 50% no-repeat scroll rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 8% 0px 0px 82px;
	padding-left: 15px;
	padding-right: 31px;
}
.sm-phone-icon {
	background: url(../images/sm-phone-icons.jpg) 0% 50% no-repeat;
	padding-left: 18px;
	display: inline-block;
}
.profilePhoto_ProfileBx {
	display: inline-block;
	float: left;
	margin-left: 2px;
	margin-right: 5px;
}
.mypropulldowncontainer {
	width: 100%;
	height: 65px;
	padding: 5px 0px 3px;
}
.mypropulldownInner {
	width: 100%;
}
.mypropulldown_first {
	background-color: rgb(169, 209, 142);
	visibility: visible;
	border-bottom: 1px solid white;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 5px 0px 3px;
	margin-left: 10px;
	width: 45%;
}
.updateProfileUX3, a.updateProfileUX3:hover, a.updateProfileUX3:visited {
	color: rgb(64, 64, 64);
	font-size: 0.69em;
	margin-top: 2px;
	margin-bottom: 7px;
	margin-left: 4px;
	margin-right: -1px;
	font-weight: normal;
	text-decoration: none;
}
.updateProfileUX3_nextgen {
	color: #404040;/*changes made by vinay for RWD*/
    font-size: 0.69em;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: -1px;
    font-weight: normal;
    text-decoration: none;
    background-color: #A9D18E;
	visibility: visible;
	border-bottom: 1px solid white;
	display: inline-block;
	float:left;
	text-align: center;
	padding: 6px 0 6px 0px;
	margin-left:10px;
	width: 45%;
}
a.updateProfileUX3_nextgen:hover, a.updateProfileUX3_nextgen:visited {
	color: #404040;/*changes made by vinay for RWD*/
    font-size: 0.69em;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: -1px;
    font-weight: normal;
    text-decoration: none;
    background-color: #A9D18E;
   	background: url(../images/backgrounds/buttonStyle02_mouseover.gif)
	#a9d18e no-repeat 100% 0px;	
	visibility: visible;
	border-bottom: 1px solid white;
	display: inline-block;
	float:left;
	text-align: center;
	padding: 6px 0 6px 0px;
	margin-left:10px;
	width: 45%;
}
.mypropulldown_second {
	background-color: rgb(169, 209, 142);
	visibility: visible;
	border-bottom: 1px solid white;
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 10px;
	padding: 5px 0px 3px;
	width: 45%;
}

/* changes done by shreya for new header
.header-label { */
/* 	color: #FFFFFF; */
/* 	font-size: 0.75em; */
/* } */

.dropdownheader_top_r {
/**-moz-background-clip:border;
-moz-background-origin:padding;*/
/* changes done by shreya for new header*/	
background-attachment:scroll;
background-color:#000000;
border:0 none;
color:#AAAAAA;
display:inline;

 font-size: 0.75em;
font-weight:normal;
margin:0 5px 0 0;
text-decoration:none;
vertical-align:middle;
width:125px;
}

.top_bluetab_r {
background-color:#025B8E;
color:#99DDFF;
font-weight:normal;
height:34px;
}

.headergobtn_locationbar_r {
background: url(../images/Go-arrow.gif) no-repeat
		0px 0px;
/**background-color:#99DDFF;
border:1px solid #99DDFF;*/
color:#4F4F4F;
cursor:pointer;
float:none;

font-size:0.7em;
margin:0 0 0 2px;
overflow:visible;
padding-bottom:2px !important;
padding-left:3px;
padding-right:4px;
text-decoration:none;
vertical-align:middle;
width:1.7em;
border:none;
}


.formbtn_session_r {
background-color:transparent;
border:0 none;
color:#FFFFFF;
cursor:pointer;

font-size:12px;
font-weight:normal;
/**margin-left:495px;*/
overflow:visible;
text-decoration:none;
width:auto;
/*changes by shreya for header*/
/*float: left;*/
padding-top: 1px;
}

.formbtn_session_r:hover {
color:#FFFFFF;
text-decoration:underline;
}

.headerouter_r {
	/*shreya-header*/
	height: 76px;
	margin: auto;
	/* modified by Harsha.243681*/
	/* width:95%; */
	/* modified by Harsha.243681*/
}

.dropdownheader_1 {
/**-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;*/
background: none no-repeat scroll 0 0 #262A2C;
    border: 0 none;
    color: #FFFFFF;
    display: inline;
    
/*changes by shreya for header*/
    font-size: 0.78em;
    font-weight:normal;
/*changes by shreya for header*/
    margin: -2px 8px 0 4px;/*Reverting the changes*/
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    float:left;
    
}

.section_blackborderWithoutMargin { 
 border: 0px;
 width: 100%;
 clear: both;
 background-color: #ffffff;
}
.searchsimpletext_ROB {
      color: #262a2c;
      
      font-size: 13px;
      text-decoration: none;
      float: left;
      padding-top: 8px;
      padding-right: 5px;
      width: 17%;
}

.top_bluetabdivider_1 {
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0;
    color: #99DDFF;
/*changes by shreya for header*/
	/*float:left;*/
}
.top_bluetabtxt_1 {
	/*changes by shreya for new header*/
	color:#AAAAAA;
	
	font-size:12px;
}
.logo_1 {
/* 	changes done by shreya for new header
	background: url("../images/logo.png") no-repeat scroll left 0 transparent; */
	/* modified by Harsha.243681*/
	/* padding:28px 0 0px; */ 
	/* height: 25px; */ /*Surej Modified as per CDG suggestion for new product logo*/
   	margin-top: 20px;/*Surej Modified as per CDG suggestion for new product logo*/
	/* width: 27%; *//*changed by vinay for RWD */
	/* margin-left: 14px; */ /*Surej Modified as per CDG suggestion for new product logo*/
background: url("../images/txtLogo.jpg") no-repeat;      float: left;width: 148px;      height: 20px;
	/* modified by Harsha.243681*/
}
.top_bluetabcontent_1 {
margin:0px auto;
padding-top:7px;
width:960px;
}

#prevSessionTimeOut {
	/*added float right*/
	float: right;
    /**margin-right: 2%;*/
    /*change for header by shreya*/
    margin-left: 396px;
}

/** Added by Shreya for Refinement */
.formrow_cp {
    background-color: transparent;
    clear: both;
    margin-top: -12px;
   }

.querytextright_cp {
	clear: right;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
} 
  
/*Added by kunal_sonje for Refinement*/
.button_withoutmargin {
    margin: 5px 0 0 0;
    padding: 0px;
}
   
.HW_formbtn_grey {
      float: left;
      height: 21px;
      background: url(../images/backgrounds/buttonStyle03.gif)
            transparent no-repeat 0% 0px;
      /*margin-right: 13px;*/
      /* modified by priyanka for Download details*/
      clear: right;
      /** Added by Priyanka for accounts */
      margin-left: 5px;
      padding-left: 5px;
      margin-top: 0.7%;
      margin-right:5px;
	  /* Added for Login screen Changes*/
      padding-bottom: 5px;
}

.greybottomleft_withborder {
    border-color: #C9CBCC;
    border-style: solid;
    border-width: 0 0 1px;
    clear: both;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.queryitalictextwithspace {
color:#505050;
float:left;

font-size:12px;
font-style:italic;
margin-left:5px;
margin-right:5px;
text-decoration:none;
}

.newabsmiddle2extramargin{
                vertical-align: middle;
                margin-left: 25px; 
                font-size: 13px;
                float:left;
                margin-top: 11px; 
                margin-right:5px;
                        }
/*Added for Grouplet personalization :Start */

.widget-head .icons .hide{
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  visibility: hidden;
                  border-top: 1px solid white;
                  background-color:#474b4e;
      
      }
      
.widget-head .icons .hide li{
      float: none;
      display: inline;
      padding: 5px 12px;
      width: 70px;
      white-space: nowrap;
      }
      
.widget-head .icons .hide li a{
      width: auto;
      background: #474b4e;
      color:#fff;
      }
.widget-head .icons .hide li a:hover{
      background: #474b4e
}


.widget-head .menuTitle{
                float:right;
                
                                }
.widget-head .menuTitle .hide{
                                                                                
                  /*Modified for alignment of Pull down in widget header:Start*/			  
				  margin: 0 0 0 -163px;
				   /*Modified for alignment of Pull down in widget header:End*/
                  /*margin:0;*/
                  padding: 0;
                  position: absolute;
                  visibility: hidden;
                 /*Commented for removing border for Pull down menu options in widget header:Start*/
                  /*border-top: 1px solid white;*/
                  /*Commented for removing border for Pull down menu options in widget header:End*/
                  background-color:#474b4e;
                  
      
      }

      
.widget-head .menuTitle .hide li{
      float: none;
      display: block;
      padding: 5px 12px;
      /*Modified for alignment of Pull down in widget header:Start*/
	  width: 200px;
      white-space: normal;
	  /*Modified for alignment of Pull down in widget header:End*/
      /*width: 120px;
      white-space: nowrap;*/
      }
      
.widget-head .menuTitle .hide li a{
                
      width: auto;
      background: #474b4e;
      
     /*Added for alignment of Pull down in widget header:Start*/
      margin: 0 0 0 -10px;
     /*Added for alignment of Pull down in widget header:End*/
	 
      color:#fff;
      }
.widget-head .menuTitle .hide li a:hover{
      background: #474b4e
}
.groupletMenuList{
	z-index: 100
}
.groupletButtons-menu{
cursor:hand;
}
/*Added for Grouplet personalization :End */
/*Added for Sravanthy_G*/
.queryitalictext_left {
     
     font-size: 12px;
     font-style: italic;
     color: #505050;
     text-decoration: none;
     float: left;
     width:100%;
}

/*Added for Shreya_Sontakke*/
.wrapper_terms_condition {
    background-color: #FFFFFF;
    clear: both;
    margin: 0 auto;
    padding-bottom: 10px;
    /* padding-left: 42px;
    padding-right: 42px; */
    width: 100%;
}

/*Added for Neha_Gosain*/
.headergobtn_timezone_r{
                        background: url("../images/Go-arrow.gif") no-repeat scroll 0 0 transparent;
                        border:medium none;
                        color:#FFFFFF;
                        cursor:pointer;
			    float: left;
                        
                        /*change for header by shreya*/
                        font-size:0.53em;
                        margin:0px 0 0 2px;
                        overflow:visible;
                        padding-bottom:1px !important;
                        padding-left:5px;
                        padding-right:4px;
                        text-decoration:none;
                        vertical-align:middle;
                        width:20px;
                        line-height:14px;
}
.headergobtn_timezone{
	background: url("../images/Go-arrow.gif") no-repeat scroll 0 0 transparent;
    border: 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    
    font-size: 0.53em;
    line-height: 12px;
    margin: 8px 0 0 2px;
    overflow: visible;
    padding-bottom: 2px !important;
    padding-left: 5px;
    padding-right: 4px;
    text-decoration: none;
    vertical-align: middle;
    width: 18px;
    height:15px;
    border:medium none;	
}	

/*Added for Neha_Gosain*/
.searchsimpletext1 {
                  color: #262a2c;
                  
                  font-size: 11px;
                  text-decoration: none;
                  padding-top: 8px;
                  padding-right: 5px;
      
}

/*Added for Highlighted Menu text :Start*/
.highlightMenuTopBar p{
float: left;
font-weight:normal; 
color: rgb(255, 0, 0);  
text-align: right;
padding-top: 11px;

}

/* Added for simplemodal jQuery plugin - START*/
#simplemodal-overlay {background-color:#000000;}
#simplemodal-container {background-color:#FFFFFF; border:8px solid #444444; padding:12px;}
/* Added for simplemodal jQuery plugin - END*/

.highlightMenuSideBar {
padding:0px;
}

.highlightMenuSideBar p{
font-weight:normal;
color: rgb(255, 0, 0);
padding-top:7px;

}
.liMenuSidebar{
clear:both;
}
.liMenuSidebar a{
float: left;
}
/*Added for Highlighted Menu text :End*/
/* Added for Positive Pay - BEGIN */
/*For 3 cloumn layout*/
.searchtextrightLabel_width26{width:26%;float:left;margin-top:0px;text-align:right;font-weight:normal;}
.searchtextcenter_width28{ width:28%;float:left;margin:0px 0px 0px 0px;text-align:left;}
.searchtextcenter_width46{ width:46%;float:left;margin:0px 0px 0px 0px;text-align:left;word-wrap:break-word;}

/*For components in this layout */
.simpletext_Right {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	clear: both;
}

.simpletext_tableContent {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	clear:both;
	text-align: left;	
	white-space: nowrap;
	padding-left:20px;
}

.simpletext_tableHeader {
	color: #262a2c;
	
	font-weight:normal; 
	font-size: 13px;
	text-decoration: none;
	clear:both;
	text-align: left;	
	white-space: wrap;
	padding-left:20px;
}
/*For 5 cloumn layout*/
.searchtextlabelleft_new{ width:28%;float:left;clear:right;margin-top:0px;text-align:right;} 
.searchtextright_new{ width:28%;float:left;clear:right;margin-top:0px;text-align:right;}
.tabletextleft_new{ width:16%;float:left;clear:right;margin-top:0px;text-align:center;}
.tabletextright_new{ width:20%;float:left;clear:right;margin-top:0px;text-align:left;}

/* Added for Positive Pay - END */
searchtextrightLabel_new{width:33%;float:left;margin-top:0px;text-align:right;}
searchtextleft_new{width:13%;float:left;clear:right; margin-top:0px;}
.queryitalictext3 
{

font-size : 12px;
font-style: italic;
color: #505050;
text-decoration: none;
}

/* Added for CR113*/
.ERROR_ROW_BG{
      background-color:PINK;
}

/******* New styles added for EIPP module :START *******/
.width70right_withmargin {
	width: 70%;
	float: right;
	margin-top: 10px;
	background-color: #edf6fb;
	margin-left: 3px;
	padding-bottom: 15px;
	margin-right: 3px;
	
}
.subsection_width98percentright
{
width:98%;
float:left;
margin-top:10px;
margin-right: 3px;
}
.subsection_halfwidthwithrightborder
{
width:49%;
float:left;
border-right:1px solid #0278ba;
background-color: #edf6fb;
}
.subsection_halfwidth_bluecolor
{
width:49%;
float:left;
background-color: #edf6fb;
}

/*to make backgrnd white in dummy url tax payment flow*/
.subsection_halfwidth_whitecolor {
	background-color: #ffffff !important;
}

.querytextleft_paddingleft {
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.querytextright_withoverflow {
	padding-right: 6px;
	padding-left: 10px;
	overflow: visible;
}
.width30percent_left {
	width: 29%;
	float: left;
	margin-top: 10px;
	background-color: #edf6fb;
}
.querytextleft_width60percent {
	text-align: left;
	width: 60%;
	float: left;
	padding-left: 12px;

}
.querytextright_width50percent {
	
	font-size: 0.7em;
	text-align: left;
	text-decoration: none;
	width: 40%;
	overflow: visible;
	
}
.width100percent_bluebg {

	width: 100%;
	background-color: #edf6fb;
	padding-top: 15px;
	margin-top: 10px;
margin-right: 3px;
	
}
.width50percent_leftbluebg {
	width: 50%;
	float: left;
	clear: right;
	background-color: #edf6fb;
	margin-top: 10px;
	margin-bottom: 10px;
}
.width50percent_rightbluebg {
	width: 49.7%;
	float: right;
	clear: right;
	margin-top: 10px;
	background-color: #edf6fb;
	margin-right: 2px;
}
.width50percent_righttopborder {
	 width: 50%;
	  float:right; 
	  clear:right; 
	  margin-bottom:10px;
	border-top: 1px solid #0278ba;
} 


/******* new styles added for EIPP module: END *******/
/*Start Changes for Investec CR 113*/
.ERROR_ROW_SPAN{
      float:left;
      /*background-color:PINK;*/
     width: 97.3%; /*Added by Vinay Mishra */
      margin-top: 5px;
}
.ERROR_ROW_HIGHLIGHT{
      background-color:PINK;
      float:left;
      width: 97.3%;
      margin-top: 5px;
}
/*End Changes for Investec CR 113*/

/* Start: Added for Pull Down Menu*/
.menuPullDownHead{ 
font-weight:normal;
font-size: x-small;

padding-bottom: 11px;
}
.menuSideArrowImage {
list-style-image: url('../images/backgrounds/next-inactive.gif');
padding-left: 10px;
border: 0px;
text-align: left;
cursor: pointer;
margin-left: 20px;

}
.menuArrowImageDown {
background: url(../images/backgrounds/next-active-black.gif) no-repeat  50% 80%;
padding-left: 14px;
padding-top: 9px;
padding-bottom: 9px;
border: 0px;
font-weight:normal;
text-align: left;
cursor: pointer;
display: inline-block;
}
.menuChoices{
overflow:visible;
visibility: hidden;
position: absolute;
background-color: #EFEFEF; /*changed from E0E1E2  to EFEFEF for EBUX3 UI*/
padding-bottom: 2px;
}
.menuChoices ul{
padding: 0px 0 0 0px;
background-color: #EFEFEF; /*changed from E0E1E2  to EFEFEF for EBUX3 UI*/
width: 300px;
}
.menuChoices ul li{
list-style-type: none;

font-size:12px;
}
.menuChoices ul li a, .menuChoices ul li input{
display: block;
color: black;
background-color: #EFEFEF; /*changed from E0E1E2  to EFEFEF for EBUX3 UI*/
border: none;
text-align: left;
line-height: 20px;
text-decoration:none;
padding:1px;
}
.menuChoices ul li input{
	width: 100%;
	cursor: pointer;
}
.menuChoices ul li a:hover, .menuChoices ul li input:hover{
background-color: #CDCDCD;
}
/* End: Added for Pull Down Menu*/
/* Added for ticket fix in ST Ticket id 542240 */
.HW_formbtn a:active{
      color: #404040;/*next-gen*/
      text-decoration: none;
}
/* Added for ticket fix in ST Ticket id 542240 */

/* Added for Payment Notification - START */
.searchsimpletext_leftpadding {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 6px;
}
/* Added for Payment Notification - END */


.cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white;overflow:overlay;} /*Surej modified for RWD overlay latent issue*/
.cleditorMain iframe {border:none; margin:0; padding:0}
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
.cleditorGroup {float:left; height:26px}
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0}
/*.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}*//*commented b'cause of CSS validation*/
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt; margin-left: -14%;width: 18%; min-width: 152px;}/*changed for RWD-vinay*/
.cleditorPrompt input,
.cleditorPrompt textarea {font:8.5pt Arial,Verdana; width: 100%;}/*changed for RWD-vinay*/
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
/******* new styles added for CLEDitor - rich text editor : END *****/

.labelleft {
 float: left; 
 padding-top: 7px; 
 padding-right: 3px;
 color: #262a2c;
 
 font-size: 13px;
 text-decoration: none;
}

/*jayant added for AccessControlComboBox*/

.leftMenu{
 	background: url("../images/backgrounds/icoSubLeftMenu.png") no-repeat scroll 0 100% transparent;
    height: 18px;
    padding-right: 10px;
    position: relative;	
    padding-bottom: 5px; /*next-gen*/
}

.collapseMenu{
	background: url("../images/backgrounds/icoPlus.png") no-repeat scroll 0 70% transparent;/*next-gen*/
    padding-right: 12px;/*next-gen*/
}
.CollapsibleButtonImg:hover{
      text-decoration : none;
}
.CollapsibleButtonImg {
      background-image:url('../images/backgrounds/icoSubBgMenu.png'); 
      background-repeat:repeat-x;
/*       padding-top: 1%; next-gen*/
}
.CollapsibleButtonImg {
      background-image:url('../images/backgrounds/icoSubBgMenu.png'); 
      background-repeat:repeat-x;
      padding-bottom: 5px; /*next-gen*/
      /*border:1px solid red;*/
      background-position: bottom;
      line-height: 18px;
      /*padding-top: 1%;*/ /*Removed for collapsible button distortion in Add cp flow RWD Surej*/
}
.CollapsibleButton {
FONT-SIZE: 12px;
COLOR: #0278ba;
FONT-WEIGHT: Normal;
}
.expandMenu {
background: url("../images/backgrounds/icoMin.png") no-repeat scroll 0 70% transparent;
padding-right: 12px;/*next-gen*/
}
.rightMenu {
background: url("../images/backgrounds/icoSubRightMenu.png") no-repeat scroll 0 100% transparent;
height: 18px;
padding-left: 10px;
position: relative;
padding-bottom: 5px; /*next-gen*/
}
.controlOptionHrStyle {
width: 100%;
float: left;
margin: 6px 0;
margin-bottom: 0px;
}
.controlOptionTd {
border-bottom: 0px;
height: 25px;
width: 35%;
}
.ControlOptionArrow {
background-image: url("../images/backgrounds/icoMenuArrow.png");
background-repeat: no-repeat;
border-bottom: 0 none;
height: 16px;
margin-right: 6px;
/* padding-right: 3%; */
padding-right: 5%;
position: relative;
width: 16px;
}
.InActiveMenu {
FONT-SIZE: 12px;
COLOR: #0278ba;
FONT-WEIGHT: Normal;
position: relative;
top: -2px;/*next-gen*/
}
.InActiveMenu:hover {
color: #0278BA;
text-decoration: underline;
}
.ControlOptionSeperator {
/* commented as a part of ticket#739169 to make sync with new_styleHW and UX2 screens 
background-image: url('../images/backgrounds/separator_ebux.png'); */
padding-right: 5px;
/* position: relative;
background-repeat: no-repeat; */
}
.controlOptionTbody1 {
border-bottom: 0px;
/* display:none; Commented by JP */
}
.ActiveMenu {
FONT-SIZE: 12px;
COLOR: #000000;
FONT-WEIGHT: Normal;
position: relative;
top: -2px;/*next-gen*/
font-weight: normal;
}
.ActiveMenu:hover {
color: #0278BA;
text-decoration: underline;
}
/*jayant added for AccessControlComboBox ends*/
/*Added to solve issue occured due to changes in AccessControlComboBoxTagHelper  - Siddhesh*/
.controlOptionCaption
{
	color:rgb(38, 42, 44);
	
	font-size:13px;
	text-decoration:none;
	float:left;
	font-weight:normal;
	margin-right:5px;
	margin-left:0px;
	margin-top:0.2%;
}
/*End: Added to solve issue occured due to changes in AccessControlComboBoxTagHelper  - Siddhesh*/

/* Added by Poonam for Demat */
.bluelink_bold {
	
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #0278ba;
}
a.bluelink_bold:link {
	
    font-size: 11px;
	font-weight:normal;
    text-decoration: none;
    float: left;
    padding-right: 5px;
    color: #0278ba;
}
a.bluelink_bold:hover {
	
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
}
/* End by Poonam for Demat */

/* Added for bulk payments error message display enhancement for CR86*/
.ERROR_FIELD_BORDER{
     border:1px solid rgb(222, 69, 97);
}
.ERROR_FIELD_BORDER_TYPESYS{
           border:1px solid rgb(222, 69, 97);
}

/* Added for Look up button in widget*/
.HW_formbtn_widget {
            height: 21px;
            background: url(../images/backgrounds/buttonStyle02_new.png)
                        no-repeat 100% 0px;
            width: 57px;
            float: right;
            margin-right: 10%;
            margin-top: 5px;
}

/* Added for CR104 - bulk payments */
.CORRECTED_ERROR_FIELD_BORDER{
           border:1px solid #98fb98;
}
.header_bluelink {
      
       font-size: 0.75em;
      text-decoration: none;
      border: 0px;
      width: auto;
      overflow: visible;
      background-color: transparent;
      color: #99DDFF;
      cursor: pointer;
      float:left;
}
/*Added by Nikita*/
.header_bluelink:hover
{
      text-decoration: underline;
      color: #99DDFF;
}

/*For product catalogue*/
.width34percent_left {
      width: 49%;
      float: left;
      clear: right;     
}
.width34percent_right {
      width: 49%;
      float: right;
      clear: right;     
}
.top_bluetabdivider_1 {
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0;
    color: #99DDFF;
/*changes by shreya for header*/
	/*float:left;*/
}

.column-21 {
                width: 320px;
                float: left;
}
.c_081_headNotes_demo{
                                                float: right;
                                 font-size: 0.813em;
                                padding: 0 10px 0 0;
                                position: relative;
                                top: 12px;
                                width: 291px;
}
.security_demo{
                color:#0278BA;
}
.security_demo:hover{
                                                color:#0278BA;
            text-decoration:underline;
}
div.registerRow_demo{
                                                 height: 92px;
                                 padding-top: 12px;         
                                 width:960px;
}
div.registerRow_demo1{
            height:210px;
            padding-top:8px;
            width:960px;
}
.columnFont1{
                  color: #FFFFFF;
                  font-size: 0.75em;
                  margin-top: 5px;
                  
}
.columnFont1:hover {
                color: #FFFFFF;
                text-decoration: underline;
}
.image_link1{
                  float: left;
      height: 105px;
      background: url(../images/hp_img4.jpg)
            transparent no-repeat 0% 0px;
      clear: right;
      color: #FFFFFF;
      padding-left: 4px;
      padding-top: 5px;
      font-weight:normal;
      font-size: 1em;
}
.image_link3{
                  float: left;
      height: 105px;
      background: url(../images/hp_img6.jpg)
            transparent no-repeat 0% 0px;
      clear: right;
      color: #FFFFFF;
      padding-left: 4px;
      padding-top: 5px;
      font-weight:normal;
      font-size: 1em;
}
.image_link2{
                  float: left;
      height: 105px;
      background: url(../images/hp_img5.jpg)
            transparent no-repeat 0% 0px;
      clear: right;
      color: #FFFFFF;
      padding-left: 4px;
      padding-top: 5px;
      font-weight:normal;
      font-size: 1em;
}
.formrow_db_top {
                margin: 0px;
                padding-left: 0px;
                padding-right: 12px;
                padding-top: 8px;
                padding-bottom: 0px;
                clear: both;
                background-color: transparent;
                border-top:1px solid #E0E1E2;
}
.formrow_db_bottom {
                margin: 0px;
                padding-left: 0px;
                padding-right: 12px;
                padding-top: 8px;
                padding-bottom: 0px;
                clear: both;
                background-color: transparent;
                border-bottom:1px solid #E0E1E2;
}
.db_even {
                width: 100%;
                clear: both;         
}
.currency_db {
                float: left;
                width: 50%;        
}
.currency_db_other {
                float: left;
    			 margin-left: 6px;
    			 margin-top: 8px;
                width: 100%;      
}
.formbtn_text_db {
	
	 font-size: 0.75em;
	text-decoration: none;
	border: 1px none #ffffff;
	width: auto;
	overflow: visible;
	background-color: #ffffff;
	color: #2700cd;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.simpletextright_db {
                color: #262a2c;
                
                 font-size: 0.75em;
                font-weight:normal;
                text-decoration: none;
                float: left;
                padding-top: 9px;
                padding-right:2px;
                width:305px;
                margin-bottom:5px;
}
.pageheadingcaps_ib_db {
                
                 font-size: 0.75em;
                font-weight:normal;
                text-decoration: none;
                float:left;
                margin-top:6px
}
.labelColumn_combo_toosmall_db {
                margin-right: 4px;
                padding-bottom: 5px;
                padding-left: 0.1em;
                padding-right: 0px;
                padding-top: 0px;
                
                background: url(../images/backgrounds/select.gif) no-repeat 0 0 transparent;
                height: 31px;
                width: 90px;
                display: block;
                float:left;
}
.buttonwidth_db {
                width: 100%;      
}
.width34percent_left_div {
                clear:both;
}
.db_html_div {
                margin-bottom: 5px;      
}
.db_html_div_other {
                margin-top:12px;
                margin-left: 20px;
}
/*Added for ANZ demo by shreya */
.left1{
      margin-left: 147px;
      margin-bottom: 8px;
}
.text_div_db {
                 margin-bottom: 12px;
                margin-left:148px;
}
.wrapper_db {
                width: 940px;
                margin: 0 auto;
                clear: both;
                padding-right: 42px;
                padding-left: 42px;
                background-color:#FFFFFF
}
.index_image {
                float: right;
                padding-top: 3px;            
}
.margin_top_db {
                margin-top: 5px;              
}
.index_db_pgheading {
                padding-bottom: 10px;
                width: 320px;     
}
.index_normaltext {
                font-weight:normal;       
}
.columnFont1_db{
        color: #FFFFFF;
        font-size: 0.75em;
        margin-top: 5px;
        
        margin-bottom: 10px;
}
.columnFont1_db_mobilereg{
        color: #FFFFFF;
        font-size: 0.75em;
        margin-top: 5px;
        
        margin-bottom: 5px;
}
.index_db_bottom {
                padding-bottom: 10px;
}
.td_db {
	border-bottom: 0px;
}
.absmiddle_db {
	vertical-align: middle;
	/*Changed by priyanka for transaction date to: */
	margin-left: 5px;
	/*Added by Nikita Manohar*/
	 font-size: 0.813em;
	margin-right:3px;
	float: left;
}
.simpletext_product_package {
	color: #262a2c;
	
	 font-size: 0.813em;
	text-decoration: none;
	float:left;
	padding-bottom:5px;
}
.absmiddle_db_new{
	vertical-align: middle;
	/*Changed by priyanka for transaction date to: */
	margin-left: 5px;
	/*Added by Nikita Manohar*/
	 font-size: 0.813em;
	margin-right:11px;
	float: left;
}
.simpletextright_db_new {
                color: #262a2c;
                
                 font-size: 0.75em;
                font-weight:normal;
                text-decoration: none;
                float: left;
                padding-top: 9px;
                padding-right:13px;
                width:305px;
                margin-bottom:5px;
}

/*Added for sravanthy*/
.searchsimpletext_bold {
color: #262a2c;

/*Changed by Neha Gosain*/
/* font-size: 0.813em;*/
font-size: 0.69em;
font-weight:normal;
text-decoration: none;
float: left;
padding-top: 8.5px;
padding-right: 2px;
/** Added by Naval */
/** margin-top: 2px;*/
}

.simpletextimage {
      color: #262a2c;
      
      font-size: 0.69em;
      text-decoration: none;
      margin-bottom: -8px;
	  margin-left: -20px;
}
/*
:root .simpletextimage {
    color: #262a2c;
      
      font-size: 0.69em;
      text-decoration: none;
      margin-bottom: -4px \ ;
}*/
.simpletextright_db_package {
                color: #262a2c;
                
                 font-size: 0.75em;
                font-weight:normal;
                text-decoration: none;
                padding-top: 9px;
                padding-right:2px;
                width:305px;
                margin-bottom:5px;
}

/* added css from lib_themes.css for skin changes*/


.febacal-header {
	background: none repeat scroll 0 0 #0278BA;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight:normal;
	text-align: center;
	vertical-align: middle !important;
}


.febacal-today {
	background: none repeat scroll 0 0 #B6D0FB;
	/* Optionally: #EDF6FB */
}

.febacal-today .febacal-cell-date {
	color: #FFFFFF;
}



.febacal-calendar-button {
      background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 100% 0 #026EAB;
	border: 0 solid #333333;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	
	 font-size: 0.75em;
	font-weight:normal;
	height: 21px;
	line-height: 20px;
	overflow: visible;
	padding-right: 5px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
}


.febacal-calendar-button-wrapper{
      background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 21px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0.7%;
	padding-left: 5px;
}

/* added css for eipp */

.leftAlignedtext_floatleft{
 float:left;
 text-align:left;
}

/* Surej RWD for Go to Login Page fix START*/
.goto_loginpagebtn{
	//width:109px;
	//height:27px;
	//margin-top:-7px;/*added by vinay for 11.2.2*/	
	//margin-right:10px;/*added by vinay for 11.2.2*/
	//font-size: 0.69em;
	//font-weight:normal;
	//color: #404040;
	//text-decoration: none;
	//padding-right: 5px;
	//padding-left: 5px;
	//background: url(../images/backgrounds/buttonStyle02_new.gif) #a9d18e
		no-repeat 100% 0px;/*next-gen*/
	//border: 0px solid #7EA517;
	//border-left: 1px solid #7EA517;
	//width: auto;
	//vertical-align: middle;
	//overflow: visible;
	//float: right;/*added by vinay for 11.2.2*/
	//height: 30px;
	//cursor: pointer;
	//line-height:30px;
	
	/*Modified by swarna for Logout screen*/
	font-size: 15px;
	float: right;
    font-family: arial;
    height: 33px;
    cursor: pointer;
    font: inherit;
    line-height: 30px;
    border-radius: 3px;
    background-color: #0098db;
    width: 135px;
    border: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
   /*Modified by swarna for Logout screen*/
}

.goto_loginpagebtn:hover{
	//background: url(../images/backgrounds/buttonStyle02_mouseover.gif)
		#a9d18e no-repeat 100% 0px;	
	//text-decoration:none;
}

.goto_loginpagebtn > a, .goto_loginpagebtn > a:hover {
	text-decoration:none;
	color:#ffffff;/*Modified by swarna for Logout screen*/
	font-size:15px;
}
/* Surej RWD for Go to Login Page fix END*/

/* Fix for Ticket id:734344  START*/
.goto_loginpagebtn1{
	//width:109px;
	//height:27px;
	//margin-top:-7px;	
	//margin-right:10px;
	//font-size: 0.69em;
	//font-weight:normal;
	//color: #404040;
	//text-decoration: none;
	//border: 0px solid #7EA517;
	//width: auto;
	//vertical-align: middle;
	//overflow: visible;
	//float: right;
	//height: 30px;
	//cursor: pointer;
	//line-height:30px;
	
	/*Modified by swarna for Logout screen*/
	font-size: 15px;
    font-weight: normal;
    color: #404040;
    background-color: #0098db;
    width: 135px;
    text-align: center;
    float: right;
    height: 33px;
    line-height: 33px;
    border: 0;
    border-radius: 3px;
   	/*Modified by swarna for Logout screen*/
}
/* Fix for Ticket id:734344  END*/

/*--------------------------------------------------------------*/
/* EBUX Stage 3 MAILS START- Compose Mail Styles - Start */
.createlink_new{float:right; padding-top:20px; color:#0278BA;font-size:12px;}
.createlink_new a{color:#0278BA;}
.addrecepient{margin-left:5px;float:left; margin-top:11px; color:#0278BA;font-size: 0.69em;}/*changed by vipra*/
.addrecepient a{color:#0278BA;}
.messagesbtn{background: url('../images/messages.png') no-repeat scroll 0 0 transparent;border: medium none;color: #ffffff;float: right;font-size: 13px;height: 43px;margin: 10px 0;width: 118px;}
.composemailbtn{background: url('../images/compose_mail.png') no-repeat scroll 0 0 transparent;border: medium none;color: #3D4143;float: right;font-size: 13px;height: 36px;padding: 0;width: 155px;}
.composemail_activebtn{background: url('../images/active_composemsg.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 43px;margin: 10px;width: 155px;border:none;padding-bottom:10px;color: #ffffff;}
.messages_dactivebtn{background: url('../images/deactive_messages.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 36px;margin: 10px 0;width: 118px;border:none;color: #3D4143;padding-bottom:5px;}
.compose_ptop{margin-top:0px; float:left;width:700px;}
.compose_ptopRO{margin-top:10px; float:left;width:700px;}
.compose_p{margin-top:15px; float:left;width:100%;}
.float{float:left;}
.compose_txt {float: left;text-align: right;margin-right: 15px;width: 83px;padding: 2px;font-size: 12px;clear:both;}
/*.dropdownexpandalbe{background-color:transparent;border:0 none;color:#262A2C;display:inline-block;font-family: OpenSans, Arial;font-size:13px;font-weight:normal;margin-top:5px;padding-top:2px;text-decoration:none;vertical-align:middle;width:99%;}*/
.composesubject{padding-left:5px;float:left;width: 558px;height:30px;font-size: 12px;border: none;background:url('../images/composemail_subjectbg.png') no-repeat 100% 0%;font:12px Arial;padding-top:6px;}
.composesubjectdisplaynone{display:none;padding-left:5px;float:left;width: 558px;height:30px;font-size: 12px;border: none;background:url('../images/composemail_subjectbg.png') no-repeat 100% 0%;font:12px Arial;padding-top:6px;}
.composemessagetxt{line-height:21px; margin-top:10px;}
.composemessagetxtarea{background: url("../images/composetextarea_gradient1.png") repeat-x scroll 0 0 transparent;border: 1px solid #CCCCCC;clear: both;float: left;font: 13px Arial;height: 250px;margin-left: 102px;margin-top: -17px;padding-left: 5px;width: 721px;}
.composemsgtxtarea {font:13px Arial;background: none repeat scroll 0 0 transparent; border: medium none; height: 220px;outline: medium none; resize: none; width: 721px;height:250px;}
.composeformmessage{line-height:12px; margin-top:16px;margin-left:55px;clear:both;float:left;font-size:13px;}
.composefrom{float:left;margin-left:12px;padding-top:15px;padding-bottom:15px;font-size:13px;width:84%}
.compose_sentbtn{ background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;

border: medium none;

color: #FFFFFF;

cursor: pointer;

float: left;

height: 21px;

width: 45px;

padding-bottom:3px;

margin-left:103px;}
.compose_clearbutton{ background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 21px;
    width: 45px;
    padding-bottom:3px;
margin-left:6px;
}
.tabbar{float:left;width:940px; height:56px; margin-top:0px; background:url('../images/tab_bar.png') no-repeat transparent; }
.tabbar_compose{float:left;width:940px; height:56px; margin-top:0px; background:url('../images/tab_bar.png') no-repeat transparent; }/*changed by kunal_sonje for error display*/
.mailcontainerbackground{background-color:#EDF6FB; width:940px; height:auto; float:left; margin-bottom:15px;}
.mailcontainer{width:900px;float:left;margin:0px 20px 0px 20px;padding:15px 0px 15px 0px;}
.compose_message {font-size:13px;float: left;text-align: right;margin-right: 15px;width: 83px;padding: 2px;font-size: 12px;clear:both; margin-top:10px; line-height:21px;}
.composemailbottomdiv
{
	clear:both;
	float:left;
	margin-left:0px;
width:400px;
}


.labelColumn_combo_brdr {

height: 31px;

background: url(../images/backgrounds/select.gif) #fbfbfb no-repeat

-560px 0px;

display: block;

}

.dropdownexpandalbe_new
{
background-color:#FFFFFF;
border:0 none;
color:#262A2C;
display:inline-block;

font-size:13px;
font-weight:normal;
margin-top:5px;
padding-bottom:5px;
padding-top:2px;
text-decoration:none;
vertical-align:middle;
width:99%;
}
/*.right{float:right;}*/ /*Commented since style is already there with diifferent attributes.Giving error in section-style-rules.xml*/
.compose_clearbutton{ background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 21px;
    width: 45px;
    padding-bottom:3px;
margin-left:6px;
}

.composeStar
{
color:red;
padding-right:12px;
}
.composeTo
{
	clear:both;
float:left;
font-size:12px;
padding:2px;
text-align:right;
width:16px;
}
.composeToRO
{
clear:both;
float:left;
font-size:12px;
text-align:right;
padding: 0px;
width: 38px;
margin-left: -18px;
}
.composeColon
{
	float:left;
padding-right:17px;
}
#main .toprow h1 {
	padding: 13px 0px 11px;
	/* Modified by Harsha.243682 */
	font-size: 22px;
	text-shadow: 0 1px 0 #cbced2;
	color: #002244;
	/* Modified by Harsha.243682 */
}
.labelColumn_combo_brdr_compose_mail{
	background:url("../images/select_compose_to.gif") no-repeat scroll 0 0 transparent;
display:block;
background-color:#EDF6FB;
background-repeat:no-repeat;
border:medium none;
float:left;
font:12px/25px Arial;
height:31px;
padding:0 0 0 1px;
vertical-align:middle;
width:182px;
	
	
}
.createlink{float:right; padding-top:10px; color:#0278BA;}
.compose_input{border:none;background:none;outline:none;margin-top:0px;width:553px;float:left;}
.composemail_activebtn{background: url('../images/active_composemsg.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 43px;margin: 10px;width: 155px;border:none;padding-bottom:10px;color: #ffffff;/**background: url('../images/active_composemsg.png') no-repeat transparent;*/}

.messages_dactivebtn{background: url('../images/deactive_messages.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 36px;margin: 10px 0;width: 118px;border:none;color: #3D4143;padding-bottom:5px;cursor:pointer;}

.composemailsavespan{float:left;margin-left:4px;padding-right:5px;}
.composeToRow{float:left;margin-left:65px;}
.composesubject{padding-left:5px;float:left;width: 558px;height:30px;font-size: 12px;border: none;background:url('../images/composemail_subjectbg.png') no-repeat 100% 0%;font:12px Arial;padding-top:6px;}
.error_highlight_compose{color:#FF0000;font-size:12px;font-weight:normal;text-decoration:none;margin-left:67px;}

/*************Compose Mail End******************/


/************Stage 3 Mails *********/
  
  /******************** Midcontainer(All Container) Start ***************************/
/*.midcontainer{width:1240px;margin:0 auto;padding:30px 0px 0px 0px;background-color:#FFFFFF;}*/
.centercontainer{background-color:#EDF6FB; width:940px; height:auto; float:left; padding-top:15px;margin-bottom:15px;}
.center_portion{width:940px;margin:0 auto;}

/******************** Midcontainer(All Container) End ***************************/
/********************Tabbar Start*********************/
/*.breadcrumtop{padding-bottom:15px; float:left; width:940px; font-size:12px; }*/
.breadcrumblack{color:#262A2C;}
.breadcrumblue{color:#0278BA;}
.breadcrumblue a{color:#0278BA;}
h1{float:left;font:20px OpenSans, Arial, Helvetica, sans-serif;}
.createlink{float:right; padding-top:10px; color:#0278BA;}
.createlink a{color:#0278BA;}
/********************Tabbar End*********************/
/********************Accordian Menu Start*********************/
.accordianmenu{float:left;width: 159px;border:1px solid #E0E2E3;font-size:12px;margin-bottom:5px;background: #ffffff;}
.accordianmenu_chat{float:left;width: 159px;border:1px solid #E0E2E3;font-size:12px;margin-bottom:30px;background:#ffffff;height:42px;background:url('../images/flagged_mail_gray.png') repeat-x;}
.chatheaderbar{font: bold 13px Arial;color:#0278BA;padding: 13px 0 11px 11px;float:left;}
.accordianmenu_chat .chatheaderbar a{text-decoration: none;color:#0278BA;display: block;font-size:12px;}
.accordianmenu .headerbaropen{float:left;width:149px;font: bold 12px Arial;color:#0278BA;background:url('../images/flagged_mail_gray.png') repeat-x;border-bottom:1px solid #EAEBEB;padding: 11px 0 11px 10px;}


.headerbarsent{font: bold 13px Arial;color:#000000;background:url('../images/acc_bg.png') repeat-x;border-bottom:1px solid #EAEBEB;padding: 11px 0 11px 10px;border-top:1px solid #EAEBEB;}
.headerbarsent a{color:#0278BA;}
.accordianmenu_chatactive{float:left;width: 159px;border:1px solid #E0E2E3;font-size:12px;margin-bottom:30px;height:42px;background:url('../images/acc_bg.png') repeat-x;}
.chattext_color{color:#0278BA;}
.headerbartrash{font-weight:normal;background: url("../images/acc_bg.png") repeat-x scroll 0 0 transparent;border-bottom: 1px solid #EAEBEB;border-top: 1px solid #EAEBEB;color: #000000;font:12px Arial;padding: 11px 0 9px 10px;float:left; width:149px;}
.headerbartrash a{font-weight:normal;color:#0278BA;}
.headerbartrash a:hover{color:#0278BA;text-decoration:none;font-weight:normal;}

.accordianmenu .headerbar{font: bold 13px Arial;color:#0278BA;background:url('../images/flagged_mail_gray.png') repeat-x;border-top:1px solid #EAEBEB;padding: 11px 0 16px 10px; float:left; width:149px;}
.accordianmenu .headerbar a{text-decoration: none;color:#0278BA;display: block;font-size:12px;font-weight:normal;}
.accordianmenu ul li{color:#0278BA;}
.accordianmenu ul li a{font-size:12px;color:#0278BA;display: block;padding: 15px 0 15px 22px;text-decoration: none;}
.cancel{color: #0278BA;display: block;font-size: 12px;padding: 10px 0 10px 22px!important;text-decoration: none;float:left;	}
.acc_button{background:url('../images/inbox_btn.png') no-repeat;width:19px;height:16px;border:none;vertical-align:top;cursor:pointer;margin-left:75px;margin-right:15px;}
.acc_button_disabled{background:url('../images/inbox_btn_disabled.png') no-repeat;width:19px;height:16px;border:none;vertical-align:top;cursor:pointer;margin-left:75px;margin-right:15px;}
.trash_button{background: url('../images/empty_btn.png') no-repeat scroll 0 0 transparent;border: medium none;cursor: pointer;height: 21px;margin-right: 5px;vertical-align: top;width: 48px;}
.acc_button_aligntrash{margin-left:50px;}
.headerbaropen_MD{font: bold 13px Arial;color:#0278BA;background:url('../images/acc_bg.png') repeat-x;padding: 11px 0 9px 0px;}
.headerbaropen_MD a{color:#0278BA;display: block;font-size:12px;font-weight:normal;float:left;text-align:left;text-decoration: none;}
.headerbaropen_MD a:hover{text-decoration:underline;}
/********************Accordian Menu End*********************/
/********************Flag Start*********************/
.flag{width:159px; border:1px solid #E0E1E2; clear:both;background-color:#ffffff;float:left;}
.flagtext{padding-top:15px;padding-bottom:11px;padding-left:10px;background:url('../images/flagged_mail_gray.png') repeat-x;color: #000000; font: bold 13px Arial;border-bottom:1px solid #E0E1E2;float:left; width:149px;}
.flagicon{padding-right:5px;}
.flag_scroll{overflow-y:scroll; height:217px;}
.flagicon1{padding-right:5px;padding-left:5px;}
.flagbottom{margin-bottom:15px;}
.flag ul li {margin-top:15px;}
.flag a{font-size:12px;color:#0278BA;}
/********************Flag End*********************/

/********************inbox_wrapper Start********************/

/*tbody{float:left;}*/ /*Commented because of width issue in listing table*/
.inbox_wrapper {border: 1px solid #CFE6F4;float: left;height: 590px;margin: auto;width: 365px;background-color: #F9FCFD;height:582px\9;/**height:599px;*/}
.inbox_wrapper_table {/**background-color: #CFE6F4*/;border: 1px solid #CFE6F4;float: left;margin: auto;width: 365px;}
.inbox{ width:365px; height:540px; border:0px solid #CFE6F4; background-color:#F9FCFD; }
.inboxmarketing{ width:365px; height:696px; border:0px solid #CFE6F4; background-color:#F9FCFD; }
.inboxmarketking ul{ padding:0px; margin:0px; }
.inboxmarketing ul li{ border-bottom:1px solid #CFE6F4; height:37px; padding-bottom:8px; padding-left:12px; padding-right:5px; padding-top:8px; list-style-type:none;  cursor:pointer; display:block; }
.inbox ul{ padding:0px; margin:0px; }
.inbox ul li{ border-bottom:1px solid #CFE6F4; height:37px; padding-bottom:8px; padding-left:12px; padding-right:5px; padding-top:8px; list-style-type:none;  cursor:pointer; display:block; }
.icon_logo {float: left;margin-left: 13px;padding-right: 0px;margin-top: 8px;/**padding-left: 8px;*padding-top: 5px;*/width:17px;}
.head_outerdiv{background-color: #CFE6F4;float: left;height: 50px;margin-top: 0px;padding-left: 0px;text-align: center;width: 365px;/**height: 0px;*/}
.droptxt{ padding-left:13px; vertical-align:text-bottom;float:left;font-weight:normal; padding-top:18px;/**padding-top:15px;*padding-bottom:15px;*/}
.droptxtdate{ margin-left: 191px;padding-top: 18px; vertical-align:text-bottom; float:left;font-weight:normal; /**padding-bottom:15px;*padding-left:30px;*/}
.date {color: #595F62;font-size: 12px;padding:7px 0 0 41px;/**padding-left:30px;*padding-right:10px;*/width:59px;}
    
 input.dropdown{ color:#34383A; cursor:pointer;  text-align:left; margin-left:50px;width:151px; height:21px; background:url('../images/drop.png') no-repeat; border:0px;  font-size:12px;padding-left:5px;}
.flag_mid{padding-left:0px;padding-top: 7px;width:14px;}
.flag_mid_hidden{padding-left:0px;padding-top: 7px;width:14px;display:none;}
.main_txt{width:160px; float:left; padding-top: 7px;}
.mid_img{padding-left:1px;padding-bottom:2px;}
.transcript_color{color:#0278BA;}

.heading_txt{width:160px; margin:0px; padding:0px;color:#0278BA;  font-size:12px;}
.heading_txtread{width:160px; margin:0px; padding:0px;color:#0278BA;  font-size:12px; }
.subheading_txtread{ width:110px; float:left; margin:0px; padding:0px; padding-top:5px; color:#000000;  font-size:12px; }
.subheading_txt{ width:110px; float:left; margin-bottom:12px; padding:0px; padding-top:5px; color:#000000;  font-size:12px; font-weight:normal;}


.selected{background:url('../images/selected_hover.png') no-repeat scroll 0 0 transparent; background-repeat:repeat-x; /*border:1px solid #BCBFC0;*/ float:left; /**height:20px;*/}	/*Surej commneted for RWD. Selected li need not have borders*/
#brd_gray{ float:left;width:365px;}

.subheading_txtmod {color: #000000;float: left;font-size: 12px;font-weight:normal;margin-left:22px;width: 167px;float:left;/**padding:0;*/}
.selected2 {background: url("../images/selected_hover_bottom.png") repeat-x scroll 0 0 transparent;border: 0 solid #BCBFC0;} 
#brd_gray1 {float:left;height:22px;width:365px;}
.brd_gray{width:365px;background:url('../images/selected_hover_top.png') repeat-x scroll 0 0 transparent;float:left;}
.brd_gray1{ width:365px;background:url('../images/selected_hover_bottom.png') repeat-x scroll 0 0 transparent;height: 32px;/**height:15px;*/float:left;margin-top:-2px;border-bottom:1px solid #CFE6F4;}
.not_selected {float: left;border-bottom: 1px solid #CFE6F4;/**border-bottom: 1px solid #CFE6F4;*/ background:#F9FCFD;padding: 0 3px 9px 0;/**padding-bottom:20px; *padding-top:10px;*height:500px;*/}

/********************inbox_wrapper End********************/
/******************** Right Panel Start ***************************/
.right_panel{width:396px;background:#ffffff;float:left;height:592px;height:583px\9;/**height:600px;*/}
.right_top{background-color: whiteSmoke; 
               border-bottom: 1px solid #E4E3E3;
                float: left; 
                height: 150px;
                width: 396px; 
                border-color:#CFE6F4 #CFE6F4 #E0E1E2;
				border-style:solid;
				border-width:1px;

}
.arrange_heading{ 
                color: #3D4143; 
                float: left; 
                font: 13px Arial,Helvetica,sans-serif;
                margin: 11px 0 10px 15px; 
                width: 351px; 
                word-wrap: break-word; 
                min-height:0px;max-height:38px;overflow-x:hidden;overflow-y:auto;
}
.rightpanel_rmimg{float:left; margin-top:15px; margin-left:15px;}
.right_settingbtn{width:34px;height:23px;float:right;background:url('../images/mailscreen_setting.png') no-repeat;margin:10px 10px 0 0;padding:5px 0px 0px 5px;}
.right_settingbtn2{float:right;margin-top:15px;margin-right:-30px;padding-left:15px;}
.right_settingbtnadvt{width:34px;height:23px;float:right;background:url('../images/mailscreen_setting.png') no-repeat;margin:10px 10px 0 0;padding:7px 0px 0px 7px;}
.right_arrow{float:left; margin-left:5px; margin-top:3px;}
.left_arrow{float:left; margin-top:3px;}
.rightpanel_text{float:left;font:12px Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;}
.subjectsymbol{
width: 73px;
float: left;
}

.right_midreplay_template{
overflow-y: scroll;
overflow-x: hidden;
border-bottom: 1px solid #CFE6F4;
width: 396px;
float: left;
height: 443px;
height: 435px\9;
height: 433px\0;
}
.right_top_template{
background-color: whiteSmoke;
border-color: #CFE6F4 #CFE6F4 #E0E1E2;
border-style: solid;
border-width: 1px;
float: left;
height: 98px;
padding-top: 5px;
width: 396px;
border-left: none;
border-right: none;
}
.flag_btn{
	float:left;
	background:url('../images/flag_red.png') no-repeat;
}
.rightpanel_text {
float: left;
font: 0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color: #262A2C;
line-height: 19px;
padding-right: 5px;
font-weight:normal;
width: 65px;
}
.rightpanel_text_alert {
float: left;
font: 0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color: #262A2C;
line-height: 10px;
padding-right: 5px;
font-weight:normal;
width: 65px;
}
.mailrightpanel_text{float:left;font:12px Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;margin-top: 5px;}
.mailinput{padding:0px;width: 221px;height:30px;font-size: 12px;border: none;float:left;vertical-align:middle;line-height:25px;background-image:url('../images/composemail_Tobg.png');background-repeat:no-repeat;background-color:#EDF6FB;}
.mailtext1_left{background:url('../images/left_label.png') no-repeat;float:left;width:8px;height:31px;margin-left: 12px;}
.mailtext1_mid{background:url('../images/mid_label.png') repeat-x;height:23px;width:200px;float:left;padding:8px 5px 0px 5px;border-style:none;outline:none;}
.mailtext1_right{background:url('../images/right_label.png') no-repeat;height:31px;width:27px;float:left;}
.branchloc_color{color:#000;}
.rightpanel_textbold{float:left;font:12px Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;font-weight:normal;}
.rightpanel_texttop{width:381px; padding-left:15px; float:left;min-height:0px;max-height:38px;overflow-x:hidden;overflow-y:auto;}
.rightpanel_texttop_alert{width:381px; padding-left:15px; float:left;min-height:0px;max-height:40px;padding-top:2px;}
.rightpanel_texttopattch{width:381px; padding-left:15px; float:left;margin-top:5px;}
.right_mid{overflow:scroll;border-left:1px solid #CFE6F4;border-bottom:1px solid #CFE6F4;width:396px;float:left;background-color:#FFFFFF;height:439px;height:430px\9;/**height:447px;*/}
.right_midreplay{overflow-y:scroll;overflow-x:hidden;border-bottom:1px solid #CFE6F4;width:396px;float:left;height:295px;}
.right_midreplay_reply{overflow-y:scroll;overflow-x:hidden;border-bottom:1px solid #CFE6F4;width:396px;float:left;height:219px;}
.right_nav{height:25px;border-bottom:1px solid #E4E3E3;margin:10px 0 0 0;float:left;width:396px;}
.right_nav_panel {border-bottom: 1px solid #E4E3E3;float: left;height: 37px;margin: 5px 0 0;padding-left: 14px;width: 383px;display:block;}/*added by kunal*/
.right_nav a{text-decoration:none;color:#0278BA;}
.download_imagesadvt{float:right;}
.downloadimgouter{margin-left:35px;margin-right:2px;}
.downloadimgouterexpand{margin-left:412px;margin-right:15px;}
.downloadimgarrow{padding-bottom:5px;}
.right_midtext{width:350px;float:left;text-align:left;margin-top:15px;line-height:21px;padding-left:25px;padding-bottom:15px;color:#262A2C;font:Arial;font-size:12px;}
.right_bottomtext{float:left;width:356px;margin-left: 10px;margin-right:10px;padding-top:15px;line-height:21px;background:url('../images/rightbottom_bg.png') repeat-x;border-top:1px solid #E4E3E3;}
.right_bottomspantext
{float:left;width:330px;padding-right:10px;padding-left:35px;padding-top:15px;padding-bottom:15px;line-height:21px;}
.rightpanelbottom_header{float:left;color:#262A2C;padding-right:5px;line-height:19px;}
.rightpanelbottom_headerbold{font-weight:normal;float:left;color:#262A2C;padding-right:5px;line-height:19px;}
.rightpanelbottom_headertop{width:329px; float:left; padding-left:25px;}
.brach_color{color:#000000;}
.rightpanel_chat{float:left;font:20px Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;margin:5px 30px 0 0 ;}
.show_more{color:#0278BA;margin-top:16px;float:left;}
.reply_rightchat{margin-right:6px;float:right;}
.rightpanel_textbold_attach{float:left;font:12px Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;}
.rightpanel_textbold_attach a:link{color:#0278BA;font-size:inherit;} /*Splitting two styles to resolve hover flickering issue - Dhanashri Kelkar*/
.rightpanel_textbold_attach a:hover{color:#0278BA;font-size:inherit;} /*Changed to font-size:inherit from 11px by Nikita Manohar*/
.rightpanel_texttopattch_fwd{width:381px; padding-left:12px; float:left;margin-top:5px;}
.toptxt_tab_gray1_hover a {color: #98DDFF;}

.toptxt_tab_gray2_hover a {color: #98DDFF;}
/******************** Right Panel End ***************************/	

.messages{background: url('../images/Messages.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 43px;margin: 10px 0;width: 118px;border:none;color: #FFFFFF;padding-bottom:5px;}

.personal_folder{width:159px; border:1px solid #E0E1E2;clear:both;font-size:12px;margin-bottom:5px;background: #ffffff;float:left;}
.headerbar_personal{font-size:12px;font-weight:normal;font-family: OpenSans, Arial;color:#0278BA;background:url('../images/flagged_mail_gray.png') repeat-x;border-top:1px solid #EAEBEB;padding: 11px 0 16px 10px; float:left; width:149px;}
.accordianmenu .headerbaropen_index{font: bold 13px Arial;color:#000000;background:url('../images/acc_bg.png') repeat-x;border-bottom:1px solid #EAEBEB;border-top:1px solid #EAEBEB;padding: 11px 0 10px 10px; float:left; width:149px;}
.accordianmenu .headerbaropen_index_edit{font: bold 13px Arial;color:#000000;background:url('../images/acc_bg_edit.png') repeat-x;border-bottom:1px solid #EAEBEB;border-top:1px solid #EAEBEB;padding: 11px 0 2px 10px; float:left; width:149px;}

.headerbar_personal a:link {font-size:12px;font-weight:normal;font-family: OpenSans, Arial;color:#0278BA;}
.link_attach a:link{font-size: 12px;color:#0278BA;}
.remove a:link{font-weight:normal;color:#0278BA;font-size: 12px;}
.add_more a:link{margin-left:30px;font-size: 12px;}
.composemailsavespan a:link{color:#0278BA;  font-size:12px;}
.heading_txt a:link{color:#0278BA;  font-size:12px; }
.accordianmenu .headerbaropen_index a:link{color:#0278BA;  font-size:13px; font-weight:normal;}
.accordianmenu .headerbaropen_index_edit a:link{color:#0278BA;  font-size:13px; font-weight:normal;}
.replytxt a:link{color:#0278BA;  font-size:12px;}
#movetodp a:link{color:#0278BA;  font-size:12px; }
.flagtext_flagmails{padding-top:15px;padding-bottom:11px;padding-left:10px;background:url('../images/acc_bg.png') repeat-x;color: #000000; font: bold 13px Arial;border-bottom:1px solid #E0E1E2;float:left;width:149px;}
.branchloc_color a:link{color:#000;}
.addmore_browse_fwd{margin-left:14px;}

.leftcontainer{float:left; width:159px;}
.rightcontainer{float:left;width:365px;margin-left:16px;}

.leftgrouplet{float:left; width:540px;background-color:#EDF6FB;}
.rightgrouplet{float:right; width:398px;/**width:400px;*/margin-top:23px;}
.composemail {background: url('../images/compose_mail.png') no-repeat transparent;background-repeat: no-repeat;float: left;height: 36px;margin: 10px;width: 155px;border: none;color: #3D4143;cursor:pointer;}
.pageHeadingcapsnew{font-family: OpenSans, Arial;font-size: 0.75em;font-weight:normal;text-transform: uppercase;text-decoration: none;padding:1px 0px 0px 0px;float:left;margin:0px;}
.movetorightalign{margin-left: 0px;float: left;}
.heading_txtmod {color: #0278BA;font-size: 12px;width: 167px;float:left;padding:7px 0 0 15px;margin-left:9px;height:16px}
.heading_txtmod a:link{color:#0278BA;  font-size:12px; }
.heading_txtmod a{color:#0278BA;  font-size:12px; }
.subheading_txtmod_bold {color: #000000;float: left;font-size: 12px;font-weight:normal;margin-left:22px;width: 167px;float:left;padding: 5px 0 12px 2px;/**padding-left:15px;*/}
.subheading_txtmod_normal {color: #000000;float: left;font-size: 12px;margin-left: 22px;width: 167px;padding: 5px 0 12px 2px;/**padding-left:15px;*/}
.selected2 {background: url("../images/selected_hover.png") repeat-x scroll 0 0 transparent;border: 1px solid #BCBFC0;float: left;width: 365px;}
#brd_gray1 {float:left;height:22px;width:365px;}
.not_selected {float: left;border-bottom: 1px solid #CFE6F4;/**border-bottom: 1px solid #CFE6F4;*/ background:#F9FCFD;padding: 0 3px 9px 0;/**padding-bottom:20px; *padding-top:10px;*height:500px;*/}
.pagefirstdisabled_btn_a {float: left;margin-right: 5px;margin-top:7px; /**margin-top:0px;*/}
.pagepredisabled_btn_a {float: left;margin-left: 17px;margin-right: 5px;margin-top:7px; /**margin-top:0px;*/}
.paginationPageOKButtonlink {background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;border: medium none;color: white;display: inline-block;float: left;font-size: 12px;font-weight:normal;height: 21px;line-height: 21px; margin: 2px 0 9px 15px; text-align: center; width: 45px;cursor:pointer;}
.span_bold{font-weight:normal;}
.brd_grayselected{ width:365px;background:url('../images/selected_hover_topyellow.png') repeat-x scroll 0 0 transparent;float:left;}
.brd_grayselected1{ width:365px;background:url('../images/selected_hover_bottomyellow.png') repeat-x scroll 0 0 transparent;float:left;margin-top:-1px;border-bottom:1px solid #CFE6F4;}


/********************pagination Start********************/
.options-menu{text-align:left;line-height:normal;}
.options-menu-head{height:21px;line-height:21px;padding-left:5px; color:#0278BA; font-size:12px;}
.options-menu-head a{color:#0278BA; text-decoration:none;}
.small-options{width:50px;height:21px;}
.pagination .jumpPage .options-menu{border:0 none;float:left;margin:2px;}
.pagination{margin-top:20px;float:left;width:750px;}
.pagination .jumpPage{float:left;text-align:left;font-size:13px;line-height:22px;}
a.paginationButton {padding:0 0 0 10px;color:#0278BA;margin:0 0 11px 5px;font-size:13px;display:inline-block;line-height:21px;}
a.paginationButton.first {padding:0 0 0 12px;}
.paginationPageButton{background: url('../images/page-small-button-black.png') no-repeat scroll 0 0 transparent;color: #ffffff;display: inline-block;font-size:13px;height: 21px;line-height: 21px;margin: 0 0 11px 5px;text-align: center;width: 18px; border:none;float:left;}
.paginationPageButtonlink{background: url('../images/page-small-button.gif') no-repeat scroll 0 0 transparent;color: #6B7173;display: inline-block;font-size:12px;height: 21px;line-height: 21px;margin: 0 0 11px 5px;text-align: center; width: 18px;border:none;float:left;cursor:pointer;}
.recordtxt{float:left; font-size:12px;}
.recordtxt a{color:#0278BA; text-decoration:none;}

.pagepredisabled_btn{float:left; margin-top:7px; margin-right:5px; margin-left:10px;/**margin-top: 0px;*/}
.pagenext_btn{float:left; margin-top:7px; margin-right:5px; margin-left:10px;/**margin-top: 0px;*/}
.pagelast_btn{float:left; margin-top:7px; margin-right:5px; margin-left:10px;/**margin-top: 0px;*/}
.transactiontxt{float:left; width:150px;margin-right:9px;margin-left:15px;}
.pagefirstdisabled_btn{float:left; margin-top:7px; margin-right:5px;/**margin-top: 0px;*/}
/********************pagination End********************/

/**********Messagetype container**************/

.messagetype_container{width:500px; padding-bottom:15px; float:left;margin-left: 173px;margin-top:10px;}
    .icon_align{padding-top:10px; padding-right:5px;padding-left:5px; }
    .messagetype_textalign{	color: #262a2c;font-size: 13px;text-decoration: none;margin-right:3px;}
/******************Messagetype container end************/

/* Index pagination */
.index_pagination{background:url("../images/index_pagination.png") no-repeat scroll 0 0 #EDF6FB;border:medium none;margin:0px 10px;height:25px;width:55px;font-size:13px;float:left;}
.paginationbuttonmod{font-size:0px;margin-left:-8px;position:absolute;}
.right_panel_wrapper{border: 1px solid #CFE6F4;float: left;height:590px;height:582px\9;/**height:599px;*/margin: auto;width: 397px;background-color: #F9FCFD;margin-top:27px;/**margin-top:27px;*/}
.rightpanel_texttemp{
    float: left;
    margin-top: -37px;
    max-height: 38px;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
    width: 381px;
}

.simpletext_mailbody {
	color: #262a2c;
	
	font-size: 13px;
	text-decoration: none;
	line-height:120%;
	}




/*--------------------------------------------------------------*/


/*Added For Tax Payment Wirframe START*/
.width100percent_Whitebg 
{
width: 100%;
background-color: #ffffff;
}
.width50percent_leftalign { width: 50%; float:left; clear:right;}
.header_blue1 
{
background-color : #e9e9e9;
height: 12px; 
width:102.8%;
margin-bottom: 8px;
}
.formrow_withPadding {
	margin: 0px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	clear: both;
	background-color: transparent;
	margin-top: 1px;
	margin-bottom: 1px;
}
.querytextleft_withpadding {
	padding-right: 1px;
	padding-left: 1px;
	width: 45%;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 1px;
	font-size: 12px;
	padding-top: 0px;
}
.margin_bothside {
 width:73%;
 margin-left:180px;
}

.dropdownexpandalbe_nobackground {
      background-color: transparent;
      border: 0px;
      margin-top: 0px;
      padding-top: 7px;
      color: #262a2c;
      width: 99%;
      display: inline-block;
      
      font-size: 13px;
      font-weight:normal;
      text-decoration: none;
      vertical-align: middle;
}
.labelColumn_combo_nobackground {
  	background: url(../images/backgrounds/select.gif) no-repeat scroll 100% 0 transparent;
        display:inline-block;
        
        height: 31px;
        margin: 0;
    	padding: 0 0.1em 0 0;
}

.labelColumn_combo_brdr_nobackground {
      height: 31px;
      background: url(../images/backgrounds/select.gif) #fbfbfb no-repeat     0 0;
      display: block;
}

.centerBorder, .centerBorderGreybg {
	width:98.09%;
	clear: both;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.centerBorderGreybg {
	background-color: #e9e9e9;
}

.page_withTopLeftMargin { 
	margin-left: 13%;
	margin-top: 10px;
	width: 80%;
}

.section_withWidth { 
	width: 101.8%;
	clear: both;
	border: 0px;
	padding-top: 20px;
}

.row_width49, .row_width47, .row_width45,
.width49percent_leftalign, .row_width20,
.row_width32, .row_width30, .row_width50,
.row_width70{
	float:left; 
}
.row_width49 { 
	width:50.2%; 
}
.row_width47 { 
	width:47.8%; 
}
.row_width45 { 
	width:45.2%; 
}
.width49percent_leftalign { 
	width: 47.8%; 
}
.row_width20 { 
	width:20%; 
}
.row_width32 { 
	width:32.7%; 
}
.row_width30 { 
	width:30.2%; 
}
.row_width50 {
	width:32.6%; 
}
.row_width70 { 
	width:65.3%; 
}

.row_withTopRightLeftBorder, .row_withTopRightLeftBorderHeading, 
.row_withTopRightLeftBorderHeight, .row_withAllBorderHeight,
.row_withAllBorder_height{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
.row_withTopRightLeftBorderHeading  {
	background-color: #e9e9e9;
}
.row_withTopRightLeftBorderHeight  {
	height: 224px;
}
.row_withAllBorderHeight  {
	height: 100px;
	vertical-align: top;
	border-bottom: 1px solid #C0C0C0;
}
.row_withAllBorder_height  {
	border-bottom: 1px solid #C0C0C0;
}

.row_withAllBorder, .row_withTopLeftBottomBorderHeight {
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.row_withTopLeftBottomBorderHeight  {
	height: 100px;
	vertical-align: top;
}

/* Start: Added For Ticket: 744651 */
.row_withTopRightLeftBorderHeightNew{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	height: 337px;
}
/* End: Added For Ticket: 744651 */

.querytextright_width100, .querytextright_paddingHeading,
.querytextleft_topLeftPadding, .querytextright_widthPadding, 
.querytextleft_topLeftPaddingHeight{
	clear: right;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top:8px;
	padding-left:4px;
}
.querytextleft_topLeftPadding {
	height: 66px;
}

.querytextright_paddingHeading{
	background-color: #e9e9e9;
}
.querytextright_widthPadding {
	width: 40%;
}
.querytextleft_topLeftPaddingHeight{
	height: 66px;
	line-height: 50px;
}

.querytextleft_width60Padding, .querytextleft_borderHeading {
	width: 65.6%;
	float: left;
	clear: left;
	text-align: left;
	padding-left: 4px;
	border-right: 1px solid #C0C0C0;
}
.querytextleft_borderHeading {
	padding-top: 8px;
	border-right: 1px solid #C0C0C0;
	background-color: #e9e9e9;
}

.querytextright_leftPadding, .querytextright_width60Padding,
.querytextright_widthTopLeftPadding{
	clear: right;
	display: block;
	overflow: hidden;
	padding-left: 4px;
	text-align: left;
}
.querytextright_width60Padding {
	width: 52%;
}
.querytextright_widthTopLeftPadding {
	height: 73px;
	padding-top:1px;
}

.querytextright_noPadding {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}

.row_withTopLeftBorder  {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.row_withRightLeftBottom  {
	clear: both;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.querytextleft_border, .querytextleft_borderWidth30, 
.querytextleft_borderWidth35, .querytextleft_width24{
	float: left;
	clear: left;
	text-align: left;
	padding-top: 8px;
	padding-left: 4px;
	border-right: 1px solid #C0C0C0;
}
.querytextleft_border {
	width: 38.8%;
}
.querytextleft_borderWidth30 {
	width: 30%;
}
.querytextleft_borderWidth35 {
	width: 35%;
}
.querytextleft_width24 {
	width: 29.8%;
}

.querytextleft_width40 {
	width: 30%;
	height: 44px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:30px;
	border-right: 1px solid #C0C0C0;
}

.simpletextvalign {
	color: #262a2c;
	
	font-size: 13px;
	line-height: 50px;
	text-decoration: none;
}

.querytextright_width100Heading, .querytextright_FxdHeight40 {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
	padding-left: 4px;
}
.querytextright_width100Heading {
	background-color: #e9e9e9;
}
.querytextright_FxdHeight40 {
	height: 41px;
	line-height: 60px;
}

.querytextright_width98Padding {
	width:98%;
	height: 66px;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-right: 8px;
	line-height: 50px;
	padding-top: 8px;
	font-weight:normal;
}

.resetimgborder_nofloat{
  background-color: transparent;
  border: 1px solid #979797;
  margin-bottom: 5px;
  height: 17px;
  margin-top: 1%;
  padding-bottom: 0;
  vertical-align: middle;
  width: 17px;
}

.labelColumn_text_brdr_toosmall_nofloat {
	
	
	height: 31px;
	background: url(../images/backgrounds/input-text.gif) #FFFFFF no-repeat
		100% 0px;
	padding-right: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: 84px;
}

.labelcolumntexttoosmall_nofloat {
	background: url("../images/backgrounds/input-text.gif") no-repeat scroll
		0 0 transparent;
	border: 0 none;
	color: #262A2C;
	display: inline-block;
	
	font-size: 11px;
	font-weight:normal;
	height: 20px;
	margin: 0;
	padding: 7px 0 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 180px;
	
}

.bluelink4 {
	
	color: #0278ba;
	font-size: 13px;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.formbtn_fupld {
 
 font-size: 12px;
 font-weight:normal;
 color: #404040;/*next-gen*/
 text-decoration: none;
 padding-left: 3px;
 padding-right: 5px;
 background: url(../images/backgrounds/buttonStyle02_new.png) #026eab
  no-repeat 100% 0px;
 border: 0px solid #333333;
 width: auto;
 vertical-align: middle;
 overflow: visible;
 height: 21px;
 cursor: pointer;
 line-height:21px;
  
}

/*Added For Tax Payment Wirframe END*/

/*Added for UCDDataCapture*/
.queryitalictextwithoutfloat{
	
	font-size: 12px;
	font-style: italic;
	color: #505050;
	text-decoration: none;
}

/*Added for UCDDataCapture*/
/*------------------------------------------------------------*/
/*Start of styles for EBUX stage3 Mails Phase2*/
.replytxt {
border-left:0 none;
border-right:1px solid #C6C9CC;
padding-left:2px;
padding-right:5px;
}

.replytxttop {
padding-left:15px;
width:375px;
}

.flagimg {
padding-left:2px;
padding-right:5px;
}

.movetodp {
padding:5px 0 8px 6px;
}

.movearrow {
padding-bottom:2px;
padding-left:5px;
}

.downloadimgouter {
margin-left:35px;
margin-right:2px;
}

.downloadimgarrow {
padding-bottom:5px;
}

.inboxmsg_title {
left:-100px;
position:absolute;
top:-100px;
}

.text_area {
background:url("../images/text_area.png") no-repeat scroll 0 0 transparent;
border:medium none;
float:left;
height:128px;
margin:5px 15px 10px 10px;
overflow:hidden;
padding:5px 0 0 5px;
width:371px;
}

.right_nav_new {
border-bottom:1px solid #E4E3E3;
float:left;
height:25px;
margin:10px 0 0;
padding-left:15px;
padding-right:15px;
width:366px;
}

.btn_right_nav {
float:left;
height:25px;
}
.sendreply {
float: right;
margin-right: 26px;
}
.drafttextbox{
float: left;
margin-left: -5px;
}

.reply_rightnav {
float:left;
margin-left:78px;
}

.draft_sendbtn {
background:url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;
border:medium none;
color:white;
cursor:pointer;
float:left;
height:21px;
margin-left:126px;
width:45px;
}

.clearbtn {
border-left:1px solid #C6C9CC;
color:#0278BA;
float:left;
margin-left:3px;
margin-top:2px;
padding-left:3px;
}

.savebtn {
border-left:1px solid #C6C9CC;
border-right:1px solid #C6C9CC;
color:#0278BA;
float:left;
margin-left:3px;
margin-top:2px;
padding-left:3px;
padding-right:3px;
}

.cancelbtnreply {
color: #0278BA;
float: left;
margin-top: 7px;
padding-right: 6px;
margin-left: 6px;
}
.cancelbtn {
color:#0278BA;
float:left;
margin-top:2px;
padding-left:3px;
}

.clearbtn a{font-size:12px;color:#0278BA;}
.savebtn a{font-size:12px;color:#0278BA;}
.cancelbtn a{font-size:12px;color:#0278BA;}


.download_mails{float: right;margin-right: -56px;margin-top:5px;}

.right_bottomtext {
background:url("../images/rightbottom_bg.png") repeat-x scroll 0 0 transparent;
border-top:1px solid #E4E3E3;
float:left;
line-height:21px;
margin-left:10px;
margin-right:10px;
padding-top:15px;
width:356px;
}

.rightpanelbottom_headertop {
float:left;
padding-left:25px;
width:329px;
}

.rightpanelbottom_header {
color:#262A2C;
float:left;
line-height:19px;
padding-right:5px;
}

.rightpanelbottom_headerbold {
color:#262A2C;
float:left;
font-weight:normal;
line-height:19px;
padding-right:5px;
}

.right_bottomspantext {
float:left;
line-height:21px;
padding:15px 10px 15px 35px;
width:330px;
}

.mailinput {
background-color:#EDF6FB;
background-image:url("../images/composemail_Tobg.png");
background-repeat:no-repeat;
border:medium none;
float:left;
font-size:12px;
height:30px;
line-height:25px;
padding:0;
vertical-align:middle;
width:221px;
}

.mail_popupmsg {
float:left;
font-weight:normal;
}

.mail_popupleft {
float:left;
height:73px;
width:10px;
}

.mail_popupmid {
background:url("../images/mail_popupmid.png") repeat-x scroll 0 0 transparent;
float:left;
height:73px;
padding-top:20px;
text-align:center;
width:738px;
}

.mail_popupright {
float:left;
height:73px;
width:10px;
}

.fromDateBoxStyle{margin-left:-6px;}
.toDateBoxStyle{margin-left:-48px;}


.right_bottomtext {
background:url("../images/rightbottom_bg.png") repeat-x scroll 0 0 transparent;
border-top:1px solid #E4E3E3;
float:left;
line-height:21px;
margin-left:10px;
margin-right:10px;
padding-top:15px;
width:356px;
}

.rightpanelbottom_headertop {
float:left;
padding-left:25px;
width:329px;
}

.rightpanelbottom_header {
color:#262A2C;
float:left;
line-height:19px;
padding-right:5px;
}

.rightpanelbottom_headerbold {
color:#262A2C;
float:left;
font-weight:normal;
line-height:19px;
padding-right:5px;
}

.right_bottomspantext {
float:left;
line-height:21px;
padding:15px 10px 15px 35px;
width:330px;
}

.mailinput {
background-color:#EDF6FB;
background-image:url("../images/composemail_Tobg.png");
background-repeat:no-repeat;
border:medium none;
float:left;
font-size:12px;
height:30px;
line-height:25px;
padding:0;
vertical-align:middle;
width:221px;
}

.mail_popupmsg {
float:left;
font-weight:normal;
}

.mail_popupleft {
float:left;
height:73px;
width:10px;
}

.mail_popupmid {
background:url("../images/mail_popupmid.png") repeat-x scroll 0 0 transparent;
float:left;
height:73px;
padding-top:20px;
text-align:center;
width:738px;
}

.mail_popupright {
float:left;
height:73px;
width:10px;
}

#simplemodal-overlay {background-color:#AAA;}
#simplemodal-container {background-color:#E3E4FA; border:8px solid #AAA; padding:12px;}

.rightpanel_rmimg_draft{float:left; margin-top:15px; margin-left:15px;padding-right:10px}
composesubject_draft{padding-left:5px;float:left;width: 344px;height:30px;font-size: 12px;border: none;background:url('../images/composemail_subjectbg.png') no-repeat 100% 0%;font:12px Arial;padding-top:6px;}
.compose_input_draft{border:none;background:none;outline:none;margin-top:0px;width:344px;float:left;}
/*styles for advance search*/
#advance_wrapper {
background-color:#FFFFFF;
border:1px solid #CFE6F4;
height:75px;
margin-bottom:15px;
padding:15px;
width:908px;
margin-top:20px;
}
.advance_wrapper {
background-color:#FFFFFF;
border:1px solid #CFE6F4;
height:125px;
margin-bottom:15px;
padding:15px;
width:506px;
display:none;
margin-top:36px;
}
.ui-helper-hidden {
display:none;
}

.heading_adv {
float:left;
padding-bottom:10px;
color:#0278BA;
font-size:12px;
}

.row_1 {
border:0 none;
float:left;
width:766px;
}

.box {
color:#6E7477;
float:left;

font-size:12px;
margin-right:15px;
padding-bottom:15px;
}
.search_mails {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E0E1E2;
    float: left;
    margin-bottom: 17px;
    padding: 6px;
}

.data_input {
background:url("../images/input_type_new.png") no-repeat scroll 0 0 transparent;
border:0 none;
color:#6E7477;
display:block;

font-size:12px;
height:31px;
margin-top:5px;
width:167px;
}

.row_2 {
float:left;
width:766px;
}

.row_3 {
float:left;
width:100%;
padding-top: 10px;
padding-left:6px;
}
.box_date {
float:left;

font-size:12px;
padding-bottom:15px;
}
.advancesearchbtn{
	float: right;margin-right: 16px;margin-top: 5px;
	}
.advancesearchrstbtn{
	float: right;margin-left: 23px;margin-top: 5px;
	}

.date_block {
display:block;
}
.date_block1 {
display:block;
margin-left:82px;
}
.date_style {
background:url("../images/date_input.png") no-repeat scroll 0 0 transparent;
border:0 none;
color:#6E7477;
float:left;

font-size:12px;
height:31px;
line-height:30px;
margin-right:15px;
margin-top:5px;
text-align:center;
width:130px;
}

.mailcalendar {
float:left;
padding-right:10px;
padding-top:9px;
}

.divider {
float:left;
padding:13px 15px 0 0;
vertical-align:middle !important;
}

.date_style2 {
background:url("../images/date_input.png") no-repeat scroll 0 0 transparent;
border:0 none;
color:#6E7477;
float:left;

font-size:12px;
height:31px;
line-height:30px;
margin-right:15px;
margin-top:5px;
text-align:center;
width:130px;
}

.search {
border:0 none;
color:#6E7477;

font-size:12px;
padding:9px;
margin-top: -34px;
margin-left: 190px;
}

.rst_btn {
background-color:#FFFFFF;
border:0 none;
color:#0278BA;
cursor:pointer;

font-size:12px;
margin-left:92px;
margin-top:5px;
vertical-align:top;
}

.toggle {
float:right;
}

.advance_search_link{float:left; padding-top:20px; color:#0278BA;font-size:12px;}
.advance_search_link a{color:#0278BA;}
/*adding for pfm*/
.chatheaderbar {
font: bold 13px Arial;
color: #0278BA;
padding: 13px 0 11px 11px;
float: left;
}

.accordianmenu_chat {
float: left;
width: 159px;
border: 1px solid #E0E2E3;

font-size: 12px;
margin-bottom: 30px;
background: white;
height: 42px;
background: url('../images/flagged_mail_gray.png') repeat-x;
}

.inbox_containt_new {
background: url('../images/acc_work_bg_new01.png') no-repeat;
margin: 5px 0 0px 9px;
width: 142px;
height: 104px;
padding-top: 10px;
margin-top: 15px;
color: #0278BA;
}
.newfolder {
margin-left: 5px;
}

.inbox_txtbox {
background: url('../images/work_textbox_new.png') no-repeat;
width: 128px;
height: 27px;
text-align: justify;
border: none;
margin: 5px 5px 5px 5px;
line-height: 25px;
vertical-align: middle;
padding-left: 5px;
}

.acc_button{float:right;background:url('../images/inbox_btn.png') no-repeat;width:19px;height:16px;border:none;vertical-align:top;cursor:pointer;margin-left:75px;margin-right:15px;}
.acc_btn_align {
margin-left: 20px;
}
.acc_btn {
background: url('../images/edit_btn.png') no-repeat;
width: 33px;
height: 21px;
border: none;
vertical-align: top;
cursor: pointer;
}

.compose_clearbutton1{ background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 21px;
    width:45px;
    padding-bottom:3px;

}
.donothing1{display:none;}

.pfm_btns{ background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;border: medium none;color: #FFFFFF;cursor: pointer;}
.addattachment {
float: left;
width: 250px;
vertical-align: top;
margin-top: 3px;
}
.attachmentimg {
float: left;
margin-left: -160px;
}
.composeMsgTemplates {
float: left;
color: #0278BA;
width: 150px;
margin: 10px 10px 0px 10px;
background: url('../images/compose_messagetemplates.png') no-repeat right;
}
.addattachmentlink {
color: #0278BA;
}
.addattachmentlink a{
color: #0278BA;
font-size:12px;
margin-left:2px;
}
.link_attach {
margin-left: 15px;

font-size: 12px;
color: #0278BA;
}

.removelinkstyle{ /*modified for ticket 659530*/
border: none;
text-decoration: none;
background: #EDF6FB;
color: #0278BA;
font-size: 0.69em;
float: left;
padding-left: 6px;
padding-top: 5px;
padding-right: 6px;
padding-bottom: 5px;
cursor: pointer;
}

.removelinkstyle:hover{
	color: #0278BA;
    text-decoration: underline;
}

.attach_links{
	float: left;
margin-left: 97px;
	}
.addattachmentlink1 {
color: #0278BA;
}
.addattachmentlink1 a{
color: #0278BA;
font-size:12px;
float: left;
margin-left: 295px;
margin-top: -23px;
}
.compose_saveasatemplate{ background: url("../images/savaasatemp.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 21px;
    width:85px;
    padding-bottom:3px;
}
.right_midtext_border{border-left:1px solid #CFE6F4;width:100%;}
.rightcontainer_overflow{overflow-y:scroll;height:592px;}
.composemailfontimgs{clear:both;float:left;margin-left:102px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;background:url('../images/composearea_gradbg.png') repeat-x;height:34px;width:721px;clear:both; margin-top:-25px;}
.add_attach{ width:700px; float:left; margin-top:15px;}
.composemailsendspan{float:left;margin-left:100px;padding-right:5px;}
.Xbutton{color:#0278ba; border:none; background:none; cursor:pointer;}
.compose_pbtn{
margin-top:15px; float:left;margin-left:96px;
}
.displayNone{display:none;}
.accordianmenu a{text-decoration:none;}
.rightpanel_textsubject {
float: left;
font: 0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color: #262A2C;
line-height: 19px;
padding-right: 5px;
font-weight:normal;
width: 65px;
margin-top: 9px;
}
.arrange_subjectheading {
color: #3D4143;
float: left;
font: 0.69em Arial,Helvetica,sans-serif;
margin: 11px 0 4px 0px;
max-height: 38px;
min-height: 0;
word-wrap: break-word;
width: 280px;
text-align: left;
}
.right_midreplaydraft{
    border-bottom: 1px solid #CFE6F4;
    float: left;
    height: 191px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 396px;
}
.arrange_subjectheadingreply{
    color: #3D4143;
    float: left;
    font: bold 0.69em Arial,Helvetica,sans-serif;
    margin: 2px 0 10px 1px;
    width: 275px;
    word-wrap: break-word;
}
.movetofoldertop{
margin-top: 1px;
float: left;
}
.rtpanelreply{
border-left: 0 none;
border-right: 1px solid #C6C9CC;
float: left;
margin-left: 2px;
margin-top: 11px;
padding-left: 0;
padding-right: 6px;
}

.rtpanelreply a:link {
color: #0278BA;

font-size: 0.69em;
}
.replypanel_sendbtn{
    background: url("../images/sendbtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    
    font-size: 0.69em;
    font-weight:normal;
    height: 21px;
    margin-left: 1px;
    margin-right: 5px;
    margin-top: 0;
    width: 45px;
}
.replytxttoppanel {
    padding-left: 0;
    padding-top: 6px;
    width: 396px;
}
.deletelink {
    color: #0278BA;
    float: left;
   margin-left: 6px;
margin-right: 6px;
    margin-top: 11px;
}
.deletelink a{
    color: #0278BA;
    font-size: 0.69em;
    margin-left: 2px;
}
.composesubjectdisplaynone{display:none;padding-left:5px;float:left;width: 558px;height:30px;font-size: 0.69em;border: none;background:url('../images/composemail_subjectbg.png') no-repeat 100% 0%;font:0.69em Arial;padding-top:6px;}
.db_accwid_pluss {
    cursor: pointer;
    float: left;
    height: 9px;
    padding-left: 6px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
    width: 9px;
}
/*EBUX Stage 3 MAILS END*/
/*************Ebux stage3 Accounts, Transaction, PFM - START***************/

.stage3_previewconfirmdetails{
/*margin-left: 30px; Commented by Dhanashri Kelkar for fixing alignment*/
/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
}

/** Modified by Nikita Manohar for UI3 : START */
.stage3_leftrightmainpanel{
float: left;
/*border: 1px solid #E0E1E2;*/
padding-bottom:15px;
width: 100%;
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 49% 0 rgba(0, 0, 0, 0);
}


.stage3_inputpanel_leftcontainer {
    float: left;
/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
    margin-bottom: 12px;
    /*margin-top: 10px;*/
    width: 79%;
    /*Added*/
	border: 1px solid #E0E1E2;
}
/** Modified by Nikita Manohar for UI3 : END */


.stage3_inputpanel_paydetailstoprow{
      padding-top: 30px;
      margin: 0px 0px 0px 100px;
      float:left;
      width:80%;
}
/** Modified for UI3 : START */
.stage3_inputpanel_labels{
    float: left;
    margin-right: 22px;
    text-align: right;
    /*width: 24%;*/
    width: 35%;
}

/*style added by Dhanashri Kelkar to accommodate input form component*/
.stage3_inputpanel_column{
    float: left;
    margin-right: 5px;
	/*Added by Sonia Garg*/
    margin-top: 7px;
    text-align: right;
    width: 35%;
}
/** Modified for UI3 : END */


.stage3_payfromaccountbalance{
    float: left;
    
/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
    font-weight:normal;
    margin: 8px 0 0 30px;
    vertical-align: super;
}



.stage3_inputpanel_payeetypeor {
      margin: 0px 0px 0px 30px;
      vertical-align: super;
      
}
/** Modified for UI3 : START */
.stage3_paytonewpayee {
    color: #0278BA;
    margin: 0 0 0 5px;
    /*vertical-align: super;*/
}
/** Modified for UI3 : END */
.stage3_balance_amt {
    float: left;
    margin: 8px 0 0 5px;
}

.stage3_calendarimage {
      margin: 3px 0px 5px -37px;
}

.stage3_inputpanel_greytext{
      margin: 0px 0px 0px 5px;
      vertical-align: super;  
      color: #949494;
}

.stage3_inputpanel_labelswithtextbox{
width: 24%;
float: left;
text-align: right;
margin-right: 17px;
}

.stage3_inputpanel_paydetailsrow{
float: left;
/*Modified by Nikita Manohar*/
margin: 2px 0;
padding-bottom: 0px;
padding-top: 2px;
width: 100%;
}

/*Added by Gauri Kale for UI3 : Start*/
.stage3_inputpanel_paydetailsrow_cp{
margin: 9px 0px 0px 0px;
float: left;
width:100%
}

.static_error_message{
    color: #ff0000;
    float: left;
    margin-left: 22px;
    text-align: left;
    width: 35%;
}
/*Added by Gauri Kale for UI3 : End*/

/*Added by Neha Gosain for UI3 : Start*/
.stage3_previewconfirm_det_col1{
float:left;
width:6%;
}

.stage3_previewconfirm_det_col2{
float:left;
width:20%;
}
/*Added by Neha Gosain for UI3 : End*/

.stage3_transparentleft{
float: left;
width: 7px;
height: 23px;
}

.stage3_transparentmid{
background: url("../images/trans_greymid.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #0278BA;
cursor: pointer;
float: left;
height: 23px;
padding-bottom: 3px;
width: 104px;
}

.stage3_previewdetailsrow{
margin-top: 11px;
float: left;
width: 100%;
}

.stage3_previewconfirm_label{
width: 22%;
float: left;}

.stage3_previewconfirm_details{
width: 28%;
float: left;}

/*START--styles added by Dhanashri Kelkar to accommodate read-only 4-column layout*/
.stage3_previewconfirm_label_column{
width: 22%;
float: left;
padding-right:5px;
/*Added by Parashar Dutta*/
word-wrap:break-word;
margin-right:5px;
/*Added by Dhanashri Kelkar*/
text-align: right;
}

.stage3_previewconfirm_details_column{
width: 25%;
float: left;
/*Added by Parashar Dutta*/
word-wrap:break-word;
margin-right:8px;
/*Added by Dhanashri Kelkar*/
font-weight:normal;
}

/*END--styles added by Dhanashri Kelkar to accommodate read-only 4-column layout*/



/*Navigation Panel*/

.width79percent_navigationpanel{
float:left;
width:79%;
padding-bottom:10px;
}


/*Authorization Panel*/

.simpletext_authorization{
color: #262A2C;

/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
text-decoration: none;
padding-top: 12px;
float: left;
padding-bottom: 20px;}

.width79percent{
float:left;
width:79%;
}
.querytextleft_width100percent {
      padding-right: 1px;
      padding-left: 1px;
      width: 100%;
      float: left;
      clear: left;
      text-align: right;
      padding-bottom: 1px;
      font-size: 16px;
      padding-top: 7px;
      /* added by shreya */
      font-weight:normal;
}
.querytextleft_width100percent_withtextalignleft {
      padding-right: 1px;
      padding-left: 1px;
      width: 100%;
      float: left;
      clear: left;
      text-align: left;
      padding-bottom: 1px;
      font-size: 16px;
      padding-top: 7px;
      /* added by shreya */
      font-weight:normal;
}


/*Step Tracker*/

/*.step_tracker_button {
    font-weight:normal;
    border:1px solid #D8EBF6;
    background-color:white;
    cursor: pointer;
    float: left;
    height: 36px;
    padding-bottom: 5px;
    width: 33%;
    
}

.step_tracker_disabledbutton{
    font-weight:normal;
    border: 1px solid #D8EBF6;
    background-color: #EBF5FA;
    cursor: pointer;
    float: left;
    height: 36px;
    padding-bottom: 5px;
    width: 33%;
    
}*/

.step_trackerwidth {
width:79.4%; /*Changed from 79% by Dhanashri Kelkar*/
/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
margin-top:10px; /*Added by Sonia Garg*/
}

.step_trackerwidth_withoutmargin {
width:79.4%; 
}

.step_trackerwidth100 {
width:101%;
margin-top:10px;
}

.step_trackerwidth_withoutmargin100 {
width:100%; 
}


/** Modified by Nikita Manohar for UI3 : START */
.stage3_steptracker_mandatory {
    color: #DB2929;
    /*float: left;*/
    float: right;
    font-weight:normal;
    height: 36px;
    /*margin: 10px 0 0 5px;*/
    margin: 10px 10px -20px 2px;
    padding-bottom: 0;
    width: 23%;
}
/** Modified by Nikita Manohar for UI3 : END */



/*EBUX3 Account Listing Module Starts*/
.stage3_listingpaneldiv{
      float: left;
/*    margin-left: 7px;*/
    width: 78%;
    border-left: 1px solid #E0E1E2;/*Modified by sravanthy  to maintain the border colors consistent*/
    border-right: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;

      }


/*Styles for tab menu*/
.stage3_spantabwhite {
float: left;
width: 6px;
height: 23px;
}
.stage3_tabmenupanel{float:left;border-bottom:1px solid #E0E1E2;margin-bottom: 0px;margin-top: 0px;width: 78.2%;float:left;padding-left:0px;padding-top:0px;/*margin-left:7px;*/}

.stage3_tabwhitep {
margin: 0;
padding: 0;
float: left;
height: 3px;
z-index: 1;
margin-left: 13px;

}


/*Styles for download*/
.stage3_downloadnav {
width: 78.2%;/*changed for fixing border issue*/
/*margin: 0px 0 0 7px;/*Added for fixing border issue*/
padding-top: 7px;
padding-bottom: 14px;
float: left;
border-top: 1px solid #E0E1E2;
}

.stage3_currentlist {
color: black;
font-weight:normal;
float: left;
margin-left: 15px;
margin-top: 2px;
padding: 0 6px 0 0;
}
.stage3_downloadarrow {
float: left;
color: #0278BA;
margin-left: 3px;
padding-right: 3px;
margin-top: 6px;
}
.stage3_printbtn {
float: left;
color: #0278BA;
margin-left: 3px;
padding: 0 6px 0 0px;
margin-top: 2px;
}

.stage3_printbtn a {
color: #0278BA;
}

.stage3_emailbtn {
float: left;
color: #0278BA;
border-left: 1px solid #C6C9CC;
border-right: 1px solid #C6C9CC;
margin-left: 3px;
padding: 0 6px 0 6px;
padding-right: 3px;
margin-top: 2px;
}

.stage3_emailbtn a {
color: #0278BA;
}

.stage3_sharebtn {
float: left;
color: #0278BA;
padding: 0 6px 0 6px;
margin-top: 2px;

}

.stage3_sharebtn a {
color: #0278BA;
}


.breadcrumblue {
color: #0278BA;
}


.breadcrummargin{
color: #0278BA;
float: right;margin-right: 20px;
}
.breadcrummargin a{
color: #0278BA;}


.recordtxtview{
float: left;
font-size: 12px;
margin-left: 17px;
}

/*Styles for accounts transaction*/

.stage3_leftdetails {
    float: left;
   /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
    padding-right: 3px;
	padding-top:8px;
    text-align: left;
    width: 13%;
    font-size:11px;
}
.stage3_rightdetailsinfo {
    float: left;
    /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
    width: 19%;
	word-wrap:break-word;
}

.stage3_detailsrow {
    float: left;
    margin-left: 20px;
    margin-top: 11px;
    width: 100%;
}

.stage3_detailspanelcombobuttonrow {
float: left;
margin: 7px 12px 0px 11px;
width: 100%;
}


.stage3_detailspanel {
float: left;
border-left: 1px solid #E0E1E2;/*Modified by sravanthy  to maintain the border colors consistent*/
border-right: 1px solid #E0E1E2;
border-bottom: 1px solid #E0E1E2;
width: 78%;
padding-bottom:10px;
/*margin-left:7px;*/

}

.stage3_moredetails_link {


color: #262A2C;

/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
text-decoration: none;
float: left;
   margin-left:4px;
    padding-right: 3px;
    
    width: 13%;
}
.simpletextfloatleftbold{
      
      /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
      float: left;
      font-weight:normal;
      margin-left: 25px;
      margin-top: 5px;
      margin-right: 10px;
}

.simpletextfloatleftbold_blue{
      
      /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
      float: left;
      font-weight:normal;
      margin-left: 25px;
      margin-top: 5px;
      margin-right: 10px;
      color:#0278BA;
}




/******Right Panel***********/

.stage3_rtpanelquicklinkcol{
      font-weight:normal;
      }
      
.stage3_rightcontainer {
width: 19%;
float: right;
margin-top: 12px;
/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
}

.stage3_rtpanelltbluebtnleft{
float:left;margin-left:24px}


.stage3_rtpanelltbluebtnrt{
float:left;}


.stage3_rtpanelremovelink{

color: #0278BA;
padding: 0 6px 0 6px;
margin-top: 2px;
}

.stage3_rtpanelremovelink a {
color: #0278BA;
}

.stage3_rtpanelstarimage{
float: left;
margin-right: 7px;
width: 16px;
height: 17px;
}


.stage3_rtpanelquicklinkrow{
width:100%;
float: left;
background: url('../images/acct_lightbluebgmidnew.png') repeat-y;
/*Modified for Ticket - 725957*/
padding: 11px 0px 7px 6px;
height:20px;
}
/*Aashish added for RWD*/
.stage3_rtpanelquicklinkrow_new {
	width: 100%;
	float: left;
	padding: 5px 0px 7px 6px;
	height: 16px;
}
.stage3_rtpanelnavlink {
float: left;
background: url('../images/acct_whitebgmid_1.png') repeat-y;
font-weight:normal;
padding: 10px 0px 0px 10px;
width: 100%;
color: #0278BA;
/*font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
font-weight:normal;
}
.stage3_rtpanelnavlink a{color: #0278BA;}
.stage3_rtpanelltbluebtnmid {
background: url("../images/db_alertmidtab.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: white;
cursor: pointer;
float: left;
height: 21px;
width: 53px;
}


.stage3_rtpanelbtnmidspace{

margin-top:11px;float:left;width:100%;

}



.stage3_rtpanelcaptionbold {
float: left;
background: url('../images/acct_whitebgmid.png') repeat-y;
font-weight:normal;
padding: 11px 0px 13px 10px;
width: 100%;
}
.stage3_rtpanelnavlink_last {
float: left;
background: url('../images/acct_whitebgmid_1.png') repeat-y;
font-weight:normal;
padding: 10px 0px 24px 10px;
width: 100%;
color: #0278BA;
/*font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
font-weight:normal;
}
.stage3_rtpanelnavlink_last a{color: #0278BA;}
.stage3_rtpanelrow {
width: 100%;
float: left;
background: url('../images/acct_lightbluebgmidnew.png') repeat-y;
padding: 13px 0px 14px 12px;

}



.stage3_rtpanelselectcomborow{
width: 100%;
float: left;
background: url('../images/acct_lightbluebgmidnew.png') repeat-y;
padding: 0px 0px 3px 5px;
font-weight:normal;
}
/*Aashish added for RWD*/
.stage3_rtpanelselectcomborow_new {
	width: 100%;
	float: left;
	padding: 0px 0px 3px 5px;
	font-weight:normal;
}

.stage3_rtpanellightbluebg{
width: 100%;
height: 3px;
float: left;
}

.stage3_rtpanelnavrow {

margin-top: 11px;
float: left;
}

/*********Search panel***********/
.stage3_transparentlistleft {
float: left;
width: 7px;
height: 27px;
margin-left: 360px;
}

.stage3_transparentsearchleft {
float: left;
width: 7px;
height: 27px;
}

.stage3_transparentlistright{
float: left;
width: 7px;
height: 27px;}

.stage3_transparentlistsearchmid {
background: url("../images/acct_button27mid.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #0278BA;
cursor: pointer;
float: left;
height: 9px;
padding-top: 10px;
padding-bottom: 8px;
margin-left: -1px;
}

.stage3_transparentlistcategorizemid {
background: url("../images/acct_button27mid.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #0278BA;
cursor: pointer;
float: left;
height: 27px;
padding-top: 3px;
width: 165px;
}




/*Styles for tab menu*/
.paddingbottom27{padding-bottom:5px;margin-top: 12px;}
.stage3_spantabwhite {
float: left;
width: 6px;
height: 23px;
}

.stage3_whitetabhover {
float: left;
outline: none;
background: url('../images/acct_tabpanemid.png') repeat-x;
height: 23px;
border: none;
margin: 0px;
color: white;
/*cursor: pointer;Commented for tab clickable issue*/
padding: 5px 8px 0px 8px;

/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
font-weight:normal;
}

.stage3_spanrighttabwhite {
float: left;
width: 6px;
height: 23px;
}

.stage3_spantabgray {
float: left;
width: 6px;
height: 22px;
}

.stage3_grey_active {
cursor: pointer;
outline: none;
float: left;
outline: none;
background: url('../images/acct_tabpanegreymid.png') repeat-x;
height: 22px;
float: left;
border: none;
color: black;
padding: 5px 8px 0px 8px;

/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
}

.stage3_spanRtabgray {
height: 22px;
width: 6px;
float: left;
}


/* Styles for search panel*/

/*Styles for tab menu*/
.stage3_spantabwhite {
float: left;
width: 6px;
height: 23px;
}

.stage3_whitetabhover {
float: left;
outline: none;
background: url('../images/acct_tabpanemid.png') repeat-x;
height: 23px;
border: none;
margin: 0px;
color: white;
cursor: pointer;
padding: 5px 8px 0px 8px;

/*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
font-weight:normal;
}

.stage3_spanrighttabwhite {
float: left;
width: 6px;
height: 23px;
}

.stage3_spantabgray {
float: left;
width: 6px;
height: 22px;
}

.stage3_grey_active {
cursor: pointer;
outline: none;
float: left;
outline: none;
background: url('../images/acct_tabpanegreymid.png') repeat-x;
height: 22px;
float: left;
border: none;
color: black;
padding: 5px 8px 0px 8px;

font-size: 13px;
}

.stage3_spanRtabgray {
height: 22px;
width: 6px;
float: left;
}

/* Styles for search panel*/

.stage3_searchpanelrow {
      float: left;
      clear:both;
      width:100%; /*changed to align the buttons */
           /*margin-left:5px;*/ /*Changed to align error message*/
      margin-bottom:3px;/*changed to avoid extra spacing*/
      margin-top:2px;
}
.stage3_searchpanelrowbutton {
      float: left;
      clear:both;
      width:96%;
      margin-left:16px;
      margin-top:5px;
}

.stage3_searchpanelrowtopline {
    /*style changed for UI Audit comments*/
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #D9D9D9;
    clear: both;
    float: left;
    font-weight:normal;
    margin-bottom: 7px;
    margin-left: 9px;
	margin-top: 5px; /*Ui Audit related change*/
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 5px; /*Ui Audit related change*/
    width: 96%;
}
.stage3_searchrowsecheader{
	background:none repeat scroll 0 0 #EEEEEE;
	border:medium none;
	font-weight:normal;
	text-decoration:none;
	padding-left:9px;
	margin-top:5px;
	padding-bottom:3px;/*changed to avoid extra spacing*/
}
.stage3_searchpanelcolumn {
      float: left;
      width:50%;
}

.stage3_searchpaneldiv {
      border: 1px solid #E0E1E2;
height: auto;
margin: 44px 1px 40px;
width: 27%;
position: absolute;
background-color: #EEE;
padding-bottom:5px;
padding-top:5px; /*Added by sravanthy*/
/*margin-left:7px;*/
/*Added by Sunil Kumar*/
z-index: 1001;/*changed by sravanthy from 1500 to 1001 - to disable the searchpanel in background if a page is openend in Model View */
/*Added by Sravanthy
opacity:0.9;
filter: Alpha(opacity = 90);*/
}

.stage3_searchpanel_detailsdiv{
      border: 1px solid #E0E1E2;
height: auto;
margin: 183px 1px 40px;
width: 30%;
position: absolute;
background-color: #EEE;
padding-bottom:5px;
padding-top:5px;/*Added by sravanthy*/
/*margin-left:8px;*/
/*Added by Sunil Kumar*/
z-index: 1001;/*changed by sravanthy from 1500 to 1001 - to disable the searchpanel in background if a page is openend in Model View */
/*Added by Sravanthy
opacity:0.9;
filter: Alpha(opacity = 90);*/
}

.stage3_searchpanelcaptionbold {
    float: left;
    font-size: 13px;
    font-weight:normal;
    margin-top: 10px;
    padding-bottom: 9px;
    padding-right: 35px;
}

.stage3_dropdownrow{
      margin-left:11px;
      float:left;
      clear:both;
      width:96%;
      }
      
.stage3_leftbuttonimagewithoutmargin{
      float:left;
      margin-top:5px;
}

.stage3_leftbuttonimage{
      float:left;
      margin-top:5px;
      margin-left:16px
}

.stage3_middlebutton{
      background: url("../images/acctopen_greybtnmid.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    float: left;
    
    height: 21px;
    margin-top: 5px;
    padding-bottom: 3px;
    font-weight:normal;
    /*font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
}

.stage3_rightbuttonimage{
float:left;
margin-top:5px;

}

.stage3_searchpanellabel {
   margin-left:5px;
}

.stage3_textboxrow{
      margin-left:10px;
      clear:both;
      float:left;
      width:96%;
      }

.stage3_Morefiltersrow{
      float:left;
      clear:both;
      width:96%;
      margin-left:16px;
      }

.stage3_searchpanelbluelabel{
      margin-top:10px;
    float:left;
    color:#0278BA;
    
    /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
    text-decoration: none;
}
.stage3_searchpanelbluelabel a{
color:#0278BA;
text-decoration: none;

   /*font-size: 13px; Commented by Dhanashri Kelkar to refer body level font-size*/
}

.stage3_searchpanelbluearrow{
      float:left;
      margin-left:15px;
      margin-top:17px;
      }

.stage3_searchpanelbuttonrow{
        float: left;
      margin-left: 16px;
      margin-top: 5px;
      clear:both;

}

.stage3_searchpaneltextandbutton{
      margin-top:30px;
      margin-left:15px;
      clear:both

}

.floatingleft {
      float: left;
}

.stage3_searchpanelcaptionboldwithmargin {

float: left;

font-size: 13px;

font-weight:normal;

margin-top: 10px;

padding-bottom: 9px;

padding-right: 35px;

margin-left:5px;

}
.step_tracker_disabledtab{
    background-color: #EBF5FA;
    border: 1px solid #D8EBF6;
    /*cursor: pointer; Commented by Nikita Manohar*/
    float: left;
    
    font-weight:normal;
    height: 21px;
    padding-top: 15px;
    text-align: center;
    width: 33%;
}
.step_tracker_tab{
    background: url("../images/btn_PaymentSelect.png");
	float: left;
	
	font-weight:normal;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	width: 33.2%;
	font-size: 0.69em;
}

/** Mega Menu : Start - Added By Poonam Mehta*/
.mega-menu ul, .mega_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	/*background: none;Surej for RWD*/
}

.mega-menu>.menu {
	position: relative;
	padding: 0;
	margin: 0;
}

.mega-menu .sub ul {
	display: block;
}

.mega-menu {
	line-height: 10px;
	font-size: 0.75em; /*Changed height:35px by hemanth for header issues*/
	/*height: 35px; Added by Poonam Mehta*/
	height: auto; /*Surej for RWD mega menu at 480 to 639px*/
	/* modified by Harsha.243681*/
	/* padding: 0 25px; *//*Surej for RWD mega menu*/
	/* margin: 0 auto; */
	/*width: 940px;*/
	/* width:91.796875%; *//*Surej for RWD*/
	/* modified by Harsha.243681*/
}

.mega-menu ul li {
	/* modified by Harsha.243681*/
	/* float: left; */
	/* modified by Harsha.243681*/
}

.mega-menu ul li a {
	float: left;
	display: block;
	/*color: #000000; /*Surej removed color for RWD*/
	/*padding: 13px 20px 13px 20px;*/
	padding: 10px 9px 16px 9px; /*Surej RWD fixed to give equal spacing for left n right*/
	text-decoration: none;
} /*Padding changed by Poonam Mehta*/

.mega-menu .dc-mega {
	position: relative;
	color: #000000; /*Surej added for RWD*/
	/* modified by Harsha.243681*/
	color: #fff;
	float: none;
	/* modified by Harsha.243681*/
}

.mega-menu ul li .sub-container {
	position: fixed;/*changes by vinay for mega-menu alignment*/
	padding-left: 0px;
	z-index: 2000;
	/*top: 155px;*/
	top: 137px; /*Surej modified as per latest CDG suggestion for prod logo RWD*/
	/*height: 0px;*/
	margin-top: -1px;
}

.mega-menu ul li .sub {
	padding: 20px 20px 20px 10px;
}

.mega-menu ul li .sub-container.mega .sub {
	padding: 0 10px 2px 0;
	border-right: 1px solid #9b9b9b;/*next-gen*/
	border-bottom: 1px solid #9b9b9b;/*next-gen*/
	border-left: 1px solid #9b9b9b;/*next-gen*/
	background-color: #FFFFFF;/*next-gen*/
	/*left: -48%;
	position: fixed; */
	position: relative;
	/*left: -48%;*/
	left: -7%; /*Surej for mega menu at 480-639 RWD*/
	width: 540px; /*Added by Vinay for mega menu*/
	top:-20px; /*Added by Vinay for mega menu*//*next-gen*/
}

.mega-menu ul li .sub .mega-menu-list-wrapper {
	width: 100%;
	position:relative; /*Added by Vinay for mega menu*/
	overflow: hidden;
	clear: both;
	line-height: 15px;
	padding: 10px 0 0 10px;
	/*height:268px; Surej for RWD megamenu carousel*/
	height:auto;
}

.mega-menu ul li .sub li {
	list-style: none;
	/*float: none;*/
	float: left; /*Surej for RWD mega menu carousel*/
	width: 180px;
	/*width: 240px;  Surej for RWD mega menu carousel*/
	padding: 0px; /*Surej for RWD mega menu carousel*/
}

.mega-menu ul li .sub li.mega-hdr {
	float: left;
}

.mega-menu ul li .sub a {
	border: none;
	text-shadow: none;
	padding: 7px 0px 7px 9px;
	display: block;
	/*width:150px;*/
	width: 150px; /*Surej for RWD mega menu carousel*/
	word-wrap: break-word;
	float: none;
	text-decoration: none;
	color: #404040; /*next-gen*//*Surej added for RWD*/
}
/*Added by Surej for RWD Start*/
.mega-menu ul li .sub li.mega-hdr a.mega-hdr-a {
	/*background-color: #D9EEFE;*/
	color: #404040;/*next-gen*/
	font-weight:normal;
	text-align:left; /*Surej added for mega menu alignment as per CDG suggestion RWD*/
}
.mega-menu ul li .sub li.mega-hdr{
	background-color: #FFFFFF;/*next-gen*/
}
.mega-menu ul li .sub li.mega-hdr:hover{
	background-color: #EEEEEE;/*next-gen*/
}
/*Added by Surej for RWD End*/
.mega-menu ul .sub li.mega-hdr li a {
	padding: 7px 8px 7px 20px;/*next-gen*/
}

.mega-menu ul .sub li.mega-hdr li a:hover {
	color: #025B8E;
	padding: 7px 8px 7px 20px;/*next-gen*/
}

.mega-menu ul .sub ul li {
	padding-right: 0;
	margin-right:-3px;
	padding:1px 1px 1px 1px; /*Surej modified for RWD NEW*/
}

.mega-menu>ul>li:hover {
	color: #000;
	text-shadow: none;
	background-color: #EEEEEE;/*next-gen*/
}

/* Surej commented for mega menu carousel
.mega-menu>ul>li:hover>div {
	display: block;
}

.mega-menu>ul>li>div {
	display: none;
}*/ /* START Surej added for  RWD mega menu carousel
.mega-menu>div>div>ul>li:active>div {
	display: block;
}

.mega-menu>div>div>ul>li:hover{
	background-color:#F1F9FF;
}

.mega-menu>div>div>ul>li:hover>div {
	display: block;
}*/

.mega-menu>div>div>ul>li>div {
	display: none;
}
/* END Surej added for  RWD mega menu carousel*/
.mega-menu div.mega-menu-list-wrapper li.sub-menu-separator {
	float: left;
	margin-right: 2px;
	width: 0px;
}

.mega-menu-list-wrapper:after,
.mega-menu:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.mega-menu ul .sub .sub-menu>li>a,.mega-menu ul .sub .sub-menu>li>a:hover
	{
	background: url("../images/Sub-menu-Arrow.png") no-repeat 
		 scroll 7px 9px transparent;/*next-gen*//*Added by Surej for RWD*/
	padding-left: 5px;
}

/*Start Surej modified for RWD topbar mega menu
.mega-menu div.mega-menu-list-wrapper ul li ul{
	left:175px;
	z-index:999;
	position:fixed;
	top:139px;
	width:404px;
	display:none;
}
.mega-menu ul li .sub li.mega-hdr{
	float:none;
}
.mega-menu div.mega-menu-list-wrapper ul li:hover ul{
	visibility:visible;
	height:261px;
	display:block;
	background-color:#D9EEFE;
	text-align:left;
}
/*End Surej modified for RWD topbar mega menu*/
/** Mega Menu : End - Added By Poonam Mehta*/

/*Added by Poonam Mehta*/
.mega-menu .selected {
	background-image: none; /*Surej modified newly for dashboard RWD*/
	/* modified by Harsha.243681*/
	/* border-bottom: 2px solid #404040; */
	/* Surej commented for RWD 
	border-top: 1px solid #BCBFC0;
	border-right: 1px solid #BCBFC0;
	border-left: 1px solid #BCBFC0;
	border-bottom: medium none;
	float: left;
	color: #000;
	text-shadow: none;
	background-color: #FFFFFF;
	background-image: none;
	margin-left: 2px;
	margin-right: 2px;
	height: 32px;
	padding-bottom: 2px;*/
	background-color: #002244;
	/* modified by Harsha.243681*/
}

/** Modified for UI3 : START */

.stage3_rowsetHeaderLabel {
    float: left;
    width: 22%;
    margin-top:10px;
    margin-left:5px;
   
}
.stage3_previewconfirmrow{
 margin-top: 11px;
 float: left;
 width: 100%;
 margin-left:30px;

}
/** Modified for UI3 : END */
/** Modified for UI3 : START */

.formbtn_link_black {

font-size: 11px; /*Changed from 12px by Sonia Garg*/
text-decoration: none;
border: 0px;
width: auto;
overflow: visible;
background-color: transparent;
color: SteelBlue;
cursor: pointer; 
}

.formbtn_link_black:hover {
color: SteelBlue;
text-decoration: underline;
}

.formbtn_link_black:active {
color: SteelBlue;
}
.querytextright_withoutBlock{
	padding-left: 6px;
	clear: right;
	overflow: hidden;
	padding-bottom: 4px;
}
.stage3_ptabgray {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 3px;
	height: 22px;
}
/** Modified for UI3 : END */

/*Added by Sonia*/
.labeltextstyle{
    color: #262A2C;
    float: left;
    
   /* font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
    margin-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    text-decoration: none;
}
.labeltextbold {
      color: #262a2c;
      
     /* font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
      text-decoration: none;
      font-weight:normal;      
      padding-top: 15px;
/*	margin-left: 5px; *//*Added by Nikita Manohar*//*Commented by Aashish. given margin to outer component(Additional details wrapper)*/
}

.margin-left{
	margin-left:5px;
	/*Added by Nikita Manohar*/
	vertical-align: bottom;
}

.labeltext {

    color: #262a2c;
    
    /*font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
	font-size: 11px; /*Added by Parashar Dutta*/
     text-decoration: none;
     margin-left: 5px;
	vertical-align: bottom; /*Added by Nikita Manohar*/
}
/*Added by Sravanthy for HWListTable*/

.brd_blue1{background:url('../images/selected_hover_bottom.png') repeat scroll 0 0 transparent;height: 25px;margin-top:-2px;border-bottom:1px solid #CFE6F4;}

.HW_head_outerdiv{background-color: #CFE6F4;height: 25px;margin-top: 0px;padding-left: 0px;text-align: center;}

.HW_tableheading{
vertical-align:middle;
/*Changes for UI-Audit remarks */
padding-top:5px;
padding-bottom:5px;
padding-left:2px;
/*Added by shreya for separator in table heading*/
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 99% 0 transparent;
}
/*Added by shreya for separator in table heading*/
.HW_tableheadingnobrdr{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
}
.HW_tabletextwithpadding{
vertical-align:middle;
font-size:11px;
padding-left:15px;
/*Added by shreya for separator in table heading*/
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 99% 0 rgba(0, 0, 0, 0);
}

.HW_tablecolwithpadding{
padding-top:5px;
}

.brd_blue{
background:url('../images/selected_hover_top.png') repeat scroll 0 0 transparent;
height: 30px;
}

/*Added by Sravanthy for HWListTable*/

/*Added by Parashar Dutta*/
.stage3_searchpanel_twocolumn{
border: 1px solid #E0E1E2;
height: auto;
margin: 44px 1px 40px;
width: 30%;
position: absolute;
background-color: #EEE;
padding-bottom:10px;
margin-left:7px;
/*Added by Sunil Kumar*/
z-index: 1500;
}

/*Added by Gauri Kale*/
.labelleft_cp {
 float: left; 
 padding-top: 8px; /*Changed from 7px by Gauri Kale */
 padding-right: 3px;
 color: #262a2c;
 text-decoration: none;
 margin-left:5px;
}
.checkbox_cp{
 margin:5px 0 0 5px; /*Changed top margin from 8px by Gauri Kale*/
}
.searchsimpletext_stage3 {
 color: #262a2c;
   
 font-size: 11px;
 text-decoration: none;
 float: left;
 padding-top: 7px;
 padding-right: 5px; 
}
/* Aashish commented for RWD
.cpinputtextarea-span {
	background: url("../images/backgrounds/input-textarea03.gif") no-repeat
		scroll 0 0 #FBFBFB;
	display: inline-block;
	padding: 7px 0 7px 3px;
	text-align: left;
	width: 347px;
	height: 37px;
	margin-left: 5px;
}

.cpnotificationTxtarea {
	font: inherit Arial;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 40px;
	outline: medium none;
	resize: none;
	width: 343px;
	font-size: 0.69em;
}
*/
/*Added by Sonia Garg*/
.checkbox_center {
    float: left;
    margin-left: 5px;
    margin-top: 8px;
}

/*Added by Nikita Manohar*/
.querytextright_stage3 {
    clear: right;
    display: block;
    overflow: hidden;
    padding-bottom: 2px;
    padding-left: 2px;
}
.notificationTxtarea{
 font:13px Arial;
 background: none repeat scroll 0 0 transparent;
 border: medium none;
 outline: medium none; 
 resize: none; 
 width: 260px;
 height:116px;
 /*Added by Dhanashri Kelkar*/
 
 font-size: inherit;
}
.simpletextNotification {
	  color: #262A2C;
      font-size: 11px; /*Changed from inherit by Nikita Manohar changed font size to 11px - tkt 659729 */
      text-decoration: none;
      font-weight:normal; /*Changed from normal by Nikita Manohar*/
      padding-top: 15px;
}
.simpletextNotification_bold {
      font-size: 0.69em;
      text-decoration: none;
      font-weight:normal;
      padding-top: 15px;
}
.notificationLabel {
    float: left;
    margin-left: 4px; /*Changed from 5px by Nikita Manohar*/
	/*   width: 182px; Changed from 179px by Nikita Manohar*/
	width: 38.83%;
	/* Aashish added for wireframe WF_Stage3_DataEntry for RWD,  notification details*/
}

/*Added by Parashar Dutta*/
.stage3_subsectheader {
 font-weight:normal;
 text-decoration: none;
 padding: 4px 6px 4px 6px;
 vertical-align: top;
 margin: 0px; /*Used for Heading Level Tags */
 border: none;
 background: none;
 background-color: #ffffff;
}

/*Added by Dhanashri Kelkar*/
.stage3_querytextboxmedium {
	background-color: #edf6fb;
	padding-top: 7px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: url(../images/backgrounds/input-text.gif) #edf6fb
		no-repeat 100% 0px;
	text-decoration: none;
	width: 265px; 
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 24px;
}
.stage3_dropdownexpandalbe {
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	padding-top: 8px;
	color: #262a2c;
	width: 99%;
	display: inline-block;
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}

/*Added by Sunil Kumar*/
.tableoverflowwrapperhw {
overflow-y: hidden; /* Changed from overflow-x: auto; by Sunil Kumar*/
width: 100%;
border: 1px solid #C9CBCC;
float: left;
margin-top: 15px;
}
.defaultPagination{
margin-top:15px; /*Changed from 35px by Sunil Kumar*/
float:left;
width: 100%;
}
.pagination-right-align{
float: right;
padding-right:20px;
}
.defaultPagination .jumpPage{
 text-align:left;
 font-size:11px;
 
 line-height:22px;
}

/*Added by Amey Patwardhan*/
.stage3_section 
{
 width: 100%;
 clear: both;
 margin-top: 0.3em;
 margin-bottom: 0.5em;
}
/*Ebux stage3 Accounts, Transaction, PFM - END*/
/*EBUX3 Account changes - start*/

.stage3_rightgrouplet {
width: 19%;
float: right;
}
.widget-xtrasmall .widget-content {
	padding-bottom: 2px;
	min-height: 155px;
	max-height: 155px;	
	overflow-x: hidden;
	overflow-y: auto;
}
.widget-xtrasmall .widget-foot {
      /*background:url(../images/widget-bottom-small.png) no-repeat top left; */
}
.widget-xtrasmall {
      width:195px; /*Surej modified for right border issue in widgets */
}
.widget-xtrasmall .widget-head {
      /*background-image:url(../images/backgrounds/widget-head-small.png); */
}

.formbtn_text6 {
      
      font-size: 11px;
      float: left;
      text-decoration: none;
      border: 0px;
      width: auto;
      margin-top: 30px;
      overflow: visible;
      background-color: transparent;
      color: #0278ba;   
      cursor: pointer;

}

.formbtn_text6:hover {
      
      font-size: 11px;
      float: left;
      text-decoration: underline;
      border: 0px;
      width: auto;
      margin-top: 30px;
      overflow: visible;
      background-color: transparent;
      color: #0278ba;   
      cursor: pointer;

}

.trashicon{
      
      padding-right: 14px;      
      background: url(../images/delete-record.png)
            no-repeat ;
      border: none;
      cursor: pointer;
      
}


.inputtextareasmall
{
      border: 0 none;
      
    font-size: 11px;
    line-height: normal;
      margin: 2px 0 0 0;
    overflow: auto;
      padding:0;
    text-align: left;
    resize: none;
    width: 260px;
      height: 50px;
      float:left;
}

.inputtextareasmall-span
{     
      background: url("../images/backgrounds/input-textarea-53.gif") no-repeat scroll 0 0 #FBFBFB;
      display: inline-block;
      padding: 0 0 0 3px;
      text-align: left; 
      width: 265px; 
      height: 53px; 
} 

.acct_left_rightmainpanel1 {
      border-top: 1px solid #E0E1E2;
      border-left: 1px solid #E0E1E2;
      border-right: 1px solid #E0E1E2;
      border-bottom: 1px solid #E0E1E2;
      width: 100%;
}
.searchsimpletextbold {
      color: #262a2c;
      
      font-weight:normal;
      text-decoration: none;
      float: left;
      padding-top: 8px;
      padding-right: 5px;
      font-size: 11px;	
}
.hwredtxt {
	/*color: #FF0000;*//*its value changed to black as we are going to display debit amount in black color */
	color: black;
      font-weight:normal;
      
}
.hwgreentxt {
      color: #00CC00;/*changed from 66 to CC to brighten the color*/
      font-weight:normal;
      
}
.stage3_rightwithmargin {
	
	margin-top: 4px;
	float: right;
	margin-right: 20px;
}
.stage3_searchsubsecheader{
	background:none repeat scroll 0 0 #EEEEEE;
	border:medium none;
	font-weight:normal;
	text-decoration:none;
	margin:0px 9px 0px 0px;/*added to provide space after arrow*/
	padding:0px;
	font-size:13px;
}
.stage3_searchpaneldetailslabel{
	color: #262A2C;
    
    /*font-size: 11px;*/
    padding-left:5px;
    text-decoration: none;
	}
.stage3_searchpanelrow1 {
      float: left;
      clear:both;
      width:96%;
      margin-left:20px;
}
.stage3_searchpaneldetailscolumn {
	float: left;
	width:50%;
	margin-bottom:5px;
}
.stage3_moredetailsright{
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	font-weight:normal;
	float:right;
	text-decoration:none;
}
.iconwithmargin {
	margin-top: 18px;
	float: left;
	margin-left: 5px;
	}
.simpletextwithwidth{
	color: #262a2c;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	/*font-size: 11px;*/
	float: left;
	padding-right: 5px;
	width:34%;
	text-align:right;
	}
/* added for colSpan in compositefield */	
.simpletextwithwidth_zerowidth{
	color: #262a2c;
	
	font-size: 0.69em;
	float: left;
	padding-right: 5px;
	text-align:right;
}	
/*Styles added by payal for overlay pages- start*/
.stage3_details_withborder{
 width: 100%;
 border: 1px solid #E0E1E2;
 margin-top: 10px;
 margin-bottom: 4px;
 padding-bottom: 5px;
}
.stage3_rightdetailsinfo_withpadding {
    float: left;
    font-size: 11px;
    width: 19%;
    padding-top: 8px;
 word-wrap:break-word;
}
.stage3_downloadnav_modalview{
width: 100%;
margin: 0px 0 0 0;
padding-top: 7px;
padding-bottom: 14px;
float: left;
border-top: 1px solid #E0E1E2;
}
.searchsimpletext_rightpadding {
 color: #262a2c;
 
 font-size: 11px;
 text-decoration: none;
 float: left;
 padding-top: 8px;
 padding-right: 15px;
 padding-left: 3px;
}
/*Styles added by payal for overlay pages - end*/
/*EBUX3 Account changes - end*/
/*Added by Siddhesh_Chaugule for WF_Stage3_ListingDetails_ThreeSectionLayout Starts*/

.stage3_listingpaneldiv_small {
    float: left;
    margin-left: 0px;
    width: 565px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
    border-top: 1px solid #E0E1E2;
}

/*Added by vinay mishra for PFM RWD Starts*/
.stage3_listingpaneldiv_Extended {
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #E0E1E2;
    border-top: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
    display:block;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 67%;
}
/*Added by vinay mishra for PFM RWD end*/
.stage3_left_overviewcontainer {
	background-image:url(../images/pfm_leftmaincontainer_leftcol.png); 
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	width: 192px;
	height:auto;
	float:left;
	clear: left;
	border-bottom: #d4d5d7 1px solid;
	border-top: #d4d5d7 1px solid;
	border-left: #d4d5d7 1px solid;
	border-right: #e4e4e4 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stage3_left_overviewcontainer_selectorbox {
	width:184px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	clear:left;
}

.stage3_left_overviewcontainer_overviewpanel {
	width:184px;
	float:left;
	clear:left;
	margin-left:4px;
	margin-right:4px;
	margin-top:8px;
	background-color: #efefef;
}

/*Added by Siddhesh_Chaugule for WF_Stage3_ListingDetails_ThreeSectionLayout  Ends*/

/*Added by Siddhesh for PFM Start*/

/*ProgressBarMultiColorTag Start*/
.budgetlistingstatusbar {
	float:left;
	border-bottom: #7D7B8D 1px solid;
	border-top: #7D7B8D 1px solid;
	border-right: #7D7B8D 1px solid;
	border-left: #7D7B8D 1px solid;
	/*-khtml-border-radius: 5px;*/
}

.progressbar_innerstyle {
	border: none; 
	border-color: transparent;
	float:left; 
}

.progressbar_innerstyle_withborder {
	border: none; 
	border-color: transparent; 
	border-right: #7F7F7F 1px solid; 
	float:left;
}

/*ProgressBarMultiColorTag End*/

/*MonthRangeSelectTag Start*/
.monthrangeselector_2_6 {
	width:180px; float:left; clear:left; 
	padding:0px;
	height:60px;
	border: 1px solid #bcbfc0;
}

.monthrangeselector_3_4 {
	width: 140px;
	float: left;
	clear: left;
	padding:0px;
	height:105px;
	margin-left:1px; margin-right:1px;
	border: 1px dotted #bcbfc0;	
}

.monthrangeselector_4_3 {
	width: 105px;
	float: left;
	clear: right;
	padding:0px;
	height:140px;
	margin-left:1px; margin-right:1px;
	border: 1px dotted #bcbfc0;
}

.monthrangeselector_6_2 {
	width: 70px;
	float: left;
	clear: left;
	padding:0px;
	height:210px;
	margin-left:1px; margin-right:1px;
	border: 1px dotted #bcbfc0;
}

.monthrangeselector_month {
	margin:0px; padding:0px; 
	border:1px solid #bcbfc0;
	background:#ffffff;
	float:left;
	vertical-align:center;
	horizontal-align:center;
	width:30px;
	height:30px;
	color:#0278ba;
	font-size : inherit;
}

.monthrangeselector_month:hover {
	margin:0px; padding:0px; 
	border:1px solid #bcbfc0;
	background:#ffffff;
	float:left;
	vertical-align:center;
	horizontal-align:center;
	width:30px;
	height:30px;
	color:#0278ba;
	font-size : 0.69em;
	cursor:pointer;
}
.monthrangeselector_month_selected {
	margin:0px; padding:0px; 
	border:1px solid #FF4000;
	background:#F3F781;
	float:left;
	vertical-align:center;
	horizontal-align:center;
	width:30px;
	height:30px;
	color:#0278ba;
	font-size : inherit;
}

.monthrangeselectcomponent {
	width:182px; float:left; clear:left; 
	padding:0px;
	height:auto;
	margin-left:1px; margin-right:1px;
}

.monthrangeselectcaption {
	color: #000000;
	font-weight:normal;
	float:left;
	width:54%;
	height:20px;
	text-align:center;
	vertical-align:center;
	margin-top:0px;
	padding-top:2px;
	font-size : inherit;
}

.yearselectcomponent {
	color: #000000;
	font-weight:normal;
	float:right;
	width:46%;
	height:30px;
	text-align:center;
	vertical-align:center;
	margin-top:0px;
	text-decoration: none;	
}

.yearcaption {
	color: #000000;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 3px;
	font-size : 0.69em;
}

.yearcaption:hover {
	color: #0000ff;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 3px;
	font-size : 0.69em;
}

.monthrangevalue_hidden {
	display:none;
}

.nextyearbutton {
	font-weight:normal;
	text-decoration: none;
	height: 1.7em;
	background:transparent url(../images/backgrounds/next.gif) no-repeat 100%;
	width:10px;
	text-align: center;
	border: 0px solid #ffffff;
	vertical-align: middle;
	cursor:pointer;
	padding-left:8px; 
}

.nextyearbutton_disabled {
	font-weight:normal;
	text-decoration: none;
	height: 1.7em;
	background:transparent url(../images/backgrounds/next-disabled.gif) no-repeat 100%;
	width:10px;
	text-align: center;
	border: 0px solid #ffffff;
	vertical-align: middle;
	padding-left:8px; 
}
.previousyearbutton {
	font-weight:normal;
	text-decoration: none;
	height: 1.7em;
	background:transparent url(../images/backgrounds/prev.gif) no-repeat 100%;
	width: 10px;
	text-align: center;
	border: 0px solid #ffffff;
	vertical-align: middle;
	cursor:pointer;
	padding-left:15px;
}
.previousyearbutton_disabled {
	font-weight:normal;
	text-decoration: none;
	height: 1.7em;
	background:transparent url(../images/backgrounds/prev-disabled.gif) no-repeat 100%;
	width: 10px;
	text-align: center;
	border: 0px solid #ffffff;
	vertical-align: middle;
	padding-left:15px;
}

.stage3_adviceimage {
	width:184px;
	margin-left:4px;
	margin-top:5px;
}
/*MonthRangeSelectTag End*/

/*Left_OverviewContainer_Stage3 Start*/
.stage3_left_overviewcontainer {
	background-image:url(../images/pfm_leftmaincontainer_leftcol.png); 
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	width: 192px;
	height:auto;
	float:left;
	clear: both;
	border-bottom: #d4d5d7 1px solid;
	border-top: #d4d5d7 1px solid;
	border-left: #d4d5d7 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stage3_left_overviewcontainer_selectorbox {
	width:184px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	clear:left;
}

.stage3_left_overviewcontainer_overviewpanel {
	width:184px;
	float:left;
	clear:left;
	margin-left:4px;
	margin-right:4px;
	margin-top:8px;
	background-color: #efefef;
}
/*Left_OverviewContainer_Stage3 End*/

/*ListingPanel_LeftContainer_smallwidth_Stage3 Start*/
.stage3_listingpaneldiv_small {
    float: left;
    margin-left: 0px;
    width: 525px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
    border-top: 1px solid #E0E1E2;
}
/*ListingPanel_LeftContainer_smallwidth_Stage3 Start*/


/*Budgets Homepage Start*/
.stage3_overviewtextleftwithpadding {
	width: auto;
	float: left;
	text-align: left;
	padding-top:10px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:4px;
	font-size : inherit;
	font-weight:normal;	
}

.stage3_overviewtextactivemonth {
	float:left;
	overflow: hidden;
	padding-top:10px;
	padding-bottom:4px;
	padding-right:1px;
	font-size : inherit;
	width: auto;
	font-weight:normal;	
}	

.stage3_budgetsinfoimg {
	float:right; 
	width:16px; 
	height:16px; 
	padding-top:7px;
	padding-right:4px;
}
.stage3_overviewtextleft {
	width: 25%;
	float: left;
	clear: left;
	text-align: left;
	margin-top:4px;
	padding-bottom:4px;
	padding-left:3%;
	font-size : inherit;	
}

.stage3_overviewtextright {
	width:71%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	margin-top:6px;
	padding-bottom:4px;
	padding-right:1%;	
	font-size : inherit;
}

.stage3_overviewtextleft_topborder {
	width: 25%;
	float: left;
	clear: left;
	text-align: left;
	margin-top:8px;
	padding-bottom:4px;
	padding-top:6px;
	padding-left:3%;
	border-top: 1px solid #bcbfc0;
	font-size : inherit;	
}

.stage3_overviewtextright_topborder {
	width:70%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	margin-top:8px;
	padding-top:6px;
	padding-bottom:4px;
	padding-right:2%;	
	border-top: 1px solid #bcbfc0;
	font-size : inherit;
}

.stage3_overviewtextrightred {
	width:70%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	margin-top:4px;
	padding-bottom:4px;
	padding-right:2%;	
	font-size : inherit;
	color: #FF0000;
}

.stage3_overviewtextsurplusbold {
	width: 25%;
	float: left;
	clear: left;
	text-align: left;
	padding-bottom:4px;
	padding-top:8px;
	padding-left:3%;
	border-top: 1px solid #bcbfc0;
	font-size : inherit;	
	font-weight:normal;
}	

.stage3_overviewtextcurrency {
	float:left;
	overflow: hidden;
	padding-top:10px;
	padding-bottom:4px;
	padding-left:4px;
	font-size : inherit;
	width: auto;
	font-weight:normal;
	padding-left: 32%;	
}

.stage3_overviewtextrightbold {
	width:70%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	padding-top:8px;
	padding-bottom:4px;
	padding-right:2%;	
	border-top: 1px solid #bcbfc0;
	font-size : inherit;
	color: #008000;
}

.stage3_overviewtextrightbold_green {
	width:70%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	padding-top:8px;
	padding-bottom:4px;
	padding-right:2%;	
	border-top: 1px solid #bcbfc0;
	font-size : 0.69em;
	color: #008000;
}

.stage3_overviewtextrightbold_red {
	width:70%;
	clear: right;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	color: #008000;
	padding-top:8px;
	padding-bottom:4px;
	padding-right:2%;	
	border-top: 1px solid #bcbfc0;
	font-size : 0.69em;
	color: #FF0000;
}

.stage3_budgets_categoryhead {
	font-weight:normal;
	float: left;
	height: 20px;
	font-size: 0.75em; 
	width: 80%;
	padding-left: 12px;
	padding-top: 10px;
}

.stage3_nobudgetsmessage {
	font-weight:normal;
	float: left;
	height: 20px;
	width: 71%;
	margin-left:2%;
	margin-right:2%;
	padding-top: 10px;
	padding-left: 25%;
	background-color: #FFFAD1;
	border-top: #D9D9D9 1px solid;
	border-bottom: #D9D9D9 1px solid;
	border-left: #D9D9D9 1px solid;
	border-right: #D9D9D9 1px solid;
	margin-bottom: 80px;
}

.stage3_nobudgetsline {
	width:100%;
	float: left;
	height:1px;
	border-bottom: #D9D9D9 1px solid;
}	

.stage3_simpletext_paddingleftright {
	color: #262a2c;
	
	text-decoration: none;
	font-size:11x;
	padding-left:3px;
	padding-right:3px;
	
}

.stage3_simpletext_float
{
	color:rgb(38, 42, 44);
	
	font-size:11px;
	text-decoration:none;
	float:left;
}

.stage3_budgetstable { width:100%; border-bottom: #D9D9D9 1px solid; }
.stage3_budgetstablewrapper { width:100%; padding-top:5px;}
.stage3_budgetslist_head_outerdiv{background-color: #EAF0F7; border-top: #D9D9D9 1px solid; border-bottom: #D9D9D9 1px solid; height: 25px;margin-top: 0px;padding-left: 0px;text-align: center;/**height: 0px;*/}

.stage3_budgets_row1 { background-color:#FFFFFF; height:20px; padding-top:2px; }
.stage3_budgets_row2 { background-color:#F2F2F2; height:20px; padding-top:2px; }

.stage3_budgetstable_heading_item { vertical-align:middle; padding-left:8px; font-size:11px; }
.stage3_budgetstable_heading_status { vertical-align:middle; padding-left:20px; font-size:11px; }
.stage3_budgetstable_heading_actual { vertical-align:middle; padding-left:10px; font-size:11px; }
.stage3_budgetstable_heading_timeperiod { vertical-align:middle; padding-left:8px; font-size:11px; }

.stage3_budgetstable_colstyle {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	font-size:11px;
	text-align: left;
}

.stage3_budgetsPagination {
	margin-top:10px;
	float:left;
	width: 99%;
	border-bottom:#D9D9D9 1px solid;
	padding-left:1%;
}

.stage3_budgetsPagination .jumpPage{
 text-align:left;
 font-size:11px;
 
 line-height:22px;
}
/*ListingPanel_LeftContainer_smallwidth_Stage3 Start*/

/*Added by Siddhesh for PFM End*/

/*Added by Satish_Jalan for PFM Starts*/

.stage3_infoimg {
	float:left; 
	width:16px; 
	height:16px; 
	margin-left:4px;
	margin-right:100px;
	margin-top:10px;
	}

.stage3_simpletextleft{
	color: #262a2c;
	
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	float:left; 
	padding-bottom:15px;
	padding-left:12px;
	margin-top:10px;
	}
.stage3_transparentlistright{
float: left;
width: 7px;
height: 27px;}

.stage3_grouplettransparentlistleft {
float: left;
width: 7px;
height: 27px;
margin-left: 150px;
}

.stage3_grouplettopbutton {
background: url("../images/acct_button27mid.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #0278BA;
cursor: pointer;
float: left;
height: 27px;
padding-top: 3px;
width: 100px;
}


.stage3_listingpaneldiv_grouplet {
	border-color: #E0E1E2 #E0E1E2 #E0E1E2 #BBBBBB;
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 750px;

}

.querytextright_textarearight {
	clear: right;
	display: block;
	float: right;
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-right: 30px;
	width: 20%;
	
}

.querytextright_thirdcolumn{
	padding-left: 15px;
	clear: right;
	overflow: hidden;
	padding-bottom: 4px;
}
.querytextleft_tablecaption{
	float: left;
	width: 34%;
}

.stage3_remarkstextboxbig {
	border: 0 none;
	
	font-size: 11px;
	height: 116px;
	line-height: normal;
	margin: 2px 0 0 0;
	overflow: auto;
	padding:0;
	text-align: left;
	width: 260px;
	float:left;
	resize: none;
}



/*Styles added for grouplet Satish_Jalan Starts*/
.grouplet_tablelistgreyrow {
	text-decoration: none;
	background-color: #efefef;
	border: #e0e1e2 0px solid;
	color: #000000;
	height:22px;

}
.grouplet_tablelistwhiterow {
	text-decoration: none;
	border: #e0e1e2 0px solid;
	color: #000000;
	background-color: #ffffff;
	height: 22px;

}
.listgryrowhwtableline {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 0.75em;
}
.colorpickertext {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom : 8px;
	float:left;
}

.stage3_hwlistrowtwolink {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding-bottom:8px;
	padding-right: 5px;
}
/*Styles added for grouplet Satish_Jalan Starts Ends*/


/*Styles added for grouplet container-extra-large Starts*/
.widget-extra-large table th,
.widget-extra-large table td {
	
}
.stage3_dataentry_noborder {
    background-color: white;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

.widget-extra-large {
	width:750px;
}

.widget-extra-large .widget-head {
	background-image:url(../images/backgrounds/widget-head-large.png);
}

.widget-extra-large .widget-foot {
	
}


.widget-extra-large table th.col0,
.widget-extra-large table th.col1,
.widget-extra-large table td.col0,
.widget-extra-large table td.col1 {
	text-align:left;
}

.widget-extra-large .widget-toolbar .widget-search .inputColumn span.input {
	width:717px;
}

.widget-extra-large .widget-toolbar .widget-search .inputColumn span.input input {
	width:703px;
}

.container-extra-large {
	float:left;
	width:750px;
}

.widget-extra-large .widget-content {
	padding-bottom: 2px;
	min-height: 280px;
	max-height: 280px;
}
/*Styles added for grouplet container-extra-large Ends*/
/*Added by Satish_Jalan for PFM Ends*/


/*Added by Pankaj for PFM Start*/
.stage3_alertpanel_Header{
float: left;
margin: 2px 0;
padding-bottom: 2px;
padding-top: 2px;
width: 100%;
}

.stage3_alertpanelheader_column{
  float: left;
    font-size: 11px;
    font-weight:normal;
    margin-bottom: 7px;
    margin-top: 5px;
    padding-left: 11px;
    text-align: left;
    width: 35%;
}
.stage3_alert_label {
    clear: right;
    float: left;
    overflow: hidden;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size:11px;
    padding-top:7px;
}
.stage3_dataentry_noborder {
    background-color: white;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.stage3_dataentry_label{
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    text-align: right;
    width: 35%;
}


.stage3_chkboxalerts_extraleftmargin {
  
    font-size: 11px;
    margin-left: 4px;
    margin-top: 5px;
    padding-top:7px;
    
}

.stage3_inputpanel_alerts {
    float: left;
    margin: 9px 0 0 0px;
    width: 100%;
}


.stage3_alertslabel_leftmargin {
    font-size: 11px;
    margin-left: 0px;
    margin-top: 5px;
}

.stage3_dataentry_modalview_label {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
    text-align: right;
    width: 28%;
    font-size:11px;
}
.stage3_dataentry_modalview_label_left {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
    text-align: right;
    width: 28%;
    font-size:11px;
    
}
.stage3_blank_padding {
float: left;
    font-size: 11px;
    margin-left: -15px;
    padding-top: 7px;
    text-align: right;
    width: 15%;
}
.stage3_alertpanel_column {
    float: left;
    font-size: 11px;
  margin-left: -21px;
    padding-top: 7px;
    text-align: right;
    width: 16%;
}
.stage3_chkbox_alert {
    clear: right;
    float: left;
    margin-left: 26px;
    margin-top: 7px;
    overflow: hidden;
    padding-bottom: 4px;
}
.stage3_alert_textbox {

    font-size: 11px;
    line-height: 25px;
}
.stage3_chkbox_alert_marginleft {
    
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}

.simpletext_bold_margintop {
    font-size: 11px;
    font-weight:normal;
    margin-top:15px;
    
}
.simpletext_bold {
      margin-left:10px;
    font-size: 11px;
    font-weight:normal;
    margin-top:15px;
}
.simpletext_bold_topmargin {
      margin-left:10px;
    font-size: 11px;
    font-weight:normal;
    line-height:34px;
    
}
.stage3_dataentry_secondary_panel{
float: left;
border: 1px solid #E0E1E2;
padding-bottom:15px;
width: 100%;
background-color: #edf6fb;
}
/*Added by Pankaj for PFM End*/

/*Added by shreya for static widgets */ 
.stage3_rtpanelselectcomborow1{
width: 100%;
float: left;
background: url('../images/acct_lightbluebgmidnew.png') repeat-y;
padding: 12px 0px 3px 0px;
font-weight:normal;
}
/*Added by Siddhesh for MessagePanel_LeftContainer_Stage3 Section Start*/
.stage3_messagepaneldiv {
    	border-top: 1px solid #E0E1E2;
        border-left: 1px solid #E0E1E2;
        border-right: 1px solid #E0E1E2;
        border-bottom: 1px solid #E0E1E2;
        float: left;
        height: 400px;
        width: 78%;
}

.stage3_yellowpanel {
	border-top: 1px solid #E0E1E2;
	border-left: 1px solid #E0E1E2;
	border-right: 1px solid #E0E1E2;
	border-bottom: 1px solid #E0E1E2;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	width: 98%;
	background-color: #FFFAD1;
}
/*Added by Siddhesh for MessagePanel_LeftContainer_Stage3 Section End*/

/*Added by Siddhesh for PFM Budgets Start*/
.stage3_budgetssimpletext_withpadding {
	color: #262a2c;
	
	text-decoration: none;
	padding-left: 15px;
	font-weight:normal;
	line-height:15px;
}

.stage3_budgetssimpletext_withpadding_bluelink {
	color: #0278ba;
	
	text-decoration: none;
	padding-left: 15px;
	font-weight:normal;
	line-height:15px;
}

.stage3_budgetssimpletext_withpadding_bluelink:hover {
	color: #0278ba;
	
	padding-left: 15px;
	font-weight:normal;
	line-height:15px;
	text-decoration: underline;
	cursor: pointer;
}
/*Added by Siddhesh for PFM Budgets End*/

/*Added by Rajeshree for PFM Budget Details Start*/
.stage3_budgetdetailsstatusbar{
      float:left;
	  margin-right:5px;
      margin-top:5px;
      border-bottom: #7D7B8D 1px solid;
      border-top: #7D7B8D 1px solid;
      border-right: #7D7B8D 1px solid;
      border-left: #7D7B8D 1px solid;
}

.stage3_searchsimpletext_bold {
      font-weight:normal;
      color: #262a2c;
      
      font-size: 12px;
      text-decoration: none;
      float: left;
      padding-top: 8px;
      padding-right: 5px;
      /** Added by Naval */
      /**margin-top: 2px;*/
}
.stage3_chkbox_alert_details {
    margin-right: 4px;
    float:left;
}
.stage3_simpletext_withborder {
	color: #262a2c;
	
	border: 1px solid #B1B1B1;
	font-size: 11px;
	text-decoration: none;
	margin-left:2px;
	margin-right:2px;
	padding-left:4px;
	padding-right:4px;
}

.stage3_rightdetailsnowidth {
float: left;
padding-right: 3px;
padding-top:8px;
text-align: left;
}

/*Added by Rajeshree for PFM Budget Details End*/
/*Added by Payal for I want to widget :Start*/
.stage3_rtpanelwhitebg{
		width:100%;
		float: left;
/*	background: url('../images/acct_whitebgmid.png') repeat-y scroll 0 0
		transparent; 	*/	/*commented by Aashish for RWD*/
		padding: 4px 0 0px 7px;/*changed to avoid scroll bar*/
		height:20px;
		color: #262a2c;
		
		font-size: 11px;
		font-weight:normal;
		text-decoration: none;
}
.stage3_menuIdTextlink{
float: left;
/*	background: url('../images/acct_whitebgmid_1.png') repeat-y; */ /*Aashish chaged for RWD*/ 
background: url('../images/backgrounds/I-want-to-BG_white.png') repeat-x;		
font-weight:normal;
width: 100%;
color: #0278BA;
font-size: 11px;
	height: 133px;	/*Aashish added for RWD*/ 
font-weight:normal;
}
.stage3_menuIdTextlink a{color: #0278BA;}
.stage3_menuIdTextlink li{
padding: 4px 0px 3px 8px;/*changed to avoid scroll bar*/
font-size: 11px;
	margin-left: 2px;/*Aashish added for RWD*/
}
/*Added by Payal for I want to widget : End*/
.stage3_dataentry_modalview_leftlabel {
    float: left;
    margin-right: 16px;
    margin-top: 7px;
    text-align: right;
    width: 28%;
    font-size:11px;
}
.stage3_text_bold {
      margin-left:10px;
    font-size: 11px;
    font-weight:normal;
    margin-top:15px;
    margin-right: -8px;
}
.stage3_text_bold_topmargin {
      margin-left:10px;
    font-size: 11px;
    font-weight:normal;
    line-height:34px;
    
}
/*Added for HWList table pagination*/

.defaultPagination1{
margin-top:15px;
float:left;
width: 100%;
padding-left:10px;
}

.defaultPagination1 .jumpPage{
 text-align:left;
 font-size:11px;
 
 line-height:22px;
}
/*Added for adspace*/
.stage3_rightsurveymousebg{background:url("../images/acct_acountmarketing.png") no-repeat;float:left;width:180px;height:100px;}
.stage3_rightsurveybtn{margin:112px 0px 0px 15px;float:left;}
.stage3_rightfindoutmore{margin:-18px 0px 0px 14px; float:left; font-weight:normal; color:#0278BA;}

/*EBUX Stage3:Added for blue link with padding*/
.stage3_bluelink {
	
	color: #0278ba;
	text-decoration: none;
	vertical-align: top;
	padding-left: 5px;
	font-size: 11px;
}

.stage3_bluelink:hover {
	
	color: #0278ba;
	text-decoration:underline;
	vertical-align: top;
	padding-left: 5px;
	font-size: 11px;
}

/*EBUX Stage3:Added for introducing space between text and arrows*/
.stage3_optionallink_accnts {
	
	font-size: 11px; /*changed by sravanthy*/
	font-weight:normal;
	color: #0278ba; /*Ui Audit related change*/
	padding-left:9px;
	padding-right: 5px;
	text-decoration: none;
}

.stage3_optionallink_accnts:hover {
	
	font-size: 11px; /*changed by sravanthy because on hover the font size reduces*/
	font-weight:normal;
	color: #0278ba; /*Ui Audit related change*/
	padding-left:9px;
	padding-right: 5px;
	text-decoration: none;
}

/*EBUX Stage3:Added new style for labelfor control component*/
.stage3_searchsimpletext {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	
}
/*Added for fixing instrument Id icon alignment issue*/
a.bluelink_bold:visited {

font-size: 11px;
font-weight:normal;
text-decoration: none;
float: left;
padding-right: 5px;
color: #0278ba;
}
/*Added for listing table styles with padding top */
.stage3_listingdetails_padding{
vertical-align:middle;
font-size:11px;
padding-left:6px;
padding-top: 8px;
}

.listgreyrowtxtleftline_withpadding {
	text-decoration: none;
	padding-left: 0px; 
	padding-right: 6px;
	padding-top: 8px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 11px;
}
/*Added for estatement widget*/
.formbtn_blue{

font-size: 1em;
color: #026eab;
text-decoration: none;
padding-top: 6px;
background: url(../images/acct_lightbluebgmidnew.png) 
no-repeat 100% 0px;
border: 0px solid #333333;
width: auto;
vertical-align: middle;
float: left;
cursor: pointer;
/*added for Ipad style issues*/
-webkit-appearance: none;
}


.formbtn_blue:hover {
    color: #026eab;
    border-bottom: #026eab;
    text-decoration: underline;
}

.stage3_searchsimpletextblue{
	color: #0278BA;
	
	font-size: 11px; 
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.stage3_listingdetails{
float: left;
margin-left: 0px;
width: 79%;
border-top: 1px solid #E0E1E2;
border-left: 1px solid #E0E1E2;
border-right: 1px solid #E0E1E2;
border-bottom: 1px solid #E0E1E2;
}

.stage3_simpletext1{
margin-left: -7px;
float: left;

font-size: 1.1em;

}


/*added by hemanth for logout pages*/
.formcaption_img {
    background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    
    font-size: 0.78em;
    font-weight:normal;
    height: 21px;
    line-height: 20px;
    margin-left: 27%;/*changed for -rwd-vinay*/
    margin-right: 15px;
    overflow: visible;
	/* Modified by Harsha.243682 */
    /* padding-left: 9px; */
	/* Modified by Harsha.243682 */
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: auto;
} 

/* added by hemanth for changing  caption to button*/

a.formbtn:hover {
      color: #404040;/*next-gen*/
      text-decoration: none;
}
/* added by hemanth for changing  caption to button*/

a.formbtn:visited {
      color: #404040;/*next-gen*/
      text-decoration: none;
}
/* added by hemanth to change the color to black as per requirement*/

/*.blackSignoff {
   color:#000000;
    display: block;
    
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}*/
/*added by vinay for logout 11.2.2*/
.blackSignoff {
	/*Added by swarna for Logout screen*/
	//color: #A6A6A6;
    //display: block;    
    //font-size: 20px;
    //font-weight: bold;
    //line-height: 40px;
    //padding-left: 25px;
    //text-align: left;
    font-size: 17px;/*Modified by Akhil Alex for rwd*/
    display: inline-block;
    padding-top: 3px;
    padding-left: 10px;
    float: right;
    height:21px;
    margin-top: 3px;
    /*Added by swarna for Logout screen*/
}
/*added by vinay for logout 11.2.2*/

/*added by hemanth for logout pages*/
.logoutimg {
    border: 0 none;
    float: left;
    margin-left: 9%;
}

/*added by hemanth for log out pages*/
.blackSignoffConfirmation {
    color: #000000;
    float: right;
    
    font-size: 25px;
    font-weight:normal;
    line-height: 2;
    padding: 0;
    width: 73%;
}

/*Added by hemanth for  logout pages*/
.txtBoldBlack_logout {
    color: #000000;
    float: right;
    
    font-size: 0.7em;
    font-style: normal;
    font-weight:normal;
    line-height: 20px;
    margin-bottom: 20px;/*changed for RWD-vinay*/
    width: 73%;
   
}

/*added by hemanth for logout pages*/
.formcaption_img_2 {
    background: url("../images/backgrounds/buttonStyle02_new.png") no-repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    
    font-size: 0.78em;
    font-weight:normal;
    height: 21px;
    line-height: 20px;
    margin-right: 15px;
    overflow: visible;
    padding-left: 9px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: auto;
}
/*added by shreya for logout pages in Ebux-3*/
.logout_column{
	clear: right;
    float: left;
    font-weight:normal;
    height:180px;/*added by vinay for logout pages in Ebux-3*/
    margin-top: 4px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 40%;	
}
/*Vinay added for 11.2.2 logout-start*/

.width100percent_main_logoutbg {    
	/*Modified by swarna.243682*/
    //background: url(../images/backgrounds/LogoutSuccessful.png) no-repeat 0px 0px;
    //clear: both;
    //height: 568px;
    //margin: 0 auto;
    //width:100%;
    //background-size: 100% 100%;
    //max-width:1024px; 
    
    border-top: 3px solid #002244;
    float: left;
    width: 100%;
    max-width:968px;
    height:530px;
    padding: 10px 13px;
    display: table;
   /*Modified by swarna.243682*/
}
.logoutrowone{
	margin-left: 28%;
	border-bottom:1px solid #ccc;
    width: 50%;
    height:150px;
    background: #fff;
}
.logoutrowtwo{
	//margin-left: 28%;
    //width: 50%;
    //height:50px;
    //background: #fff;
    /*Modified by swarna for Logout screen*/
    width: 100%;
    float: left;
    padding: 13px 0;
    height:33px;
    /*Modified by swarna for Logout screen*/
}
.logout_column1 img{
	height: 50px;
    margin-top: 40px;
    width: 50px;
}
/*Vinay added for 11.2.2 -end*/
/*added by shreya for logout pages in Ebux-3*/
.logout_txtBold {
    color: #000000;
    
    font-size: 0.7em;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    padding-left: 2px;
}
/*added by vinay for logout pages in 11.2.2*/
.logout_column1{
	border-right:1px solid #ccc;
	float: left;
    font-weight: bold;
    height: 130px;
    margin-top: -7px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}
.logout_column2{
	/*Modified by swarna*/
	float: left;
    //font-weight: bold;
    //height: 130px;
    //margin-top: 20px;
    //padding-right: 10px;
    //text-align: center;
    vertical-align: middle;
    font-family: arial;
    //width: 64%; /*changed for def 735221*/
    /*Modified by swarna*/
}
.logout_txtBold {
    color: #A6A6A6;
    display: block;
    
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 25px;
    text-align: left;
}

/*added by vinay for logout pages in 11.2.2*/
.stage3_bluetext_paddingleftright {
      color: #0278BA;
      
      text-decoration: none;
      font-size:11x;
      padding-left:4px;
      padding-right:4px;
}
.stage3_simpletext_withpadding {

color: #262a2c;

text-decoration: none;
padding-left: 15px;
padding-top: 5px;
line-height:15px;
font-size: 0.69em;

}
.stage3_dataentry_modalview_leftlabel {
    float: left;
    font-size: 11px;
    margin-right: 20px;
    margin-top: 7px;
    text-align: right;
    width: 28%;
}
.searchsimpletextwithmargin {
      color: #262a2c;
            
      font-size: 11px; /*Added by Parashar Dutta*/
      text-decoration: none;
      float: left;
      padding-top: 8px;
      padding-right: 5px;
      margin-left:5px;  
}
.stage3_dataentry_modalview_labelsmall_left
{
    float: left;
    margin-right: 15px;
    margin-top: 7px;
    text-align: right;
    width: 28%;
    font-size:11px;
}

/*styles added by shreya for new header --start*/
.headerRowsetLeft{
	/*shreya-header*/
	display: none;
	width: 70%;
	margin-top: 3px;
	float: left;
}
.headerRowsetRight {
	/*shreya-header*/
	width: 41%;
	float: right;
	height: 0px;
	overflow: hidden;
}
.headerRowset {
	display: inline-block;	
	font-size:0.69em;
}

.headerRow {
	display: inline-block;	
}
.headerRow1 {
	display: inline-block;
	vertical-align: bottom;
}	
.headerSubsecRightTab {
	display: inline;
	position: relative;
}	
.headerParaLeft {
	/*shreya-header*/
	width: 50%;
	float: left;
	margin-bottom: 3px;
}
.headerParaRight {
	/*shreya-header*/
	width:50%;
	float: right;
	margin-bottom: 3px;
}
.headerColLeft {
	/*shreya-header*/
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
.headerColRight {
	float:right; 
	margin-top: 2px;
	margin-bottom: 2px;
}
.skipContRow {
	/*shreya-header*/
    clear: right;
	display: inline;
	float: right;
	margin-top: 1px;
	padding-left: 3px;
	height: 24px;
	margin-top: -30px;
}
.skipContLink {
	/*shreya-header*/
	
	font-size: 0.69em;
	line-height: 20px;
	margin-right: 24px;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: underline;
}
a.skipContLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.skipContLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.rightTextWhite {
	display: inline; 
	color:#fff; 
	 
	font-size: 1em;
	margin-left: 7px;
}
a.rightTextWhite:hover, a.whiteArrowImg:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.rightTextWhite:visited, a.whiteArrowImg:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.rightTextBlack {
	display: inline; 
	color: #000; 
	 
	font-size: 1em;
	margin-left: 7px;	
}
a.rightTextBlack:hover, a.blackArrowImg:hover {
	color: #000;
	text-decoration: none;
}
a.rightTextBlack:visited, a.blackArrowImg:visited {
	color: #000000;
	text-decoration: none;
}
	
.rightTextBold, a.rightTextBold:hover, a.rightTextBold:visited {
	display: inline; 
	color:#fff; 
	 
	font-size: 1em;	
	font-weight:normal;
	padding-left: 7px;
	text-decoration: none;
}
.rightTextBlackBold, a.rightTextBlackBold:hover, a.rightTextBlackBold:visited {
	display: inline; 
	color:#000; 
	 
	font-size: 1em;	
	font-weight:normal;
	padding-left: 7px;
	text-decoration: none;
}	
.rightTextSepWhite {
	border-left: 1px dotted;
    clear: right;
    color: #FFFFFF;
    display: none;/*shreya-header*/
    margin-left: 8px;
    margin-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
}
.rightTextSepBlack {
	display: inline; 
	color:#000;
	border-left: 1px dotted;
}
.greySep {
	border-right: 1px dotted #AAAAAA;
    display: inline;
    float: left;
    height: 15px;
    margin-left: 7px;
    margin-right: 5px;
    margin-top: 3px;
}	
.headerLogoffLink {
  	margin-bottom: 5px;
    margin-top: 8px;
  	display: inline-block;
  	float: right;
}
.HW_logoffLink {
	display: none; /*shreya-header*/
	background: url("../images/blue_gotologin_btn_black.png") no-repeat scroll 0 0 ;
	float: right;
	height: 22px;
	clear: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-right:5px;
}	
.logoffLink, a.logoffLink:hover, a.logoffLink:visited {
	/*shreya-header*/
	background: url(../images/LogoutIcon.png) 0px 50% no-repeat scroll;
	margin-left: 10px;
	width: 30px;
    
	font-size: 0.69em;
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 22px;
	cursor: pointer;
	line-height: 22px;
}
.whiteArrowImg {
	border-color: #FFF transparent transparent;
    border-right: 3px dashed transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
    display: inline-block;
    padding-top: 1px;
    position: relative;
    margin-right: 3px;
    margin-left: 2px;
    margin-top: 9px;
}
.blackArrowImg {
	border-color: #000 transparent transparent;
    border-right: 3px dashed transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
    display: inline-block;
    padding-top: 1px;
    position: relative;
    margin-left: 2px;
    margin-right: 3px;
    margin-top: 9px;
}
.spanHeight {
	line-height: 28px;	
}
.rightRoundCorner {
	/*shreya-header*/
	display:none;
	line-height: 26px;
	height: 26px;
	clear: right; 
	float:right;
	background: url("../images/backgrounds/HWHeaderTopTabs_Left.png") no-repeat scroll 0 4% transparent;
}	
/*Aashish */
.leftRoundCorner {
	line-height: 26px;
	height: 133px;
	clear: right;
	float: left;
/*	margin-left: -1px;	*/
	background: url("../images/backgrounds/Quick-links-BG_Left.png")
		no-repeat scroll 0% 0% transparent;
	width:100%;
}
.rightRoundCornerQickLink {
	line-height: 26px;
	height: 133px;
	clear: right;
	float: left;	
	width: 100%;
	padding-right: 2px; /*Surej modified for overlapping widgets issue at 645px RWD*/
	background: url("../images/backgrounds/Quick-links-BG_Right.png")
		no-repeat scroll 100% 0% transparent;
		
}
.rightRoundCornerIWantTo {
	line-height: 17px;
	height: 133px;
	clear: right;
	float: left;	
	width: 100%;
	padding-right: 2px;
	background: url("../images/backgrounds/I-want-to_Right-BG.png")
		no-repeat scroll 100% 0% transparent;
}
.centerHeaderSubsec {
	background: url("../images/backgrounds/Quick-links-BG_Center.png")
		repeat-x scroll 100% 0 #84C0E1;
	clear: right;
	float: left;
	line-height: 35px;
	margin-left: 2px;
	vertical-align: middle;
	height: 133px;
	max-width: 97.444444%;

}
/*Aashish added for RWD*/
.leftRoundCornerWidget {
	line-height: 26px;
	height: 133px;
	clear: right;
	float: inherit;
/*	min-width: 2.777777777777778%; */
	background: url("../images/backgrounds/I-want-to-BG_Left.png")
		no-repeat scroll 0% 0% transparent;
}
/*Aashish added for RWD*/
.centerHeaderSubsecWidget {
	background: url("../images/backgrounds/I-want-to-BG_Center.png")
		repeat-x scroll 100% 0 #84C0E1;	
	clear: right;
	float: inherit;
	line-height: 17px;
	margin-left: 2px;
	vertical-align: middle;
	height: 133px;
	max-width: 97.444444%;
}
.headerSubsecRight {
	background: url("../images/backgrounds/HWHeaderTopTabs_Right.png") no-repeat scroll 100% 0 #84C0E1;
    clear: right;
    float: right;
    line-height: 26px;
    margin-left: 10px;
    vertical-align: middle;	
    height: 26px;
}
.headerSubsecMyProfile {
	padding-left: 5px; 
	background-color: #84C0E1; 
	line-height: 26px; 
	vertical-align: middle; 
	margin-top:10px; 
	margin-left:5px; 
	clear: right; 
	float:right;	
}
.blankfieldStyle {
	margin-left: 5px;
}
.hiddenButton {
	display: none;
}
.timezoneDropdown {
	margin-left: 5px;
	width: 75px; /*Surej newly modified for RWD from 58px*/
}	
/*Styles for header pulldown by shreya---------start*/
.pulldownSelectLeft {
	background: url("../images/backgrounds/HWTabWhite.gif") no-repeat scroll 0 0;
	background-color: #FFFFFF;
    padding-bottom: 6px;
    padding-top: 3px;
    padding-left: 3px;
}
.pulldownSelectRight {
	background: url("../images/backgrounds/HWTabWhite.gif") no-repeat scroll 100% 0 #FFFFFF;
	padding-bottom: 6px;
    padding-right: 6px;
    padding-top: 3px;
}
.pulldownUnSelectLeft {
	background-color: #84C0E1;
    padding-left: 3px;
}
.pulldownUnSelectRight {
	background-color: #84C0E1;
    padding-right: 6px;
}
.skinUnSelectLeft {
	background: url("../images/backgrounds/HWSkinBlue.gif") no-repeat scroll 0 0 transparent;
    clear: left;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-left: 9px;
}
.skinUnSelectRight {
	background: url("../images/backgrounds/HWSkinBlue.gif") no-repeat scroll 100% 0 transparent;
    display: inline-block;
    float: right;
    height: 21px;
    line-height: 21px;
    padding-right: 6px;
    width: 15px;
}
.skinSelectLeft {
	background: url("../images/backgrounds/HWTabWhite.gif") no-repeat scroll 0 0 #FFFFFF;
    clear: left;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-left: 9px;
}
.skinSelectRight {
	background: url("../images/backgrounds/HWTabWhite.gif") no-repeat scroll 100% 0 #FFFFFF;
    display: inline-block;
    float: right;
    height: 21px;
    line-height: 21px;
    padding-right: 6px;
    width: 15px;
}
.myProfilePulldown {
	/*shreya-header*/
	overflow:visible;
	visibility: hidden;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	z-index:1;
	display: none;
	padding-right: 5%;
	display: block;
	left: 0px;
	position: relative;
	width: 99%;
}
.myProfilePulldown p.sessionTimeoutText_v {
	/*shreya-header*/
	border-bottom: 1px solid rgb(206, 208, 207);
	padding-left: 15px;
	padding-right: 15px;
	width: 91.5%;
}
.myProfilePulldown p.sessionTimeoutText_withoutborder {
	/*shreya-header*/
	padding-left: 15px;
	padding-right: 15px;
	width: 91.5%;
}
#header .ui-combobox .ui-combobox-input.ui-widget-content, 
#header .ui-combobox .ui-combobox-input.ui-state-hover {
	/*shreya-header*/
	background: url("") 0px 0px no-repeat scroll rgb(255, 255, 255);
}

.myProfilePulldown p {
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;
/* 	border-bottom: 1px dotted #AAAAAA; shreya-header*/
/*     border-left: 1px solid #CCCCCC; shreya-header*/
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 10px 0 5px 1%;
}
.myProfilePulldown p .HW_formbtn {
	margin-bottom: 20px;/*changes are made by vinay for RWD*/
	margin-top: 0;
}
.sessionTimeoutText {
	color: #000000;
    
    font-size: 0.69em;
    font-weight:normal;
    padding-right: 2px;
    text-decoration: none;
    margin-left: 5px;
}
#sessionTimeoutText {
	/*shreya-header*/
	color: rgb(0, 0, 0);
	float: left;
	
	font-weight: normal;
	position: relative;
}
#sessionExpiryTime {
	/*shreya-header*/
	float: left;
	font-weight: normal;
	line-height: 5;
	margin-left: -92px;
}
.lastlogtext_green {
	/* modified by Harsha.243681*/
    /* color: rgb(0, 153, 0); */
    /* float: left; */
    /* font-size: 0.69em; */
    margin-top: 2px;
    margin-bottom: 7px;
    font-weight: normal;
    font-size: 13px;
    color: #999999;
    font-family: arial;
	/* modified by Harsha.243681*/
}
.updateProfile, a.updateProfile:hover, a.updateProfile:visited {
	color: #0278BA;
	float: left;
    font-size: 0.69em;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: -1px;
    font-weight:normal;
    text-decoration: none;
}
.fontSizePulldown {
	overflow:visible;
	visibility: hidden;
	position: absolute;
	background-color: #000000;
	padding-bottom: 2px;
	z-index:1;
	display: none;
	left: -50%;
	width: 77px;
	margin-top:-2px;
}
.fontSizePulldown p {
	background-color: #000000;
	width: 100%;
	visibility: visible;
	display: inline-block;
}
.skinPulldown {
	background-color: #FFFFFF;
    overflow: visible;
    position: absolute;
    right: -12%;
    width: 142px;
    z-index: 1;
    display: none;
    padding-bottom: 2%;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.skinPulldown p {
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;
	display: inline-block;
	margin-top: 10px;
}
.themeColStyle {
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: visible;
}
.themeIcon {
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 2px;
}
.smallThemeIcon {
	height: 15px;
}
.bigThemeIcon {
	height: 40px;/*changed by vinay for RWD theme*/
}
a.themeHover:hover {
	border: 3px solid #bdbdbd;
	background-color: #BDBDBD;
}

a.themeHover {
	border: 3px solid transparent;
	display: block;
}
/*Styles for header pulldown by shreya---------end*/
.chatButton {
	background-color: #84C0E1;
    border: 1px solid #84C0E1;
    color: #000000;
    display: inline;
    
    font-size: 1em;
    cursor: pointer;
    /*added for Ipad style issues*/
    -webkit-appearance: none;    
}
.profilePhoto {
	/*Ui Audit related changes*/
	display: none;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 2px;
}	
.marqueeHeight {
	height: 15px;	
	color:red;
}
.marqueeDiv {
	background-color: #000000;	
}
.marqueeWidth {
	width: 950px;
	margin: auto;
}
.marqueeText{
	color: #AAAAAA;
    font-size: 0.69em;
    font-weight:normal;
    margin-left: 3px;
}
/*styles added by shreya for new header --end*/

/*Added by Nikita Manohar for Notification details bold on details page*/
.querytextright_bold {
    clear: right;
    display: block;
    overflow: hidden;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight:normal;
}
.pageLeftContainer {
	float: left;
	width: 78%;
}

.pageRightContainer {
	/*padding-top: 37px; removed for alignment issue in right container*/
	float: right;
	width: 19%;
}
.stage3_bluetext_paddingleftright {
      color: #0278BA;
      
      text-decoration: none;
      font-size:0.69em;
      padding-left:4px;
      padding-right:4px;
}
.stage3_simpletext_withpadding {

color: #262a2c;

text-decoration: none;
padding-left: 15px;
padding-top: 5px;
line-height:15px;
font-size: 0.69em;

}
.absmiddle2 {
	vertical-align: sub;
	margin-left: 5px;
	margin-right:3px;
}

/*START--Added new styles for font-size by kunal_sonje*/
.HW_tablecolcenter{
text-align: center;
vertical-align: middle;
font-size: 0.75em;
/*border-left: 1px dotted #97CAE6;*/
}

.HW_firstcolcenter{
text-align: center;
vertical-align: middle;
font-size: 1em;
padding-left: 6px;
}


.tableheader_nosort{font-size:1em;} 

.searchsimpletext_link {
	color: #262a2c;
	
	font-size: 1em; 
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}

.HW_textwithpadding{
vertical-align:middle;
font-size: 1em;
padding-left:6px;
}

.msgTemplateLink {
color: #0278BA;
padding-left:16px;
font-size: 0.69em;
}
.msgTemplateLink a{
color: #0278BA;
font-size: inherit;
margin-left:2px;
}

.stage3_leftdetailstext {
    float: left;
    font-size: 0.69em; 
    padding-right: 3px;
	padding-top:8px;
    text-align: left;
    width: 13%;
}
/*END--Added new styles for font-size by kunal_sonje*/


/*Added by Nikita Manohar for 2-step tracker*/
.step_2tracker_disabledtab{
	background: url("../images/btn2_PaymentUnSelect.png");
	float: left;
	
	height: 21px;
	padding-top: 9px;
	text-align: center;
/*	width: 49.6%;Aashish commented	*/
	font-size: 0.69em;
	min-width: 365px;/*min and max-width added by Aashish for RWD*/
	max-width: 365px;
}

/*Added by Nikita Manohar for 2-step tracker*/
.step_2tracker_tab{
    background: url("../images/btn2_PaymentSelect.png");
	float: left;
	
	font-weight:normal;
	height: 21px;
	padding-top: 9px;
	text-align: center;
/*	width: 49.6%;	Aashish commented*/
	font-size: 0.69em;
	min-width: 365px;/*min and max-width added by Aashish for RWD*/
	max-width: 365px;
}

/*Added by Nikita Manohar for italic text*/
.queryitalicReadOnly {
    color: #262A2C;
    float: left;
    
    font-size: 0.69em;
    font-style: italic;
    padding-left: 5px;
    padding-top: 4px;
    text-decoration: none;
/*	width: 485px;	*/
	width:47.36328125%; /*Aashish changed for RWD.for wireframe WF_Stage3_DataEntry*/
}
.stage3_searchpanelcaptionforlisting{
float: left;
font-size: 0.69em;
font-weight:normal;
margin-top: 10px;
padding-bottom: 9px;
padding-right: 35px;
margin-left: 5px;
}

.simpletext_hyperlink{
color: #262A2C;

/*font-size: 0.81em;*/
text-decoration: none;
float: left;
padding-top: 8px;
}
/* added by hemanth for quicklinks */
.formbtn_dashboard_quicklink {
	background: url("../images/backgrounds/tabStyle07.png") no-repeat scroll 100% 0 transparent;
	border: 0 solid #333333;
	color: #0278BA;/* changed for Ui audit*/
	cursor: pointer;
	
	font-size: 0.7em;
	/*font-weight:normal; changed for Ui audit*/
	margin-left: 3px;
	vertical-align: top;
}
.formbtn_dashboard_remove {
	background: url("../images/backgrounds/tabStyle07.png") no-repeat scroll 100% 0 transparent;
	border: 0 solid #333333;
	color: #026EAB;
	cursor: pointer;
	
	font-size: 0.7em;
/* 	vertical-align: middle; */
	padding-left: 2px;
}
.simpletext_star {
	color: #262A2C;
	
	font-size: 0.7em;
	padding-left: 5px;
	text-decoration: none;
	line-height: 15px;
}
.simpletext_pipeline {
	color: #A0A0A0;
	
	font-size: 0.7em;
	margin-left: 5px;
	vertical-align: top;
	line-height: 15px;
}
.inline_image {
	vertical-align: top;
	margin-left: 5px;
}
.comboboxNegativeMargin {
	float: left;
	margin-bottom: 5px;
	margin-left: -5px;
}
/* added by hemanth for quicklinks */
.rightGroupletSection {
	width: 100%;
	clear: both;
	margin-top: 0em;
}

/*Start - Date Picker*/
.tdStyleWithBorder
{
	border: 1px solid grey;
	padding: 3px;
	
	font-size: 12px;
}

.tdStyleWithBorderWeekHeaders{
	border: 1px solid grey;
	padding: 3px;
	
	font-size: 12px;
	background-color: #97cae6;
}
.tdStyleWithBorderToday{
	border: 1px solid grey;
	padding: 3px;
	
	font-size: 12px;
	background-color: #025b8e;
}
.tdStyleWithoutBorder
{
	padding: 2px;
	
	font-size: 12px;
}
.txtBold
{
	
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #025b8e;
}
.tableWidthMargin
{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}	

/*Added for removing alignment issue in account screens */
.stage3_inputpanel_leftcontainer_nobottommargin {
    float: left;

    width: 79%;
    
	border: 1px solid #E0E1E2;
}
.stage3_inputpanel_leftcontainer_nobottommargin {
    float: left;

    width: 100%;
 
	border: 1px solid #E0E1E2;
}
.stage3_rtpanelselectcomborow1new {
   
    float: left;
    font-weight:normal;
    padding: 1px 0;
    width: 101%;
}
.stage3_rtpanelselectcomborownew {
   
    border-left: 1px solid #CFE6F4;
    border-right: 1px solid #CFE6F4;
    float: left;
    font-weight:normal;
    padding: 0 1px 3px 5px;
    width: 98%; /*changed from 95 by Aashish for RWD*/
}
.stage3_rtpanelquicklinkrownew {
    
    border-left: 1px solid #CFE6F4;
    border-right: 1px solid #CFE6F4;
    float: left;
    height: 20px;
    padding: 5px 0 7px 6px;
    width: 95%;
}

/*Added for 4-column layout for consumer code*/
.stage3_previewdetailsrow_4Column{
margin-top: 11px;
float: left;
width: 100%;
}
/*Added to have space between page title and details section */

.blankfield_padding{

float:left;
padding-bottom:5%;

}
.blankfield_less_padding{
float:left;
padding-bottom:3%;
}
/*TemplateIcon Styles modified by PayalS*/
.templateicon_imgstyle { 
                border:none;
                float:center;
                margin:35px 0 0 40px;
                height: 50%;
                background-repeat: no-repeat;
                cursor:pointer;
}
.templateicon_txtstyle {
                
                font-size: 0.75em;
                color: #262a2c;
                text-decoration: none;
                text-align: center;
                width: 100%;
                height: auto;
                float: left;
                clear: right;
                margin:2px 0 0 0;
                padding:0px;
}
.templateicon_style {
                float:left;
                margin:24px 0 0px 11px;
                border:1px solid #E0E1E2;
                width:80%;
                height:115px;
                background-color:#fbfbfb;
                cursor:pointer;
}
.templateicon_stylehover{
                float:left;
                margin:14px 0 0px 11px;
                border:1px solid #E0E1E2;
                width:80%;
                height:145px;
                background-color:#faf8cc;
                cursor:pointer;
}
/*Style modified for RWD for PFM-Vinay */
.left_contentmaincontainer {
	width: 100%;
	margin:10px 0 0;
	padding-bottom: 10px;
	float:left;
	border: 1px solid #E0E1E2;
}
.homegradientcontainer{
	width:100%;
	float:left;
	/*background:url(../images/pfm_reportshomegradientimg.png) repeat-x;*/
}
.homegradientfirstdiv{
	float:left;
	width:33%;
	height: 45px;
	margin-top:20px;
}
.homegradientcontainerwithbgcolor{
	width:758px;
	border:1px solid #EDF6FB;
	float:left;
	background:none repeat scroll 0 0 #EDF6FB;
	
}
.homegradientfirstdivwithoutborder{
	float:left;
	width:33%;
	margin-top:20px;	
}
.simpletextboldcenter{
	font-size:1em;
	
	height: 50px;
	text-align:center;
	word-wrap:break-word;
	line-height: 18px;
	width: 70%;
	float:left;
	margin: -17px 0 35px 36px;
}
/*modified by vinay for rwd-PFM*/
.simpletextcenter {
    border-top: 1px solid #E8E8E8;
    float: left;
    
    font-size: 0.75em;
    line-height: 15px;
    margin: 15px 14px;
    min-height: 71px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    width: 80%;
}

/*modified by vinay for rwd-PFM*/
.simpletextcenter_v1 {
    border-top: 1px solid #E8E8E8;
    float: left;
    
    font-size: 0.75em;
    line-height: 15px;
    margin: 18px 14px;
    min-height: 71px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    width: 80%;
}

/*modified by vinay for rwd-PFM*/
.simpletextcenter_v2 {
    border-top: 1px solid #E8E8E8;
    float: left;
    
    font-size: 0.75em;
    line-height: 15px;
    margin: 34px 14px;
    min-height: 71px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    width: 80%;
}
.homegradientcontainerforimage{
	width:100%;
	height:182px;
	float:left;
	margin-bottom: 10px;
	background:url(../images/pfm_reportshomegradientimg.png) repeat-x;
}
/*Style modified for RWD for PFM-Vinay */
.imagewithmargin {
	float: left;
    height: 30%;
    margin-left: 10%;
}
.homegradientdivwomargin{
	float:left;
	border-right:1px solid #D4D5D7;
	height: 0;
}
.rightborderonly {
	border-right:1px solid #D4D5D7;
}
.homegradientfirstdivwithbgcolor{
	background:none repeat scroll 0 0 #EDF6FB;
	float:left;
	width:30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
}

.stage3_columnwithborder {
	border:1px solid #D4D5D7;
	float: left;
	padding: 3px 0px 3px 2px;
	margin-right: 5px;
	margin-left: 3px;
}
.stage3_button_activegray {
	float:left;
	width:65px;
	height:20px;
	cursor: pointer;
	color:#FFFFFF;
	border:none;
	outline:none;
	background:url('../images/pfm_report_monthlyimg.png') no-repeat;
	margin-top:7px;
}
.stage3_button_inactiveshade {
	float:left;
	/*Modified*/
	width: auto;
	height:20px;
	cursor: pointer;
	border: 1px solid #D4D5D7;
	outline:none;
	background:url('../images/acct_forcastsinglequarterly.png') no-repeat fixed;
	margin-top:7px;
	color:#0278BA;
}
.stage3_rightbuttonmargin {
	float: right;
	margin-right: 35px;
}

.stage3_whitetabhover_bold {
float: left;
outline: none;
background: url('../images/acct_tabpanemid.png') repeat-x;
height: 23px;
border: none;
margin: 0px;
color: black;
cursor: pointer;
padding: 2px 8px 2px 8px;

font-size: 12px;
font-weight:normal;
}
.stage3_grey_active_bold {
cursor: pointer;
outline: none;
float: left;
outline: none;
background: url('../images/acct_tabpanegreymid.png') repeat-x;
height: 22px;
float: left;
border: none;
color: black;
padding: 2px 8px 2px 8px;

font-size: 12px;
font-weight:normal;
}
.stage3_listingheading_grey{
	background-color: #E8E8E8;
	height: 30px;
	margin-top: 0px;
	padding-left: 0px;
	text-align: center;
}
.stage3_listingdetails_padding_grey{
vertical-align:middle;
font-size:11px;
padding-left:6px;
padding-top: 8px;
background: url("../images/listinggreybackground.png") repeat-x scroll 0 0 transparent;
}

.listgreyrowtxtleftline_withpadding_grey {
	text-decoration: none;
	padding-left: 0px; 
	padding-right: 6px;
	padding-top: 8px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 11px;
	background: url("../images/listinggreybackground.png") repeat-x scroll 0 0 transparent;
}
/*Need to modify further*/
.labelcolumncomboextrasmall { 
	background-color: transparent;
	border: 0 none;
	color: #0278BA;
	
	font-size: 11px;
	font-weight:normal;
	margin-top: 0px;
	padding-top: 8px;
	text-decoration: none;
	vertical-align: middle;
	width: 90%;
}
.labelColumn_combo_brdr_extrasmall {
	height: 31px;
	width: 85px;
	display: block;
}
.labelColumn_combo_extrasmall{
	margin-right: 4px;
	margin-left: 5px; 
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	height: 31px;
	width: 85px;
	display: block;
	float: left;
}
/*need to modify*/
.stage3_templateicondiv {
	margin: 0px 7px 0 7px;
	width: 100%;
	border: 1px solid #E0E1E2;
    float: left;
    height: auto;
}
.stage3_templateiconmarginboth {
	padding: 0 10px 0 10px;
	
}
.stage3_templateiconcolumnwidth {
	width : 23%;
	float: left;
}
.stage3_templateiconcolumnwidthleft {
	float: left;
	padding-left: 31px;
	width: 23%;
}
.stage3_templatedivpanel {
	width: 100%;
	border-top : 1px solid #E0E1E2;
	margin-top: 10px;
	float: left;
}
.stage3_hwtablebordertopbottom {
	width: 100%;
	border-top : 1px solid #E0E1E2;
	border-bottom: 1px solid #E0E1E2;
}
.stage3_simpletextleftwithwidth {
	color: #262a2c;
	
	font-size: 0.813em;
	font-weight:normal;
	text-decoration: none;
	float:left; 
	width: 25%;
	padding-bottom:15px;
	padding-left:12px;
	margin-top:10px;
}
/*Added for multiselect component in Reports by PayalS*/
.multiselect_div {
	width: 20%;
	float: left;
	height: 27px;
	padding: 8px 0 0 3px;
	border: 1px solid #E0E1E2;
	margin: 0 6px 0 2px;
	display: inline;
}
.multiselect_arrow {
	padding-top : 5px;
	float: right;
}
.multiselect_options_div {
	width: 19%;
	background-color: #FFFFFF;
	overflow: auto;
	border: 1px solid #E0E1E2;
	position: absolute;
	z-index: 1;
	margin-top: 13px;
	height: 240px;
}
.multiselect_options_div ul {
	padding: 0 10px 15px 10px;
	margin-top: 9px;
	list-style-type:none;
}
.multiselect_options_div ul li{
	margin: 1px 0 5px 0px;
}
.stage3_columnwithborder .ui-widget-content{
	/*border: 0px solid #aaaaaa;*/
}
.stage3_columnwithborder .ui-combobox .ui-combobox-input.ui-widget-content, .ui-combobox .ui-combobox-input.ui-state-hover{
	/*background: none;*/
	color: #0278BA;
	font-weight:normal;
	width:49px !important;
}
.stage3_columnwithborder .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	/*background: none;
	border: none;*/
	border: none;
    background-color: #d6d6d6;
    color: #333333;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.stage3_columnwithborder .ui-combobox .ui-button, .ui-combobox .ui-button.ui-state-hover{
/* 	background: none; */
}
.wrapper .ui-button-icon-only .ui-icon {
//margin-left: -14px;/*shreya-next-gen*/
}
.wrapper .ui-state-default .ui-icon {
background-image: url("../images/Selection-box-down-Arrow.png");/*shreya-next-gen*/
}
.wrapper .ui-icon-triangle-1-s {
	/* Modified by Harsha.243682 */
/* background-position: -8px -7px; *//*shreya-next-gen*/
	/* Modified by Harsha.243682 */
}
/*shreya-next-gen*/
.wrapperHw .ui-state-active {
	border-left: none;
	border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}
/*Added by PayalS for Goals*/

.stage3_centeralign {
	float: right;
	width: 63%; /*Modified- Payals*/
	padding-bottom: 10px;
}
.queryitalictextwithoutwidth_withwrap {
	
	font-size: 0.75em;
	font-style: italic;
	color: #505050;
	text-decoration: none;
	float:left;
	word-wrap: break-word;
	width: 50%;
}
.stage3_button_inactiveshade_withmargin {
	float:left;
	/*Modified by PayalS*/
	width:auto;
	height:auto;
	font-size: 0.69em;
	font-weight:normal;
	cursor: pointer;
	border: 1px solid #D4D5D7;
	outline:none;
	background:url('../images/acct_forcastsinglequarterly.png') no-repeat fixed;
	background-color: white;
	margin:7px 3px 0 6px;
	padding: 1px 1px 1px 1px;
	border-radius: 3px;
	color:#0278BA;
}
.stage3_linkstylebuttonbold {
      
      font-size: 0.69em;
      font-weight:normal;
      float: left;
      text-decoration: none;
      border: 0px;
      width: auto;
      margin: 8px 5px 0 10px;
      overflow: visible;
      background-color: transparent;
      color: #0278ba;   
      cursor: pointer;

}
.stage3_radio_withmargin {
	vertical-align: bottom;
	margin-top: 6px;
	padding-right: 4px;
	float:left;
	margin-right:2px;
	margin-left:5px;
}
.stage3_header_withheight {
	padding-top: 1%;
	padding-bottom: 1%;
	margin: 0px;
	background-repeat: repeat-x;
	line-height: 21px;
	margin: 0px;
	
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	padding-left: 4px;
	clear: left;
	height: 40px;
	border-bottom: 1px solid #e0e1e2;
	width: 98%;
}
.stage3_dataentry_detailsright {

}
.stage3_inputpanel_column_withpadding{
    float: left;
    margin-right: 8px;
    margin-top: 7px;
    text-align: right;
    width: 35%;
}
.stage3_chkbox_womargin {
    clear: right;
    float: left;
    overflow: hidden;
    padding-bottom: 4px;
    margin: 10px 0 0 5px;
}
.stage3_chkboxtext_extraleftmargin {
  
    font-size:0.69em;
    float: left;
    margin: 7px 3px 0 4px;
    
}
.stage3_dataentrysection_blue {
	width: 98%;
	background-color: #E0F0FF;
	margin: 2px 0 5px 7px;
	overflow: hidden;
	padding: 0px 0px 3px 0px;
}
.stage3_rowsetblue_bold {
	height: 1.5em;
	line-height: 1.8em;
	background-repeat: repeat-x;
	background-color: #CCE6FF;
	
	font-size: 1em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	padding-bottom: 12px;
	margin: 0px;
	border-top: 0px solid #9c9e9c;
	border-bottom: 1px solid #e0e1e2;
	clear: both;
}
.stage3_button_activegray_wofloat {
	width:auto;
	height:auto;
	cursor: pointer;
	color:#FFFFFF;
	border:none;
	border-radius: 2px;
	float: left;
	outline:none;
	background:url('../images/pfm_report_monthlyimg.png') no-repeat;
	margin: 21px 0 0 -128px;
}
.stage3_customizable_image {
	float: left;
	margin: 0 7px 1px 6px;
	padding: 1px 2px 1px 2px;
}
.stage3_goals_textheading {
	color: #262a2c;
	
	font-size: 0.69em;
	float: left;
	text-decoration: none;
	margin: 0 0 10px 0;
	width: 18%;
}
.stage3_commentstext_brown {
	
	font-size: 0.69em; 
	font-style: normal;
	color: #956C43; 
	text-decoration: none;
	float:left;
	width:auto; 
	padding-left:12px; 
	padding-top: 5px;
}
.stage3_commentstext_brown_withwidth {
	
	font-size: 0.69em; 
	font-style: normal;
	color: #956C43; 
	text-decoration: none;
	float:left;
	width: 33%; 
	padding-left:12px; 
	padding-top: 5px;
}

/*Added for Reports by PayalS*/
.stage3_displayformsection{
	float: left;
	margin-left: 0px;
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-left: 1px solid #E0E1E2;
	border-right: 1px solid #E0E1E2;
	border-bottom: 1px solid #E0E1E2;
}
.stage3_width50percentwithborder {
	width: 48%;
	float: left;
	padding-left: 11px;
	/*border-right: 1px solid #E0E1E2;*//*Surej RWD modified for PFM screen*/
	min-width:352px; /*Surej RWD newly modified for PFM screen*/
}
.stage3_width50percentwoborder {
	width: 48%;
	/*float: right;*/
	float:left;/*Surej RWD modified for PFM screen*/
	padding-right: 15px;
	min-width:352px;/*Surej RWD newly modified for PFM screen*/
}
.stage3_twocolumnrowset {
	padding: 2px 1px 3px 1px;
}
.stage3_paddingtopleftrow {
	padding: 0 0 5px 11px;
}
.stage3_detailspanelrowwithbuttons {
	float: left;
	margin: 10px 0 0 10px;
	width: 100%;
}
/* Added for Goal Link Accounts*/
.stage3_simpletext_goalcaption1 {
	color: #262A2C;
	
	font-size: 0.69em;
	text-decoration: none;
	font-weight:normal;
}
.stage3_simpletext_goalcaption2 {
	color: #262a2c;
	
	font-size: 0.69em;
	font-weight:normal;
	text-decoration: none;
	padding-left:11px;
}
/*Added for Choose statement*/
.stage3_rowwithmargin{
	height:30px;
	margin:5px 0px 5px 0px;
}
.stage3_columnwithwidth {
	float:left;
	line-height:30px;
	text-align:right;
	width:40%;
}
/** Added for Login Screen Changes */
.loginpage_formbtn {
	
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/login_btn02.png)
	 #ffffff no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 27px;
	cursor: pointer;
	line-height: 21px;
}

.login_HW_formbtn {
	float: left;
	height: 27px;
	background: url(../images/login_btn02.png)
	 transparent no-repeat 0% 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0.7%;
	margin-right: 5px;
	padding-bottom: 5px;
}

.stage3_grpsummarygrprow { 
	background-color:#F2F2F2; 
	height:40px; 
	padding-top:2px; 
	border-bottom:1px solid #D9D9D9;
}
.stage3_grpsummaryaccountsrow { 
	background-color:#EEF4F8; 
	height:22px; 
	padding-top:2px; 
}
.HW_grouptableheadercenter{
	text-align: center;
	vertical-align: middle;
}
.stage3_listgreyrowtxtcenteralign {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: center;
}
.stage3_listgreyrowtxtcenteralignfontoneem {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: center;
	font-size: 1em;
}
.stage3_groupsummarysimpletext {
	color: #262a2c;
	
	font-size: 0.69em;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
}
.HW_grouptabletextwithpadding{
	vertical-align:middle;
	font-size: 1em;
	padding-left:6px;
}
.stage3_groupsummarysimpletextbold {
	color: #262a2c;
	
	font-size: 0.69em;
	font-weight:normal;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
}
.stage3_listgreyrowtxtcenteralignbold {
	
	text-decoration: none;
	padding-left: 0px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: center;
	font-weight:normal;
	font-size: 0.69em;
}
/*Added for Yes No button by Satish : Start*/
.stage3_button_grayactive {
	float: left;
	width: 34px;
	height: 18px;
	color: white;
	border: none;
	outline: none;
	background: url('../images/pfm_report_monthlyimg.png') no-repeat;
	margin-top: 7px;
	padding-left: 10px;

}
.stage3_button_shadeinactive {
	float:left;
	/*Modified*/
	width: 34px;
	height:16px;
	cursor: pointer;
	border: 1px solid #D4D5D7;
	outline:none;
	background:url('../images/acct_forcastsinglequarterly.png') no-repeat fixed;
	margin-top:7px;
	color:#0278BA;
	padding-left: 10px;
}
/*Added for Yes No button by Satish : End*/

.stage3_additionaldetailslink{
      background-color: #EBF7FF;
    border: 1px solid #97CAE6;
    float: left;
	/*    height: 20px;	*/
	height: auto; /*Aashish changed for RWD, additional details text*/
    margin-left: 20px;
    margin-top: 10px;
    padding-right: 10px;
    padding-top: 3px;
	width:91.796875%;/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
	padding-left: 5px;	/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
}
/*Added for UI audit issues*/
.stage3_serachsmpletext_new {
	color: #262a2c;
	
	text-decoration: none;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
	font-size: 0.69em; /*Modified by Neeti */
}
.stage3_queryitalictext_label{
	
	font-size: 12px;
	font-style: italic;
	color: #505050;
	text-decoration: none;
	float: left;
	width: 475px;
	margin-top: -30px;
	margin-left: 262px;
}
.stage3_grey_active_caption {
	cursor: pointer;
	outline: none;
	float: left;
	outline: none;
	background: url('../images/acct_tabpanegreymid.png') repeat-x;
	height: 22px;
	float: left;
	border: none;
	color: black;
	padding: 5px 8px 0px 8px;
	
	font-size: 0.69em;
}
.hwamounttxt {
      font-weight:normal;
      
      font-size:0.69em;      
      float: right;
}
.hwBold {
	font-weight:normal;
}

.HW_tableheading_padding{
	vertical-align:middle;
	padding-left:6px;
/*Added by shreya for separator in table heading*/
	background: url("../images/backgrounds/separator1.gif") repeat-y scroll 96% 0 rgba(0, 0, 0, 0);
}


.stage3_grey_active_bold_smallfont {
cursor: pointer;
outline: none;
float: left;
outline: none;
background: url('../images/acct_tabpanegreymid.png') repeat-x;
height: 23px;
float: left;
border: none;
color: black;
padding: 5px 8px 0px 8px;

font-size: 0.69em;
font-weight:normal;
}

.stage3_whitetabhover_bold_smallfont {
float: left;
outline: none;
background: url('../images/acct_tabpanemid.png') repeat-x;
height: 23px;
border: none;
margin: 0px;
color: black;
padding: 5px 8px 0px 8px;

font-size: 0.69em;
font-weight:normal;
}
.infotext_columnjustify {
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    text-align: justify;
    width: 88%;
}
.querytextleft_infostyle {
	display: block;
	float: left;
	font-size: 0.69em;
	font-style: normal;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-right: 30px;
	width: 401px;
	text-align: justify;
	margin-left: 93px
}
.querytextleft_infostyle2 {
	display: block;
	float: left;
	font-size: 0.69em;
	font-style: normal;
	margin-top: -7px;
	overflow: hidden;
	padding-bottom: -7px;
	padding-right: 30px;
	width: 403px;
	text-align: justify;
	margin-left: 93px;
}
.stage3_inputpanel_column_addcategry {
	float: left;
	margin-right: 5px;
	margin-top: 7px;
	text-align: left;
}

/*Added on behalf of poonam mehta*/
.simpletextbold_UX3 {
    color: #262A2C;
    float: left;
    
    font-size: 0.69em;
    font-weight:normal;
    padding-right: 5px;
    padding-top: 6px;
    text-decoration: none;
}
/*Added for mails Ro Group Dropdown error highlight*/
.rightpanel_text_mails{
float:left;
font:0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color:#262A2C;
line-height:19px;
padding-right:6px;
font-weight:normal;
width: 73px;
}

.rightpanel_text_drafts{
     float:left;
font:0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color:#262A2C;
line-height:19px;
padding-right:5px;
font-weight:normal;
width:65px;
     }


/*Added for disabling multi select combo box*/
.simpletextbold_gray {
      color: gray;
      
      font-size: 0.69em;
      text-decoration: none;
      font-weight:normal; 
      padding-top: 15px;
}

.stage3_paytonewpayee_gray {
    color: gray;
    margin: 0 0 0 5px;
}
/*Added for tab menu without widget*/
.stage3_tabmenupanel_widoutwidget{
	float:left;
	border-bottom:1px solid #E0E1E2;
	margin-bottom: 0px;
	margin-top: 13px;
	width: 100%;
	float:left;
	padding-left:0px;
	padding-top:0px;
}
/*final by meeeefr goals start*/
.stage3_searchsimpletext_top {
	color: #262a2c;
	
	font-size: 0.69em; 
	text-decoration: none;
	float: left;
	padding-right: 5px;
	
}

.stage3_goals_textheading_details {
                color: #262a2c;
                
                font-size: 0.69em;
                float: left;
                text-decoration: none;
                margin: 0 0 10px 0;
                /*width: 57%;*/
                width: 54%;
                font-weight:normal;
}
.stage3_goals_textheading_details_width {
                color: #262a2c;
                
                font-size: 0.69em;
                float: left;
                text-decoration: none;
                margin: 0 0 10px 0;
                width: 10%;
}
.stage3_goals_textheading_details_extrawidth {
                color: #262a2c;
                
                font-size: 0.69em;
                float: left;
                text-decoration: none;
                margin: 0 0 10px 0;
                width: 20%;
}
.stage3_goals_textheading_details_floatright {
                color: #262a2c;
                
                font-size: 0.69em;
                float: right;
                text-decoration: none;
                margin: 0 0 10px 0;
                width: 43%;
                padding-right:23px;
}
.stage3_goals_textheading_bottom {
                color: #262a2c;
                
                font-size: 0.69em;
                float: left;
                text-decoration: none;
                margin: 0 0 10px 0;
                width: 9%;
}

.stage3_goals_textheading_left_width {
    color: #262A2C;
    float: right;
    
    font-size: 0.69em;
    font-weight:normal;
    margin: 0 5px 10px;
    text-decoration: none;
    width: 7%;
}
.stage3_goals_textheading_leftfloatright{
                color: #262a2c;
                
                font-size: 0.69em;
                float: right;
                text-decoration: none;
                margin: 0 0 10px 0;
                /*width: 4%;*/
}
.stage3_goals_textheading_details_marginright {
    color: #262A2C;
    float: right;
    
    font-size: 0.69em;
    margin-right: 3px;
    text-align: right;
    text-decoration: none;
	font-weight:normal;
}
.stage3_goals_textheading_details_textright {
    color: #262A2C;
    
    font-size: 0.69em;
    text-decoration: none;
     text-align: right;
      float: right;
}
.stage3_goals_textheading_detailsright {
    color: #262A2C;
    
    font-size: 0.69em;
    text-decoration: none;
     text-align: right;
      float: right;
}
.stage3_goals_textheading_details_float_left {
    color: #262A2C;
    
    font-size: 0.69em;
    text-decoration: none;
     text-align: right;
      float: right;
      margin-left:3px;
      margin-right:3px;
}
.stage3_goals_textheading_details_margin_rightt {
    color: #262A2C;
    
    font-size: 0.69em;
    text-decoration: none;
     text-align: right;
      float: right;
      margin-right:20px;
}

.stage3_searchsimpletext_right{
	
	font-size: 0.69em; 
	text-decoration: none;
	float: right;
	}
	
	.stage3_goals_textheading_left_percent{
              color: #262A2C;
    float: right;
    
    font-size: 0.69em;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 3px;
    padding-right: 1px;
    text-decoration: none;
}
.searchsimpletext_bluebkgd {
	float: left;
	margin-top: 6px;
	padding-right: 5px;
	color: #262a2c;
	
	border: 1px solid #B1B1B1;
	font-size: 0.69em;
	text-decoration: none;
	margin-left:2px;
	margin-right:2px;
	padding-left:4px;
	padding-right:4px;
}
.stage3_detailspanel_border{
	float: left;
	width: 100%;
	border-left: 1px solid #E0E1E2;
	border-right: 1px solid #E0E1E2;
	border-bottom: 1px solid #E0E1E2;
	border-top: 1px solid #E0E1E2;
}
.stage3_details_bold
{
	font-weight:normal;
	font-size: 0.69em;
	margin-left:2px;
}

.stage3_simpletextfloat_left {
    color: #262A2C;
    float: left;
    font-size: 0.69em;
    margin-bottom: 1px;
    margin-left: 75%;
    text-decoration: none;
}
.stage3_goals_goalname {
	color: #262a2c;
	
	font-size: 0.69em; 
	text-decoration: none;
	float: left;
	padding-right: 5px;
	padding-top: 7px;
	margin-left:5px;	
	font-weight:normal;
}

.stage3_goals_goalname_details {
	color: #262a2c;
	
	font-size: 0.69em;
	float: left;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
	padding-top: 7px;
	margin: 0 0 10px 0;
	width: auto;
	font-weight:normal;
}

.stage3_rightwithtopmargin {
	float: right;
	margin-right: 20px;
	margin-top:5px;
}

/*Added by Neeti for MFO Start*/
.homegradientcontainer_lastrow{
	width:100%;
	float:left;
	margin-top:-30px;
	
}
.homegradientfirstdivwithbgcolor_blnkfld{
	background:none repeat scroll 0 0 #EDF6FB;
	float:left;
	width:30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
	height:38px;
}
.homegradientfirstdivwithbgcolor_blnkfld2{
	background:none repeat scroll 0 0 #EDF6FB;
	float:left;
	width:30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
	height:39px;
}
.homegradientfirstdivwithbgcolor_new{
background:none repeat scroll 0 0 #EDF6FB;
	float:left;
	width:30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
	height:60px;
}
.homegradientfirstdivwithbgcolor_new2{
background:none repeat scroll 0 0 #EDF6FB;
	float:left;
	width:30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
	height:67px;
}
/*Style modified for RWD for PFM-Vinay */
.homegradientfirstdivwithbgcolor_new3 {
	background: url("../images/overViewbg.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    border: 1px solid #E8E8E8;
	float: left;
	width: 30%;
	padding-top: 27px;
	margin: 43px 0 0 15px;
	height: 385px;
	padding-bottom: 0px;
}
.homegradientfirstdivwithbgcolor_new4 {
	background: none repeat scroll 0 0 #EDF6FB;
	float: left;
	width: 30%;
	padding-top: 9px;
	margin: 0 0 0 18px;
	height: 14px;
	margin-top: -4px;
}
/*Style modified for RWD for PFM-Vinay */
.homegradientfirstdivwithbgcolor_new5 {
	background: none repeat scroll 0 0 #EDF6FB;
	float: left;
	width: 30%;
	padding-top: 32px;
	margin: 0 0 0 18px;
	height: 30px;
}
.homegradientfirstdivwithbgcolor_new3 .HW_formbtn{
	margin-left:80px;
}

.homegradientfirstdivwithbgcolor_new5 .HW_formbtn_grey {
	margin-right: 115px;
	float: right;
	padding-left: 4px;
	background: url(../images/backgrounds/buttonStyle02.gif) transparent no-repeat 0% 0px;
}
.homegradientfirstdivwithbgcolor_new5 .HW_formbtn{
	margin-left:80px;
}

.homegradientfirstdivwithbgcolor_new2 .ui-combobox {
	margin-left: 46px !important;
}

/*Added by Neeti for MFO End*/
.stage3_simpletext_float_left {
color: #262a2c;
text-decoration: none;
float: left;
font-size: 0.69em;
width: 36%;
}

/*For adding space in modal view pages below navigation panel*/
.bottom_padding{
padding-bottom:25px\9;
float: left;
}
/*new styles added for UI Audit remarks*/
.HW_formbtn_search {
	float: left;
	height: 21px;
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/buttonStyle02_new.png)
		transparent no-repeat 0% 0px; */
	/* Modified by Harsha.243682 */
	clear: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right:5px;
}
.formbtn_search {
	
	font-size: 0.69em;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/backgrounds/buttonStyle02_new.png)
		transparent no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height:21px;
}
.formbtn_drpdwn_search { 
	
	font-size: 0.69em;
	font-weight:normal;
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/backgrounds/btnGray.gif)
		no-repeat 100% 0px;
	border: 0px solid #333333;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height:20px;
}
/*Style added for MFO by Gurpreet : Start*/
.stage3_budgetssimpletext_bluelink {
      color: #0278ba;
      
      text-decoration: none;
      padding-left: 15px;
      font-weight:normal;
      line-height:15px;
      margin-left: 55px;
}

/*changes made for RWD pfm, Vinay*/

/*.stage3_budgetssimpletext_bluelink:hover {
	color: #0278ba;
	
	padding-left: 15px;
	font-weight:normal;
	line-height: 15px;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 55px;
}*/
.hwblacktxt {
      color: #404040;
      font-weight:normal;
      
      font-size:0.69em;
      float: right;
}
/*Style added for MFO by Gurpreet : End*/
.HW_tableheading_cashtrnstn{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
text-align: left;
padding-right: 6px;
/*Added by shreya for separator in table heading*/
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 96% 0 rgba(0, 0, 0, 0);
}


.HW_tableheading_amnt{
vertical-align:middle;
padding-top:5px;
padding-bottom:5px;
padding-left: 16px;
}

.listgreyrowtxtleftline_foramount{
                text-decoration: none;
                padding-left: 0px; 
                padding-right: 6px;
                padding-top: 8px;
                vertical-align: middle;
                border: 0px;
                text-align: left;
                font-size: 1em;
                padding-left: 14px;
}
.queryitalictextwithspace_remarks {
color:#505050;
float:left;

font-size: 0.75em;
font-style:italic;
margin-left:5px;
margin-right:5px;
text-decoration:none;
font-weight:normal;
}
.stage3_simpletextleftwithwidth_label {
    color: #262A2C;
    float: left;
    
    font-size: 0.813em;
    font-weight:normal;
    text-decoration: none;
    width: 2%;
}

/* start Style added for widgetBar */

.toolBarDialog_span {width:300px;font-size:12px; padding-bottom:5px;border-bottom:1px solid black;}
.toolBarDialog_img {margin-top:5px;width:100%; height:auto;}
/*.jcarousel-skin-tango{
	position: fixed;
	display: block;
	left: 0px;
	bottom: 120px;
}*/


/*.jcarousel-skin-tango:hover { left:7.3px;}*/

.widgetBarDialog {
	/*background:url(../images/left_arrow_widgetBar.png) no-repeat 0px 0px !important;
	padding-left:20px;*/
}

.containerHighlight{
	/*background-color:#e5e5e5;*/
	height:280px;
	border:1px solid #000000;
	
}

.containerHighlight hover{
	cursor:pointer !important;
}

.jcarousel-skin-tango .jcarousel-container-vertical{
	height: 272px !important;
    padding: 40px 0px !important;
    width: auto !important;
}

.jcarousel-skin-tango .jcarousel-item {
    height: 48px !important;
    width: 48px  !important;
    margin-left: 13px !important;
}

.jcarousel-skin-tango .jcarousel-clip-vertical{
    height: 290px !important;
    width: 75px !important;
}

.jcarousel-list jcarousel-list-vertical{
	width:auto !important;
	height:auto !important;	
}	

.jcarousel-skin-tango .jcarousel-container {
    background: url(../images/widgetBar_middle.png) repeat-y 5px 0px !important;
    border-top: 1px solid #DFDFDF !important;
    border-right: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    
    border-radius: 10px 10px 10px 10px !important;
}
/*
.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("../images/widgetBar_next-vertical.png") no-repeat scroll 0 0 transparent !important;
    bottom: 5px !important;
    cursor: pointer !important;
    height: 11px !important;
    left: 30px !important;
    position: absolute !important;
    width: 16px !important;
}
*/
.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("../images/widgetBar_next-vertical.png") no-repeat scroll 0 0 transparent !important;
    bottom: 5px !important;
    cursor: pointer !important;
    height: 11px !important;
    left: 30px !important;
    position: absolute !important;
    width: 16px !important;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical{
	    background: url("../images/widgetBar_prev-vertical-Disabled.png") no-repeat scroll 0 0 transparent !important;
    bottom: 5px !important;
    cursor: pointer !important;
    height: 11px !important;
    left: 30px !important;
    position: absolute !important;
    width: 16px !important;
	
	}
.jcarousel-skin-tango {
	float:left;	
}	

.widgetBar_btn_span{
	float:left;	
}
/*
.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("../images/widgetBar_prev-vertical.png") no-repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    height: 32px;
    left: 30px !important;
    position: absolute;
    top: 15px !important;
    width: 32px;
}
*/
.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("../images/widgetBar_prev-vertical-Enabled.png") no-repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    height: 32px;
    left: 30px !important;
    position: absolute;
    top: 15px !important;
    width: 32px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
    background: url("../images/widgetBar_prev-vertical.png") no-repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    height: 32px;
    left: 30px !important;
    position: absolute;
    top: 15px !important;
    width: 32px;
}
/*.jcarousel-skin-tango {
    bottom: 25% !important;
    display: block !important;
    left: -7.3% !important;
    position: fixed !important;
}*/
/*
.widgetBar_outer_close {
	bottom: 25% !important;
    display: block !important;
    left: -7.3% !important;
    position: fixed !important;
}
.widgetBar_outer_open {
	bottom: 25% !important;
    display: block !important;
    left: -0.7%;
    left:-2.5%\0/;
    position: fixed !important;
}
*/
.widgetBar_outer_close {
                bottom: 25% !important;
    display: block !important;
    position: fixed !important;
    top:200px;
}

.widgetBar_outer_open {
                top: 200px !important;
    display: block !important;
    margin-left: -47px;
    margin-left: -65px\0/;
    position: fixed !important;
}

.widgetBar_pullbtn_open{
      cursor:pointer;
     left: 97.5%;
    position: relative;
    z-index: 10;
    top:216px;
    top:145px\0/;
    bottom:50%
}
/*
.widgetBar_pullbtn_close{
	cursor:pointer;
    bottom: 50%;
     left: 0%;
    position: fixed;
    z-index: 10;
}
*/
.widgetBar_pullbtn_close{
    cursor: pointer;
    margin-left: -47px;
    position: relative;
    z-index: 10;
    top:200px;
}

/* End Style added for widgetBar */
/* Start of new styles added for widgetLibrary */

.widgetLibsearchCriteriaTitle{
  	background-color: transparent;
    clear: both;
    float: left;
    margin-top: 12px;
/*    width: 170px;*/
    width: 100%;/*Aashish Added for RWD. Widgets lib*/
  }
.widgetLibsearchCriteriarow{
  	background-color: transparent;
     float: left;
    margin: 0;
    padding: 8px 12px 5px 12px;
    
  }
  .filter-check{
  	padding-left:12px;
  	float:right;
  	width:254px;
  }    
  .v-middle{
  	font-size:11px;
  }
 .widgetLibsearchCritTitle{
    clear: left;
    float: left;
    font-size: 16px;
    font-weight:normal;
    padding: 0px 0px 0px 12px;
    text-align: left;
/*    width: 100px;	*/
    width: 100%;/*Aashish added for RWD. Widgets Lib*/
}   
.widgetLib_Table{
	width: 100%;
	border-bottom: 1px solid #C9CBCC;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-left: 0px solid black;
	float:left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.searchBtn_mod{
	width: 50%;
	clear: both;
	margin-top: 0em;
	padding-top: 1em;
	float: left;
}


.searchcrit_LibSection {
border: 0px;
/*width: 234px;*/
margin-top: 10px;
background-color: #EDF6FB;
float: left;
margin-right: 10px;
position:absolute
}


.searchCrit_newspn {
padding-right: 1px;
padding-left: 1px;
width: 210px;
float: left;
clear: left;
text-align: right;
padding-bottom: 1px;
font-size: 16px;
padding-top: 7px;
font-weight:normal;
}


.labelColumn_combo {
margin: 0px 0px 0px 0px;
padding-bottom: 5px;
padding-left: 0.1em;
padding-right: 0px;
padding-top: 0px;

background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
height: 31px;
width: 240px;
display: inline-block;
float: left;
}

.widgetLib_searchpaneldiv {
border: 1px solid #E0E1E2;
height: auto;
/*margin: 44px 1px 40px;*/
width: 27%;
/*position: absolute;*/
background-color: #EEE;
padding-bottom:0px;
padding-top:0px; /*Added by sravanthy*/
/*margin-left:7px;*/
/*Added by Sunil Kumar*/
z-index: 1001;/*changed by sravanthy from 1500 to 1001 - to disable the searchpanel in background if a page is openend in Model View */
/*Added by Sravanthy
opacity:0.9;
filter: Alpha(opacity = 90);*/
}

.search_pnl_WidgetLibraryOuter{
	background-color: #EDEDED;
	    border: 1px solid #E0E1E2;
	    display: block;
	    margin-left: -11px;
	    margin-top: 24px;
	    padding-bottom: 10px;
	    position: absolute;
	    min-width: 266px;
		width: 21.607540%;/*Aashish addded fro RWD widgets lib*/
}
.grid_OuterMostDiv{
	width:48%; height:108px; float:left; border:2px solid #e7e7e7; margin:2px 2px 0px 0px; background-color: #f8f8f8;
}
.grid_OuterMostDiv_highlight{
	border:2px solid #7A7A7A; 
}
.grid_headerP{
	width:100%; height:30px; background-color:black;text-align: center;padding-top:3px;	
}
.grid_checkBoxp{
	width:100%;text-align: center; padding-top:3px;	
}
.grid_widgetIcon{
	float:left;
	/*	width:22%;*/
	width:34%; /*Aashish Added for RWD. Widgets lib*/
	height:65px; margin: 22px 0 5px 15px;	
}	

.grid_description{
	font-size: 13px; float:left;
/*	width:235px;	*/ 
	width: 51.71379842442946%;/*Aashish Added for RWD. Widgets lib. 235/492.52*100..492.52=48% of 1024*/
	/*height:auto; 
	margin: 13px 0px 0 5px;*/	
	height:36px; margin: 3px 0px 0 5px;	
}
.grid_headerSpan{
	color:#000000; font-weight:normal;cursor: pointer;	
}
.grid_Icon{
	margin:8px 0 0 12px;
	}	

.grid_record_status_img{
/*	width:30px;	*/ 
	width:40px; /*Aashish Added for RWD*/
	height:25px; float:left;
	/*margin: 38px 0 0 18px;	*/
}

.grid_main_outer_div{
	height: auto; width:100%;float:left;	
}
.grid_checkBox{
	float:left; margin-left:5px;margin-top: 24px;
}



.grid_Selected_para {background-color: #EDEDED;float: right;
/*height: 107px; Aashish changed*/
height: 0px;/*Aashish added for RWD*/
/*margin: -25px 0 0;
width: 70px;	Aashish changed*/
}

.widgetsLiblistwhiterow {
	text-decoration: none;
	height: 30px;
	border: #e0e1e2 0px solid;
	color: #000000;
	background-color: #ffffff;
}

.widgetsLiblistwhiterow:hover {
	text-decoration: none;
	height: 30px;
	border: #e0e1e2 0px solid;
	color: #000000;
	background-color: #ffffff !important;
}
.widgetsLiblistgreyrowtxtleftline {
	background-color: #EFEFEF;
	    border: 0 solid #E0E1E2;
	    color: #000000;
	    height: 30px;
    text-decoration: none;
}
.widgetsLiblistgreyrowtxtleftline:hover {
	background-color: #EFEFEF !important;
		    border: 0 solid #E0E1E2;
		    color: #000000;
		    height: 30px;
    text-decoration: none;
}

.widgetsPreviewimgSize{
	width:410px;
	height:425px;
}

.stage3_searchpaneldiv_widLibrary {
	background-color: #EEEEEE;
    border: 1px solid #E7E7E7;
    height: 24px;
    margin-bottom: -11px;
    margin-top: 14px;
    padding-left: 10px;
    padding-top: 2px;
    width: 8%;
	
}

/* End widget Library */
/*Style added for delete issue in mails*/

.deletebuttontop{
margin-top: 8px;
float: left;
}

.deletelinkstyle:hover{
text-decoration:underline;
  cursor: pointer;
}
.flaglinkstyle{
border: none;
background: white;
color: #0278BA;
float: left;
margin-left: 6px;
margin-top: 0px;
padding-left: 0;
padding-right: 6px;
}
.flaglinkstyle:hover{
text-decoration:underline;
  cursor: pointer;
     }
     
      .deletelinkstyle{
border: none;
background: white;
color: #0278BA;
float: left;
margin-left: 6px;
margin-top: 3px;
padding-left: 0;
padding-right: 6px;
}
/*Style added for delete issue in mails:End*/

.stage3_simpletext_paddingleftright_small {
    color: #262A2C;
    
    font-size: 0.69em;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    line-height: 36px; /*Added by Neeti For UI Audit */
}

/*Added for Budgets Start*/
.stage3_overviewtextleft_line {
	width: 100%;
	float: left;
	clear: left;
	border-top: 1px solid #bcbfc0;
	margin-bottom:-20px;
}
/*Added for Budgets End*/

/*Styles for the defect id 645078 */

.formbtn_finaceovervw{
      
      font-size: 0.69em;
      font-weight:normal;
      color: #fff;
      text-decoration: none;
      padding-right: 5px;
      background: url(../images/backgrounds/buttonStyle03.gif) #026eab
            no-repeat 100% 0px;
      border: 0px solid #333333;
      width: auto;
      vertical-align: middle;
      overflow: visible;
      float: left;
      height: 21px;
      cursor: pointer;
      line-height:21px;
}
/*changed for RWD PFM screen -vinay*/
.HW_formbtn_financeovervw_grey {
	margin-right: 73%;
	float: right;
	padding-left: 4px;
	background: url(../images/backgrounds/buttonStyle03.gif) transparent
		no-repeat 0% 0px;
}
/*changed for RWD PFM screen -vinay*/
.HW_formbtn_financeovervw {
	margin-right: 148px;
	float: right;
	padding-left: 4px;
	background: url(../images/backgrounds/buttonStyle02.gif) transparent
		no-repeat 0% 0px;
}

/* Added for defect 645604*/
.multi_select_dropdown_with_border {
      border:1px solid #D4D5D7;
      float: left;
      margin-left:3px;
      margin-right:3px;
      padding-top:9.5px;
      padding-bottom:9.5px;
	  padding-left: 3px;
}
/*Fix for the issue 645454*/

.HW_formbtn_income_grey {
	margin-right: 32px;
	float: right;
	padding-left: 4px;
	background: url(../images/backgrounds/buttonStyle03.gif) transparent no-repeat 0% 0px;
	margin-top: 5px;
}


.HW_formbtn_income {
	margin-right: 28px;
	margin-top: 5px;
	float: right;
	padding-left: 4px;
	background: url(../images/backgrounds/buttonStyle02.gif) transparent no-repeat 0% 0px;
}
/*Styles Added for footer UI Audit remarks*/
.columnSeparator{
	border-right: 1px solid	#0278BA;
	margin-right: 10px;
}
.footer_firstLine{
	display: block;
	margin: 0px;
	padding: 10px 0;
}
a.bluelink_footer_ux3:link {
	/*shreya-footer*/
	
	font-size: 13px;
	text-decoration: none;
	padding-right: 7px;
	margin-left: 3px;
	color: #0098db;
	border-right: 1px solid rgb(125, 125, 125);
}
a.bluelink_footer_ux3:visited {
	/*shreya-footer*/
	
	font-size: 13px;
	text-decoration: none;
	color: #0098db;
	border-right: 1px solid rgb(125, 125, 125);
}
a.bluelink_footer_ux3_no_border:link {
	/*shreya-footer*/
	
	font-size: 13px;
	text-decoration: none;
	padding-right: 7px;
	margin-left: 3px;
	color: #0098db;
}
a.bluelink_footer_ux3_no_border:visited {
	/*shreya-footer*/
	
	font-size: 13px;
	text-decoration: none;
	color: #0098db;;
}
.footer_secondLine{
	display:inline-block;	
}
.footer_img{
	vertical-align:middle;	
}

.stage3_text_bold_bottommargin_small
{
	display: inline-block;
    font-size: 0.69em;
    font-weight:normal;
    margin: 0px -8px 10px 10px;
}
/*style added for issue-649263*/
.HW_formbtn_lnkaccnt {
margin-left: 5px;
float: left;
padding-left: 4px;
background: url(../images/backgrounds/buttonStyle03.gif) transparent no-repeat 0% 0px;
margin-top: 4px;
}
/*Added for the issue 649696 */

.HW_tableheadingAmntPfm {
vertical-align: middle;
padding-top: 5px;
padding-bottom: 5px;
text-align: right;
padding-right: 74px;
}

.searchsimpletext_pmfTransctns {
      color: #262a2c;
      
      font-size: 0.89em; 
      text-decoration: none;
      float: left;
      padding-top: 8px;
      padding-right: 5px;
}

/*Added by Neeti for UI Audit */

.stage3_checkbox_pfm{
margin-right: 7px;
}

/*Added by Neeti for UI Audit */
.stage3_templateiconcolumnwidthleft_new {
float: left;
padding-left: 31px;
width: 23%;
margin-bottom: 10px;
}

/*Added by kishore for mails*/

.rightpanel_text_forward{
float:left;
font:0.69em Arial,Helvetica,sans-serif, Helvetica, sans-serif;
color:#262A2C;
line-height:19px;
padding-right:5px;
font-weight:normal;
width:78px;
}
       
.rightpanel_textbold_top{float:left;font:0.69em Arial, Helvetica, sans-serif;color:#262A2C;line-height:19px;padding-right:5px;width:250px;padding-left:15px;}
.arrange_subjectheading_top {
     color: #3D4143;
     float: left;
     font: 0.69em Arial,Helvetica,sans-serif;
     margin: 11px 0 4px 0px;
     max-height: 38px;
     min-height: 0;
     word-wrap: break-word;
     width: 280px;
     text-align: left;
     padding-left:14px;
}
/*Added By Neeti for Ui audit issues*/
.queryitalictext_netgoal {
      
      font-size: 0.69em;
      font-style: italic;
      color: #262A2C;
      text-decoration: none;
      float:left;
      width:391px;
      padding-left:12px;
      font-weight:normal;
}


.queryitalictext_netgoalFrmlae {
      
      font-size: 0.69em; 
      font-style: italic;
      color: #262A2C; 
      text-decoration: none;
      float:left;
      padding-left: 118px;
      margin-top: -17px;
}
.rightpanel_textbold_drafts{
float: left;
font: 0.69em Arial, Helvetica, sans-serif;
color: #262A2C;
line-height: 19px;
padding-right: 5px;
width: 250px;
padding-left: 0px;
}
.rightpanel_textbold_to{
float:left;
font:0.69em Arial, Helvetica, sans-serif;
color:#262A2C;
line-height:19px;
padding-right:5px;
width:250px;
}

.stage3_goalsaccounts_textheading_leftfloatright {
    color: #262A2C;
    float: left;
    
    font-size: 0.69em;
    margin: 5px 0 10px;
    text-decoration: none;
}
.stage3_simpletext_goalaccountscaption1 {
    color: #262A2C;
    float: left;
    
    font-size: 0.69em;
    font-weight:normal;
    margin-left: 5px;
    text-decoration: none;
}
.hideElement{
display:none;
}

.hidden_default_form_button {
	float: right;
	height: 0;
	width: 0;
	position: absolute;
	visibility: hidden;
	top: -50px;
}
/*Added for UI Audit change*/
.HW_formbtn_search {
	float: left;
	/* Modified by Harsha.243682 */
	height: 30px;
	/* background: url(../images/backgrounds/buttonStyle02_new.png)
		transparent no-repeat 0% 0px; */
	/*margin-right: 13px;*//* modified by priyanka for Download details*/
	clear: right;/** Added by Priyanka for accounts */
	/* margin-left: 5px; */
	/* padding-left: 5px; */
	/* Modified by Harsha.243682 */
	margin-top: 0.7%;
	margin-right:5px;
}
/*------------------------------------------------------------*/
.prevSessionTimeOut_ACM {
margin-left: 580px;
}

.width50percent_left_login .loginrow{
padding-left: 15px;
float: left;
clear: both;
width: 398px;
height: auto;
background-color: white;

}

/* Added for login page buttons*/
.loginpage_formbtn {
	
	/*Changed by Neha Gosain*/
	/*font-size: 12px;*/
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px;*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px;*/
	background: url(../images/login_btn02.png)
		#ffffff no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 27px;
	cursor: pointer;
	line-height:21px;
}


.login_HW_formbtn {
	float: left;
	height: 27px;
	background: url(../images/login_btn02.png)
		transparent no-repeat 0% 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0.7%;
	margin-right:5px;
	padding-bottom: 5px;
}

/*Added For non sortable columns
  same style as sortablecolumns blacklink*/

.blackheader{ 
	color: #000000;
	text-decoration: none;
}
/* End of non sortable column style*/


#header .header-main-new {
	background:red;
	background: url("../images/login_header.png") repeat-x transparent;
}
#header .header-main-new .logo {
	background: url("../images/logo-new.png") no-repeat scroll left 0 transparent;
	margin-top:15px;
	padding:27px 0 30px;
	width:300px;
	float:left;
}

/* Added For Advizor - Start */
.button_left{
	float:left;
	height:21px;
	width:5px;
	background:url(../images/blue_button_left.png);
	margin-top:1px;
	(-bracket-:hack;
       margin-top:0px;
    );
	margin-top:7px\9;
}

.button_middle{
	background:url(../images/blue_button_mid.png) repeat-x;
	
	font-size: 11px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height:21px;
	margin-top:1px;
	(-bracket-:hack;
       margin-top:0px;
    );
    margin-top:7px\9;
}

.button_right{
	float:left;
	width:6px;
	height:21px;
	margin-right:5px;
	background:url(../images/blue_button_right.png);
	margin-top:1px;
	(-bracket-:hack;
       margin-top:0px;
    );
     margin-top:7px\9;
    }
   
/* Added For Advizor - End */

/* Added for Pie chart and listing in one column - view investment portfolio */
.querytextleftchartlist {
	padding-left: 6px;
	clear: right;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	width: 48%; 
	float: left;
}
.querytextrightchartlist {
	margin: 0px;
	padding-left: 10px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	background-color: transparent;
	width: 46%; 
	float: left;
	clear: right;
	height:262px;
}


/* End for Pie chart and listing in one column - view investment portfolio */

/* Added for Tax Payments - Start */
.querytextright_width30 {
	width: 30%;
	height: 48px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:1px;
	border-right: 1px solid #C0C0C0;
}

.querytextleft_width38 {
	width: 38.8%;
	height: 48px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:1px;
	border-right: 1px solid #C0C0C0;
}


.querytextright_heightwidthTopLeftPadding{
	clear: right;
	display: block;
	overflow: hidden;
	padding-left: 4px;
	text-align: left;
	height: 48px;
	padding-top:1px;
}

.row_width78 { 
	float: left;
	width:78.0%;
}



.querytextleft_heightwidth38{
	width: 38.8%;
	height: 108px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:16px;
	border-right: 1px solid #C0C0C0;
}



.querytextright_heightwidth30 {
	width: 30%;
	height: 123px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:1px;
	border-right: 1px solid #C0C0C0;
}

.querytextleft_heightwidth60Padding{
	width: 65.6%;
	float: left;
	clear: left;
	text-align: left;
	padding-left: 4px;
	border-right: 1px solid #C0C0C0;
	height: 66px;
	padding-top: 8px;
}

.querytextleft_heightwidthTopLeftPadding{
	clear: right;
	display: block;
	overflow: hidden;
	padding-left: 4px;
	text-align: left;
	height: 123px;
	padding-top:1px;
	
}

.querytextright_height66 {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
	height: 66px;
}

.row_withTopLeftBottomBorder{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.querytextright_Heading{

	background-color: #e9e9e9;	
	clear: right;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-top:8px;
	padding-right:4px;
	
}

.querytextright_width98 {
	width:98%;
	height: 66px;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	
}

.querytextleft_topLeftPadding_Height84{
	clear: right;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top:40px;
	padding-left:4px;
	height: 84px;
	line-height: 50px;
}

.querytextright_FxdHeight66  {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
	padding-left: 4px;
	height: 66px;
	line-height: 60px;
}

.querytextright_width100Heading_height {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: center;
	padding-top: 16px;
	padding-left: 4px;
	background-color: #e9e9e9;
	height: 33px;
}

.querytextright_height33 {
	clear: right;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-top: 0px;
	padding-right: 8px;
	height: 49px;
}


.querytextleft_height49width60Padding{
	width: 65.6%;
	float: left;
	clear: left;
	text-align: left;
	padding-left: 4px;
	border-right: 1px solid #C0C0C0;
	height: 49px;
}

.querytextleft_topLeftPadding_height41{
	clear: right;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top:0px;
	padding-left:4px;
	height: 49px;
}

.row_withTopRightLeftBorderHeight150{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	height: 149px;
}

.row_withTopRightLeftBorderHeight450{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	height: 449px;
}
.row_withTopRightLeftBorderHeight300{
	width:100%;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	height: 299px;
}



.querytextleft_width30 {
	width: 30%;
	height: 73px;
	float: left;
	clear: left;
	text-align: left;
	padding-left:4px;
	padding-top:1px;
	border-right: 1px solid #C0C0C0;
}

.querytextleft_topLeftPaddingHeight66{
	clear: right;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top:8px;
	padding-left:4px;
	height: 66px;
}
.querytextright_paddingHeadingHeight {
	height: 41px;
	clear: right;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top:8px;
	padding-left:4px;
	background-color: #e9e9e9;
}

.querytextright_HeadingHeight{

	background-color: #e9e9e9;	
	clear: right;
	display: block;
	overflow: hidden;
	text-align: right;
	padding-top:8px;
	padding-right:4px;
	height: 41px;
}
/* Added for Tax Payments- End */

/* Added for Password Strength Requirement */

.too-short{
	color:#2F4F4F;
	
	font-size: 11px;
	padding-left: 7px;/*Surej modified for RWD virtual keypad NEW*/
    white-space: nowrap;/*Surej modified for RWD virtual keypad NEW*/
	
}
.weak{
	color:#B0171F;
	
	font-size: 11px;
	padding-left: 7px;/*Surej modified for RWD virtual keypad NEW*/
    white-space: nowrap;/*Surej modified for RWD virtual keypad NEW*/
}

.fair{
	color:#FF7F00;
	
	font-size: 11px;
	padding-left: 7px;/*Surej modified for RWD virtual keypad NEW*/
    white-space: nowrap;/*Surej modified for RWD virtual keypad NEW*/
}

.strong{
	color:#556B2F;
	
	font-size: 11px;
	padding-left: 7px;/*Surej modified for RWD virtual keypad NEW*/
    white-space: nowrap;/*Surej modified for RWD virtual keypad NEW*/
}

.very-strong{
	color:#3D9140;
	
	font-size: 11px;
	padding-left: 7px;/*Surej modified for RWD virtual keypad NEW*/
    white-space: nowrap;/*Surej modified for RWD virtual keypad NEW*/
}

.contactPulldown {
	overflow:visible;
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	z-index:1;
	display: none;
	left: -104%;
	width: 300%;
	padding-right: 5%;
}
.contactPulldown_p1 {
	background-color: #e9e9e9;
	width: 100%;
	visibility: visible;	
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 10px 0 5px 1%;
}
.contactPulldown_p2 {
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;
	border-bottom: 1px dotted #AAAAAA;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 10px 0 5px 1%;
    align:centre;
}
.contactPulldown_p3 {
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;	
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 0px 0 0px 1%;  
    height:auto;      
}
.contactPulldown_p4 {
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;	
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    padding: 0px 0 0px 1%;
    border-bottom: 1px solid #CCCCCC;    
    height:auto;
}
.sessionTimeoutText_c {
	color: #000000;
    
    font-size: 0.69em;    
    padding-right: 5px;
    text-decoration: none;
    margin-left: 40px;  
    padding-left: 6px;
	overflow: hidden;
	padding-bottom: 4px;  
	float: right;
}

.headertext_name_v {
	color: #000000;	
  	font-size: 0.69em;
    font-weight:normal;  
    word-wrap: break-word; 
    height:auto;
}
/*shreya-header*/
.headertext_email_v {
	color: rgb(137, 206, 245);
	font-size: 0.69em;
	font-weight: normal;
	height: auto;
	text-decoration: underline;
	word-wrap: break-word;
}
.profilePhoto_c {
	display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: -5px;    
	margin-bottom: 3px;
	margin-left: 40px;
	clear: left;
}
.headerParaRight_c {
	width:63%;
	float: right;
	margin-bottom: 3px;
	height:auto;
	word-wrap: break-word;
}
.headerParaLeft_c {
	width:37%;
	float: left;
	margin-bottom: 3px;
	clear: left;
}

/*Mahesh added starts */
/*taken from corporate */
/* 3 checkboxes alignment */
.recon_coposite_checkbox{
	vertical-align: middle;
	margin-top: 8px;
	float:left;
	margin-left: 3px;
}
.recon_coposite_spaces{
	float:left;
}
.simpletext_payable {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 3px;	
	display: block;
    width:auto;
	float:left;
	white-space: nowrap;	
}


/* taken from bankuser*/
.searchsimpletext_withwrap {
	
	font-size: 0.7em;
	text-decoration : none;
	padding-right: 5px;
	word-wrap: break-word;
    	width: 100%;
}

/*mentioned in component-style-rules.xml were not present in .css files...added in all three files */
.acct_rightfindoutmore {

}
.acct_rightsurveybtn {

}
.gradientbgonelinetxt {


}
.db_h1{

}
.bottomwithoutfloat{

}
/*mentioned in section-style-rules.xml were not present in .css files */
.stage3_dataentry_noborder_Pfm{

}
.querytextleft_transdate{

}
/* Mahesh added ends */

/*Sonia***/
.current_tab10
{
    
    border: 1px solid grey;	
	color: #262a2c;
	
	font-weight:normal;
	background: #fff url(../images/backgrounds/steps-selected.gif) repeat-x 0 100%;
	text-align: center;
	white-space: nowrap; /* added for Cross Browser Compatibility */
	font-size: 12px; /* added for Cross Browser Compatibility */
	vertical-align: inherit;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display:inline-block;
	height: 1.7em;
	

}
.formbtn_astab_long10

{
       
        	background-color: #CCCCCC;
			
		border-width: 1px 1px 1px 0;
		border-color:#CCCCCC #919191 #919191 -moz-use-text-color;
		border-left:0 none;
		border-style:none solid solid none;
		cursor:pointer;
		font-size: 12px;
		font-weight:normal;
		height: 2.3em;
		overflow:visible;
		cursor: pointer;
		padding:5px;
		text-align:center;
		text-decoration:none;
		width:auto;
     
}
.labelcoltxtsmallest {
	background: url("../images/backgrounds/input-text.gif") no-repeat scroll
		    0 0 transparent;
	border: 0 none;
	color: #262A2C;
	display: inline-block;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	margin: 0;
	padding: 5px 0 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 33px;
}
.simpletextfourcol {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
	padding-top: 8px;
	word-wrap:break-word;
}

.formbtn_lgin {
	padding-right: 19px;
	background: url(../images/hip_speaker.gif);
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	margin-right: 246px;
	margin-top: -21px;
}

.lgin_refresh_img {
	float: right;
	margin-right: 218px;
	margin-top: -26px;
}

.lgin_soundcaptcha_img {
	float: right;
	margin-right: 218px;
}
.labelColumnCombohide{
      clear: both;
      display: none;
      width:420px;
}
.formbtn_last_modal {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#026EAB url(../images/sendbtn.png) no-repeat scroll 100% 0;
border:0 solid #333333;
color:#FFFFFF;
cursor:pointer;
float:left;

font-size:12px;
font-weight:normal;
height:21px;
line-height:20px;
margin:5px 0px 0px 0px;
overflow:visible;
padding-right:8px;
text-decoration:none;
vertical-align:middle;
width:37px;
}


.formbtn_last_modal:hover {
	color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
/*Added  for ticket 660273-start*/
.labelcolumntexttoosmall_nodisplay_nofloat {
	background: url("../images/backgrounds/input-text.gif") no-repeat scroll
		0 0 transparent;
	border: 0 none;
	color: #262A2C;
	
	font-size: 11px;
	font-weight:normal;
	height: 20px;
	margin: 0;
	padding: 7px 0 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
	
}
.labelColumn_text_brdr_toosmall_display_nofloat {
	display:inline-block;
	height: 31px;
	background: url(../images/backgrounds/input-text.gif) #FFFFFF no-repeat
		100% 0px;
	padding-right: 0;
	margin-left: 5px;
	margin-right: 5px;
	width: 84px;
}
/*Added  for ticket 660273 - end*/


/** Added for control option menu - START */

.InActiveMenu {
      FONT-SIZE: 12px;  
      COLOR: #0278ba; 
      font-weight:normal;
      
      position:relative;
      top:-3px;
}

.CollapsibleButton {
      FONT-SIZE: 12px;  
      COLOR: #0278ba; 
      font-weight:normal;
      
}

.ActiveMenu{
      FONT-SIZE: 12px;  
      COLOR: #000000; 
      font-weight:normal;
      
      position:relative;
      top:-3px;
}
/** Added for control option menu - END */
/*Added for listing table section-start*/
.tablewithpadding{
padding-bottom:20px;
padding-top:5px;
}
.tablewithpadding_withfloat{
padding-bottom:40px;
padding-top:5px;
float:left;
width:100%;
}
.iconwithmargin_left{
	float: left;
	margin-top: -11px;
	margin-left: 5px;
	}
	
.simpletextwithwidth_large{
	color: #262a2c;
	
	/*Changed by Neha Gosain*/
	/*font-size: 13px;*/
	font-size: 0.69em; /*changed by sravanthy*/
	float: left;
	padding-right: 5px;
	width:55%;
	text-align:right;
	}	
/*Added for listing table section-end*/
/** Modified by Vinay Mishra for UI3 - revoves separator: START */
.stage3_leftrightmainpanel_NoSeparator{
float: left;
/*border: 1px solid #E0E1E2;*/
padding-bottom:15px;
width: 100%;
}

.width100percentWithBorder{
	width : 100%;
	border : 1px solid #E0E1E2;
}

/** Added for modal font */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    font-size: 1em;
	margin-left: -40px;/*added by vinay for */
}

#closeIcon.ui-state-hover {
    border: medium none;
}

/* Added by mahesh for terms and condition checkbox*/
.checkbox4tnc{
      margin-right: 5px;
      margin-top: 9px;
      float:left;
}
/** Added for control option */
.CollapsibleButtonImg:hover{
      text-decoration : none;
}
/* simpletext_clkhere-added for initiate paymentux3 click here font*/
.simpletext_clkhere {
	color: #262a2c;
	
	font-size: 0.99em;
	text-decoration: none;
}
.rightwithwidth{
float:right;
padding-right:21.4%;
}

/*Added for ticket 675948 -start */
.absmiddle_paddingtop {
                vertical-align: middle;
                margin-left: 5px;
                font-size: 13px;
                margin-right:3px;              
                margin-top: 4px;
                margin-bottom: 2px;            
                padding-top: 8px
}

.simpletext_paddingtop {        
            padding-top: 10px;  
            vertical-align: middle;
            color: #262a2c;
            
            font-size: 11px;
            text-decoration: none;
            padding-top: 10px;
            word-wrap:break-word;
            vertical-align: middle;            
}

/*Added for ticket 675948 -end */
/* Start - File Upload Enhancements */
.textWithNoLink, .textWithNoLink:active, .textWithNoLink:hover, .textWithNoLink:visited {
	color: #000000;	
	
	font-size: 11px;	
	text-decoration: none;
	word-wrap:break-word;
	cursor: text;
}
/* End - File Upload Enhancements */
/* Added for 674202 */
.listheadertext{font-family: OpenSans, Arial;font-size:0.7em;text-decoration : none;word-wrap:break-word;}

.searchtextleftcp { /*width: 13%;/** Commented by Priyanka for accounts */
      float: left;
      clear: right;
      margin-top: 0px;
      width:140px;
      margin-left:10px;
      text-align: right;
      padding-left: 5px;
      padding-bottom: 4px;
}

.searchtextrightcp {
      float: left;
      clear: right;
      margin-top: 0px;
      width: 175px;
      padding-left: 8px;
}
/* Start - TFIN online integration*/
.querytextleft_withoutborder_sixcol {
      clear: left;
      float: left;
      padding: 2px 6px 4px;
      width: 15%;
}
.querytextright_withoutborder_sixcol {
      float: left;
      padding-bottom: 4px;
      padding-left: 6px;
      padding-top: 2px;
      width: 15%;
}
.querytextleft_leftborder_sixcol {
      float: left;
      padding: 2px 6px 4px 6px;;
      border-left: 1px solid #979797;
      width: 15%;
}
.simpletext_tab_heading {
    color: #262A2C;
    
    font-size: 13px;
    line-height: 32px;
    text-decoration: none;
}
/* End - TFIN online integration*/

/*Heading Space styling changes -EBUX3 - Start*/
.width100percent_withmargin{
	width : 100%;
	margin-top: 10px;
	border : 1px solid #E0E1E2;
}

.headingMargin{
	float: left;
    margin-bottom: 20px;
}
/*Heading Space styling changes -EBUX3 - End*/

/* Added for EBUX3 SR Converion- START */

/*Added for New Request Listing : START*/
.expandMenu_SRListing{
	background: url("../images/backgrounds/icoMin.png") no-repeat scroll 0 50% transparent;
	margin-left: 6px;
	padding-right: 15px;
}
.collapseMenu_SRListing{
	background: url("../images/backgrounds/icoPlus.png") no-repeat scroll 0 50% transparent;
    margin-left: 6px;
    padding-right: 15px;
}
.collapsible_tab{
    background: url("../images/backgrounds/categoryBtn.png");
	float: left;
	
	height: 25px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	/*font-size: 0.69em;*/
	font-size: 13px;
}
.stage3_simpletextleftwithwidth_SRListing {
	color: #262a2c;
	
	font-size: 0.813em;
	font-weight:normal;
	text-decoration: none;
	float:left; 
/*	width: 15%;	*/
	width:60px ; /*Aashish added for RWD*/
	padding-bottom:15px;
	padding-left:12px;
	margin-top:10px;
}
.width100Percent_borderBottom_SRListing{
	width:100%;
	border-bottom:0px;
}
.HW_tabletextwithpadding_new{
vertical-align:middle;
font-size: 0.75em;
}
.paddingbottom27_newSRListing{
	padding-bottom:5px;
	margin-top: 12px;
	font-size: 16px; 
	font-weight:normal;
}
.HW_tabletextwithpadding_newwidth4percent{
vertical-align:middle;
font-size: 0.75em;
width:4%;
}
.HW_tabletextwithpadding_newwidth96percent{
vertical-align:middle;
font-size: 0.75em;
width:96%;
}
.HW_textwithpadding_new{
vertical-align:middle;
font-size: 1em;
}
.newRequest_width4percent{
width:4%;
}

.newRequest_width25percent{
width:25%;
}
.newRequest_width60percent{
width:60%;
}
.newRequest_width96percent{
width:96%;
}

/*Added for New Request Listing : END*/
/* Sectional Attribute : START*/
.sectionDownloadComponentEbux3{
      margin-top: 1px;
      float: right;
      margin-right: 10px;
}
.sectionDownloadPanelEbux3{
	width: 100%;
	margin-top: -5px;
	float: left;
}

.stage3_previewconfirm_label_column_Ebux3 {
width: 98%;
float: left;
padding-right: 5px;
word-wrap: break-word;
margin-right: 5px;
text-align: justify;
padding-left: 5px;
}

.stage3_leftrightmainpanel_Ebux3 {
float: left;
border: 1px solid #E0E1E2;
padding-bottom: 15px;
width: 100%;
}

.stage3_inputpanel_column_Ebux3{
float: left;
margin-right: 12px;
margin-top: 7px;
text-align: right;
width: 35%;
}

.stage3_Notesdetailslink {
background-color: #e5e5e5;
border: 1px solid #e5e5e5;
float: left;
display: block;
overflow: hidden;
width: 61%;
padding-left: 5px;
position: relative;
padding-left: 5px;
text-align: justify;
padding-right: 5px;
}
.stage3_headerNotesdetails {
background-color: #e5e5e5;
border: 1px solid #e5e5e5;
display: block;
overflow: hidden;
width: 97%;
position: relative;
padding-left: 5px;
padding-right: 5px;
margin-left: 5px;
/*margin-top: 5px;*/
margin-bottom: 3px;
text-align: justify;
}

.h3Srtitle{

	height: 15px;
	/* added by shreya
	background-image: url(../images/bg_gradient.gif); */
	background-repeat: repeat-x;
	
	font-size: 1em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	/*Changes for UI-Audit remarks */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 11px;
	padding-left: 11px;
	margin: 0px;
	border-top: 0px solid #9c9e9c;
	/* added by shreya 
	1px solid #cfe6f4 */
	/*Changes for UI-Audit remarks reverted*/
	border-bottom: 1px solid #e0e1e2;
	background-color: #97cae6;
}
/* Sectional Attribute : END*/

/* Component Attribute START*/
.searchsimpletextebux3 {
color: #262a2c;

font-size: 0.813em;
font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 5px;
padding-right: 5px;
}

.remarksboxux3{

font-size: 11px;
height: 50px;
line-height: normal;
margin: 2px 0 0 0;
margin-left:6px;
margin-bottom:6px;
overflow: auto;
padding: 0;
padding-right: 700;
text-align: left;
width: 300px;
float:left;
}

/* Component Attribute END*/

.stopchequedisable
{ 
background:#E5E5E5; 
}

/* Added for EBUX3 SR Converion- END */
/* Start - Styles Added to provide left and right padding for caption and commondesc*/
.simple_text_right_padding{
	color: #262a2c;
	
	/*Changed by Neha Gosain */
	/* font-size: 0.813em;*/
	font-size: 0.69em;
	text-decoration: none;
	padding-left: 3px;
}

.searchsimpletext_padding {
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 8px;
padding-right: 15px;
padding-left: 15px;
}
/* End - Styles Added to provide left and right padding for caption and commondesc*/
/*Added for error highlighting in EBUX3 searchpanel*/
.error_highlight_withmargin {
	
	font-size: 0.69em;
	color: #ff0000;
	text-decoration: none;
	margin-left:5px;
}

/* Start: Added for Quick pay widget enhancement */
.querytextleftquickpaywidget{
	clear:left;
	float:left;
	font-size:16px;
	font-weight:normal;
	padding:7px 9px 1px;
	text-align:left;
	width:22%;
}
.querytextrightquickpaywidget{
	clear:right;
	display:block;
	overflow:hidden;
	padding-bottom:4px;
	padding-left:14px;
}
.labelcolumnsearchquickpay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/input-text.gif) no-repeat scroll 0 0;
	border:0 none;
	
	height:21px;
	margin:0;
	padding:7px 0 5px 11px;
	width:96px;
}
.labelcolumncombotoosmallQuickpay {
	background-color:transparent;
	border:0 none;
	color:#262A2C;
	
	font-size:13px;
	font-weight:normal;
	margin-top:0;
	padding-top:8px;
	text-decoration:none;
	vertical-align:middle;
	width:97%;
}

.listgreyrowtxtleftlineQuickPay {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 2px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 1em;
}
.quickpaycaption{
	padding-top:9px;
	text-decoration:none;
	vertical-align:top;
	
	font-size:12px;
	color:#555555;
}
.tabrow_withborder{
	background-color:#F0F0F0;
	border-top:0 solid #000000;
	margin-top:10px;
	float:left;
	height:33px;
}

.querytextboxmedium_searchquickpay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/input-text.gif) no-repeat scroll 100% 0;
	border:0 solid #88A0C8;
	float:left;
	
	font-size: 0.8em;
	line-height: 0.8em;
	height:31px;
	margin:0;
	padding-top:0;
	text-decoration:none;
	vertical-align:middle;
	width:112px;	
	margin-left:4px;
}

.labelColumn_combo_toosmallQuickPay{
	float:left;
	
	height:31px;
	margin-right:4px;
	padding:0 0 5px 0.1em;
	width:50px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/select.gif) no-repeat scroll 0 0;
	
	margin-left:5px;
}

.labelColumn_combo_brdr_toosmallQuickPay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/select.gif) no-repeat scroll 100% 0;
	display:block;
	height:31px;
	width:52px;
}

.center_align{
	margin-left:32%;
}

.center_align_withmargin{
	margin-left:11%;
}

.center_align_withmarginNew{
	margin-left:3%;
	margin-top: 15px;
}

.tabrow_withborderTitle{
	border-top:0 solid #000000;
	float:left;
	margin-top:10px;
}

.tabrow_withborderTitlewithmargin{
	border-top:0 solid #000000;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}

.widget-body .simpletext {
	/* Modified by Harsha.243682 */
    /* color: #555555; */
    
    font-size: 13px;
    text-decoration: none;
    word-wrap: break-word;
    float: left;
    color: #333333;
	font-family: arial;
    padding-left: 8px;
	/* Modified by Harsha.243682 */
}

.widget-body .simpletextright {
    color: #555555;
    
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}

.widget-body .simpletextrightDate {
    color: #555555;
    
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}

.widget-small .row_withborder {
	padding: 0px 0px 6px 6px;
	background-color: #f0f0f0;
	border-top: 0px solid #000000;
	clear: both;
	width:98%;
	height:24px;	
}

.querytextboxmedium_searchquickpayRemark {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/input-text.gif) no-repeat scroll 102% 0;
	border:0 solid #88A0C8;
	float:left;
	
	font-size:0.8em;
	height:31px;
	margin:0;
	padding-top:0;
	text-decoration:none;
	vertical-align:middle;
	width:184px;
}

.labelcolumnsearchquickpayRemark {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/backgrounds/input-text.gif) no-repeat scroll 0 0;
	border:0 none;
	
	height:21px;
	margin:0;
	padding:7px 0 5px 11px;
	width:162px;
}

.querytextrightquickpaywidgetCol{
	clear:right;
	display:block;
	overflow:hidden;
	padding-bottom:3px;
	padding-left:18px;
}

.formrowQuickPay{
	margin: 0px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	clear: both;
	background-color: transparent;
}

.quickPayImgStyle{
	padding: 0 6px;	
}

.querytextquickpaywidgetmessage{
	clear:left;
	float:left;
	padding-left:9px;
	padding-top: 5px;
	text-align:left;
}

.width100percentQuickPay{
	width: 100%;
	background-color: #D3EAF8;	
}
.width100percentQuickPay:after {
	content: ".";
	visibility: hidden;
	height: 40px;
	display: block;
	background-color: #ffffff;
}

.closeStyleQuickPay{
	margin-left: 124px;
	margin-bottom: 6px;	
}
.closeStyleQuickPay:hover {
	cursor: pointer;
}

.emptyDivQuickPay{	
	background-color: #ffffff;
	min-height: 48px;
}

.emptyDivQuickPay:after {	
}

.simpletextQuickPay {
	color: #262a2c;
	
	font-size: 0.69em;
	text-decoration: none;
}

.widget-body .simpletextQuickPay {
    color: #555555;
    
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}
/* End: Added for Quick pay enhancement */

/*Added by Dhanashri for UX3 Account summary widget on dashboard -- start*/

.HW_tabletextwithpadding_new{
	vertical-align:middle;
	font-size:12px;
	padding-left:10px;
	background-color:#f0f0f0;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.HW_tabletextleft_new{
	vertical-align:middle;
	font-size:12px;
	padding-left:6px;
	background-color:#f0f0f0;
	border-bottom: 1px solid #DDDDDD;
}
.HW_tableheading_new{
	vertical-align:middle;
	font-size:12px;
	background-color:#f0f0f0;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding-right: 25px;
	text-align: right;
}
.mwidlistwhiterow_new {
    background-color: #FFFFFF;
    height: 30px;
    text-decoration: none;
	color: #555555;
}
.mwidlistwhiterow2_new {
	text-decoration: none;
	height: 30px;
	color: #555555;
	background-color: #f6f6f6;
}
.HW_textwithpadding_new{
	vertical-align:middle;
	padding-left:10px;
	border:none;
/*	padding-top: 8px;*/
}
.searchsimpletext_new {
	color: #555555;
	
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.HW_textwithpadding_right_new {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	vertical-align:middle;
	border:none;
	font-size: 1em;
}
.listgreyrowtxtwithoutline_new {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	border: 0px;
	background: url("../images/separator2.gif") no-repeat 0 10px;
}
.listgreyrowtxtleftline_new {
	text-decoration: none;
	padding-left: 50px;
/*	padding-right: 6px;*/
	vertical-align: middle;
	border: 0px;
	text-align: right;
	font-size: 1em;
}
/* Start: Added for Widget Pull Down Menu*/

.menuSideArrowImage_new {
	list-style-image: url('../images/backgrounds/next-inactive.gif');
	padding-left: 10px;
	border: 0px;
	text-align: left;
	cursor: pointer;
	margin-left: 20px;
	
}

.widget .menuChoices {
	/*background-color: #EBF7FF;*/
	border: 1px solid #DDDDDD;/*2px solid #E4DFDF*/
	display: none;
	background-color:#FFFFFF;
	margin: 0;
	overflow: visible;
	/*padding: 2px;*/
	position: absolute;
	right: 66%;
	left:20%;
/*	z-index: 1;*/
}
.widget .menuChoices ul{
	padding: 0px 0 0 0px;
	background-color: /*#EBF7FF*/ #FFFFFF;
}
.widget .menuChoices ul li{
	list-style-type: none;
	
	 font-size: inherit;
	float:left;
	/*added*/
	overflow-x: hidden;
	background-color: #FFFFFF;
	width: 170px;
	padding-bottom:0px;
}
.widget .menuChoices ul li ul li{
	background-image: url("../images/backgrounds/Sub-menu-Arrow_new.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    float: none;
    padding-left: 8px;
	margin-left: 5px;
	/*added*/
	font-size: 12px;
}
.widget .menuChoices ul li a, .menuChoices_new ul li input{
	display: inline-block;
	color: /*black*/ #404040;
	border: none;
	text-align: left;
	line-height: /*20px;*/ 22px;
	text-decoration:none;
	padding:1px;
}
.widget .menuChoices ul li input{
	width: 100%;
	cursor: pointer;
}
.widget .menuChoices ul li input:hover{
	background-color: #D9EEFE;
}
.widget .menuSideArrowImageForMenuChoices {
	padding-left: 2px;
	border: 0px;
	text-align: left;
	cursor: pointer;
	margin-left: 2px;
	
}
.widget .menuChoices ul li ul li:hover{
	/*background-color: #D9EEFE;*/
	/* Added for EBUX3 pulldown menu  */
	}

.widget .menuChoicesColumnLast {
	border-right: none;
	display: list-item;
	list-style: none outside none;
	padding: 0;
	width: 170px;
}
/* End: Added for Widget Pull Down Menu*/

.detHeaderRight{
	width: 48.1%;
	float: right;
	padding-left: 10px;
	line-height: 30px;
	background: #E5E5E5;
}
.detHeaderLeft{
	width: 48.2%;
	float: left;
	padding-left: 10px;
	line-height: 30px;
	background: #E5E5E5;
}
.detLabelLeft{
	width: 27%;
	float: left;
	padding-right:5px;
	word-wrap:break-word;
	margin-right:5px;
	text-align: right;
}
.detLabelRight{
	width: 20%;
	float: left;
	padding-right:5px;
	word-wrap:break-word;
	margin-right:5px;
	text-align: right;
}
.detValueLeft{
	width: 20%;
	float: left;
	word-wrap:break-word;
	margin-right:5px;
	font-weight:normal;
}
.detValueRight{
	width: 27%;
	float: left;
	word-wrap:break-word;
	margin-right:5px;
	font-weight:normal;
}
.detailsHeaderWid{
	float: left;
	width: 99%;
	padding: 0 0 5px 5px;
	background-color: #FFFFFF;
}
.detailsHeaderWid a{
	float: left;
	padding: 10px 5px 5px 5px;
}
/*Added by Dhanashri for UX3 Account summary widget on dashboard -- end*/
/*Added by Rajeev for UX3 Message Widget on dashboard -- starts*/
.listboldtxtwithNoLine {
	font-weight:normal;
	text-decoration: none;
 	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	font-size: 12px;
	
	color: #555555;
	border-left-color: #dddddd;
   	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

.widget-small .listboldtxtwithline {
	font-weight:normal;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
	font-size: 12px;
	
	color: #555555;
	border-left-color: #dddddd;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

.widget-small table tbody td {
	border:none;
}

.listwidgetmailrow {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
}

.listwidgetmailsubject {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal; 
}

.mwidsection_fourlinbrd {
	width: 100%;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	clear: both;
	margin-top: 0px !important;
}

.mwidlistwhiterow {
	text-decoration: none;
	height: 20px;
	border: #e0e1e2 0px solid;
	color: #000000;
	background-color: #ffffff;
	float:left;
	width:300px;
}

.mwidlistwhiterow:hover {
	text-decoration: none;
	height: 20px;
	border: #e0e1e2 0px solid;
	background-color: #fdfad9;
	float:left;
	width:300px;
}

.mwidlistwhiterow2 {
	text-decoration: none;
	height: 32px;
	border: #e0e1e2 0px solid;
	color: #000000;
	background-color: #ffffff;
	margin-top:-2px;
	float:left;
	width:300px;
}

.mwidlistwhiterow2:hover {
	text-decoration: none;
	height: 32px;
	border: #e0e1e2 0px solid;
	background-color: #fdfad9;
	margin-top:-2px;
	float:left;
	width:300px;
}

.mwidbluelink {
	
    font-size: 12px;
    text-decoration: none;
    /**float: left; */
    padding-top: 9px;
    padding-right: 5px;
    color: #0376b7;
     padding-left: 5px;

}

a.mwidbluelink:link {
	
    font-size: 12px;
    text-decoration: none;
    /**float: left; */
    padding-top: 9px;
    padding-right: 5px;
    color: #0376b7;
     padding-left: 5px;

}

a.mwidbluelink:visited {
	
	font-size: 12px;
	text-decoration: none;
	color: #0376b7;
	padding-left: 5px;
}

a.mwidbluelink:hover {
	
	font-size: 12px;
	text-decoration: none;
	color: #0376b7;
	text-decoration: underline;
	 padding-left: 5px;
}

a.mwidbluelink:active {
	
	font-size: 12px;
	text-decoration: none;
	color: #0376b7;
	padding-left: 5px;
}

.widgetFooterBorder{
border-top: 1px solid #C9CBCC;
height: 26px;
margin-top:0px;

}

.widget-small .widget-content {
	background:#FFF;
	border-left:1px solid #D4D6D7;
	border-right:1px solid #D4D6D7;
	padding-bottom: 2px;
min-height: 304px;
max-height: 304px;
overflow-x: hidden;
overflow-y: auto;
}
.HW_wid_head_outerdiv{background-color: #CFE6F4;height: 32px;margin-top: 0px;padding-left: 0px;text-align: center;}
.widfooterleft {
	float: left;
	padding: 4px 12px 0px 0px;
}

.widget-small .labelColumn_combo {
margin: 0px 0px 0px 0px;
padding-bottom: 5px;
padding-left: 0.1em;
padding-right: 0px;
padding-top: 0px;

background: url(../images/backgrounds/select.gif) no-repeat 0px 0px;
height: 31px;
width: 190px;
display: inline-block;
float: left;
}

.widget-small .dropdownexpandalbe {
	border: 0px;
	margin-top: 3px;
	padding-top: 8px;
	color: #262a2c;
	width: 97%;
	display: inline-block;
	
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
}

.widget-small .composetxtboxsubject {
	background-color: #edf6fb;
	padding-top: 7px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) #ffffff no-repeat 100% 0px;
	font-size: 0.8em;
	text-decoration: none;
	width: 190px; /* px to em conversion is required */
	padding-bottom:2px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 23px;
}

.widget-small .mailscomposetxtboxmatter1 {
                
                font-size: 0.7em;
                color: #333333;
                text-decoration: none;
                width: 264px;
                height: 125px; /* px to em conversion required */
                overflow: scroll;
                margin: 2px 0px 2px 0px;
                vertical-align: middle;
}

/* Rajeev -- need to look into this style again    */
.widget-small .labelColumn {
	margin: 0px;
	padding:0 0 5px 2px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
	height: 31px;
	width: 190px;
	float: left;
	/* display: ; */
}

.widget-small .mailcompose { width :95%; padding-left:10px;clear:both;margin-top:10px }

.widget-small .composelefttxt { width : 24%; margin-top:0px; float:left;clear:right;font-weight:normal; }
.widget-small .composetextright_subtextbox {
	width: 75%;
	float: left;
	clear: right;
}

.formbtn_backarrow{
	background: url('../images/BackArrowButton.gif') no-repeat 0px 0px;
	border: 0px;
	margin-right: 10px;
	vertical-align: middle;
	padding-right: 5px;
	width: auto;
	height: 12px;
	cursor: pointer;
}
.columnseparatorimage {
	vertical-align: middle;
	background: url(../images/backgrounds/footer-sep.gif) no-repeat
		0px 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.tablewithoutborder {
overflow-y: hidden;
/*width: 100%; */
border: 0px solid #C9CBCC !important;
float: left;
margin-top: 15px;
}
.delete_img {float:left;
margin-left:15px;
width: 12px;
height: 12px;
cursor: pointer;  
}
.widget_caption{
color: #0376b7;
font-size: 12px;  

text-decoration: none;
float: left;
padding-top: 8px;
}
.composeattachrow {
	border-bottom: 0px solid #c7c7c7;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	padding: 3px 0px 8px 0px;
	line-height: 20px;
	vertical-align: top;	
	margin-top:1px;
}
.composeattachrow:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
}
.attachments_lefttxt { width : 35%; margin-top:0px; float:left;clear:right;font-weight:normal; }
.attachments_right {
	width: 35%;
	float: left;
	clear: right;
	margin-right: 30px;
	margin-left:35%;
	margin-top:1px;
	padding-top:10px;
}
.attachments_textright {
	width: 35%;
	float: left;
	clear: right;
	margin-right: 30px;
}
.simpletextbold_grey {
    color:  #333333;
    float: left;
    
    font-size: 12px;
    font-weight:normal;
    padding-right: 5px;
    padding-top: 2px;
    text-decoration: none;
}
.compose_attachement {
	vertical-align: middle;
	background: url(../images/mail_attachment.png) no-repeat  0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	border: 0px;
	width: 26px;
	height: 24px; 
	cursor: pointer;  
	padding-left: 5px;
	border-left: 2px solid #eaebeb;
}
.compose_attachementtext {
	vertical-align: middle;
	background: #A75708;
	color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 0px;	
	float: right;
	border: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	font-size: 10px;
	width: 6px;
	height: 14px; 
}
.compose_noattachementtext {
	vertical-align: middle;
	background: #FFFFFF;
	color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 0px;	
	float: right;
	border: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	font-size: 10px;
	width: 6px;
	height: 14px; 
}
.mailsubject {
	color: #333333;
	
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	word-wrap:break-word;
}
.mailsender {
	color: #333333;
	
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	word-wrap:break-word;
}
.mailtext {
	color: #333333;
	
	font-size: 12px;
	text-decoration: none;
	word-wrap:break-word;
	
}
.mailbodyrow  {
	margin:0px;
	padding-top:15px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	clear:both;
}
.ellipsis {
	width:180px;
        white-space: nowrap;
        overflow: hidden;
}
.listgreyrowtxtleftline_minbox {
	width:31px;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 0.75em;
}
.HW_head_outerdivwithbottommargin{height: 20px;margin-top: 0px;padding-left: 0px;text-align: center;
margin-bottom: 25px;
padding-bottom: 0px;
width:300px;
float:left;
}
.inbox_messagetype {float: left;margin-left: 10px;padding-right: 0px;margin-top: 5px;width:12px;}
.inbox_date {color: #333333;font-family: OpenSans, Arial, Verdana, Tahoma, Sans;font-size: 12px;
padding:2px 0px 0px 7px; float:left; width:80px;}
.inbox_from {
	color: #333333;
	
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding:0px 6px 6px 6px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 12px;
	float:left;
	width:159px;
}

.tab_widget_extratxt {
	/*background: #0376b7;*/
	background: #026EAB; /* Surej Modified color as per CDG input*/
	color:#FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 12px;
	font-weight:normal;
}
.noncurrent_tab_widget:hover {
	text-decoration: none !important;  
	}
.current_tab_widget:hover {
	text-decoration: none !important; 
	}
/*Added by Rajeev for UX3 Message Widget on dashboard -- ends*/

/* Added For New Section Added For Federated Identity Management Start */
.section_grayborder_allsides{
	background-color:#EFEFEF;
	border-top:1px solid #979797;
	border-left:1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	width:99.8%;
	margin-top:10px;
	clear:both;
}
/* Added For New Section Added For Federated Identity Management End */
/* Start: Added for authentication component style changes */
.authTagTopBorder{
	border-bottom: 1px solid #979797;
}
.querytextleftStyle { 
	padding-right: 1px;
	padding-left: 1px;
	width: 35%;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 1px;
	padding-top: 6px;
	font-weight:normal;
}
.querytextleftStyleNew { 
	padding-right: 1px;
	padding-left: 1px;
	width: 25%;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 1px;
	padding-top: 6px;
	font-weight:normal;
}

.querytextleftAuthStyle {
	padding-right: 1px;
	padding-left: 1px;
	width: 35%;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 1px;
	font-weight:normal;
}
.querytextleftAuthStyleNew {
	padding-right: 1px;
	padding-left: 1px;
	width: 25%;
	float: left;
	clear: left;
	text-align: right;
	padding-bottom: 1px;
	font-weight:normal;
}

/* End: Added for authentication component style changes */
/*Start: Added for quick pay widget UX3 */
.querytextquickpaywidgetmessage .simpletextQuickPay, .querytextquickpaywidgetmessage .simpletext {
	float: left;
}
/*End: Added for quick pay widget UX3 */

/*Added styles for federated identity management registration flow in end user Start*/
.sclNwkListCaption {

font-size: 11px;
font-weight:normal;
color: #000000;
text-decoration: none;
}
.social_nwk_listingheading {
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.social_nwk_listingcol {
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
}
.sclNwkEditLabel {
	color: #262A2C;
    float: left;
    
    font-size: 0.69em;
    padding-top: 7px;
    text-align: right;
    text-decoration: none;
    width: 35%;
} 
/*Added styles for federated identity management registration flow in end user End*/

/*Added styles for federated identity management registration flow in both end and bank user Start*/
.socialnwk_actions_img {
	margin-left:13px;
	padding-right:0px;
	margin-top:8px;
}
.socialnwk_actions_img:hover {
	margin-left:13px;
	padding-right:0px;
	margin-top:8px;
	cursor:pointer;
}
.social_nwk_deletemsg {
    margin-left:4px;
    margin-top:15px;
    font-size: 11px;
}
.social_nwk_listingtxt {
	color: #262a2c;
	
	font-size: 11px;
	text-decoration: none;
}
/*Added styles for federated identity management registration flow in both end and bank user End*/

/*Added styles for Components used in federated identity management registration flow Start*/
.sclNwkDisplayOuterSpan {	
	display: block;
    text-align: center;
    margin-top: 20px;
}
.scl_lgn_check_image_span {
	float: left;
    height: 21px;
    margin-left: 40px;
    margin-top: 4px	
}
.scl_lgn_check_image {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
}
.sclNwkDisplayInnerSpan {
	display: inline-block;
	vertical-align: top;
	width:auto;
	margin-left: 5px;
    margin-right: 5px;
}
.sclNwkImageArrowStyle {
	display: block;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
/*Added styles for Components used in federated identity management registration flow End*/

/*Added styles for federated site disclaimer page Start*/
.federatedsitedisclaimertext {
	font-size: 0.75em;
	
	text-align:left;		
}

.federatedsitedisclaimertextbold {
	font-size: 0.75em;
	
	text-align:left;		
	font-weight:normal;
	margin-right:5px;
}

.federatedsitedisclaimertextboldblue {
	font-size: 0.75em;
	
	text-align:left;		
	font-weight:normal;
	margin-right:5px;
	color: #0278ba;
}
/*Added styles for federated site disclaimer page End*/
/*Start: Added for widget enhancement UX3 */
.stage3_inputpanel_leftcontainer_withtopmargin{
    float: left;
    width: 100%;
	border-right: 1px solid #E0E1E2;
	border-left: 1px solid #E0E1E2;
	margin-top:-10px;
}
.stage3_leftrightmainpanelwithpaddingbottom{
	float: left;
	/*border: 1px solid #E0E1E2;*/
	padding-bottom:73px;
	width: 100%;
	background: url("../images/backgrounds/separator1.gif") repeat-y scroll 50% 0 rgba(0, 0, 0, 0);
}
/*End: Added for widget enhancement UX3 */
/*Start: Added for promo styles -UX3 */
.promolink {
	
	font-size: 0.9em;
	text-decoration: none;
	color: #0376b7;
}
a.promolink:visited {
	
    font-size: 0.9em;
	text-decoration: none;
	color: #0376b7;
	cursor:pointer;
}
a.promolink:hover {
	
    font-size: 0.9em;
	text-decoration: none;
	color: #0376b7;
	cursor:pointer;
}
a.promolink:active {
	
    font-size: 0.9em;
	text-decoration: none;
	color: #0376b7;
}
.promoStyle{	
	left: 35px;
    position: relative;
    top: -111px;
}
.promoSectionStyle{
	position:relative;
}
.widget-medium .promoText{
	
	color: #0376b7;
    font: Century Gothic;
    font-size: 0.9em;
}
/*End: Added for promo styles - UX3 */

/*Start: Added for new login screen*/
.login-body-style {
      
      /* Modified by Swarna.243682 */
      //background:url(../images/backgrounds/imgLoginPgBg.jpg) repeat 0 100%;
      /* Modified by Swarna.243682 */
}
.loginHeaderTextBlueStyle{
	/* Modified by Swarna.243682 */
      /*color: #1E6078;	*/
      //color:rgb(2,143,223);/*Surej modified for RWD - Login Screen text color change*/
	  /*padding-left: 205px;*/ /*Surej modified for RWD - Login Screen*/
	  
	 // font-size: 1.2em;
	 /* Modified by Swarna.243682 */
}
.loginHeaderTextstyle{
	/* Modified by Swarna.243682 */
      	  //color: #949494;      
	  //font-size: 1.2em;
	/* Modified by Swarna.243682 */
}
.headerTextSpacingStyle{
	
	/* Modified by Swarna.243682 */
	//padding-top: 40px;
	//margin-right: -18px;/*Vinay modified for RWD - Login Screen*/
	//float:right; /*Surej modified for RWD - Login Screen*/
	/*padding-right:10px;*//*Surej modified for RWD - Login Screen*/
	
	width: 176px;
    	height: 18px;
	padding-top: 0px;
   	background: url("../images/txtLogo.jpg") no-repeat scroll left 0 transparent;
	/* Modified by Swarna.243682 */
}
#headerNew .header-nav {
	/* Modified by Swarna.243682 */
	//background:#137BB2;
	/*padding-top:8px;*/
	// padding-top: 5px; /*Surej Modified as per CDG suggestion*/
	/* Modified by Swarna.243682 */
}
#loginfooter {
	/* Modified by Swarna.243682 */
	//background: #25292C;
	//border-top:1px solid #0278BA;
	//padding:0 0; 
	//float: left;
	//width: 100%;
	//text-align: center;
	
	
	width: 100%;
	//height: 60px;
	border-top: 1px solid #dedede;
	//min-height: 60px;
	background: #ffffff;
	float: left;
	display: inline-block;
	padding: 11px 15px;
	text-align: right;
	line-height: 20%;
	box-sizing: border-box;
	/* Modified by Swarna.243682 */
}
#loginfooter #footerLoginInner{
	width:auto;
	margin:0 auto;
}
#loginfooter p {
	/* Modified by Swarna.243682 */
	//text-align:center;
	//font-size:12px;
	//line-height:16px;
	//padding:0;
	//color:#595f62;
	//margin-bottom:5px;

	text-align:left;
	float:left;
	font-size:13px;
	padding: 0 !important;
	/* Modified by Swarna.243682 */
}
.columnSeparator_login{
	/* Modified by Swarna.243682 */
	//border-right: 1px solid	#F3F7FA;
	//margin-right: 10px;
	border-right: 1px solid #0089db;
    margin-right: 10px;
	/* Modified by Swarna.243682 */
}
a.whitelink_footer:link {
     /* Modified by Swarna.243682 */	
    //font-size: 0.69em;
    text-decoration: none;
    //padding-top: 9px;
    padding-right: 5px;
   // color: #F3F7FA;
   
   font-size: 13px;
   color: #0089db;
   /* Modified by Swarna.243682 */
}
a.whitelink_footer:visited {
	/* Modified by Swarna.243682 */
	//font-size: 0.69em;
	//text-decoration: none;
	//color: #F3F7FA;
	
	font-size: 13px;
	text-decoration: none;
	list-style-type: none;
	padding: 0 5px;
	text-align: right;
	text-decoration: none;
	color: #0089db;
    	float: left;
	/* Modified by Swarna.243682 */
}
a.whitelink_footer:hover {
	/* Modified by Swarna.243682 */
	//font-size: 0.69em;
	//text-decoration: none;
	//color: #F3F7FA;
	//text-decoration: underline;
	/* Modified by Swarna.243682 */
}
a.whitelink_footer:active {
	
	font-size: 0.69em;
	text-decoration: none;
	color: #F3F7FA;
}
.disclaimerTextStyle{	
	color: #949494;
	font-size: 11px;
	
}
.disclaimerDivStyle{
	/*width: 1004px;*/ 
	width:78.047%; /*pixel perfect changes*/
	padding-top: 2px;
	text-align: start;
	margin: 0 auto;	
	text-align: center;/*pixel perfect changes*/	
	max-width:1024px;/*pixel perfect changes*/	
}
.width100percent_main_loginbg {    
	/* Modified by Swarna.243682 */
    //background: url(../images/backgrounds/login_main_background_blue_new.png) no-repeat 0px 0px;
    //clear: both;
    //height: 568px;
    //margin: 0 auto;
    //padding-top: 44px;
    ///* width: 1004px;*/
    //width:98.046875%; /* 1004 by 1024 Surej modified for RWD*/
    //background-size: 100% 81%; /*Surej modified for rwd NEW*/
    //max-width:1024px; /*Surej Modified for login screen backgrnd image RWD*/
    
    /* Commented by Jayaprakash.243678 for responsive UI 
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff url(../images/bg_wrapper.png) repeat-x 0 0;
    border-top: 3px solid #002244;
    max-width: 968px;
    background-color: #ffffff;
    */
        	
    float: left;
    display: table;
    width: 100%;
	color: #666666;
    
    /* Modified by Swarna.243682 */
}
.width50percent_login {
	/* Modified by Swarna.243682 */
	width: 35%;
	//float: left;
	//clear: right;
	/*background: url(../images/backgrounds/LoginContainerBg.png) no-repeat 0px 0px;*/
	//background: rgb(2,40,68);/*Surej modified for button alignment in Login screen RWD*/
	//border-radius: 6px;
	/* padding-left: 2%; */
	//padding-left: 10px;/*Surej modified for RWD*/
	//overflow: hidden;
	//height: 75%;/*added for 11.2.2*/
	//margin-left: 32px;
	//min-width: 381px;/*Surej modified for RWD*/
	//margin-top: -10px;/*Surej modified for button alignment in Login screen RWD*/
	//opacity: 0.95;/*Surej modified for button alignment in Login screen RWD*/
	
	margin-left: 0px;
	height: 477px;
	/* height: auto; */
	padding-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: table-cell;
	vertical-align: top;
	float: left;
	position: relative;
	background-color: #ffffff;
	
	/* Modified by Swarna.243682 */
}
.loginPanelHeaderTextStyle {
	/* Modified by Swarna.243682 */
	//font-size:22px;
	//padding-left: 55px;
	//width: 96.7%;
	/*padding-top: 14px;*/
	//padding-top:15px; /*Modified for buttom alignment in login screen Surej*/
	//padding-bottom: 12px; /*Surej RWD modified for login page styling*/
	//color: #DFF0FF;
	
	height: 39%;
	padding-left: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 13px;
	font-size: 18px;
	background: #002244;
	border-radius: 4px 4px 0 0;
	/* width: 92.5%; Commented for responsive UI by Jayaprakash.243678 */
	color: #ffffff;
	line-height: 1.4;
	font-family: arial;
	/* Modified by Swarna.243682 */
}
.loginPanelSubHeaderTextStyle {
	color: #FFFFFF;
    
    font-size: 0.85em;
    font-weight:normal;
    padding-left: 25px;
    text-decoration: none;
}
.loginPanelInputDetailsrow{
	
	/* Modified by Swarna.243682 */
	//float: left;
	//margin: 2px 0;
	//padding-bottom: 0px;
	//padding-top: 2px;
	//width: 100%;
	
	height: 33px;
	/* width: 317px; Commented for responsive UI by Jayaprakash.243678 */
	vertical-align: middle;
	/* padding-top: 10px; Modified by Jayaprakash.243678 */
	padding-left:10px;
	padding-right:10px;
	margin: 25px 0px 8px 0px;
	
	/* Modified by Swarna.243682 */
}

/* Added by Jayaprakash.243678 */
.loginPanelRow1, .loginPanelInputDetails2 {
	margin-bottom: 10px;
}
/* Added by Jayaprakash.243678 */

.loginPanelInputDetailsrow1{
	float: left;
	margin: 2px 0;
	padding-bottom: 0px;
	padding-top: 2px;
	width: 95%;
}
.loginPanelInputDetailsrow2{
	clear: both;
    width:340px;
    padding-top: 11px;
}
.loginPanelInputDetailsMessagerow{
	clear: both;
    width:340px;
}
.loginPanelInputDetailsMessagerow1{
	clear: both;
    /*width:340px;*/
    width:340px; /*Modified for text alignment in login screen Surej*//*changed for 11.2.2*/
    padding-top: 5px;
    margin-left:7px; /*Modified for text alignment for RWD in login screen Surej*/
}
.loginPanelColumnStyle{
	float: left;
	margin: 2px 0;
	padding-bottom: 26px;
	padding-top: 6px;
	width: 84%;
	padding-left: 27px;
}
.loginPanelColumnDetailStyle{
/* Modified by Swarna.243682 */
    /*float: left;
    margin-right: 5px;
    margin-top: 3px;
    text-align: right;
    width: 21%; */
    
    float: left;
    height: 50px;
    margin-top: 0px;
    padding-top: 7px;
    margin-right: 0px;
    width: 30%;
    color: #666666;
    
    /* Modified by Swarna.243682 */
    
}
.loginPanelColumnDetailStyle1{
/* Modified by Swarna.243682 */
    /* float: left;
    /* margin-right: 5px; 
    text-align: center;
    width: 30%;*/
    /*width: 26.3%;*//*changed for 11.2.2*/
/* Modified by Swarna.243682 */    
	
	margin-bottom: 5px;

}
.loginPanelColumnDetailStyle2{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 21%;
    padding-top: 3px;
}
.loginPanelColumnDetailStyle3{
    float: left;
	/*margin-right: 5px;*//*removed*/
	text-align: right;
	width: 38%;/*modified for chkbox alignment in image parse page */
	margin-top: 3px;
	display: inline-block;
}
.loginPanelColumnDetailStyle4{
    float: left;
	margin-right: 5px;
	text-align: right;
	width: 20%;
	margin-top: 5px;
}
.loginPanelColumnDetailStyle5{
	/* Modified by Swarna.243682 */
    //float: left;
	//margin-right: 5px;
	//text-align: right;
	//width: 21%;
	//margin-top: -6px;
	/* Modified by Swarna.243682 */
}
.loginPanelColumnDetailStyle6{
	float: left;
	margin: 2px 0;
	padding-bottom: 6px;
	padding-top: 10px;
	width: 84%;
	padding-left: 24px;
}
.loginPanelColumnDetailStyle7{
	float: left;
	margin: 2px 0;
	padding-bottom: 26px;
	padding-top: 2px;
	width: 84%;
	padding-left: 24px;
}
.loginPanelColumnDetailStyle8{
	width: 60%;
    text-align: left;
    display: inline-block;
}
.loginPanelSimpleTextStyle{

	/* Modified by Swarna.243682 */
	font-size: 13px;
	text-decoration: none;
	float: left;
	height: 15px;
	/* Modified by Swarna.243682 */
}
.loginPanelSimpleTextStyle1 {
	/* Modified by Swarna.243682 */
	color: #0098db !important;
    font-size: 14px;
    text-decoration: none;
	/* Modified by Swarna.243682 */
}
.loginPanelSimpleTextStyle3{
	color: #A9C3D4;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 84px;
}
.loginPanelSimpleTextStyle2 {
	color: #A9C3D4;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
/* 	padding-left: 3px; */
}
/*RWD changes for login page-Start*/
.loginPanelSimpleTextStyle_remUserId {
	margin-left: -8px;/*changed for 11.2.2*/
	color: #A9C3D4;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	line-height: 2;
}
.loginPanelCheckBox{
	/*margin-right: 5px;*//*changed for 11.2.2*/
	margin-left: 88px;/*changed for 11.2.2*/
	margin-top: 6px;
	float:left;
	-webkit-appearance: checkbox;
	/*float: left;*//*changed for 11.2.2*/
}
.loginPanelInfo{
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
}
/*RWD changes for login page-End*/
.loginPanelTextboxStyle {   
   	/* Modified by Swarna.243682 */
   	//font-size: 1em;
	//clear: right;
	//padding-left: 0px;
	//clear: right;
	//display: block;
	//overflow: hidden;
	//padding-bottom: 0px;
	//float: left;
	//line-height: 28px;
	//margin-left: 2px;
	/*width: 52%; */
	//width: 42%; /*Surej for RWD login screen*/
	//min-width:24px;/*Surej for RWD login screen*/
	
	height: 30px;
	font-size: 12px;
	/* Modified by Swarna.243682 */
}
.loginPanelTextboxMediumStyle {

	/* Modified by Swarna.243682 */
	border-color: #8c8c8c;
	border-style: solid;
	padding-top: 6px;
	border: 0px;
	padding-bottom: 6px;
	color: #0098db !important;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	height: 21px;/*pixel perfect changes*/
	width: 215px;/*pixel perfect changes*/
	outline:0 none;
	/* Modified by Swarna.243682 */
}
.loginPanelImageDividerStyle{
	margin-top: 8px;
	vertical-align:middle; /*Surej for RWD logins screen*/
}
.loginPanelImageStyle{
	/* Modified by Swarna.243682 */
	vertical-align: top;
	cursor: pointer; /*Modified for mouse over effect for facebook buttom Surej */
	//padding-top: 5px;
	 //float: left;
    position: relative;
    //bottom: -50px;
	float: left;/*Added by swarna */
	/* Modified by Swarna.243682 */
}
.loginPanelFBButtonStyle {
	/* Modified by Swarna.243682 */
	//font-size: 11px;
	//font-weight: bold;
	//color: #FFFFFF; /*Surej RWD modified for text color*/
	//text-decoration: none;
	//border: 0px solid #333333;
	/*border-radius: 5px;*/ /*Surej RWD commented to remove border radius*/
	//width: 170px; /*Surej RWD increased width */
	//vertical-align: middle;
	//overflow: visible;
	//height: 28px; /*Surej RWD modified for fb button*/
	//margin-top: 2px; /*Surej RWD modified for fb button*/
	//cursor: pointer;
	//line-height: 21px;
	/*background: url(../images/ImgLoginFacebook.jpg) transparent no-repeat 0% 0px;*/
	//background: url(../images/login_fb.png) transparent no-repeat 0% 0px; /*Surej RWD modified image as per CDG suggestion*/
	//padding-left: 10px;

    //float:left;
	width: 135px;
	margin: auto;
	height: 33px;
	margin-top: 13px;
	font-size: 15px;
	color: #ffffff;
	display: block;
	border-radius: 2px;
	background-color: #0098db;
	border: 0;
	margin-top:83px;
	/* Modified by Swarna.243682 */
}

/*Surej RWD added on hover effect on fb button as per CDG suggestion*/
.loginPanelFBButtonStyle:hover {
	/* Modified by Swarna.243682 */
	//background: url(../images/login_fb_mo.png) transparent no-repeat 0% 0px;
	/* Modified by Swarna.243682 */
}

.loginPanelMessageTextStyle {
	color: #949494;
	
	font-size: 12px;
	text-decoration: none;
	word-wrap: break-word;
	margin: 0px;
	line-height: 100%;
	width: 340px;
}
.loginPanelMessageColoredTextStyle{

	/* Modified by Swarna.243682 */
	/*color: #E6C752; */
	//color: rgb(249,182,49);/*Modified for text color change in login screen for RWD Surej*/
	//font-weight: bold;	
	//padding-right: 20px;
	//padding-left: 6px; /*Modified for text alignment in login screen Surej*/
	/* Modified by Swarna.243682 */
}
.loginPanelMessageColoredTextStyle1 {
	color: #C3D436;
	
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	/*padding-left: 2px;*//*changed for 11.2.2*/
	padding-left: 5px;
}
.loginPanelButtonDetailsrow{
	clear: both;
	width: 420px;
	padding-top: 0px; /*Surej RWD modified for login page*/
}
.loginPanelBottomDisplaySectionStyle{

	/* Modified by Swarna.243682 */
	//background: url(../images/backgrounds/imgBottomTabBg.png) transparent repeat 100% 0;
	/*width: 1004px;*/ /*Surej modified for RWD*/
	//width:98.046875%; /*Surej modified for RWD*/
	//padding-top: 20px;
	/*height: 136px;*/
	//height: 145px;/*Surej modified for RWD*/
	//margin: -132px auto 0px auto;
	//max-width:1024px; /*Surej modified for login screen background change RWD */
	
	
	padding-left: 15px;
	padding-right: 15px;
	display:inline-block;
	float:right;
	z-index: 10 !important;
	display:none;
	/* Commented by Jayaprakash.243678 for responsive UI
	width: 63%;
    margin-top: -500px; */
	/* Modified by Swarna.243682 */
}
.loginPanelBottomSectionDetailsrow{	
	float: left;
	/* Modified by Swarna.243682 */
	width: 100%;
	padding-top: 5px;
	/* Modified by Swarna.243682 */
}

.loginPanelBottomSectionHeadStyle{
	/* Modified by Swarna.243682 */
	//color: #FFFFFF;
	//width: 670px !important;
	//font-size: 22px;
	//font-weight: bold;

    height: 26px;
    font-size: 22px;
    padding: 0 0 25px 0;
    color: #002244;
    text-shadow: 0 1px 0 #cbced2;
	/* Modified by Swarna.243682 */
}
.loginPanelBottomSectionTextStyle{
	color: #949494;
	
	font-size: 0.7em;
	padding-left: 5px;
}
.loginPanelBottomSectionTextStyle1 {
	color: #949494;
	
	font-size: 0.7em;
}
.loginPanelBottomSectionText_gry{
      color: #949494;	
}
.loginPanelBottomSectionImageDivStyle{	
display:none; /*Surej modified for login screen divider line RWD*/
}
.loginPanelBottomSectionImageDivStyle1,.loginPanelBottomSectionImageDivStyle2{	/*Surej modified for login screen divider line RWD*/
   clear: both;
    float: right;
    margin-right: -18px;
    margin-top: 13px;
    width: 0;
}
.virtual_key_buttonhashed {
	cursor: pointer;
	vertical-align: middle;
	margin-top: 2px;
}
.loginPanleBluelinkStyle {
	/* Modified by Swarna.243682 */
	float: right;
	/* Modified by Swarna.243682 */
}
a.loginPanleBluelinkStyle:link {
    /* Modified by Swarna.243682 */
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
    color: #0098db !important;
    /* Modified by Swarna.243682 */
}

.loginPanleBluelinkStyle1 { 
	color: #A9C3D4;
	text-decoration: none;
	font-weight: bold;
}

a.loginPanleBluelinkStyle1:link {
	
    font-size: 0.9em;
    text-decoration: none;
    color: #A9C3D4;
}
a.loginPanleBluelinkStyle1:hover{
	
	font-size: 0.9em;
	text-decoration: none;
	color: #A9C3D4;
	text-decoration: underline;
}
.loginPanellabellinkStyle {

	/* Modified by Swarna.243682 */
	//font-size: 1em;
	//float: left;
	//padding-top: 5px;
	vertical-align: middle;
	//margin-top: 10px;
	//margin-bottom: 10px;
    //position: relative;
    //bottom: -10px;
	font-size: 14px;
	float: left;
	line-height: 1.2;
	width: 100%;
	height: 22px;
	padding-top: 8px;
	/* Modified by Swarna.243682 */
}
.loginPanellabellinkStyle1 {
	/* Modified by Swarna.243682 */
	//font-size: 1em;
	//float: left;
	//line-height: 28px;
	
	float: left;
	/* Modified by Swarna.243682 */
	width: 65%;
	/* Modified by Swarna.243682 */
	border-color: rgb(169, 169, 169);
	line-height: 28px;
	
	/* Modified by Swarna.243682 */
}
.loginPanelLeftPaddingStyle {
	/* Modified by Swarna.243682 */
	//clear: both;
      //width:420px;
      /*padding-left: 40px;*/
	/* Modified by Swarna.243682 */
	//padding-left: 57px; /*Modified for button alignment in login screen - CDG */
	/* Modified by Swarna.243682 */
      padding-top: 3px;
      
      	width: 337px;
      	height: 76px;
	margin-bottom: 8px;
      /* Modified by Swarna.243682 */
}
.loginPanelLeftPaddingStyle1{
	//padding-left: 9px;
	
	//line-height: 1;/*Modified by swarna for Login screen*/
	/* Modified by Swarna.243682 */
}
.loginPanelTopPaddingStyle {
	  clear: both;
      width: 420px;
      padding-top: 32px;
}
.loginPanelTopPaddingStyle1 {
	/* Modified by Swarna.243682 */
      //padding-top:265px;/*Modified for text alignment*/
      //padding-right:10px; /*Modified for text alignment in login screen RWD Surej*/
      //float:left;
      padding-top: 380px;/*swarna Modified for text alignment*/
      padding-left:10px; /*swarna Modified for text alignment in login screen */
      /* Modified by Swarna.243682 */
}
.loginPanelTopPaddingStyle2 {
	  clear: both;
      width: 420px;
      padding-top: 22px;/*Modified for 11.2.2 login page*/
}
.simpleText_gry{
      color: #949494;	
}
.loginPanelCaptionBoldTextStyle{
	
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.redbgwithwidth_login {
	//background-color: #F9E3E6;/*Modified by swarna*/
	width: 100%;
}
.redbgwithwidth_login:after{content: "."; visibility: hidden;height:0px;clear:both;display:block;}
.redbg_login {
	/* Modified by swarna.243682 */
	/*background: #ffebe8 url("../images/ico_alert.png") no-repeat scroll 9px 9px;*/
    font-size: 12px;
    font-style: italic;
    color: #413f3f;
    text-decoration: none;
    text-align: left;
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color:#ffebe8;
}
.section_login {
	width:100%; /*Surej modified for RWD login screen NEW*/
	clear: both;
	margin: 0 auto;
}
.section_login:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	clear: both;
	display: block;
	background-color: #ffffff;
}
.loginPanelColumnCombo {

	/* Modified by Swarna.243682 */
	
	//background-color: transparent;
	//border: 0px;
	//margin-top: 0px;
	//padding-top: 4px;
	//color: #262a2c;
	//width: 100%;
	//display: inline-block;
	//font-size: 13px;
	//font-weight:normal;
	//text-decoration: none;
	//vertical-align: middle;
	
	
	background: url("../images/backgrounds/sort_desc.png") no-repeat scroll right 0 transparent;/*swarna for default page combobox in Login page*/
	border: 0px;
	margin-top: 0px;
	padding-top: 4px;
	display: inline-block;
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
	vertical-align: middle;
	font-size: 14px !important; 
	z-index: 4;/*swarna for Login page*/
	color: #0098db !important;/*swarna for Login page*/
	border-radius: 0px;/*swarna for Login page*/
	border-color: rgb(169, 169, 169);/*swarna for Login page*/
	border-bottom: 3px solid #cccccc;/*swarna for Login page*/
	width: 95% !important;/*swarna for Login page*/
	
	/* Modified by Swarna.243682 */
	
}
.loginPanelColumnCombo_screen {
	
	height: 23px;
	width: 233px;
	display: block;
	float:left;
}
.loginPanelColumnCombo_brdr {
	/* Modified by Swarna.243682 */
	height: 23px;
	//background: url(../images/backgrounds/login_select.gif) no-repeat -560px 0px transparent;
	//display: block;
	//width: 99%;
	
	width:  85% !important;/*swarna for Login page*/
	border: none;/*swarna for Login page*/
	/* Modified by Swarna.243682 */
}
.loginPanelAuthFormBtn {	
	/* Modified by Swarna.243682 */
	//font-size: 13px;
	//font-weight:bold;
	//color: #000000;
	//text-decoration: none;
	//background: url(../images/imgLoginButton01.png) transparent no-repeat 100% 0px; /*Surej RWD modified image as per CDG suggestion*/
	//border: 0px solid #333333;
	//width: 22%;
	//vertical-align: middle;
	//overflow: visible;
	//float: left;
	//height: 27px;
	//cursor: pointer;
	//line-height: 25px;
	//padding-left: 26px;
	//padding-right: 17px;
	//outline:none;
	-webkit-appearance: none;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	background-color: #0098db;
	border: 0;
	width: 135px;
	/*margin: 15px 0 0 0;*/
	height: 33px;
	cursor:pointer;
	
	/* Modified by Swarna.243682 */
}
/*Surej RWD con hover effect on login buttons as per CDG suggestion*/
.loginPanelAuthFormBtn:hover, .loginPanelContinueButton:hover{
	/* Modified by Swarna.243682 */
	//background: url(../images/imgLoginButton01_mouseover.png) transparent no-repeat 100% 0px;
	/* Modified by Swarna.243682 */
}

/* Start : Added for Ticket : 742655 ( BACK Button alignment issue on login Page ) */
.loginPanelBckButton {		
	font-size: 0.69em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 10px;
	background: url("../images/backgrounds/btnGray_new.gif") transparent no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	height: 25px;
	cursor: pointer;
	line-height: 25px;
}
.loginPanelBckButton:hover {	
	background: url("../images/backgrounds/btnGray_mouseover.gif") no-repeat
		scroll 100% 0 transparent;
}
.loginPanelDummyBackButton {			
	/* padding-left: 10px; */
  /* width: auto; */
  /* overflow: visible; */
  /* height: 25px; */
  /* line-height: 25px; */
  /* margin-left: 78px; */
  float: left;
  height: 21px;
  /* background: url(../images/backgrounds/buttonStyle02_new.png) transparent no-repeat 0% 0px; */
  /* margin-right: 13px; */
  clear: right;
  margin-left: 5px;
  /* padding-left: 5px; */
  margin-top: 5px;
  margin-right: 5px;
  /* border-left: 1px solid #8cb478; */
}
/* End : Added for Ticket : 742655 ( BACK Button alignment issue on login Page ) */


.HW_formbtn_Auth_grey_new {
      float: left;
      height: 27px;
      background: url(../images/backgrounds/btnLoginGray.png)
            transparent no-repeat 0% 0px;
      clear: right;
      margin-left: 5px;
      padding-left: 5px;
      margin-top: 0.7%;
      margin-right:5px;
      padding-bottom: 5px;
}
.login_Auth_HW_mformbtn {
	float: left;
	height: 28px; /*Surej RWD increased height as per CDG */
	/*background: url(../images/login_auth_btn02.png) transparent no-repeat 0% 0px;*//*removed for rwd -surej*/
	/*margin-left: 4px;*/
	padding-left: 5px;
	/*margin-top: 0.7%;*/
	margin-right: 5px; /*Modified fir login screen button alignment Surej*/
	margin-left: 83px; /*Modified fir login screen button alignment Surej*//*changed for 11.2.2*/
	padding-bottom: 2px; /*Modified fir login screen button alignment Surej*/
	margin-top: 5px; /*Modified fir login screen button alignment Surej*/
}
.login_Auth_HW_mformbtn_new {
	    padding-left: 5px;
}
/*New*/
.loginPanelBackButton {	
	
	font-size: 0.69em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 10px;/*added for 11.2.2*/
	background: url("../images/backgrounds/btnGray_new.gif") transparent no-repeat 100% 0px;/*changed for 11.2.2*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 25px;/*changed for 11.2.2*/
	cursor: pointer;
	line-height: 26px;
}
/*added for 11.2.2 -start*/
.loginPanelBackButton:hover {	
background: url("../images/backgrounds/btnGray_mouseover.gif") no-repeat
		scroll 100% 0 transparent;
}
/*added for 11.2.2- end*/
.loginPanel_Auth_Back_HW_formbtn {	
	float: left;
	height: 25px;
	/* background: url("../images/backgrounds/btnGray_new.gif") transparent no-repeat 0% 0px;changed for 11.2.2 */
	clear: right;
	margin-left: 5px;
	/*padding-left: 16px;*//*removed for 11.2.2 */
	margin-top: 3px;
	margin-right: 5px;		
}
.loginPanel_HW_formbtn_Auth_grey {
      float: left;
      height: 21px;
      background: url(../images/backgrounds/btnBackGray.png) no-repeat 0% 0px;
      clear: right;
      margin-left: 5px;
      padding-left: 5px;
      margin-top: 0.7%;
      margin-right:5px;
      padding-bottom: 5px;
}
.loginPanelOtpAuthFormBtn {	
	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(../images/imgLoginButton02.png) transparent no-repeat 100% 0px;/*modified for 11.2.2*/
	border: 0px solid #333333;
	width: 100%;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 27px;
	cursor: pointer;
	line-height: 25px;
	padding-left: 26px;
	padding-right: 10px;
	margin-top: -1px;/*added for 11.2.2*/
}
.loginPanel_Auth_Otp_HW_formbtn {
	float: left;
	height: 27px;
	margin-left: 8px;
	margin-top: 0.7%;
	width: 33%;
}
.loginPanelContinueButton {	
	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(../images/imgLoginButton01.png) transparent no-repeat 100% 0px;
	border: 0px solid #333333;
	width: 100%;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 25px;/*CHANGED BY VINAY FOR RWD*/
	cursor: pointer;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 1px;
	outline:none;
}
 /*added for 11.2.2-start*/
.loginPanelContinueButton:hover{
	background: url(../images/imgLoginButton01_mouseover.png) transparent no-repeat 100% 0px;
}
/*added for 11.2.2-end*/
.loginPanel_Auth_Continue_HW_formbtn {
	float: left;
	height: 27px;
	margin-left: 64px;
	margin-top: 0.7%;
	width: 25%;
}
.loginPanelInputDetailsrow .searchsimpletext{
	color: #A9C3D4;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}
.loginPanelColumnDetailStyle_alt .searchsimpletext{
	color: #F57076;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	padding-left:3px;/*added for 11.2.2*/
}
.loginPanelSimpleTextStyle_for{
	color: #A9C3D4;
	
	font-size: 0.81em;
	text-decoration: none;
	font-weight: bold;
}
.loginPanelSimpleTextStyle_userid{
	color: #70BAEC;
	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
}
.loginPanelColumnDetailStyle_alt{
	color: #000; /* Added by Jayaprakash.243678 */
    float: left;
    margin-right: 5px;
    text-align: left;
    margin-left: 33%;
    font-size: 13px;
    font-family: arial;
    width: 67%; /*Changed from 20%*/
}
.loginPanelColumnStyle1{
	float: left;
	margin: 2px 0;
	padding-bottom: 10px;
	padding-top: 6px;
	width: 84%;
	padding-left: 27px;
}
.loginpage_auth_mn_formbtn {
    
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px; /*added by surej for rwd NEW*/
	/*background: url(../images/login_auth_btn02.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background: url(../images/login_auth_btn03.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); /*Surej RWD changed image as per CDG suggestion*/
	border: 0px solid #333333;
	/*border-radius:5px;commneted by surej for rwd NEW*/
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 28px; /*Surej RWD increased height of button as per CDG suggestion*/
	cursor: pointer;
	line-height: 21px;
	border-right: 1px solid #7EA517; /*Surej RWD for login buttons*/
	/*added for Ipad style issues*/
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}
/*Surej RWD con hover effect on login buttons as per CDG suggestion*/
.loginpage_auth_mn_formbtn:hover {
	background: url(../images/login_auth_btn03_mouseover.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*End: Added for new login screen*/
.blankField_d{
	text-decoration:none;
}
/*Start: Added for 11010 Enhancement : Activity Inquiry */

.filter-div
{
	float:left;
}

.filter-check-channel{
  	padding-left:5px;
  	float:left;
  }  
  
.accessChannelTableColStyle
{
	border-bottom:none;	
}

.accessChannelTableIdStyles
{
	margin-top:5px;
}
	
/*-End: Added for 11010 Enhancement : Activity Inquiry */

.budgetWidgetPromoImage{
	width:98%;
	height:80%;
	}
.knowMoreBudget{
	float:right;
    
    font-size: 0.69em;
    text-decoration: none;	
    cursor:pointer;
    font-weight:normal;
    color:#0376b7;
	}
.knowMoreBudget a{
	float:right;
    
    font-size: 1em;
    text-decoration: none;	
    cursor:pointer;
    font-weight:normal;
    color:#0376b7;
	}	
.noBudgetLinkedText{
	background: url("../images/db_icons_info_bar_hint.png") no-repeat scroll -2px -1px transparent !important;
    
    font-size: 0.69em;
    text-decoration: none;
    font-weight:normal;
    padding-left:3.5%;
    margin-left:1px;
	}

/*Style added for UI audit comment*/
.stage3_chartErrorStyle {
                color: red;
                
                font-size: 0.69em;
                text-decoration: none;
                float: left;
                padding-top: 8px;
                padding-right: 5px;
}

.stage3_chartWarningStyle {
                color: green;
                
                font-size: 0.69em;
                text-decoration: none;
                float: left;
                padding-top: 8px;
                padding-right: 5px;
}

.stage3_bluepanel {
                border-top: 1px solid #E0E1E2;
                border-left: 1px solid #E0E1E2;
                border-right: 1px solid #E0E1E2;
                border-bottom: 1px solid #E0E1E2;
                margin-top: 1%;
                margin-left: 1%;
                margin-right: 1%;
                float: left;
                width: 98%;
                background-color: #EBF7FF;
}


.simpletextright_stage3{
                color: #262a2c;
                   
                font-size: 0.69em;
                padding-left: 12px;
                text-decoration: none;
                font-weight:normal;
}
.labelcolumntexttoosmall_pfm {
                background: url("../images/backgrounds/input-text.gif") no-repeat scroll
                                0 0 transparent;
                border: 0 none;
                color: #b2b2b2 ;
                display: inline-block;
                
                font-size: 0.69em;
		line-height: 0.69em;
                font-weight:normal;
                height: 20px;
                margin: 0;
                padding: 7px 0 5px 2px;
                text-decoration: none;
                vertical-align: middle;
                width: 80px;
                float:left;
}

.stage3_simpletext_usd {
                color: #262a2c;
                
                text-decoration: none;
                font-size: 0.69em;
                padding-left: 3px;
                padding-right: 3px;
                
}

.searchsimpletext_noofdays {
	color: #262A2C;
	
	font-size: 0.69em;
	text-decoration: none;
	float: left;
	padding-top: 1px;
	padding-right: 5px;
}
.searchsimpletext_date {
	color: #262A2C;
	
	font-size: 0.69em;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	width: 157px;
	text-align: right;
	font-weight:normal;
}
/*Added for error highlighting in EBUX3 searchpanel*/
.error_highlight_withmargin {
	
	font-size: 0.69em;
	color: #ff0000;
	text-decoration: none;
	margin-left:5px;
}
.margintop{
margin-top:10px;
}

a.disabledlink:link {
	  
    font-size: 0.69em;
    text-decoration: none;   
    padding-top: 9px;   
	padding-right: 0px;
    color: #262A2C;
}

a.disabledlink:hover {
		
    font-size: 0.69em;
	text-decoration: none;
	color: #262A2C;
	text-decoration: underline;
}

a.disabledlink:visited {
	
	/*Changed by Neha Gosain*/
	 /*font-size: 0.9em;*/
        font-size: 0.69em;
	text-decoration: none;
	color: #262A2C;
}

.HW_formbtn_top_disabled{
	float: left;
	height: 21px;
	background: url(../images/backgrounds/btnBackGray.png)
		transparent no-repeat 0% 0px;
	clear: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0.7%;
	margin-right:5px;
}


/*Start: Added for login screen UX3 */
input[id="CHANGE_IMAGECAPTCHA"][type="submit"][disabled] {
	padding-right: 18px;
	background: url(../images/reset.jpg);
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	margin-right: 138px;
}
input[id="STU_VALIDATE_CREDENTIALS"][type="submit"][disabled] {
   /* background: url(../images/backgrounds/btnLoginGray.png)
             no-repeat scroll 0 100%;   */ 
    background-color: #B4B4B4; /*Surej RWD removed background image*/
    background-image: none;/*Surej RWD removed background image*/
    width: 20%;   
    margin-left: 11px;
	/* background-color: #C6C6C6; Corrected regression issue Surej*/
	/*border-radius: 7px; Surej RWD removed border radius*/
	padding-left: 15px; /*Corrected regression issue Surej*/
}
input[id="VALIDATE_CREDENTIALS"][type="submit"][disabled] {
   /* background: url(../images/backgrounds/btnLoginGray.png)
             no-repeat scroll 0 100%;   */ 
    background-color: #B4B4B4; /*Surej RWD removed background image*/
    background-image: none;/*Surej RWD removed background image*/
    width: 20%;   
    margin-left: 11px;
	/* background-color: #C6C6C6; Corrected regression issue Surej*/
	/*border-radius: 7px; Surej RWD removed border radius*/
	padding-left: 15px; /*Corrected regression issue Surej*/
}
input[id="GENERATE_OTP"][type="submit"][disabled] {
    /*background: url(../images/backgrounds/btnGenerateOTPGray.png)
             no-repeat scroll 0 100%;*/ /*Surej RWD for login screen*/ 
    width: 100%;
    margin-left: 11px;
    padding-left: 26px;
    background-color: #B4B4B4;  /*Surej RWD for login screen*/ 
    /*border-radius:10px; */       /*Surej RWD for login screen*/  
}
input[id="VALIDATE_PASSWORD"][type="submit"][disabled] {
   /* background: url(../images/backgrounds/btnLoginGray.png)
             no-repeat scroll 0 100%;  */  /*Surej RWD for login screen*/ 
    background-color: #B4B4B4; /*Surej RWD removed background image*/
    width: 78%;   
    margin-left: 20px;
    padding-left: 7px;
    /*border-radius:14px;*/  /*Surej RWD for login screen*/    
}
input[id="VALIDATE_STU_CREDENTIALS"][type="submit"][disabled] {
   /* background: url(../images/backgrounds/btnLoginGray.png)
             no-repeat scroll 0 100%;*/  /*Surej RWD for login screen*/ 
    background-color: #B4B4B4; /*Surej RWD removed background image*/
    width: 20%;
    margin-left: 11px;
    /*border-radius:9px;*//*removed below style for 11.2.2*/
}
/*removed below style for 11.2.2*/
/*input[id="BACK_LOGIN"][type="submit"][disabled] {*/
   /* background: url(../images/backgrounds/btnBackGray.png)
             no-repeat scroll 0 0;*/  /*Surej RWD for login screen*/ 
    /*background-color: #B4B4B4;*/ /*Surej RWD removed background image*/
    /*width: 110%;
    float: left;
    margin-left: -16px;
    padding-left: 15px;*/
    /*border-radius: 24px;*/  /*Surej RWD for login screen*/ 
    /*height: 22px;
}*/

/*End: Added for login screen UX3 */

/*Added by Vinay for Initiate Bulk Payements- start*/
.formbtn_link_black_disabled {

font-size: 0.69em; 
text-decoration: none;
border: 0px;
width: auto;
overflow: visible;
background-color: transparent;
color: #CBCECF;
cursor: pointer; 
}

input.formbtn_link_black_disabled[disabled]

{
  color: #CBCECF !important;
  cursor: default;
}
/*Added by Vinay for Initiate Bulk Payements- end*/
/*Added by sonia for Initiate Bulk Payements- start*/
.simpletext_light{
color: #CBCECF;

font-size: 0.69em;
text-decoration: none;
padding-left: 5px;
}
.HW_textwithtopbottompadding{
vertical-align:middle;
font-size: 1em;
padding-left:6px;
padding-top:5px;
padding-bottom:5px;

}
.labelcolumncomboverysmall { 
/** Added by Priyanka for lookup */
	background-color: transparent;
	border: 0 none;
	color: #262A2C;
	
	font-size: 0.69em; /*Changed by Sonia Garg from 13px to refer body level font-size*/
	font-weight:normal;
	margin-top: 8px; /*Changed from 0px by Sonia Garg*/
	padding-top: 0px; /*Changed from 8px by Sonia Garg*/
	text-decoration: none;
	vertical-align: middle;
	/** Added by Priyanka for accounts page */
	width: 85%;
}

/* wrapper span style for too small combo box*/
.labelColumn_combo_very_small{
	/** Margin changed from 0 to 4px by Siva Theja */
	margin-right: 4px;
	margin-left: 5px; /* added ny Sonia Garg for UI3*/
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0 0 transparent;
	height: 31px;
	width: 90px;
	display: block;
	float: left;
	font-size:1em;
}

.labelColumn_combo_brdr_very_small {
	height: 31px;
	background: url("../images/backgrounds/select.gif") no-repeat scroll 100% 0 transparent;
	/** Added by Priyanka for lookup */
	/** Added by Priyanka for accounts */
	width: 90px;
	display: block;
}
/*Added by Payal*/
.labelcolumntextremarks {
	background: url('../images/composemail_subjectbg.png') no-repeat scroll
		0 0 transparent;
	border: 0 none;
	color: #262A2C;
	display: inline-block;
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.813em;*/
	font-size: 0.69em;
	line-height: 0.69em;
	font-weight:normal;
	/** Changes done by Parasher from height 28 to 20 */
	height: 20px;
	margin: 0;
	/** Modified by Siva Theja, padding top changed to 7px */
	padding: 7px 0 5px 2px;
	text-decoration: none;
	vertical-align: middle;
	width: 345px;
	float:left;
}
/*Added by Payal*/
.labelCol_text_remarks {
	float: left;
	height: 31px;
	background: url('../images/composemail_subjectbg.png') #efefef no-repeat
		100% 0px;
	padding-right: 5px;
	padding-right: 0;
	margin-left: 5px;
	margin-right: 0px;
	/** Changes done by Lavanaya : Changed width from 90 to 84 */
	width: 350px;
}
.toppadding{
padding-top: 10px;
}

.HW_tabletextwithpadding_bulk {
vertical-align: middle;
font-size: 0.75em;
padding-left: 6px;
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 99% 0 transparent;
padding-left: 11px;
}
.labelcolumncombosmallCrn { 
/** Added by Priyanka for lookup */
	background-color: transparent;
	border: 0 none;
	color: #262A2C;
	
	font-size: 0.69em; /*Changed by Sonia Garg from 13px to refer body level font-size*/
	font-weight:normal;
	margin-top: 8px; /*Changed from 0px by Sonia Garg*/
	padding-top: 0px; /*Changed from 8px by Sonia Garg*/
	text-decoration: none;
	vertical-align: middle;
	/** Added by Priyanka for accounts page */
	width: 52%;
}
.labelColumn_combo_small_cr{
	/** Margin changed from 0 to 4px by Siva Theja */
	margin-right: 4px;
	margin-left: 5px; /* added ny Sonia Garg for UI3*/
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	background: url(../images/backgrounds/select.gif) no-repeat 0 0 transparent;
	height: 31px;
	width: 70px;
	display: block;
	float: left;
	font-size:1em;
}
.labelColumn_combo_brdr_small_cr {
	height: 31px;
	background: url("../images/backgrounds/select.gif") no-repeat scroll 100% 0 transparent;
	/** Added by Priyanka for lookup */
	/** Added by Priyanka for accounts */
	width: 70px;
	display: block;
}
.HW_tableheadingwithleftsideborder{
vertical-align:middle;
/*Changes for UI-Audit remarks */
padding-top:5px;
padding-bottom:5px;
padding-left:8px;
/*Added by shreya for separator in table heading*/
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 0% 0 transparent;
}
/*Added by sonia for Initiate Bulk Payements- end*/

/*Start: Added for federated login onFlyRegister screen*/
.searchsimpletextblue {
	color: #73C4F1;
	
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.loginPanelSimpleCaptionStyle{
	color: #A9C3D4;
    float: left;
    
    font-size: 0.7em;
    font-weight:normal;
    margin-left: 8px;
    padding-top: 9px;
    text-decoration: none;
}
.loginPanelSingleCaptionStyle {
	color: #A9C3D4;
    float: left;
    
    font-size: 0.7em;
    font-weight:normal;
    margin-left: 88px;
    padding-top: 9px;
    text-decoration: none;	
}
.loginPanelSocialNetworkHeaderTextStyle {
	
	font-size:22px;
	width: 96.7%;
	padding-top: 14px;
	padding-bottom: 15px;
	color: #DFF0FF;
}
/*End: Added for federated login onFlyRegister screen*/

/*Start: Added for new cancel button*/
.loginPanel_Auth_Cancel_HW_formbtn {	
	float: left;
	height: 25px;
	background: url(../images/backgrounds/btnBackGray.png)
	 transparent no-repeat 0% 0px;
	clear: right;
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 3px;
	margin-right: 5px;		
}
.loginPanelCancelButton {	
	
	font-size: 0.69em;
	font-weight:normal;
	color: black;
	text-decoration: none;
	padding-right: 7px;
	background: url(../images/backgrounds/btnBackGray.png)
	 transparent no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 27px;
	cursor: pointer;
	line-height: 26px;
}
/*End: Added for new cancel button*/

/*Start: Added for federated identity management*/
.social_nwk_mandatory_val_msg_note {
	float: left;
    font-size: 0.69em;
    font-weight:normal;
    margin-left: 20%;
    margin-top: 2%;
}

.social_nwk_mandatory_val_msg_txt {
	float: left;
    font-size: 0.69em;
    margin-left: 5px;
    margin-top: 2%;
}

.social_nwk_mandatory_val_msg_txt_below {
	float: left;
    font-size: 0.69em;
    margin-left: 20%;
    margin-bottom: 2%;
}

.socialNwkLgnCheckImg {
	width: 100%;	
}
.socialNwkLgnCheckImg:hover {
	width: 100%;	
	cursor: pointer;
}
/*End: Added for federated identity management*/

/*Added for dashboard autoalign start*/
/*To disable autoalign uncomment this*/
/*.container-small {
	float: left;
	width:303px;
	padding-right:0px;
	padding-bottom: 10px;
	margin-left: -1px;
	margin-right: 1.8px;
}*/
/*To disable autoalign uncomment this*/

.containerHighlightUX3 hover{
	cursor:pointer !important;
}
.groupletSubsection1width100percent 
{
width: 100%;
}
.groupletSubsection2width100percent{
	width: 100%;
	}
.groupletSection .groupletSubsection1width100percent .container-small{
width:303px;
margin-top:0px !important;
}
.groupletSection .groupletSubsection1width100percent .container-medium{
width:603px;
}
.groupletSection .groupletSubsection1width100percent .container-large{
width:610px;
}
.container-small {
	float: left;
	width:auto;	
	margin-left: -1px;
	margin-right: 1.8px;
	/*margin-top:5px;*/
}
.container-small-disabled {
	float: left;

	margin-left: -1px;
	margin-right: 1.8px;
	
}
.widget-medium .widget-content {
	background:#FFF;
	border-left:1px solid #D4D6D7;
	border-right:1px solid #D4D6D7;
	padding-bottom: 2px;
min-height: 304px;
max-height: 304px;
overflow-x: hidden;
overflow-y: auto;
}

.containerHighlightUX3{
	height:10px;
	border:2px dotted #25292C;

}
/*Added for dashboard autoalign end*/
.stage3_yellowpanel_Ebux3 {
border-top: 1px solid #E0E1E2;
border-left: 1px solid #E0E1E2;
border-right: 1px solid #E0E1E2;
border-bottom: 1px solid #E0E1E2;
margin-top: 0.5%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 0.5%;
float: left;
width: 98%;
background-color: #FFFAD1;
}
	
	
.formbtn_img_hlink {

font-size: 0.69em;
font-weight:normal;
color: darkGray;
text-decoration: none;
padding-right: 5px;
padding-left: 5px; 
margin: 0px 5px 5px 5px;
background: url(../images/backgrounds/btnGray.gif)
transparent no-repeat 100% 0px;
border: 0px solid #333333;
width: auto;
vertical-align: middle;
overflow: visible;
float: left;
height: 21px;
cursor: auto;
line-height:21px;
}

.formbtn_search_hlink {

font-size: 0.69em;
font-weight:normal;
color: black;
text-decoration: none;
padding-right: 10px;
padding-left: 10px; 
margin: 0px 10px 5px 0px;
background: url(../images/backgrounds/btnGray.gif)
   transparent no-repeat 100% 0px;
border: 0px solid #333333;
width: auto;
vertical-align: middle;
overflow: visible;
float: left;
height: 21px;
cursor: pointer;
line-height:21px;
}
.bluelink_btn{
     
font-size: 12px;
text-decoration: none;
color: #0278BA;
border: none;
background: none;
cursor: pointer;
}
.bluelink_btn:hover{
     text-decoration: underline;
}


.dotseparateline{
height: 1px;
width: 100%;
align-content: center;
margin: 185px 15px 8px -3px;
border-bottom: 1px solid #cccccc;  
}



.width26percent_right {
	width: 26.5%;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.paddingleft_14percent{
	padding-left: 7%;
}


.leftsimpletext {
color: #262a2c;

font-size: 0.69em;
text-align: justify;
margin-left: 10px;
display: block;
width: 96%;
}
.leftsimpletexttop {
color: #262a2c;

font-size: 0.69em;
text-align: justify;
margin-left: 10px;
display: block;
width: 96%;
margin-top: 10px;
}
.leftsimpletextbottom {
color: #262a2c;

font-size: 0.69em;
text-align: justify;
margin-left: 10px;
display: block;
width: 96%;
margin-bottom: 10px;
}  
.stage3_previewconfirmdetails1{
margin-top: 10px;
margin-bottom: 52px;

}
.stage3_leftrightmainpanel_NoSeparator_topmargin{
float: left;
padding-bottom:15px;
width: 100%;
margin-bottom: -9px;
}
.stage3_inputpanel_paydetailsrow_margin{
float: left;
margin: 2px 0;
padding-bottom: 0px;
padding-top: 2px;
width: 100%;
padding-top:1px;
margin-top: 14px;
margin-bottom: 0px;
}


	
input[type=radio].css-checkbox { display:none; }

input[type=radio].css-checkbox + label.css-labelradio {

padding-left:33px;
height:16px;
display:inline-block;
line-height:16px;
background-repeat:no-repeat;background-position: 0 0;
font-size:16px; vertical-align:middle;
cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-labelradio {
background-position: 0 -16px;
}


label.css-labelradio {
background-image:url(../images/backgrounds/icoChecked.png);		
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
}


input[type=checkbox].css-checkbox { display:none; }

input[type=checkbox].css-checkbox + label.css-labelcheckbox {
padding-left:35px; height:16px; display:inline-block;
line-height:16px; background-repeat:no-repeat;
background-position: 0 0; font-size:30px; vertical-align:middle;
cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-labelcheckbox {
background-position: 0 -16px; } label.css-labelcheckbox {
background-image:url(../images/backgrounds/icoCheckbox.png);
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }		



.HW_textwithpadding_center{
vertical-align:middle;
font-size: 1em;
padding-left:62px;
}	


	
/* Added for Ebux3 : END */

/* Added for My Profile :START */

.stage3_leftrightmainpanel_NoSeparator_margin{
float: left;
padding-bottom:15px;
width: 100%;
margin-top: -130px;
}

/* Added for My Profile :END */

.checkboxgrey{
background-image: url(../images/backgrounds/icoCheckbox.png);
display:inline-block;
line-height:16px; background-repeat:no-repeat;
background-position: 0 0; font-size:30px; vertical-align:middle;
padding-left:8px; 
position: relative;
right: 5px;            
left:410px;                          
font-weight:normal;
}

.simpletext_tableheading {
color: #262a2c;

font-size: 0.69em;
text-decoration: none;
position: relative;
right: 5px;            
left:410px;
font-weight:normal;
}

.simpletext_info {
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
position: relative;
top: -3px;
left: 3px;
}



.stage3_tabmenupanel_widoutwidget_topmargin {
float: left;
border-bottom: 1px solid #E0E1E2;
margin-bottom: -1px;
margin-top: -13px;
width: 100.2%;
float: left;
padding-left: 0px;
padding-top: 0px;
}

.myProfilePulldown_UX3{
overflow: visible;
visibility: hidden;
position: absolute;
background-color: white;
padding-bottom: 2px;
z-index: 1;
display: none;
left: -140%;
width: 350%;
padding-right: 5%;
}
.myProfilePulldown_UX3 p {
background-color: white;
width: 100%;
visibility: visible;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
display: inline-block;
padding: 2px 0 0px 0;

}
.myProfilePulldown_UX3 p .HW_formbtn {
	margin-top: 2px;
}
.mypropulldown{
background-color: #D9EEFE;
width: 100%;
visibility: visible;
border-bottom: 1px solid white;
display: inline-block;
text-align: center;
padding: 5px 0 3px 0px;
}

.myprofpulldown_lastrow {
	margin-top: 5px;
	background-color: rgb(169, 209, 142);
	visibility: visible;
	border-bottom: 1px solid rgb(170, 170, 170);
	display: inline-block;
	text-align: center;
	float: left;
	padding: 5px 0px 3px;
	margin-left: 10px;
	width: 45%;
}
.updateProfileUX3, a.updateProfileUX3:hover, a.updateProfileUX3:visited {
	color: black;
    font-size: 0.69em;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: -1px;
    font-weight:normal;
    text-decoration: none;
}
.myprofilehome_detailsrow {
margin-top: 8px;
float: left;
width: 100%;
}




.myprofile_imageCol {
	margin-left: 10px;
}


.myprofile_profileImage {
margin-left: 30px;
margin-top: 30px;
margin-bottom: 5px;
margin-right: 30px;
}



.width25percent_mleft {
	width: 25%;
	float: left;
}
.width75percent_mleft {
	width: 75%;
	float: left;
}

.myprofile_photoLink{
margin-left: 50px;
margin-bottom: 35px;
padding-bottom: 10px;
}
.searchsimpletext_profilelink {
	color: #262a2c;
	
	font-size: 1.2em; 
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.myprofile_detailsrow{
margin-top: 10px;
}

.myprofilehome_label_column {
float: left;
padding-right: 5px;
word-wrap: break-word;
margin-right: 5px;
text-align: right;
}
.myprofilehome_details_column {
width: 60%;
float: left;
word-wrap: break-word;
margin-right: 5px;
font-weight:normal;
}
.myprofilehome_detailsrow {
margin-top: 6px;
float: left;
width: 100%;
}
.myprofilehome_namerow {
margin-top: 20px;
float: left;
width: 100%;
}
.stage3_leftrightmainpanel_myprofile {
float: left;
padding-bottom: 2px;
width: 100%;
background: url("../images/backgrounds/separator2.gif") repeat-y scroll 50% 0 transparent;
}
.stage3_leftrightmainpanel_myprofilelastrow {
float: left;
width: 100%;
background: url("../images/backgrounds/separator2.gif") repeat-y scroll 50% 0 transparent;
}
.h3collapsetopborder_myprofile {
		border-top: 2px solid white;
		background-color: #EEE;
}
.h3collapsetopborder_myprofilefirstrow {
		background-color: #EEE;
}
	
.h3whitetitle{

	height: 15px;
	background-repeat: repeat-x;
	
	font-size: 1em;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 11px;
	padding-left: 11px;
	margin: 0px;
	border-top: 0px solid #9c9e9c;
	border-bottom: 1px solid #e0e1e2;
	background-color: white;
}

.bluelinktxt {
	
	font-size: 0.7em;
	text-decoration: none;
	padding-left: 4px;  
	color : #0278BA;
	
	font-size: 12px;
	font-weight:normal;
	
}


.stage3_inputpanel_paydetailsrow_termsconds{
float: left;
margin: 2px 0 15px 190px;
padding-bottom: 0px;
padding-top: 1px;
width: 100%;

}

.stage3_inputpanel_paydetailsrow_twofactor{
float: left;
margin: 17px 0px -3px;
padding-bottom: 0px;
padding-top: 1px;
width: 100%;

}

.dottedline{
height: 1px;
width: 100%;
align-content: center;
margin: 115px 15px 25px -3px;
border-bottom: 1px dashed #cccccc;  
margin-bottom: 6px;
}
.searchsimpletextnew {
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 8px;
padding-right: 5px;
margin-left: 14px
}


.searchsimpletextebuxnew3 {
color: #262A2C;

font-weight:normal;
font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 8px;
padding-right: 6px;
padding-left: 4px;
}

.stage3_previewconfirm_label_column_ebux {
width: 34.7%;
float: left;
padding-right:0px;
word-wrap:break-word;
margin-right:5px;
margin-top: 5px;
text-align: right;
}

.stage3_previewconfirm_label_column_new {
width: 34.7%;
float: left;
padding-right: 5px;
word-wrap: break-word;
margin-right: 5px;
text-align: right;
}
.dotsepline {
width: 100%;
align-content: center;
border-bottom: 1px dashed #cccccc;
margin-bottom: 6px;
}
.stage3_previewdetailsrow_ebux{
      margin-top: 11px;
      float: left;
      width: 100%;
      padding-bottom: 10px;
}
.backComponentEbux3{
      margin-top: -12px;
      float: right;
      margin-right: 10px;
}

.myprofile_username{
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
padding-right: 3px;
}     
.myprofile_collapseheading{
      color: #262A2C;

font-size: 0.69em;
text-decoration: none;
position: relative;
top: -3px;
padding-left: 4px;
}
.myprofile_uploadImage {
margin-left: 30px;
margin-top: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
.myprofile_photoformattext{
color: grey;

font-size: 0.60em;
text-decoration: none;
float: left;
padding-top: 2px;
padding-right: 5px;
}

.myprofilehome_filerow{
margin-top: 30px;
float: left;
width: 100%;
}

.searchsimpletextebux4 {
color: #262A2C;

font-weight:normal;
font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 5px;
padding-right: 5px;
}

/* Added for Alerts in EBXU3 START */ 

.stage3_button_grayactive_alerts {
float: left;
width: 32px;
height: 18px;
color: white;
border: none;
outline: none;
background: url('../images/pfm_report_monthlyimg.png') no-repeat;
margin-top: 7px;
text-align: center;
}


.stage3_button_shadeinactive_alerts {
float: left;
width: 32px;
height: 16px;
cursor: pointer;
border: 1px solid #D4D5D7;
outline: none;
background: url('../images/acct_forcastsinglequarterly.png') no-repeat fixed;
margin-top: 7px;
color: #0278BA;
text-align: center;
}


.simpletext_activeinactive {
color: grey;

font-size: 0.88em;
text-decoration: none;
}

.simpletext_activeinactive_link {
color: grey;

font-size: 1.3em;
text-decoration: none;
}

.querytextboxmedium_small_myprofile {
background: url("../images/backgrounds/input-text.gif")
 no-repeat scroll 100% 0 transparent;
border: 0 solid #88A0C8;
float: left;

height: 31px;
margin-left: 5px;
padding: 0 0 1px;
text-decoration: none;
vertical-align: middle;
width: 172px;
position: relative;
top: -2px;
}

.stage3_previewconfirm_singledetails_column{
width: 75%;
float: left;
/*Added by Parashar Dutta*/
word-wrap:break-word;
margin-right:5px;
/*Added by Dhanashri Kelkar*/
font-weight:normal;
}
.stage3_addressdetailsrow {
margin-top: 4px;
float: left;
width: 100%;
}

.stage3_leftrightmainpanel_singledetail {
float: left;
padding-bottom: 2px;
width: 100%;
}
.stage3_leftrightmainpanel_othercontactlastrow {
float: left;
width: 100%;
}
.simpletext_useraddressdetails {
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
padding-right: 6px;
}
.searchsimpletext_alerts {
                float: left;
                margin-top: 6px;
                padding-right: 5px;
                color: #262a2c;
                   
                font-size: 0.69em;
                text-decoration: none;
                margin-left:2px;
                margin-right:2px;
                padding-left:4px;
                padding-right:4px;
}


/* Added for Alerts in EBXU3 END */ 

/* Added for Create Template Confirm Page */
.bluelink_outputField_Templates{
    color: #0278BA;
    
    font-size: 0.69em;
    padding-top: 0px;
    text-decoration: none;
}
/*Added to fix 692637*/
.listwhiterow_mfo_new {
      /*Changes for UI-Audit remarks */
      text-decoration: none;
      border: #e0e1e2 0px solid;
      color: #000000;
      background-color: #ffffff;
}


.stage3_listingdetails_padding_grey_new{
vertical-align:middle;
font-size:1em;
padding-left:6px;
padding-top: 8px;
}
.listgreyrowtxtleftline_withpadding_grey_new {
	text-decoration: none;
	padding-left: 0px; 
	padding-right: 6px;
	padding-top: 8px;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	font-size: 1em;
}
.simpletext_breakword_new{ 
	color: #262a2c;
	font-size: 0.69em;
	
	text-decoration: none;
	word-wrap:break-word;
	width:22em;
	float:left;
}
.labelcolnumber_ebux {
    background: url("../images/backgrounds/input-text.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #262A2C;
    font-size: 11.5px;
    font-weight:normal;
    
    text-decoration: none;
    height: 20px;
    margin: 0;
    padding: 5px 0 5px 2px;
    width: 81px;
display: block;
}

.checkboxgrey_groups {
background-image: url(../images/backgrounds/icoCheckbox.png);
display: inline-block;
line-height: 16px;
background-repeat: no-repeat;
background-position: 0 0;
font-size: 30px;
vertical-align: middle;
padding-left: 8px;
position: relative;
right: 15px;
top: 35px;
font-weight:normal;
}


.simpletext_tableheading_groups {
color: #262A2C;

font-size: 0.69em;
text-decoration: none;
position: relative;
right: 15px;
top: 35px;
font-weight:normal;
}

/*Added to fix Ticket Id - 693551*/
.bluelink_outputField_new {
color: #0278BA;
display: inline-block;

font-size: 0.69em;
padding-top: 0px;
text-decoration: none;
width: 18em;
word-wrap: break-word;
}
.outputField_new {
display: inline-block;

font-size: 0.69em;
padding-top: 0px;
text-decoration: none;
width: 18em;
word-wrap: break-word;
}


.sessiontimeout_img {

cursor: pointer;
vertical-align: middle;
padding-top: 2px;
padding-left: 2px;

}

.sessionTimeoutText_ebux {
color: black;

font-size: 0.69em;
font-weight:normal;
padding-right: 2px;
text-decoration: none;
margin-left: 10px;
padding-top: 15px;
}




.headerlastloglabel_width {
color: black;
float: left;
font-size: 0.69em;
margin-top: 2px;
margin-bottom: 10px;
margin-left: 10px;
font-weight:normal;
width: 34%;
}

.lastlogtext_greenebux {
color: #090;
float: left;
font-size: 0.69em;
margin-top: 2px;
margin-bottom: 7px;
margin-left: 7px;
font-weight:normal;
}

.bluelink_groups{
	
	font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;                
	display:table;
	-ms-word-break: break-all;
	word-break: break-all;
}

.loginPanelSimpleTextStyle5 {
	/* Modified by Swarna.243682 */
	//color: #A9C3D4;
	//font-size: 0.7em;
	//text-decoration: none;
	//font-weight:normal;
	/* text-transform: uppercase; */
	//padding-left: 3px;
	//word-wrap: break-word;
	//width: 66%;
	//float: left;
	
	//margin-top: -10px;
	padding-top: 5px;
	font-size: 13px;
	width:215px;
	//vertical-align: middle;
	text-decoration: none;
	//padding-left: 18px;
	text-align: left;
	height: 15px;
	//display: block;
    float: right;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 7px;
	/* Modified by Swarna.243682 */
}
.simpletextlistingebux {
position: relative;
top: 7px;
right: 220px;
font-weight:normal;
font-style: italic;
color: #262a2c;

font-size: 0.69em;
text-decoration: none;
}
/* fix for defect 694418*/ 
.bluelink_wrap:link {
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.813em;*/
	font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

.bluelink_wrap {
	
	 font-size: 0.813em;
	text-decoration: none;
	color: #0278ba;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

.bluelink_wrap:hover {
	
	 font-size: 0.813em;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

a.bluelink_wrap:link {
	
    /*Changed by Neha Gosain*/
    /*font-size: 0.9em;*/
    /*font-size: 11px; Commented by Dhanashri Kelkar to refer body level font-size*/
     font-size: 0.69em;
    text-decoration: none;
    /**float: left; */
    padding-top: 9px;
    /* Changed by Sonia Garg
	padding-right: 5px;*/
	padding-right: 0px;
    color: #0278ba;
    width: 10em;
	word-wrap: break-word;
	float:left;
}

a.bluelink_wrap:visited {
	
	/*Changed by Neha Gosain*/
	 /*font-size: 0.9em;*/
        font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

a.bluelink_wrap:hover {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.9em;*/
    font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
	text-decoration: underline;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

a.bluelink_wrap:active {
	
	/*Changed by Neha Gosain*/
	/*font-size: 0.9em;*/
        font-size: 0.69em;
	text-decoration: none;
	color: #0278ba;
	width: 10em;
	word-wrap: break-word;
	float:left;
}

/* styles added on 25 June 2014 for reporting enhancement start*/

.headerColumnRow {

padding-top: 4px;
padding-bottom: 4px;
background-repeat: repeat-x;
padding-left: 2px;
background-color: #C9CBCC;
line-height: 15px;
height: 20px;

}


.headerColumntext {
	
width: 28%;
float: left;
/* background-color: #C9CBCC; */
text-align: left;
line-height: 15px;
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
font-size: .65em;
padding-left: 3px;
font-weight:normal;
	
}



.headerColumn {

width: 28%;
float: left !important;
background-color: #C9CBCC;
text-align: left;
line-height: 15px;
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
font-size: .65em;
padding-left: 3px;
font-weight:normal;

}

.headerColumnlarge {

width: 34.99%;
float: left;
background-color: #C9CBCC;
line-height: 15px;
padding-top: 4px;
padding-bottom: 4px;
font-size: .65em;
font-weight:normal;
padding-left: 10px;

}

.reportPerRow {
text-decoration: none;
height: 32px;
color: black;
background-color: white;
width: 100%;
padding-bottom: 2px;
float : left;
padding-top: 5px;
}


.reportPerRowGray {
text-decoration: none;
height: 32px;
color: black;
background-color: #EFEFEF;
width: 100%;
padding-bottom: 2px;
float : left;
padding-top: 5px;
}



.dataColumn {

float: left;
text-decoration: none;
padding-left: 5px;
padding-right: 6px;
padding-top: 5px;
padding-bottom: 2px;
vertical-align: middle;
border: 0px;
width: 5%;

}

.dataColumntext {

float: left;
text-decoration: none;
padding-left: 8px;
padding-right: 6px;
padding-top: 8px;
vertical-align: middle;
border: 0px;
text-align: left;
font-size: .65em;
width: 28%;

}

.dataColumnlarge {
width: 35%;
float: left;
text-decoration: none;
padding-left: 0px;
padding-right: 6px;
vertical-align: middle;
border: 0px;
text-align: left;
font-size: .65em;

}


.dataColumnlarge input {

height: 24px;

}


.up {

}

.down {

}

#dataRows {
width: 100%;
float: left;
}


.dataColumn IMG {
vertical-align: middle;
padding-top: 5px;

}

#selectid {

width : 6%;

}


.dataColumn .checkbox_cls {

vertical-align: middle;
margin-left: 17px;
font-size: 13px;
margin-right: 3px;

}




.reporttableoverflowwrapper {

margin-left: 1%;
overflow-x: auto;
overflow-y: hidden;
width: 98%;
border: 1px solid #C9CBCC;
margin-bottom: 10px;
}


#reportPerTable {

border-collapse: collapse;
font-size: 100%;
float: left;
width: 100%;
 
 }


.reportPerRow:hover, .reportPerRowGray:hover {
	
	background-color:#fdfad9!important;
	
	
}
.up:hover, .down:hover {
	
	cursor: pointer;
		
} 

/* styles added on 25 June 2014 for reporting enhancement end*/
/*style added for currency symbol enhancement start*/
.renderTextBoxAsLabel
{
   border: none;
   background-color: #fff;
   background: transparent;
   width: 35px; /* Added for Ticket 721931 */
   	color: #262a2c;	
	font-family: OpenSans-Semibold;	
	font-size: 0.69em;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	margin-left: 5px;   
}
/*style added for currency symbol enhancement end*/
/* File Upload START */

	.formbtn_link_button {
	
	font-size: 0.69em;
	font-weight:normal;
	color: #404040;/*next-gen*/
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px 5px 5px 5px;
	background: url(../images/backgrounds/buttonStyle02_new.png) #026EAB
	 no-repeat 100% 0px;
	border: 0px solid #333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: auto;
	line-height: 21px;
	border-image: initial;
	position: relative;
	top: 0px;
	border-radius: 4px;
	}
	.blueln_btn{
		 
	font-size: 12px;
	text-decoration: none;
	color: white;
	border: none;
	background: none;
	cursor: pointer;
	}
	.blueln_btn:hover{
	 text-decoration: none;
	 color: white;
	}

/* File Upload END */


/* PAGINATION styles START*/

	.formbtn_pagi_next_active {
		
		font-size: 0px;
		text-decoration: none;
		height: 16px;
		width: 13px;
		text-align: center;
		background: url(../images/Pagination-Arrow_Active-Right.png) no-repeat 1px
			50%;
		border: 0px solid #ffffff;
		margin-left: 2px;
		margin-right: 0px;
		vertical-align: middle;
		padding: 0px 2px 0px 17px;
		cursor:pointer;
		position: relative;
		top: 5px;
	}

	.formbtn_pagi_next_inactive {
		
		font-size: 0px;
		text-decoration: none;
		height: 16px;
		width: 13px;
		text-align: center;
		background: url(../images/Pagination-Arrow_InActive-Right.png) no-repeat 1px
			50%;
		border: 0px solid #ffffff;
		margin-left: 2px;
		margin-right: 0px;
		vertical-align: middle;
		padding: 0px 2px 0px 17px;
		cursor:pointer;
		position: relative;
		top: 5px;	
	}

	.formbtn_pagi_prev_active {
		
		font-size: 0px;
		text-decoration: none;
		height: 16px;
		width: 13px;
		text-align: center;
		background: url(../images/Pagination-Arrow_Active-Left.png) no-repeat 1px
			50%;
		border: 0px solid #ffffff;
		margin-left: 2px;
		margin-right: 0px;
		vertical-align: middle;
		padding: 0px 2px 0px 2px;
		cursor:pointer;
		position: relative;
		top: 5px;
	}

	.formbtn_pagi_prev_inactive {
		
		font-size: 0px;
		text-decoration: none;
		height: 16px;
		width: 13px;
		text-align: center;
		background: url(../images/Pagination-Arrow_InActive-Left.png) no-repeat 1px
			50%;
		border: 0px solid #ffffff;
		margin-left: 2px;
		margin-right: 0px;
		vertical-align: middle;
		padding: 0px 2px 0px 2px;
		cursor:pointer;
		position: relative;
		top: 5px;
	}

	.paginationtxtbx_ebux3 {
		
		font-size: 0.6em;
		color: #333333;
		text-decoration: none;
		width: 20px; /*px to em conversion required */
		vertical-align: middle;
		margin: 4px;
		height: 17px;/*Added for EBUX3 conversion for corporate pagination correction*/
	}

	.columnSeparator_border{
		border-right: 1px solid #ACACAC;
		position: relative;
		top:1px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.columnSeparator_buttons {
		border-right: 1px solid #ACACAC;
		position: relative;
		top: 7px;
		right: -1px;
	}

	.transactiontxt_left {
		float: left;
		font-size: 0.69em;
		position: relative;
		bottom: -13px;
		left: 5px;
	}

/* PAGINATION styles END*/


/*  For Special Offers  START */
	.height7_border {
		height: 7px;
		border-left: 1px solid #E0E1E2;
		border-right: 1px solid #E0E1E2;
	}


	.offerlistleft_border {
		padding-left: 25px;
		padding-right: 25px;
	}


	.offerlistright_border{
		padding-left: 25px;
		padding-right: 25px;
	}
/*  For Special Offers END */



/* Detailed Activity Inquiry START */ 
	.multiselect_options_div_searchpanel{
		width: 55%;
		background-color: #FFFFFF;
		overflow: auto;
		border: 1px solid #E0E1E2;
		position: absolute;
		z-index: 1;
		margin-top: 13px;
		height: 240px;
	}

	.stage3_simpletext_withpadding_searchpanel {
		
		text-decoration: none;
		padding-top: 5px;
		line-height: 15px;
		font-size: 0.69em;
		font-weight:normal;
		cursor: pointer;
		color: #014F7B;
		position: relative;
		bottom: 5px;
	}

	.multi_select_dropdown_with_border_searchpanel{
		  border:1px solid #D4D5D7;
		  float: left;
		   /*  margin-left:3px; */ 
		  margin-left: 9px;
		  margin-right:11px;
		  padding-top:9.5px;
		  padding-bottom:9.5px;
		  padding-left: 3px;
		   /*   width:45%; */
                width:42%; 
	  background-color:white !important;
	}
	.simpletext_tableheading_details{
		color: #262a2c;
		
		font-size: 0.69em;
		text-decoration: none;
		position: relative;
		left: 49%;
	}
	.simpletext_tableheading_leftdetails{
		color: #262a2c;
		
		font-size: 0.69em;
		text-decoration: none;
		float: left;
		text-align: left;
		position: relative;
		padding-left: 11px;
		width: 200%;
	}
	.simpletext_tableheading_rightdetails{
		color: #262a2c;
		
		font-size: 0.69em;
		text-decoration: none;
		float: left;
		text-align: left;
		position: relative;
		left: 282px;
		width: 200%;
	}
.simpletext_tableheading_rightdetails1{
color: #262a2c;

font-size: 0.69em;
text-decoration: none;
float: left;
text-align: left;
position: relative;
left: 217px;
width: 200%;
}
.simpletext_tableheading_details1{
color: #262a2c;

font-size: 0.69em;
text-decoration: none;
position: relative;
left: 45%;
}
/* Detailed Activity Inquiry END */



/* LinkDelinkHW START */
	.linkdelinkbtnshw{
		width: 3.0%;
		float: left;
		display: block;
		padding-left: 3.6px;
		padding-right: 3.6px;
		position: relative;
		left: -1px;
	}

	.formbtn_pagihw {
		
		font-size: 0.713em;
		font-weight:normal;
		text-decoration: none;
		height: 1.5em;
		width: 1.5em;
		text-align: center;
		border: 0px solid #ffffff;
		margin-left: 2px;
		margin-right: 2px;
		vertical-align: middle;
		padding: 0px 2px 0px 2px;
		cursor: pointer;
		background-color: #c9cbcc;
	}
/* LinkDelinkHW END */

/* Added for Product Type Listing : START*/
	.productTypeListShadow{
		  background-color:#97cae6;
		  width:100%;
		  height:3px;
		  border-radius: 3px;
	}
	.productTypeListPadding{
		padding-top: 20px;
	}
	.productTypeList{
		   background-color:#ebf7ff;
		   width:100%;
		   height:90%;
		   border-radius: 3px;
	}
	.productTypeMenu{
		  FONT-SIZE: 11px;  
		  COLOR: #262a2d; 
		  font-weight:normal;
		  
		  position:relative;
	}
	.productTypeMenu:hover{
		  text-decoration:none;
		  COLOR: #262a2d;
	}
	.productTypeMenu:visited{
		  text-decoration:none;
		  COLOR: #262a2d;
	}
	.productTypeMenu:link{
		  text-decoration:none;
		  COLOR: #262a2d;
	}
	.productTypeNotes{
		padding-left: 10px;
		font-size: 11px;
		display: block;
		color: #262a2d;
		
		text-align: justify;
		padding-right: 10px;
	}
	.productInActiveMenu {
		FONT-SIZE: 11px;  
		COLOR: #0278ba; 
		font-weight:normal;
		
		position:relative;
		top:-3px;
	}
	.productActiveMenu{
		FONT-SIZE: 11px;  
		COLOR: #000000; 
		font-weight:normal;
		
		position:relative;
		top:-3px;
		font-weight: bold
	}
	.fileUploadButton{
		  FONT-SIZE: 11px;  
		  COLOR: #0278ba; 
		  font-weight:normal;
		  
	}
	.ControlOptionArrowProductCorp {
		background-image: url("../images/backgrounds/icoMenuArrow.png");
		background-repeat: no-repeat;
		border-bottom: 0 none;
		height: 16px;
		margin-right: 6px;
		padding-right: 4%;
		position: relative;
		width: 16px;
	}

	.searchsimpletext_bold_upf {
		color: #262A2C;
		
		font-size: 0.69em;
		font-weight:normal;
		text-decoration: none;
		float: left;
		padding-top: 6.5px;
		padding-right: 2px;
		padding-left: 4px;
		line-height: 18px;
	}

	.txtfieldupf{
		
		font-size: 0.7em;
		text-decoration: none;
		height: 18px; /* px to em conversion is required */
		margin: 1px 2px 1px 0px;
		vertical-align: middle;
		padding-left: 5px;
	}

	.queryitalictextupf {
		
		font-size: 0.69em;
		font-style: italic;
		color: #262A2C; 
		text-decoration: none;
		float:left;
		width:485px; 
		padding-left:12px;
	}
/** Added for Product Type Listing - END */
/** Added By Sekar START*/
.formbtn_link_button_inquiry {
      
      font-size: 0.69em;
      font-weight:normal;
      color: white;
      text-decoration: none;
      padding-right: 5px;
      padding-left: 5px;
      margin: 0px 5px 5px 5px;
      background: url(../images/backgrounds/buttonStyle02_new.png) #026EAB
     no-repeat 100% 0px;
      border: 0px solid #333;
      width: auto;
      vertical-align: middle;
      overflow: visible;
      float: right;
      height: 21px;
      cursor: auto;
      line-height: 21px;
      border-image: initial;
      position: relative;
      top: 0px;
      left: 165px;
      border-radius: 4px;
      margin-right: 20px;
}
.stage3_previewconfirm_label_column2{
	width: 26%;
	float: left;
	padding-right: 5px;
	word-wrap: break-word;
	margin-right: 5px;
	text-align: right;
}

.stage3_previewconfirm_label_column3 {
	width: 21%;
	padding-top: 6px;
	float: left;
	padding-right: 5px;
	word-wrap: break-word;
	margin-right: 5px;
	text-align: right;
}

/** Added By Sekar END*/
/** Added By Bhuvana START*/
.searchsimpletextgui {
color: #262a2c;

font-size: 0.813em;
font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 5px;
padding-left: 5px;
}
.width100percent_gui 
{
width: 100%;
margin-top: 8px;
}
.stage3_leftrightmainpanel_gui{
float: left;
padding-bottom:15px;
width: 100%;
margin-top: 8px;
background: url("../images/backgrounds/separator1.gif") repeat-y scroll 49% 0 transparent;
}

/** Added By Bhuvana END*/
.searchsimpletextebux3_rma {
color: #262a2c;

font-size: 0.813em;
font-size: 0.69em;
text-decoration: none;
float: left;
padding-top: 6px;
padding-right: 5px;
}
.error_highlight_right_rma {
	
	font-size: 0.69em;
	color: #ff0000;
	text-decoration: none;
	float: left;
	padding-top: 6px;
	padding-right:2px;
}

.loginPanelBottomSectionlinkStyle1 { 
                color: #A9C3D4;
                text-decoration: none;
}
a.loginPanelBottomSectionlinkStyle1:link {
                
    font-size: 1em;
    text-decoration: none;  
    color: #A9C3D4;
                padding: 0px 1.5px;
}
a.loginPanelBottomSectionlinkStyle1:hover{
                
                font-size: 1em;
                text-decoration: none;
                color: #A9C3D4;
                text-decoration: underline;
}
.widgetleftform_ebux {
font-size: 0.75em;
text-align: right;
clear: left;
width: 80%;
padding-left: 5px;
margin-left: 6px;
}

.widgetleftform_ebux_block {
font-size: 0.75em;
text-align: right;
clear: left;
width: 80%;
padding-left: 5px;
margin-left: 6px;
display:block;
}

.searchsimpletext_widget {
	color: #262a2c;
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.813em;*/
	font-size: 13px; /*Added by Parashar Dutta*/
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	/** Added by Naval */
	/**margin-top: 2px;*/
}

.searchsimpletext_widget_red {
	color:red;
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.813em;*/
	font-size: 13px; /*Added by Parashar Dutta*/
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	/** Added by Naval */
	/**margin-top: 2px;*/
}
.passwidgetebux3 {
float: right;
padding-top: 15px;
}

.separatorlinewidget {
height: 10px;
width: 95%;
align-content: center;
margin: 50px 0px 0px 9px;
border-bottom: 1px solid #cccccc;
position: relative;
}

.widgetleftform_new {
text-align: left;
float: left;
clear: left;
width: 31%;
padding-left: 0;
padding-right: 6px;
margin-left: 6px;
}

.labelColumnwidget {
	border: 0px;
	margin: 0px;
	padding:0 0 5px 2px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
	height: 31px;
	width: 169px;
	float: left;
	font-size: 0.69em; /*Added by Nikita Manohar to refer body level font-size*/
}
.querytextboxmedium1widget 
{

font-size : 0.7em;
color: #333333;
text-decoration: none;
height: 21px;
width: 160px;
}
.formbtn_backarrow_widget {
padding-left: 20px;
background: url('../images/db_icon_back_to_widget_arrow.png') no-repeat 0px 0px;
border: 0px;
vertical-align: middle;
height: 15px;
width: 10px;
margin-left: 10px;
cursor: pointer;
}
.querytextleft_widget {
padding-right: 1px;
padding-left: 1px;
width: 80%;
float: left;
clear: left;
text-align: right;
padding-bottom: 1px;
padding-top: 7px;
display: block;
}

.querytextright_widget {
padding-left: 6px;
clear: right;
display: block;
overflow: hidden;
padding-bottom: 4px;
float: right;
}

.querytextboxmedium_widget {
	background-color: #edf6fb;
	padding-top: 7px;
	border-color: #88A0C8 #88A0C8 #88A0C8;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	background: url(../images/backgrounds/input-text.gif) #edf6fb
		no-repeat 100% 0px;
	/*Changed by Neha Gosain*/
	/*font-size: 0.8em;*/
	font-size: 0.69em;
	text-decoration: none;
	width: 164px; /* px to em conversion is required */
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	height: 24px;
}

.labelColumn_widget {
	margin: 0px;
	padding:0 0 5px 2px;
	
	background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
	height: 31px;
	width: 164px;
	float: left;
}

.searchsimpletext_new_wd1 {
	color: #555;
	
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	float: left;
	margin-left: 5px;
	
}
.searchsimpletext_new_wd2 {
	color: #555;
	
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	float: left;
	margin-left: 5px;
	padding-bottom: 10px;
}

.searchsimpletext_new_wd3 {
	color: #555;
	
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 30px;
	float: left;
	margin-left: 5px;
}
.width100percent_wd 
{
	width: 100%;
	
}
.searchsimpletext_new3 {
	color: #555555;
	
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 5px;
}

.labelcolumncombotoosmallWidget {
	background-color: #DDD;
	border: 0 none;
	color: #262A2C;
	
	font-size: 0.69em;
	font-weight:normal;
	margin-top: 8px;
	padding-top: 0px;
	text-decoration: none;
	vertical-align: middle;
	width: 89%;
	border-image: initial;
}
.labelColumn_combo_toosmallWidget {
	margin-right: 4px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 0.1em;
	padding-right: 0px;
	padding-top: 0px;
	
	height: 31px;
	width: 57px;
	display: block;
	float: left;
	font-size: 1em;

}

.labelColumn_combo_brdr_toosmallWidget {
	height: 31px;
	width: 58px;
	display: block;
}
.simpletext_ebux {
	color: #262a2c;	
	
	font-size: 0.69em;
	text-decoration: none;
	font-weight:normal;
}

.expandMenu_Widget{
	background: url("../images/backgrounds/minus.gif") no-repeat scroll 0 50% transparent;
	margin-left: 6px;
	padding-right: 15px;
}
.collapseMenu_Widget{
	background: url("../images/backgrounds/plus.gif") no-repeat scroll 0 50% transparent;
    margin-left: 6px;
    padding-right: 15px;
}
.h3tile_widget {
height: 11px;
background-repeat: repeat-x;

font-size: 1em;
font-weight:normal;
color: #000000;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 11px;
padding-left: 11px;
margin: 0px;
border-top: 0px solid #9c9e9c;
border-bottom: 1px solid #e0e1e2;
background-color: #e5e5e5;
}
.formrow_widget {
margin: 0px;
padding-left: 8px;
padding-right: 12px;
padding-top: 8px;
padding-bottom: 0px;
clear: both;
background-color: transparent;
display: block;
}
.formbtn_infoicon_widget {
padding-left: 20px;
background: url('../images/db_icons_info_bar_hint.png') no-repeat 0px 0px;
border: 0px;
vertical-align: middle;
height: 16px;
width: 10px;
margin-left: 10px;
cursor: pointer;
}

/* Added for Scheduled Transaction List and Calendar View START */
.current_tab1{
border: 1px solid #D9D9D9;
color: #0278BA;
cursor:pointer;
float: right;

font-weight:normal;
background: white repeat-x 0 100%;
text-align: center;
white-space: nowrap;
font-size: 10.5px;
vertical-align: inherit;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
display: inline-block; 
width: 9%;
}

.noncurrent_tab1{
border: 1px solid #D9D9D9;
color: white;
cursor:pointer;
float: right;

font-weight:normal;
background: grey repeat-x 0 100%;
text-align: center;
white-space: nowrap;
font-size: 10.5px;
vertical-align: inherit;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
display: inline-block;
width:9%;
}

.scheduleTxnHeader{
color: #595959;

font-size: 1.4em;
position: relative;
top: 5px;
left: 5px;
}
/* Start: Added for ticket 725949 */
.maildate {
	color: #595F62;
	
	font-size: 0.69em;
	padding:7px 0 0 41px;
	width:79px;
}
/* End: Added for ticket 725949 */


/* Start: Added for green color in balances in Transaction history pages */
.searchsimpletext_green {
	color: #009900;
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.813em;*/
	font-size: 0.69em; /*Added by Parashar Dutta*/
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	/** Added by Naval */
	/**margin-top: 2px;*/
}

/* End: Added for green color in balances in Transaction history pages */
.searchsimpletext_wrap {
		color: #262a2c;
		
		font-size: 0.69em; /*Added by Parashar Dutta*/
		text-decoration: none;
		float: left;
		padding-top: 8px;
		padding-right: 5px;
		-ms-word-break: break-all;
		word-break: break-all;
}

.searchsimpletext_wrapnew {
	color: #404040;
	font-size: 0.69em; 
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	word-break: break-all;
	
}


/* Added for Scheduled Transaction List and Calendar View END */
/* Start:447403-Added for user login Screen refresh and audio image styles. */
.formbtn_lgin_msie {
	padding-right: 19px;
	background: url(../images/hip_speaker.gif);
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	margin-right: 240px;
	margin-top:-21px;
}

.formbtn_lgin_ns {
	padding-right: 16px;
	background: url(../images/hip_speaker.gif);
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	margin-right: 240px;
	margin-top:1px;
}

.formbtn_lgin_chrome {
	//padding-right: 22px;
	//background: url(../images/hip_speaker.gif);
	//border: 0px solid #333333;
	//float: right;
	//height: 22px;
	//cursor: pointer;
	//margin-right: 240px;
	//margin-top:1px;
}

.formbtn_imgcaptcha_msie {
	//padding-right: 16px;
	//background: url(../images/reset.jpg);
	//border: 0px solid #333333;
	//float: right;
	//height: 22px;
	//cursor: pointer;
	//margin-right: 210px;
	//margin-top: -22px;
}

.formbtn_imgcaptcha_ns {
	//padding-right: 14px;
	//background: url(../images/reset.jpg);
	//border: 0px solid #333333;
	//float: right;
	//height: 22px;
	//cursor: pointer;
	//margin-right: 210px;
	//margin-top: -24px;
}

.formbtn_imgcaptcha_chrome {
	//padding-right: 19px;
	//background: url(../images/reset.jpg);
	//border: 0px solid #333333;
	//float: right;
	//height: 22px;
	//cursor: pointer;
	//margin-right: 210px;
	//margin-top: -25px;
}
	/* modified by Swarna.243682 */
/* END:447403-Added for user login Screen refresh and audio image styles */
/*Added for Eastern Bank support fixes-start*/
.stage3_columnwithoutborder {
	float: left;
	padding: 0px 0px 3px 10px;
	margin-right: 5px;
	margin-left: 3px;
}
.stage3_columnwithoutborder .ui-combobox .ui-combobox-input.ui-widget-content, .ui-combobox .ui-combobox-input.ui-state-hover{
	background: none;
	color: #0278BA;
	font-weight:bold;
	width:85px !important;
}
/*Eastern bank fixes end*/

.subMenuHover{
		display:block;
		left: 268px;
		z-index: 300;
		position: fixed;
		top: 139px;
		/*width:150px;*/
		width: 260px;
		background-color:#D9EEFE;
		text-align:left;
		height:261px;
}
.subMenuHover1{
	display:block;
		left: 533px;
		z-index: 500;
		position: fixed;
		top: 139px;
		/*width:150px;*/
		width: 260px;
		background-color:#D9EEFE;
		text-align:left;
		height:261px;
}

/*Surej - START for table column collapse using footable plugin*/
.footable.breakpoint>tbody>tr:first-child>td>span.footable-toggle:after
	{
	content: url(../images/infobox-open.png);
	float: right;
	position: relative;
	top: 10px;
}

.footable.breakpoint>tbody>tr:first-child.footable-detail-show>td>span.footable-toggle:after
	{
	content: url(../images/infobox-close.png);
	float: right;
}

.footable-row-detail-name {
	display: table-cell;
	font-weight:normal;
	padding-right: 0.5em;
	vertical-align: bottom;
	padding-left: 6px;/*Addded by Aashish*/
}

.footable-row-detail-value {
	display: table-cell;
	vertical-align: bottom;
	font-size: 1.2em;
	padding-left: 7px;/*Aashish added for RWD*/
}

.footable-row-detail-value span {
	text-align: left;
	width: auto !important; /*RWD fix for overriding the width given using other classes inside footable collapsible section*/
}

.footable-row-detail-row {
	display: table-row;
	/* line-height: 1.5em;*/
}
/*Aashsih added for Footable table start*/
#detailInner2{
border-top:1px solid lightgray;
border-bottom: 1px solid lightgray;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Aashsih added for Footable table end*/

/*Surej - END for table column collapse using footable plugin*/

.rSImage1{
	position:absolute;
	z-index:1;
	padding-left:25px;
	padding-top:25px;
	display:none; /*Surej removing image as baseline login page design has been changed*/
}

/*Surej Start for login screen images*/
.rSImage2 {
    background-image: url("../images/Robust-Security_Expanding-BG.png");
    background-repeat: repeat;
    display:none; /*Surej removing image as baseline login page design has been changed*/
    /*float: left;*/
    height: 125px;
    width: 35%;
}
.rSImage3 {
    background-image: url("../images/Robust-Security_Static-Image.png");
    display:none; /*Surej removing image as baseline login page design has been changed*/
    /*float: left;*/
    max-width: 168px;
    min-height: 125px;
    width: 65%;
}
.loginPanelImageDividerStyle{
	display:none;
}
/*Surej End for login screen images*/
	/*added by vinay start for breadcrumb*/
.breadcrumbnew1 {
	
	text-decoration: none;
	font-weight:normal;
	vertical-align: top;
	display: inline;
	color: #404040;/*next-gen*/
}

.breadcrumbnew {
	
	font-size: 0.75em;
	padding: 0;
	text-decoration: none;
	vertical-align: top;
	width: 78%;/*next-gen*/
	float: left;
	overflow: hidden;
	padding-top: 4px;/*next-gen*/
}

#breadcrumbnew_add {
	
	text-decoration: none;
	font-weight:normal;
	vertical-align: top;
	display: inline;
	color: #404040;/*next-gen*/
}

#breadcrumbarrow {
	display: none;
}

.bcumcollapse {
	display: none;
}
.parentTable{
//background-color: #F9F9F9 !important;/*Modified by swarna*/
margin-top: -1px;
}
/*styles for button for next-gen corp ------ start*/
.HW_formbtn_search:hover {
	/* Modified by Harsha.243682 */
	/* background: url("../images/backgrounds/buttonStyle02_mouseover.png") no-repeat
		scroll 0 0 transparent; */
	clear: right;
	float: left;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	/* Modified by Harsha.243682 */
}
.formbtn_search:hover {
	
	font-size: 0.69em;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		transparent no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height:21px;
}
.formbtn_drpdwn:hover { 
/** Changed by PoonamM */
	
	/* Modified by Harsha.243682 */
	/*Changed by Neha Gosain*/
	/*font-size: 12px;*/
	font-size: 13px; /*Reverting the changes*/
	font-weight:normal;
	/* color: #404040; *//*next-gen*/
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px; */
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px; */
	/* background: url(../images/backgrounds/buttonStyle02_mouseover.png) #026eab
		no-repeat 100% 0px; */
	border: 0px solid #333333;
	width: auto; /*	width: 95%; */
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 30px;
	cursor: pointer;
	line-height:20px;
padding: 0px 10px;}
	/* Modified by Harsha.243682 */

.formbtn:hover {
	
	/*Changed by Neha Gosain*/
	/* font-size: 0.75em;*/
	/* Modified by Harsha.243682 */
font-size: 15px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/* padding-left: 3px;*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px;*/
/* background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		transparent no-repeat 100% 0px; *//*jayant changed from #a9d18e to transparent*/
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
height: 30px;
	cursor: pointer;
	line-height: 21px;
padding: 0px 10px;
background-color: #0098db;
border-radius: 3px;
color: #ffffff;
font-family: arial;
	/* Modified by Harsha.243682 */
}

.HW_formbtn:hover {
	/* Modified by Harsha.243682 */
	/* background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 transparent; */
	clear: right;
	float: left;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	/* Modified by Harsha.243682 */
}

.HW_formbtn_img:hover {
	/* Modified by Harsha.243682 */
	/* height: 21px; */
	/* background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		no-repeat 100% 0px; */
	/* width: 92px; */
	width: auto;
	/* float: left; */
	/* margin: 1% 0 0 5px; */
	/* padding-right: 5px; */
	height: 30px;
	/* Modified by Harsha.243682 */
}

.formbtn_img:hover {
	/* Modified by Harsha.243682 */
	border: 0px;
	/* background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0%; */
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 15px;/*Surej RWD modified for flicker effect on hover due to hover fontsize synch issue*/
	/* height: 21px; */
	text-align: center;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/* vertical-align: bottom; */
	/* width: 90px; */
	width: auto;
	overflow: visible;
	cursor: pointer;
	color: #ffffff;
	/* Modified by Harsha.243682 */
}

.formbtn_refresh:hover {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 11px;
	height: 21px;
	text-align: center;
	padding-left: 5px;
	margin: 0;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
	overflow: visible;
	cursor: pointer;
	line-height: 20px;
}

.HW_formbtn_lkp:hover {
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		no-repeat 100% 0px;
	/* width: 92px; */
	width: auto;
	float: left;
	margin: 1% 0 0 5px;
	padding-right: 5px;
}

.formbtn_lkp:hover {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 11px;
	height: 21px;
	text-align: center;
	padding-left: 5px;
	/* padding-right: 5px; */
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	/* width: 90px; */
	width: auto;
	overflow: visible;
	cursor: pointer;
	line-height: 20px;
}

.formbtn_lkp_TextArea:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 100% 0 #a9d18e;
	border: 0 solid #333333;
	color: #404040;
	cursor: pointer;
	float: left;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	margin: 0 0 0 10px;
	overflow: visible;
	padding-left: 3px;
	padding-right: 11px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	line-height: 20px;
}

.HW_formbtn_lkp_TextArea:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 transparent;
	clear: right;
	float: left;
	height: 21px;
	margin-left: 64%;
	margin-top: -10%;
}

.formbtn_lkp1:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 100% 0 #a9d18e;
	border: 0 solid #333333;
	color: #404040;
	cursor: pointer;
	float: left;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	margin: 0 0 0 10px;
	overflow: visible;
	padding-left: 3px;
	padding-right: 11px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	line-height: 20px;
}

.HW_formbtn_lkp1:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 transparent;
	clear: right;
	float: left;
	height: 21px;
	margin-left: 83%;
	margin-top: -6%;
}

.formbtn_lkp_db :hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 100% 0 #a9d18e;
	border: 0 solid #333333;
	color: #404040;
	cursor: pointer;
	float: left;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	margin: 0 0 0 10px;
	overflow: visible;
	padding-left: 3px;
	padding-right: 11px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	line-height: 20px;
}

.HW_formbtn_lkp_db:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 transparent;
	clear: right;
	float: left;
	height: 21px;
	margin-left: 50%;
	margin-top: -5%;
}

.formbtn_imgLookup:hover {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
	overflow: visible;
	line-height: 20px;
	height: 21px;
}
.nextGen_HwButton {
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/goBtn_1.png) no-repeat 100% 0px; */
	/* Modified by Harsha.243682 */
	color: transparent;
	padding-left: 14px;/*Raviraj*/
	padding-right: 10px;/*Raviraj*/
	max-width:40px;
}
.nextGen_HW_formbtn{
	/* Modified by Harsha.243682 */
	/* background: #a9d18e; */
	/* Modified by Harsha.243682 */
	padding-left:0;/*raviraj*/
	padding-right: 0;
}
.nextGen_HwButton:hover {
	/* Modified by Harsha.243682 */
	/* background: url(../images/backgrounds/goBtnHover_1.png) no-repeat 100% 0px; */
	/* Modified by Harsha.243682 */
	color: transparent;
	padding-left: 14px;
	padding-right: 10px;	
	max-width:40px;
}
.nextGen_HW_formbtn:hover{
	/* Modified by Harsha.243682 */
	/* background: #a9d18e; */
	padding-left:0;
	padding-right: 0;
	height: 30px;
	/* Modified by Harsha.243682 */
}
.newformbtn_img:hover {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0px;
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: 84px;
	overflow: visible;
	line-height: 20px;
	height: 21px;
}

.newHW_formbtn_img:hover {
	display: inline-block;
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 100% 0px;
	width: 86px;
}

.newone_formbtn_img:hover {
	border: 0px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 0% 0%;
	float: left;
	font-weight:normal;
	font-color: #404040;
	line-height: 21px;
	display: block;
	color: #404040;
	
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: bottom;
	width: 130px;
	overflow: visible;
	height: 21px;
}

.newone_HW_formbtn_img:hover {
	display: inline-block;
	height: 21px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat -162px 0px;
	width: 140px;
}

.formbtn_top:hover {
	
	/* Modified by Harsha.243682 */
font-size: 13px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	padding-right: 5px;
	/* margin: 0px 0px 0px 10px; */
/* background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		transparent no-repeat 100% 0px; *//* jayant changed from #a9d18e to transparent */
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: left;
height: 30px;
	cursor: pointer;
	line-height: 20px;
padding: 0px 10px;
	/* Modified by Harsha.243682 */
}

.formbtn_reset:hover {
	
	font-size: 11px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	/* commented by priyanka to rmove padding*/
	/*padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;*/
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#a9d18e no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: pointer;
	line-height: 20px;
}

.formbtn_select:hover {
	
	font-size: 11px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 11px;
	margin: 0px 0px 0px 10px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png)
		#026eab no-repeat 100% 0px;
	border: 0px solid #333333;
	width: auto;
	vertical-align: middle;
	overflow: visible;
	float: right;
	height: 21px;
	cursor: pointer;
	line-height: 20px;
}

.formbtn_drpdwn_search:hover {
	
	font-size: 11px;
	font-weight:normal;
	color: #404040;
	text-decoration: none;
	padding-right: 5px;
	background: url(../images/backgrounds/buttonStyle02_mouseover.png) no-repeat
		100% 0px;
	border: 0px solid #333333;
	vertical-align: middle;
	overflow: visible;
	float: left;
	height: 21px;
	cursor: pointer;
	line-height: 20px;
}

.formcaption_img:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #404040;
	cursor: pointer;
	display: block;
	float: left;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	line-height: 20px;
	margin-left: 27%;/*changed for -rwd-vinay*/
	margin-right: 15px;
	overflow: visible;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;	
}

.formcaption_img_2:hover {
	background: url("../images/backgrounds/buttonStyle02_mouseover.png")
		no-repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #404040;
	cursor: pointer;
	display: block;
	float: left;
	
	font-size: 11px;
	font-weight:normal;
	height: 21px;
	line-height: 20px;
	margin-right: 15px;
	overflow: visible;
	padding-left: 6px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: auto;
}
.container-xtralarge {
	float: left;
	width: 100%;
	margin-right: 1%;
}
.widget-large .widget-content {
	padding-bottom: 2px;
	min-height: 400px;
	overflow-x: visible;
	overflow-y: visible;
	border: none;
	z-index:1;
}
.widget-xtralarge {
	width: 100%;
}
.container-xtralarge .section_fourlinbrd{
	border-bottom: 0px;
}

.settingsBx, .profileBx, .navbarModified li{
    display: none;
}
.menuHome{
	display: none;
}
/*added by vinay end breadcrumb*/

/*Aashish added for RWD*/
.stage3_inputpanel_column_RWD {
display:none;
}
.querytextboxmedium_small_RWD1 { 

}

/*Aashish added for click here text RWD*/
.querytextrightLbl_stage3{	
	float: left;
	margin-left: 20%;
	margin-bottom: 7px;
	text-align: left;
	width: 59%;
}
/*Aashish added for RWD*/
.stage3_steptracker_gap {
	
	float: right;	
	height: 29px;
	/*margin: 10px 0 0 5px;*/
	margin: 10px 10px -20px 2px;
	padding-bottom: 0;
	width: auto; /*changed by kunal_sonje for font-size changes*/
	font-size: 0.69em;
	margin-right: 20px;
}

.controlOptionTableStyle{
	width: 78.4%;
	border-bottom: 0px;
}
/*Aashish added for control option RWD end*/

/*added by vinay for pfm */
.homegradientfirstdivwithbgcolor_new5 .ui-combobox{
	margin-bottom: 10px;
	padding-left: 0px;
}
/**/
/*added by vinay for pfm Budget tab panel -start*/

.tabNavItemExpense {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #333333;
    cursor:pointer;
    line-height: 51px;
    padding:11px 20px 5px;
}

.tabNavItemExpense_Inactive {
    border-width: 1px 1px medium;
    cursor:pointer;
    color: #0076B6;
    padding: 11px 20px 5px;
}

.tabNavItemIncome {
    border-width: 1px 1px medium;
    cursor:pointer;
    color: #0076B6;
    padding: 11px 20px 5px;
}

.tabNavItemIncome_Active{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #333333;
    cursor:pointer;
    line-height: 51px;
    padding:11px 20px 5px;
}

.tabNavContainer {
	border-left: 1px solid #BBBBBB;
    border-right: 1px solid #E0E1E2;
    border-top: 1px solid #E0E1E2;
    background-color: #F0F0F0;
    display: none !important;
    float: left;
    height: 40px;
    margin-left: 10px;
    /*margin-top: 1px;*/
    padding: 0 0 0 8px;
    width: 66%;
}
/*added by vinay for pfm Budget tab panel -end*/

/*added by vinay for Breadcrumb -start*/
a.bcum-Ulined:hover {color: #848284;}
/*added by vinay for Breadcrumb -end*/
#HREF_UserDetails { padding: 8px;}/*added by vinay*/
.grid_OuterMostDiv{
	/*	width:48%;*/
	width:31.9999%;/*Aashish Added for RWD 1. Widgets lib*/
	height:108px; /*Aashish changed from 108px*/
	float:left; border:2px solid #e7e7e7; margin:2px 2px 0px 0px; background-color: #f8f8f8;
}

/*Surej added for handling the background color inside collapsible grid area Start*/
.footableTablelistwhiterow {
	text-decoration: none;
	background-color: #ffffff;
	border: #e0e1e2 0px solid;
	color: #000000;
}

.footableTablelistgreyrow{
	text-decoration: none;
	background-color: #ececec;
	border: #e0e1e2 0px solid;
	color: #000000;
}

/*Surej added for collapsed row hover effect RWD*/
.listrowwrapper:hover .footableTablelistwhiterow,
.listrowwrapper:hover .footableTablelistgreyrow{
	background-color: #fdfad9;
}

/*Surej added for handling the background color inside collapsible grid area End*/

.settingsWrapper{border-bottom: 1px solid lightgrey;}
.relationShipWrapper{}

/* Surej START Merged fix for button issue coming in ipad*/
input[type=Submit] {

}
input{

  
}
/* Surej END Merged fix for button issue coming in ipad*/

/*Surej RWD added for error mess displayed on login screen to be inside view port width*/
div#MessageDisplay_TABLE {
    max-width: 1024px;
    //width: 98.0469%;
	/* Modified by Swarna.243682 */
    margin-top: -20px;
	/* Modified by Swarna.243682 */
}

/*Surej RWD for removing the on hover color change in login screen dropdowns*/
.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-combobox-toggle.ui-corner-right:hover{
	background-color:#FFFFFF;
}
/* Added for Scheduled Transaction List and Calendar View END */

.menu_count {
	/* modified by Harsha.243681*/
    position:absolute;
    top: 2px;
    right: 2px;
    padding:1px 2px 1px 2px;
    background-color:white;
    color:red;
    font-weight:normal;
    font-size:0.95em;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
    border:1px solid #F00;
    width: 18px;
    box-sizing: border-box;
	/* modified by Harsha.243681*/
}
.splashContent .ui-dialog, .ui-widget, .foo, .ui-draggable, .ui-resizable {background:#FFFFFF !important;  opacity: .99;filter:Alpha(Opacity=99);}

/*Added for Captch issue - 436986*/
.formbtn_imgcaptcha {
	padding-right: 18px;
	background: url(../images/refresh.png) no-repeat;/*modified for 11.2.2*/
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	/* Modified by Swarna.243682 */
	//margin-right: 33%;
	/* Modified by Swarna.243682 */
/* 	margin-top: -21px; */
}
.formbtn_soundcaptcha {
	padding-right: 19px;
	background: url(../images/HIP_but_text.gif);
	border: 0px solid #333333;
	float: right;
	height: 22px;
	cursor: pointer;
	margin-right: 246px;
	margin-top: -21px;
}


/*Added for addenda*/
.addendaExtraInfo {
	color: #AAAABD;

	font-size: 0.69em;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-left: 25px;
}

/* Added for ticket 721931*/
.searchsimpletext1 {
    color: #262a2c;

    font-size: 11px;/*Reverting the changes*/
    text-decoration: none;
    padding-right: 5px;         
}

.formbtn1 {

    background: url("../images/small-button.png") no-repeat scroll 50% 50% transparent;
    border: 0 solid #333333;
    color: #FFFFFF;    
    font-size: 0.7em;
    font-weight:normal;
    height: 26px;
    margin: 0 3px 3px 0;
    padding: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 28px;
}
/* Added for ticket 721931 END*/ 
.bottomborderBlock{
width: 100%;
border-bottom:1px solid #c7c7c7; margin:0px; padding:5px 0px;
overflow: hidden;
}
/**11.2.2 changes start*/
#dialog{
	border-top:none;
	width:88% !important;
	height:auto !important;;
	padding: 0px;
	overflow:visible;
}
.arrow-up {
	z-index: 20;
	margin-top: -35px;
	margin-left: -21px;
	display:none;
	position:absolute;
	width: 0;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 15px solid #000;
	opacity: .85;
	filter:Alpha(Opacity=85);
}

.multiselect_simpletext {
	color: #262a2c;	
	text-decoration: none;
	padding-left: 14px; 
	padding-top: 2px; 
	line-height:15px;
	font-size: 0.79em; 
	word-break: break-all;	
}
/**11.2.2 changes end*/
.wrapper_terms_condition .center{
float:right;
}
.wrapper_terms_condition .login-body-style{
background:none !important;
}
.next-genHeader .section_blackborder {
  margin-top: 0px;
}
.next-genHeader .section_fourlinbrd {
  margin-top: 0px;
  padding-bottom: 0px;
}
.navPanelSection{
	background-color: #FFF;
	padding-bottom: 5px;
}
.next-genHeader .footer_line { 
    background-color: rgb(249, 249, 249);
}
.hidetextboxfromui{
display:none;
}
/*added for defect 735793 */
.lable_auth_lg{
  color: #A9C3D4;
  font-size: 0.69em;
  text-decoration: none;
  font-weight: bold;
  }
/*added for defect 735793 */  
.textAuthdisplay{  
  color: #70BAEC;
  font-size: 0.7em;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3px;
 }
 
.infoPanelTermsAndConds{
  /*   border-style: solid;      
    border-width: 1px;
    border-color: #C0C0C0;
    padding-bottom: 5px; */
}

.navPanelTermsAndConditions{
    /* border-style: solid;
    border-width: thin;
    border-top-width: 0px;
    border-color: #C0C0C0;
    padding-bottom: 10px; */
}
.paddingLeftTermsAndConds{
	padding-left: 13px;	
}

/*Added for ticket 746751*/
.printModeTable {
	width: 98.9%;
}

@media screen and (min-width : 480px) {
}

@media screen and (min-width : 1px) and (max-width:639px) {
/*changed for 11.2.2-start*/
.loginPanelSimpleTextStyle_remUserId {
	margin-left: 0px;
}
.formbtn_imgcaptcha {
  margin-right: 30%;
}

.loginPanelColumnDetailStyle{
    width: 24%;
}
.loginPanelColumnDetailStyle5 {
    width: 24%;
}
.loginPanelColumnDetailStyle2{
    width: 24%;
}
.loginPanel_Auth_Continue_HW_formbtn {
  margin-left: 75px;
}
.loginPanelColumnDetailStyle4 {
    width: 23%;
}
/*
.loginPanelColumnDetailStyle1 {
    width: 24%;
}
*/
.loginPanelCheckBox {
    margin-left: 99px;
}
.login_Auth_HW_mformbtn {
    margin-left: 90px;
}
.loginPanelTopPaddingStyle1 {
	padding-top: 65px;
}
.logoutrowone {
    margin-left: 5%;
    width: 90%;
}
.logoutrowtwo {
	/*margin-left: 5%;/* /*commented by Akhil Alex for rwd*/
    width: 98%;/*Modified by Akhil Alex for rwd*/
}
/*changed for 11.2.2-end*/
.logout_column{
    width: 30%;	 /*Surej added for RWD logour icon*/
}
.mega-menu .selected {border-bottom:1px solid #FFFFFF;}

.logo_1{
   margin-top: 22px; /*Modified as per CDG suggestion for prod logo*/
}
.loginPanelBottomSectionImageDivStyle1,.loginPanelBottomSectionImageDivStyle2{ /*Surej modified for login screen divider line RWD*/
	display:none;
}
.stage3_detailsrow {
   margin-top:5px; /*Modified for login screen FB overlay Click to proceed button*/
}
/*Changes made for Logout overlay-vinay-start*/
.logoutimg {
    margin-left: 3%;
}
/*Changes made for Logout overlay-vinay-end*/

/*vinay modified for RWD NEW-start*/
.keyBoardTitle {
    margin-left: 0;
}
.keyBoardTitleInfo {
    margin-left: 5px;
}
/*vinay modified for RWD NEW-end*/	
/*Vinay added for RWD for Logout Meggage NEW*/	
/*.blackSignoff {
    margin-left: 200px;
}*/
.widget .keypaddiv {
	width:38%;/*Vinay added for RWD NEW*/	
	margin-left: -4%; /*Surej added for RWD for virtual keypad NEW*/
}
.loginPanelBottomSectionImageDivStyle{
	display:none; /*Surej added for RWD login screen NEW*/
}
.menuHome {background: url("../images/menuHome.jpg") no-repeat 0 2px  transparent;width:23px;height:21px;display:inline-block;}
	
.mega-menu ul li .sub-container.mega .sub{
	left: -21px; 
	width: 110%;/*changes made for mega menu-vinay*/ 
	margin-bottom:-25px; /*RWD Newly modified for removing extra space in mega menu Surej*/
}
.hyperLinkHeadingClick{
	color:#0275b6 !important;
}

span.menuHome:after{
	content:url(../images/Header-menu-pointer-Arrow.png) 0px 2px no-repeat transparent;
	padding-top:23px;
	display:none;
}
	
#header .header-nav{
	margin:10px;
	width:60%;
	background:none;
}
/* Commented by Jayaprakash.243678
#header{
	margin-bottom:9px;
}
*/
.mega-menu .dc-mega {
	font-weight:normal;
}
.mega-menu ul li .sub-container {
	position: static;
	z-index: 0;
	top: 36px;
	height: auto;
	margin-top: 65px;
	width:88%;/*changes for RWD - vinay*/
}
	
	/*#div_RTXNS{
		display:none;
	}*/
	/*break point from 480px to 639px*/
	
#header .header-main .logo{
	min-width:89px;/*Modified by Akhil Alex from 125px to 89px for rwd*/
	width:18%;/*Modified by Akhil Alex for rwd*/
}/*for login screen*/
.headerTextSpacingStyle{
	width:60%;
	margin-right: 0;
}/*for login screen*/
.loginHeaderTextBlueStyle{
	float:right;
}/*for login screen*/
.loginHeaderTextstyle{
	float:right;
	text-align:right;
}/*for login screen*/
	
	.pageLeftContainer {
		width: 100%;
	}
	.pageRightContainer {
		width: 100%;
	}
	
	.mega-menu ul li .sub a,.mega-menu ul li .sub li {
		width: 98%;/*Modified for RWD for removing border NEW*/
		border:medium none; /*Modified for RWD for removing border NEW*/
	}
	.mega-menu ul li .sub-container {
		padding-left: 25px;
	}
	.mega-menu ul li .sub li.mega-hdr a.mega-hdr-a {
		background-color: #D9EEFE;
	}
	.mega-menu ul li .sub li.mega-hdr{
		background-color: #F1F9FF;
	}	
/*	.parentNavigationImg{
		content:url(../images/Right-Arrow_Responsive-mega-menu.png);
		float: right;
		position: relative;
		top: 5px;
		display:block;
	}
	
	.parentNavigationImg1{
		content:url(../images/Down-Arrow_Responsive-mega-menu.png);
		float: right;
		position: relative;
		top: 5px;
		display:block;
	}*/
	
	/*.nbs-flexisel-inner #topbarNew>.nbs-flexisel-item:before {*/
	.SlideButton{
		/*background: url("../images/Right-Arrow_Responsive-mega-menu.png");*/
		cursor: pointer;
		float: right;
		position: relative;
		top: 13px;
		/*right: 5px;*/
		margin-bottom:-12px;
		margin-top:-6px;
		height:16px;
		/*width:16px;*/
		width:100%;
	}

	.SlideButton:after{
    		content: url("../images/Right-Arrow_Responsive-mega-menu.png");
    		float: right;
    		margin-right: 2%;
	}
	.SlideButtonDown{
		/*background: url("../images/Down-Arrow_Responsive-mega-menu.png");*/
		cursor: pointer;
		float: right;
		position: relative;
		top: 20px;
		/*right: 5px;*/
	    	height:16px;
		/*width:16px;*/
		width:100%;
	}
	.SlideButtonDown:after{
    		content: url("../images/Down-Arrow_Responsive-mega-menu.png");
    		float: right;
    		margin-right: 2%;
	}
	
	#topbarNew {
		display: none;
	}
	.mega-menu ul li {
		border-bottom: 1px solid #FFFFF0;
	}
	.mega-menu {
		padding: 0px 0px;
		display: none;
		/*background:#84C0E1 url(../images/backgrounds/header-nav.png) repeat-x top;*/
		background:#E6E6E6;
		width: 159%;/*newly modified for mega menu-Surej*/
	}
	
	.megaMenu_border{
		border:1px solid #CED0CF;
	}
	
	#header .header-nav {
		height: auto;
	}
	.nbs-flexisel-item {
		width: 99%;
	}
	
	/*Surej: Start for login screen changes*/	
/* Commented by Jayapraksh.243678
	.loginPanelBottomDisplaySectionStyle{
		height:400px;
	}
*/
	.loginPanelImageDividerStyle{
		display:inline;
		width:100%; /* Vinay modified for RWD NEW*/
		height:1px;
	}
	.rSImage2 {
	    width: 62%;
	}
	.rSImage3 {
	    width: 38%;
	}
	.width100percent_main_loginbg{
		background-size:cover;
	}
	/*Surej: End for login screen changes*/

ul {
	padding:0px;
}
	
.section {
    width: 100%!important;
}

.rightwithwidth{
	padding-right:2%;
}

/*added by vinay for breadcrumb-start*/
.breadcrumbnew1{
	background-color: #EEEEEE;
    border: 1px solid #E0E1E2;
    display: list-item;
    height: 26px;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
}
	
#breadcrumbnew_add{
	display: none;
}

#breadcrumbnew{
	display: none;
}
#breadcrumbarrow{
	
	text-decoration: none;
	font-weight:normal;
	vertical-align: top;
	display: inline;
}
	
.bcumcollapse{
   	background: url("../images/Breadcrumb-icon-BG.png")  no-repeat 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 5px;
    margin-top: 0;
    padding: 20px 0 5px;
    width: 30px; 
}
	
.bcumcollapse_first{
	background: url("../images/Breadcrumb-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin-left: 8px;
    margin-top: -13px;
}
.bcumcollapse_second{
	background: url("../images/Breadcrumb-icon_disabled.png")  no-repeat 0;
    display: none;
    height: 20px;
    margin-left: 8px;
    margin-top: -13px;
}
.bcumcollapse_close{
	background: url("../images/close-icon.png")  no-repeat  0;
    display: none;
    height: 20px;
    margin-left: 31px;
    margin-top: -21px;
}
	
/*added by vinay for breadcrumb-end*/	

/* vinay -changes for header-start*/
.headerRowsetRight{
	display: none;
}

.headerouter_r {
    width: 95%!important;
    height: 90px; /*Surej modified as per CDG suggestion*/
}
/* Commented by Jayaprakash.243678
#header .header-main {
   height:90px; /*Surej modified as per CDG suggestion for prod logo*/
}
*/
.wrapper_terms_condition #header .header-main{
	  height: 100px !important;
	  margin-bottom: -9px !important;
}
#header .header-main .logo {
    margin-top: 39px; /*Surej modified as per CDG suggestion*/
}
.rightRoundCorner {
    display: none;
}
.headerRowsetLeft {
    display: none;
   	width: 70%;;
}

.headerRowsetRight {
	float:left;
    width: 55%;
}
	

.headerWelcomeText {
    margin-top: 10px;
    width:100%
}
.profilePhoto{
    display: none;
}

.txt_boxnew {
	float:right;
    height: 10%;
    /*margin-left: 28%;*/
    margin-top: 35px;
    width: 152px !important;
}

.skipContRow {
     margin-top: -30px !important;
}


.skipContLink {
    color: #FFFFFF;
    text-decoration: underline;
}

/*logout icon*/
.HW_logoffLink {   
    display: none;
    
}
#header .ui-combobox .ui-combobox-input.ui-widget-content, #header .ui-combobox .ui-combobox-input.ui-state-hover {
    background: url("") no-repeat scroll 0 0 #ffffff !important;
}


#header .ui-combobox .ui-button, #header .ui-combobox .ui-button.ui-state-hover {
    background: url("") no-repeat scroll 0 0 #ffffff !important;
}
.HW_logoffLink_new{
	float: right;
	height: 22px;
	clear: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-right:5px;
	background: none;
    margin: 47px 0 0 -50px;
	display: block;
}

.logoffLink, a.logoffLink:hover, a.logoffLink:visited {
    background: url("../images/LogoutIcon.png") no-repeat scroll  0 ;
    width: 30px;
}
/*logout icon end*/

.rightTextSepWhite {
    display:none;
}

.headertext_name{
	color: #FFFFFF;
	cursor: pointer;
}
.headerSettingsBx{
	background: url("../images/topNavNormal.png") no-repeat scroll -38px 0 rgba(0, 0, 0, 0);
	cursor:pointer;
    display: inline-block;
    float: left;
    height: 21px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 3px;
    width: 20px;
}
	
.headerRowsetRightNew{
	border-left: 1px solid #E0E1E2;
    border-right: 1px solid #E0E1E2;
    float: right;
    margin-right: 40px;
    margin-top: 17px;
    width: 25%;
}

/*header skin pulldown*/
.skinPulldown {
	border: none;
    display: block;
    overflow: visible;
    padding-bottom: 0;
    position: static;
    width: 277px;
    

}

.skinUnSelectLeft{
	display: none;
}
.skinUnSelectRight{
	display: none;
}
.menuBxArrow {background: url("../images/Header-menu-pointer-Arrow.png") no-repeat scroll center;width:18px;height:9px;display:inline-block; position: absolute;right:84px;top:36px; /*modified as per CDG suggestion for new prod logo*/}
.menuBx  .menuBxArrow {right:84px !important}	

.alertBxArrow {background: url("../images/alertBxArrow.png") no-repeat scroll center;width:18px;height:9px;display:inline-block; position: absolute;right: 70px;top: -8px;}
.alertBx {position:absolute;top:30px; /*Modified as per CDG suggestion for new prod logo*/right:-3px;height:auto;min-height:300px;background-color:#fff;z-index:500;display:none;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}
/*Surej Newly modified for RWD. changed zindex and minheight*/

.alertHeader {height:30px;border-bottom:1px solid #dddddd;color:#333;background-color:#ebebeb;border-top-left-radius:4px;border-top-right-radius:4px;margin:0 1px;}
.alertHeader h5 {/*background: url("../images/alertIcon.png") no-repeat scroll center left;*/float: left;line-height:30px;margin: 0 0 0 10px;padding: 0 0 0 0px;font-size:.75em;font-weight:normal;}
.alertHeader span {float:right;line-height:27px;margin:0 10px 0 0;font-size:.9em;}
.settingsBx {display:none;width: 322px;}/*Surej newly modified width for RWD*//*changed for setting box alignment in RWD-vinay*/
.settingsBx  .alertBxArrow {right:38px !important}
.dropBxContentMain{height:85px; margin:15px 15px 5px 15px;}/*Vinay modified for PFM RWD*/
.dropBxContent {height:auto;min-height:50px;margin:5px 15px 10px 21px;} /*RWD modified newly for header Surej*/

.sessionTimeOut {padding-bottom:10px;border-bottom:1px solid #cccccc;margin:0px;margin-bottom:10px;}
.sessionTimeOut .sec1,.sessionTimeOut .sec2 {display:inline-block}
.sessionTimeOut .sec1 {width:50%} /*RWD newly modified for header*/
.sessionTimeOut .sec2 {width:45%;padding-right:2px;text-align: right;}

.sessionTimeOut .sec1 span {color:#575757;}
.sessionTimeOut .sec1 label {color:#af0909;}
.border-bottom-clear {border-bottom:none;}
.align-left {text-align:left;display:block;margin-bottom:3px;}
.form-control {height:30px;background-color:#fbfbfb;}

.profileBx {right:35% !important}
.imgaeWithName {
    margin: 0 0 25px;
}/*Changed by vinay for RWD*/
.imgaeWithName li {display:inline-block;margin:0 !important}
.imgaeWithName .name {font-size:15px;vertical-align:top;margin-left:15px !important}
.manager-name {font-size:.9em;font-weight:normal;margin-left:10px !important;vertical-align:bottom}

.profilePhoto_ProfileBx {
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 5px;
     /*margin-top: 6px;*/
}
.profilePhoto_settingBx {
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 5px;
   margin-top: 6px;
}

.name_ProfileBx{
	color: #333333;
	display:inline-block;
	   
	line-height: 1.42857;  
	margin: 5px 5px 5px 0; 
	font-weight:normal; 
	word-break:break-all; /*RWD Fix to wrap the profile name in header section when it is too long*/
}

.myProfilePulldown {
	display: block;
	left:0px;
	position: relative;
	width:100%;
}

.myProfilePulldown p {
    border:none;
}
/*changes are done for profile last login -vinay*/
.lastlogtext_green {
    /*margin-left: 80px;
    margin-top: -40px;*/
    margin-top: -20px; /*RWD newly modified to make profile look and feel same in all resolutions*/
}

.margin-bottom-clear {margin-bottom:0 !important}
/*changes are done for rwd-vinay*/
.sm-mobile-icon {
    background: url("../images/sm-mobile-icons.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 7% 0 0 62px;
    padding-left: 15px;
    padding-right: 31px; /*RWD newly modified after 112 merge*/
}

.sm-phone-icon {background: url("../images/sm-phone-icons.jpg");background-repeat:no-repeat;background-position:left;padding-left:18px;display:inline-block;}
	
.headertext_email_v{
	color: #89CEF5;
    font-size: 0.69em;
    font-weight:normal;
    height: auto;
    text-decoration: underline;
    word-wrap: break-word;
    
}
/*Modified for RWD-vinay*/
.profilename_settingBx {
    float: left;
    margin-left:18px;;
    position: absolute;
    width: 68%;
	-ms-word-break: break-all;/*changed for IE for breaking word in setting box  -vinay*/
}

.header-label {
    color: #575757;
}

.reflow_final_view {display:block !important}
.navbarModified {margin-top:10px;position:relative;}
.border-right {border-right:1px solid #6e7172;padding-right:5px;}
.border-left-right{border-left:none;border-right:1px solid #6e7172;padding-right:5px;}
.navbarModified > li > a {padding:0 !important;}
.navbarModified  li {list-style-type:none;margin-left:10px !important; display: block !important; height: 25px;}

.container-fluid {padding-left:0;padding-right:0;}
.navbar-brand {padding:0 0 0 0px;}
.navbar-default {background-color:#192741;border:1px solid #192741;}
.navbar {margin-bottom:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:none;}

.SettingsIcon {background: url("../images/topNavNormal.png") no-repeat -38px 0 transparent;width:20px;height:21px;display:inline-block;}
.LogoutIcon {width:12px;height:21px;display:inline-block;}
.menuHome {background: url("../images/menuHome.jpg") no-repeat 0 2px  transparent;width:23px;height:21px;display:inline-block;}
.profilleIcon {background: url("../images/profilleIcon.jpg") no-repeat 0 2px  transparent;width:23px;height:21px;display:inline-block;}
.newCaret {color:#fff;position:relative;top:-5px;margin-left:5px;}
.newCaret2 {color:#fff;margin-left:5px;}
	
.nav-pills > li {
    float: left;
}
.nav-pills > li + li {
    margin-left: 2px;
}

.pull-right {
    float: right;
}	
/* vinay -changes for header-end*/

/*Aashish RWD change start*/

	.container-small {
		float: left;
		width: 100%;
		margin-left: -1px;
		margin-right: 1.8px;
		margin-top: 10px;
		/*Aashish modified for RWD - Initiate Payment Screen*/
	}
	.widget-xtrasmall {
		width: 50%; /*Aashish modified for RWD - Initiate Payment Screen*/
		min-width:200px;
	}
	.step_trackerwidth {
		width: 100%; /*Aashish modified for RWD - Initiate Payment Screen*/
		margin-top: 10px;
	}
	.redbg,.redbgwithwidth,.orangebgwithwidth,.greenbgwithwidth,.orangebg,.greenbg {		
		width: 100%;
		/*Aashish modified for RWD - Initiate Payment Screen for error message*/
	}
	.stage3_additionaldetailslink {
		background-color: #EBF7FF;
		border: 1px solid #97CAE6;
		float: left;
		height: auto;
		/*Aashish modified for RWD - Initiate Payment Screen for additional details text*/
		margin-left: 12px;	/*Aashish changed*/
		margin-top: 10px;
		padding-right: 10px;
		padding-top: 3px;
		width:91.796875%;/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
		padding-left: 5px;	/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
		
	}
	#footer {
		width: 100%;
		/*Aashish modified for RWD - Initiate Payment Screen for footer*/
	}	
	.rightwithwidth {
		float: right;
		padding-right: 0.4%;
	}
	.step_trackerwidth_withoutmargin {
		width: 100%;
	}

	.stage3_previewconfirm_details_column {
		/*margin-right:5px;*/
		margin-right: 2px;
		/*Aashish changed for RWD. Addentryux3 page data coming on newline*/
		margin-top: 5px;/*Aashish changed for RWD.*/
	}
	.stage3_tabmenupanel {
		float: left;
		border-bottom: 1px solid #E0E1E2;
		margin-bottom: 0px;
		margin-top: 0px;
	/*	width: 78.2%;	*/
		width: 100%;	/*Aashish changed for RWD.WF_Stage3_DataEntry.xml wireframe.*/
		float: left;
	/*	padding-left: 0px;*/
		padding-left: 2px;	/*Aashish changed for RWD.WF_Stage3_DataEntry.xml wireframe.*/
		padding-top: 0px; /*margin-left:7px;*/
	}
.widget-body { /*position:relative;*/
	padding-bottom: 4px;
	padding-right: 10px;/*Aashish added for RWD*/
}

.querytextboxmedium_small_RWD1{ /** Added by Priyanka for lookup */
display:none;
}	
.stage3_inputpanel_column_RWD{
	float: left;
	margin-right: 5px;
	/*Added by Sonia Garg*/
	margin-top: 7px;
	text-align: right;
	width: 35%;
}	
.querytextright_stage3_RWD {
	clear: right;
	display: block;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 1px;
	/*added by kunal_sonje since drop downs are getting distorted for font-size 12px  */
}
.stage3_inputpanel_columnRWD {
	float: left;
	margin-right: 5px;
	/*Added by Sonia Garg*/
	margin-top: -29px;
	text-align: right;
	width: 35%;
}
	.notificationLabel_RWD {
	display:none;
	}
.queryitalictextleftgap_RWD1 {
	
	/*font-size : 11px; Changed by Sonia Garg to refer body level font-size*/
	font-style: italic;
	color: #505050;
	text-decoration: none;
	padding-left: 3px;
	font-size: 0.69em;
}	
.simpletext_clkhere_RWD1 {
	color: #262a2c;
	
	font-size: 0.99em;
	text-decoration: none;
}
.queryitalictextleftgap_RWD {
display:none;
}	
.simpletext_clkhere_RWD{
display:none;
}

.notificationStyle_RWD{
	padding-bottom: 8px;
	height: 30px;
	float: left;
	width: 4px;
}













	
.cpinputtextarea-span {
	background: url("../images/backgrounds/Text-area_250x100px.png") no-repeat
		scroll 0 0 #FBFBFB;
	
	display: inline-block;
	padding: 7px 0 6px 2px;
	text-align: left;
	margin-left: 5px;
	width: 249px;
	height: 89px;
	
}
.cpnotificationTxtarea {
	font: inherit Arial;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
/*	height: 40px;	*/
	height: 89px;
	outline: medium none;
	resize: none;
/*	width: 343px;	*/
	width: 249px;
	font-size: 0.69em;
}



	/*Added by Neha Gosain for UI3 : Start*/
.stage3_previewconfirm_det_col1 {
	float: left;
/*	width: 6%;	*/
	width:10%;/*Aashish changed for RWD*/
	/*Added by Nikita Manohar*/
	font-size: 0.69em;
	font-weight:normal;
}	

.controlOptionHrStyle{
	width: 100%;
	float: left;
	margin: 6px 0;
}
	
.controlOptionTableStyle{
	width: 100%;
	border-bottom: 0px;
}	
#collapsibleMenu {
	clear: both;
	float: right;
	padding-right: 0.1%;
	position: relative;
	top: -6px;
}
.stage3_previewconfirm_label_column {
/*	width: 22%;	*/
	width: 50%;	/*Aashish added for RWD*/
	margin-top:5px;
}
.stage3_leftrightmainpanel {
	float: left;
	/*border: 1px solid #E0E1E2;*/
	padding-bottom: 15px;
	width: 100%;
	background: none;
/*	background: url("../images/backgrounds/separator1.gif") repeat-y scroll
		50% 0 transparent;*/ /*Commented by Aashish for RWD*/
}
.stage3_previewdetailsrow {
/*	margin-top: 11px;*/
	margin-top: 5px;/*Aashish changed for RWD*/
	float: left;
	width: 100%;
}
.controlOptionTbody{
	border-bottom:0px;
	/* display:none; Commented by JP */
}
.controlOptionTbody1{
	border-bottom:0px;

}
.controlOptionTd{
	border-bottom:0px;
	height: 25px;
	width:50%;
}		
.remarksbox_UX3 {
	
	font-size: 11px;
	height: 50px;
	line-height: normal;
	margin: 2px 0 0 0;
	margin-left: 6px;
	margin-bottom: 6px;
	overflow: auto;
	padding: 0;
	padding-right: 700;
	text-align: left;
/*	width: 300px; */
	width: 255px;/*Aashish Added for RWD*/
	float: left;
}
/*Aashish RWD changes end*/
/*RWD changes for PFM-start-vinay*/
.homegradientfirstdivwithbgcolor_new5 {
	height: 210px;
    margin: 40px 0 0 10px;
	width: 96%;
}
	
.homegradientfirstdivwithbgcolor_new3{
	height: 210px;
    margin: 15px 0 0 10px;
	width: 96%;
}

.imagewithmargin {
    height: auto;
    margin-left:20%;
}
.simpletextcenter {
	border-top: medium none !important;
    display: inline-block !important;
    height: auto !important;
    margin: -20px 5px 0;
    padding: 10px 0px;
    position: absolute;
    text-align: left !important;
    width: 33% !important;
}
.simpletextboldcenter{
	margin: -17px 0 29px 6px;
	width: 60%;
}
	
.homegradientfirstdivwithbgcolor_new5 .ui-combobox{
	margin-top: 50px;
	position: absolute !important;
}
.homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw_grey{
	margin-left:5px;
	margin-top: 100px;
	position: absolute !important;
	
}
	
.homegradientfirstdivwithbgcolor_new5 .HW_formbtn_financeovervw {
	margin-left: 5px;
    margin-top: 100px;
    position: absolute !important;
}
.homegradientfirstdivwithbgcolor_new3 .HW_formbtn {
    margin-left: 5px;
    margin-top: 60px;
    position: absolute !important;
}
	

.stage3_budgetssimpletext_bluelink {
    margin-left: 5px;
    margin-top: 50px;
    padding-left: 0px;
    position: absolute !important;
}

.stage3_listingpaneldiv_small {
   	border-top: medium none;
    display: none;
    margin-left: 0px;
    width: 100%;
}

.stage3_listingpaneldiv_Extended{
	margin-left: 0px;
	border-top: none;
	margin-top:0px;
    width: 100%;
}
.tabNavContainer {
    margin-left: 0px;
    margin-top: 20px;
    display: block !important;
    width: 98.7%;
}

.stage3_overviewtextcurrency{
	font-weight:normal;
}
.stage3_left_overviewcontainer{width: 100%;}
.stage3_adviceimage {
    display: none;
}

.stage3_left_overviewcontainer_selectorbox{width: 48%;}
.monthrangeselectcomponent {width: 100%;}
.monthrangeselector_2_6{border: none; width: 100%;}
.monthrangeselector_month_selected{height: 57px; width: 16%;}
.monthrangeselector_month{height: 57px; width: 16%;}
.monthrangeselector_month:hover {
	color: #000000;
    float: left;
    font-size: 0.69em;
    height: 57px;
    margin: 0;
    padding: 0;
    width: 16%;
}

.stage3_left_overviewcontainer_overviewpanel {
    float: right;
    height: 143px;
    margin-right: 4px;
    margin-top: -89px;
    width: 48%;
}
.monthrangeselectcaption{width:87px;}
.stage3_overviewtextactivemonth {
    margin-left: 8px;
}
/*RWD changes for PFM-end-vinay*/
/*Aashish added for RWD. widgets libreary*/
.grid_OuterMostDiv{
/*	width:48%;*/
	width:100%;/*Aashish Added for RWD. Widgets lib*/
	height:108px; float:left; border:2px solid #e7e7e7; margin:2px 2px 0px 0px; background-color: #f8f8f8;
}
.stage3_searchpaneldiv_widLibrary {
	background-color: #EEEEEE;
    border: 1px solid #E7E7E7;
    height: 24px;
    margin-bottom: -11px;
    margin-top: 14px;
    padding-left: 10px;
    padding-top: 2px;
/*    width: 8%;*/
	width: 15%;/*Aashish Added for RWD. Widgets lib*/
}	
.grid_widgetIcon{
	float:left;
	width:22%; /*Aashish Added for RWD. Widgets lib*/
	height:65px; margin: 22px 0 5px 15px;	
}
.dropBxContent {height:auto;min-height:60px;margin:5px 15px 10px 15px;} /*RWD modified newly for RWD*/
/*changes are made for RWD -vinay*/
.myProfilePulldown p .HW_formbtn {
	float: right;/*chnages are made for profile button position in header*/
}
#sessionExpiryTime{ /*RWD newly modified for header profile*/
	float: left;
    font-weight:normal;
    line-height: 5;
    margin-left: -93px; /*Surej RWD Newly fixed for CDG defects*/
}

#sessionTimeoutText {
	color: #000000;
    float: left;
    
    font-weight:normal;
    position: relative;
}
.myProfilePulldown p.sessionTimeoutText_v{
	border-bottom: 1px solid #CED0CF;
}
.profileBx {width: 322px;} /*RWD Newly modified for profile header*//*changed for setting box alignment in RWD-vinay*/
/*newly modified for RWD changes-vinay-end*/	
.stage3_columnwithwidth {
	padding-bottom: 40px;/*Aashish changed for RWD 1*/
}	
}

@media screen and (min-width : 640px) {

.mega-menu ul li a {
	color: #000000;
}

.mega-menu ul li .sub li.mega-hdr a.mega-hdr-a:after{
	content:url(../images/Right-Arrow_Mega-Menu_InActive.png);
	position:relative;
	height:8px;
	width:18px;
	float:right;
}

/*.mega-menu ul li .sub li.mega-hdr a.mega-hdr-a:hover:after{*/
	.mega-menu ul li .sub li.mega-hdr:hover>  a.mega-hdr-a:after{
	content:url(../images/Right-Arrow_Mega-Menu_Active.png);
}

/*Start added by Vinay*/
.section {
    width: 100%!important;
}

.rightwithwidth{
	padding-right:2%;
}
/*End added by Vinay*/
	/* START Surej added for  RWD mega menu carousel*/
	.mega-menu>div>div>ul>li:hover>div {
		display: block;
	}
	.mega-menu ul li .sub li.mega-hdr a.mega-hdr-a:hover {
		/*background-color:#F1F9FF;*/
	background-color: #EEEEEE;
	}
	.mega-menu>div>div>ul>li:hover{
	/* modified by Harsha.243681*/
	background: #0074ad;
	/* modified by Harsha.243681*/
	}
	/*.mega-menu>div>div>ul>li:hover>div {
		display: block;
	}*/
	.mega-menu>div>div>ul>li>div {
		display: none;
	}
	/* END Surej added for  RWD mega menu carousel*/
	#topbarNew {
	/* modified by Harsha.243681*/
		/* display: block !important; */
	/* modified by Harsha.243681*/
	}
	#header .header-nav {
		padding-top: 0px; /*Surej for mega menu RWD*/
		overflow: visible; /*Surej for mega menu RWD*/
		/* height: 35px; *//*Surej for mega menu RWD*/
		border-bottom: 1px solid #CCCCCC;
	}

	/* new start here*/
	.mega-menu div.mega-menu-list-wrapper ul li ul.sub-menu {
		left: 268px;
		z-index: 300;
		position: absolute; /*Added by Vinay for RWD megamenu*/
		top: 10px; /*Added by Vinay for RWD megamenu*/
		/*width:150px;*/
		width: 260px;
		display: none;
	}
	.mega-menu div.mega-menu-list-wrapper ul li ul.sub-menu1 {
		left: 533px;
		/*z-index: 500;*/
		/*position: absolute; Added by Vinay for RWD megamenu */
		top: 139px;
		/*width:150px;*/
		width: 260px;
		display: none;
	}
	.mega-menu ul li .sub li.mega-hdr {
		float: none;
	}
	.mega-menu div.mega-menu-list-wrapper ul li:hover>ul {
		visibility: visible;
		height: 261px;
		display: block;
	background-color: #EEEEEE;/*next-gen*/
		text-align: left;
	}

	.mega-menu div.mega-menu-list-wrapper ul li#IL_INVM_10>ul,.mega-menu div.mega-menu-list-wrapper ul li#IL_RGNS_10>ul,
	.mega-menu div.mega-menu-list-wrapper ul li#IL_RACTS_10>ul,.mega-menu div.mega-menu-list-wrapper ul li#IL_FTRE_10>ul,
	.mega-menu div.mega-menu-list-wrapper ul li#IL_RTXNS_10>ul
	{
		visibility: visible;
		height: 340px;
		display: block;
	/* background-color: #F1F9FF; */
	background-color: #EEEEEE;/*next-gen*/
		text-align: left;	
	}

	/* new End here*/
	.mega-menu ul li .sub-container.mega .sub {
		position: relative; /*Vinay for mega menu RWD*/
		left: 0%; /*Surej for mega menu carousel RWD*/
    	z-index: 100;
	}
	/* Surej: Start Added for flexisel carousel mega menu */
	.nbs-flexisel-container {
		position: relative;
		max-width: 100%;
	}
	.nbs-flexisel-ul {
		position: relative;
		width: 9999px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
		background-color: #84C0E1; /*Surej modified for fleximaster carousel*/
	}
	.nbs-flexisel-inner { /*overflow:hidden; Surej for RWD
    float:left;*/
	    -webkit-user-select: none; /*Modified by vinay for carosal highlighting*/ 
		width: 99%; /*Surej modified from 100% for RWD*/
		overflow:hidden; /*Surej modified for RWD*/
		/*background: #fcfcfc;
		background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%);
		/* FF3.6+ */
		/*background: #fcfcfc
			-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc),
			color-stop(100%, #eee) ); /* Chrome,Safari4+ */
		/*background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
		/* Chrome10+,Safari5.1+ */
		/*background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
		/* Opera11.10+ */
		/*background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
		/* IE10+ */
		/*background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);*/
		/* W3C */ /* border:1px solid #ccc; Surej for testing*/
		/*border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;*/
	}
	.nbs-flexisel-item {
		/* float: left; */
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		position: relative;
		/*line-height:0px;Surej for testing*/
	}
	.nbs-flexisel-item img {
		width: 100%;
		cursor: pointer;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		max-width: 100px;
		max-height: 45px;
	}
	/*** Navigation ***/
	.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {			
		position: absolute;
		cursor: pointer;
		/*z-index: 100;
		opacity: 0.5;*/
		/*top: 7px;*/
	}
	.nbs-flexisel-nav-left { /* left: 10px;*/
		height: 22px;
		width: 22px;
		left: -18px; /*Surej for testing*/
		background: url(../images/Left-Arrow_primary-navigation_InActive.png) no-repeat;
		top:8px;
		display:none;
	}
	.nbs-flexisel-nav-right {
		height: 35px;
		right: -60px;
		background-color: rgb(151,202,230);
		background: url(../images/Right-Arrow_primary-navigation_Active.png) no-repeat;
		top:8px;
		width: 60px;
	}
	
	.nbs-flexisel-nav-leftMod { 
		position: absolute;
		cursor: pointer;
		height: 22px;
		width: 22px;
		left: -18px;  /*Surej for testing*/
		background: url(../images/Left-Arrow_primary-navigation_Active.png) no-repeat;
		top:8px;
	}	
	
	/* Surej: END Added for flexisel carousel mega menu */
	.mega-menu ul li .sub .mega-menu-list-wrapper {
		height: 345px; /*Surej modified newly for RWD megamenu carousel*/
	}
	.mega-menu ul li .sub li {
		float: left; /*Surej for RWD mega menu carousel*/
		width: 280px;
		padding: 0px; /*Surej for RWD mega menu carousel*/
		position: static;
	}
	.mega-menu ul li .sub a {
	width:240px;
	}
	#wrapper_RTXNS,#wrapper_RACTS,#wrapper_INVM,#wrapper_RGNS,#wrapper_FTRE{
		display:none;
	}	
/* vinay -changes for breadcrumb-start*/

ul {
	padding:0px;
}	
		
.section {
    width: 100%!important; /*Added by Vinay for RWD*/
}

.rightwithwidth{
	padding-right:2%;
}
.breadcrumbnew{ display:block!important; }
/* vinay -changes for breadcrumb-end*/
/* vinay -changes for header-start*/
	
.headerouter_r {
	/* modified by Harsha.243681*/
    /* width: 95%!important; */
    padding: 0px 15px;
	/* modified by Harsha.243681*/
}
.rightRoundCorner {
    display: none;
}
.headerRowsetLeft {
    display: none;
   	width: 70%;;
}

.profilePhoto{
    display: none;
}

.txt_boxnew {
	float:right;
    height: 10%;
    margin-left: 28%;
    margin-top: 33px;
    width: 190px;
}

.skipContRow {
    margin-top: -30px !important;
}


.skipContLink {
    color: #FFFFFF;
    margin-right:8px;/*changes are made for RWD-vinay*/
    text-decoration: underline;
}

/*logout icon*/

#header .ui-combobox .ui-combobox-input.ui-widget-content, #header .ui-combobox .ui-combobox-input.ui-state-hover {
    background: url("") no-repeat scroll 0 0 #ffffff !important;
}


#header .ui-combobox .ui-button, #header .ui-combobox .ui-button.ui-state-hover {
    background: url("") no-repeat scroll 0 0 #ffffff !important;
}
	
.HW_logoffLink {   
    display: none;
    
}

.logoffLink, a.logoffLink:hover, a.logoffLink:visited {
    background: url("../images/LogoutIcon.png") no-repeat scroll  0 ;
    margin-left:10px;
    width: 30px;
}
/*logout icon end*/

.rightTextSepWhite {
    display:none;
}

.headertext_name{
	color: #FFFFFF;
	cursor: pointer;
	/* modified by Harsha.243681*/
	color: #0098db;
	/* modified by Harsha.243681*/
}
.headerSettingsBx{
	/* modified by Harsha.243681*/
	/* background: url("../images/topNavNormal.png") no-repeat scroll -38px 0 rgba(0, 0, 0, 0); */
	cursor:pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 0px;
    width: 20px;
	background: url("../images/iconList.png") no-repeat;
	background-position: 0 -687px;
	/* modified by Harsha.243681*/
}
	
.headerRowsetRight{
    height:0px;
       
}

	/*header skin pulldown*/
.skinPulldown {
	border: none;
    display: block;
    overflow: visible;
    padding-bottom: 0;
    position: static;
    width: 295px;/*Changes are made for RWD -vinay*/
    

}

.skinUnSelectLeft{
	display: none;
}
.skinUnSelectRight{
	display: none;
}

	
.alertBxArrow {background: url("../images/alertBxArrow.png") no-repeat scroll center;width:18px;height:9px;display:inline-block; position: absolute;right: 70px;top: -8px;}
.alertBx {position:absolute;top:28px;/*Modified as per CDG suggestion for new prod logo*/right:-3px;width:322px;min-height:300px;height:auto;background-color:#fff;z-index:500;display:none;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}
/*Surej Newly added for RWD. changed zindex and width and minheight for header*/

.alertHeader h5 {/*background: url("../images/alertIcon.png") no-repeat scroll center left;*/float: left;line-height:30px;margin: 0 0 0 10px;padding: 0 0 0 0px;font-size:.75em;font-weight:normal;}
.alertHeader span {float:right;line-height:27px;margin:0 10px 0 0;font-size:.9em;}
.settingsBx {right:30% !important}/*vinay-newly added for RWD*/
.settingsBx  .alertBxArrow {right:38px !important}
.dropBxContent {margin:15px 15px 5px 21px;}

.sessionTimeOut {padding-top:10px;border-bottom:1px solid #cccccc;margin: 2px 0 0;position: relative;}/*newly modified for RWD-vinay*/
.sessionTimeOut .sec1,.sessionTimeOut .sec2 {display:inline-block}
.sessionTimeOut .sec1 {width:50%}/*RWD newly modified for header*/
.sessionTimeOut .sec2 {width:45%;padding-right:2px;text-align: right;}

.sessionTimeOut .sec1 span {color:#575757;}
.sessionTimeOut .sec1 label {color:#af0909;}
.border-bottom-clear {border-bottom:none;}
.align-left {text-align:left;display:block;margin-bottom:3px;}
.form-control {height:30px;background-color:#fbfbfb;}

.profileBx {right:100% !important; width: 322px;} /*RWD newly modified for header profile*/
.imgaeWithName {
    margin: 0 0 25px;
}/*Changed by vinay for RWD*/
.imgaeWithName li {display:inline-block;margin:0 !important}
.imgaeWithName .name {font-size:15px;vertical-align:top;margin-left:15px !important}
.manager-name {font-size:.9em;font-weight:normal;margin-left:10px !important;vertical-align:bottom}

.profilePhoto_ProfileBx {
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 5px;
     /*margin-top: 6px;*/
}
.profilePhoto_settingBx {
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 5px;
   margin-top: 6px;
}

.name_ProfileBx{
	color: #333333;
	display:inline-block;
	   
	line-height: 1.42857;  
	margin: 5px 5px 5px 0; 
	font-weight:normal; 
	word-break:break-all; /*RWD Fix to wrap the profile name in header section when it is too long*/
}
.myProfilePulldown p {
    border:none;
}
.lastlogtext_green {
	/* modified by Harsha.243681*/
	/* margin-top: -20px; */
	/* modified by Harsha.243681*/
}

.margin-bottom-clear {margin-bottom:0 !important}
/*changes are done for rwd-vinay*/
.sm-mobile-icon {
    background: url("../images/sm-mobile-icons.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 7% 0 0 65px;
    padding-left: 15px;
   padding-right: 31px; /*RWD newly modified after 112 merge*/
}
.sm-phone-icon {background: url("../images/sm-phone-icons.jpg");background-repeat:no-repeat;background-position:left;padding-left:18px;display:inline-block;}
	
.headertext_email_v{
	color: #89CEF5;
    font-size: 0.69em;
    font-weight:normal;
    height: auto;
    text-decoration: underline;
    word-wrap: break-word;
    
}
/*Modified for RWD-vinay*/
.profilename_settingBx {
    float: left;
    margin-left: 18px;
    position: absolute;
    width: 72%;
	-ms-word-break: break-all;/*changed for IE for breaking word in setting box  -vinay*/
}

.header-label {
    color: #575757;
}

.reflow_final_view {display:block !important}
	/* modified by Harsha.243681*/
.border-right {border-right: 1px solid #e0e0e0;/* padding-right:15px; */}/*changed for RWD-vinay*/
.border-left-right {/* border-left:1px solid #6e7172; */ height: 25px;}
	/* modified by Harsha.243681*/
.navbarModified > li > a {padding:0 !important;}
.navbarModified  li {list-style-type:none; display: block !important;}

.container-fluid {padding-left:0;padding-right:0;}
.navbar-brand {padding:0 0 0 0px;}
.navbar-default {background-color:#192741;border:1px solid #192741;}
.navbar {margin-bottom:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:none;}

.SettingsIcon {background: url("../images/topNavNormal.png") no-repeat -38px 0 transparent;width:20px;height:21px;display:inline-block;}
	/* modified by Harsha.243681*/
.LogoutIcon {width: 13px;height:21px;display:inline-block;}
	/* modified by Harsha.243681*/
.profilleIcon {display:none;}
.newCaret {color:#fff;position:relative;top:8px;margin-left:5px;}
.newCaret2 {color:#fff;margin-left:5px;}
.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
    cursor:pointer; /*Surej newly added for RWD*/
}
	
.nav-pills > li {
    float: left;
}
.nav-pills > li + li {
    margin-left: 2px;
}

.pull-right {
    float: right;
	/* modified by Harsha.243681*/
    right: 46px;
	/* modified by Harsha.243681*/
}
/* vinay -changes for header-end*/		

/*Aashish RWD changes start*/
	.stage3_inputpanel_columnRWD {
	display:none;
	}
	.querytextright_stage3_RWD {
	display:none;
	}

	.notificationLabel_RWD {
	float: left;
/*	margin-left: 4px; /*Changed from 5px by Nikita Manohar*//*Aashish commented*/
	/*   width: 182px; Changed from 179px by Nikita Manohar*/
	width: 38.83%;
	margin-left: 35px;
	/* Aashish added for wireframe WF_Stage3_DataEntry for RWD,  notification details*/
}
		.queryitalictextleftgap_RWD {
	
	/*font-size : 11px; Changed by Sonia Garg to refer body level font-size*/
	font-style: italic;
	color: #505050;
	text-decoration: none;
	padding-left: 3px;
	font-size: 0.69em;
}
	.simpletext_clkhere_RWD {
	color: #262a2c;
	
	font-size: 0.99em;
	text-decoration: none;
}
		.queryitalictextleftgap_RWD1 {
	display:none;
}
	.simpletext_clkhere_RWD1 {
	display:none;
}

.notificationStyle_RWD{
	padding-bottom: 8px;
	height: 30px;
	float: left;
	width: 4px;
}
	


.cpinputtextarea-span {
	background: url("../images/backgrounds/Text-area_300x50px.png") no-repeat
		scroll 0 0 #FBFBFB;
	
	display: inline-block;
	padding: 7px 0 7px 2px;
	text-align: left;
	margin-left: 5px;	
	height: 37px;
	width: 300px;
}
.cpnotificationTxtarea {
	font: inherit Arial;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 40px;
	outline: medium none;
	resize: none;
/*	width: 343px;	*/
	width: 300px;
	font-size: 0.69em;
}



	.stage3_previewconfirm_det_col1 {
	float: left;
	width: 6%;		
	/*Added by Nikita Manohar*/
	font-size: 0.69em;
	font-weight:normal;
}	
.controlOptionTbody{
border-bottom:0px;

}
.controlOptionTbody1{
	border-bottom:0px;
	/* display:none; Commented by JP */
}
.controlOptionTd{
	border-bottom:0px;
	height: 25px;
	width:33%;
}	
.remarksbox_UX3 {
	
	font-size: 11px;
	height: 50px;
	line-height: normal;
	margin: 2px 0 0 0;
	margin-left: 6px;
	margin-bottom: 6px;
	overflow: auto;
	padding: 0;
	padding-right: 700;
	text-align: left;
	width: 300px; 	
	float: left;
}	
/*Aashish RWD changes end*/
/*newly modified for RWD changes-vinay-start*/
.dropBxContentMain{height:85px; margin:15px 15px 5px 15px;}/*Vinay modified for PFM RWD*/
.dropBxContent {height:auto;min-height:60px;margin:5px 15px 10px 15px;} /*RWD Modified newly for header Surej*/
.myProfilePulldown p .HW_formbtn {
	float: right;/*changes are made for RWD -vinay*/
}
#sessionExpiryTime{
	float: left;
    font-weight:normal;
    line-height: 5;
    margin-left: -92px;
}

#sessionTimeoutText {
	color: #000000;
    float: left;
    
    font-weight:normal;
    position: relative;
}
.myProfilePulldown p.sessionTimeoutText_v{
	border-bottom: 1px solid #CED0CF;
}
.alertBx {width: 322px;}
/*newly modified for RWD changes-vinay-end*/
.grid_widgetIcon{
	float:left;
/*	width:22%;*/
	width:34%; /*Aashish Added for RWD. Widgets lib*/
	height:65px; margin: 22px 0 5px 15px;	
}
.stage3_columnwithwidth{
	padding-bottom: 0px;/*Aashish changed for RWD 1*/
}
	
}

.loginPanelAuthFormBtn_sqna { 
      
      font-size: 13px;
      font-weight:normal;
      color: #000000;
      text-decoration: none;
      background: url(../images/imgLoginButton01.png) transparent no-repeat 100% 0px; /*Surej RWD modified image as per CDG suggestion*/
      border: 0px solid #333333;
      width: 22%;
      vertical-align: middle;
      overflow: visible;
      float: left;
      height: 27px;
      cursor: pointer;
      line-height: 25px;
      padding-left: 26px;
      padding-right: 17px;
      outline:none;
}


@media screen and (min-width : 640px) and (max-width:900px) {
/*changed for 11.2.2-start*/
.loginPanelSimpleTextStyle_remUserId {
	margin-left: 0px;
}
.formbtn_imgcaptcha {
  margin-right: 30%;
}
.loginPanelLeftPaddingStyle1 {
    padding-left: 13px;
}
.loginPanelColumnDetailStyle{
    width: 24%;
}
.loginPanelColumnDetailStyle5 {
    width: 24%;
}
.loginPanelColumnDetailStyle2{
    width: 24%;
}
.loginPanel_Auth_Continue_HW_formbtn {
  margin-left: 75px;
}

.loginPanelColumnDetailStyle4 {
    width: 23%;
}
/*
.loginPanelColumnDetailStyle1 {
    width: 24%;
}
*/
.loginPanelCheckBox {
    margin-left: 99px;
}
.login_Auth_HW_mformbtn {
    margin-left: 90px;
}
.loginPanelTopPaddingStyle1 {
	padding-top: 65px;
}
.logoutrowone {
	height: 155px;
    margin-left: 13%;
    width: 75%;
}
.logoutrowtwo {
	height: 40px;
    /*margin-left: 13%;*/ /*commented by Akhil Alex for rwd*/
    width: 90%;/*Modified by Akhil Alex from 75% to 90%*/
}
/*changed for 11.2.2-end*/
	.loginPanelBottomSectionImageDivStyle2{ /*Surej modified for login screen divider line RWD*/
		display:none;
	}
	/*Changes made for Logout overlay-vinay-start*/
	.logoutimg {
	    margin-left: 3%;
	}
	/*Changes made for Logout overlay-vinay-end*/
	.keypaddiv {
		margin-left: 4%; /*Surej added for RWD for virtual keypad NEW*/
	}
	.mega-menu ul li .sub-container.mega .sub{
		width:515px;
	}
	.mega-menu ul li .sub .mega-menu-list-wrapper{
		height:324px;
	}
	.mega-menu div.mega-menu-list-wrapper ul li:hover>ul{
	height:318px;
	}
	.mega-menu div.mega-menu-list-wrapper ul li ul.sub-menu{
	width:198px;
	left:268px;
	}
	.mega-menu div.mega-menu-list-wrapper ul li ul.sub-menu1{
	width:198px;
	left:381px;
	}
	.mega-menu ul li .sub a {
		width:240px;
	}
	/*break point from 640px to 800px*/
	.pageLeftContainer {
		width: 100%;
	}
	.pageRightContainer {
		width: 100%;
	}
/* Commented by Jayaprakash.243678
	.loginPanelBottomDisplaySectionStyle{
		height:281px;
	}
*/
	.loginPanelImageDividerStyle{
		display:none;
	}
	.rSImage2{
		width:33%;
	}
	.rSImage3{
		width:66%;
	}
	/*.width100percent_main_loginbg{
		background-size:112% 81%;
	}*/ /*Surej commented for rwd NEW*/
	
/*Aashish RWD changes start*/
		.container-small {
		float: left;
		width: 100%;
		margin-left: -1px;
		margin-right: 1.8px;
		margin-top: 10px;
		/*Aashish modified for RWD - Initiate Payment Screen*/
	}
	.widget-xtrasmall {
		width: 33.33333%; /*Aashish modified for RWD - Initiate Payment Screen*/
		min-width:200px;
	}
	.redbg,.redbgwithwidth,.orangebgwithwidth,.greenbgwithwidth,.orangebg,.greenbg {		
		width: 100%;
		/*Aashish modified for RWD - Initiate Payment Screen for error message*/
	}
	#footer {		
		width: 100%;
		/*Aashish modified for RWD - Initiate Payment Screen for footer*/		
	}
	.pageLeftContainer {
		float: left;
		width: 100%; /*Aashish modified for RWD - Initiate Payment Screen*/
	}
	.step_trackerwidth {
		width: 100%; /*Aashish modified for RWD - Initiate Payment Screen*/
		margin-top: 10px;
	}
	.rightwithwidth {
		float: right;
		padding-right: 0.4%;
	}
	.step_trackerwidth_withoutmargin {
		width: 100.5%;
	}
	.stage3_tabmenupanel {
		float: left;
		border-bottom: 1px solid #E0E1E2;
		margin-bottom: 0px;
		margin-top: 0px;
	/*	width: 78.2%;	*/
		width: 100%;	/*Aashish changed for RWD.WF_Stage3_DataEntry.xml wireframe.*/
		float: left;
	/*	padding-left: 0px;*/
		padding-left: 2px;	/*Aashish changed for RWD.WF_Stage3_DataEntry.xml wireframe.*/
		padding-top: 0px; /*margin-left:7px;*/
	}

	
	.widget-body { /*position:relative;*/
	padding-bottom: 4px;
	padding-right: 10px;/*Aashish added for RWD*/
}
		.stage3_additionaldetailslink {
		background-color: #EBF7FF;
		border: 1px solid #97CAE6;
		float: left;
		height: auto;
		/*Aashish modified for RWD - Initiate Payment Screen for additional details text*/
		margin-left: 12px;/*Aashish changed*/
		margin-top: 10px;
		padding-right: 10px;
		padding-top: 3px;
		width:91.796875%;/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
		padding-left: 5px;	/*Aashish added for RWD - Initiate Payment Screen for additional details wrapper width*/
		
	}

.querytextboxmedium_small_RWD1 { /** Added by Priyanka for lookup */

}	
.stage3_inputpanel_column_RWD {
display:none;
}
	







.controlOptionHrStyle{
	width: 100%;
	float: left;
	margin: 6px 0;
}
	
.controlOptionTableStyle{
	width: 100%;
	border-bottom: 0px;
}	
#collapsibleMenu {
	clear: both;
	float: right;
	padding-right: 0.1%;	
	position: relative;
	top: -6px;
}
.stage3_previewconfirm_label_column {
/*	width: 22%;	*/
	width: 50%;	/*Aashish added for RWD*/
	float: left;
	padding-right: 5px;
	/*Added by Parashar Dutta*/
	word-wrap: break-word;
	margin-right: 5px;
	/*Added by Dhanashri Kelkar*/
	text-align: right;
	margin-top:5px;
}
.stage3_leftrightmainpanel {
	float: left;
	/*border: 1px solid #E0E1E2;*/
	padding-bottom: 15px;
	width: 100%;
	background: none;
/*	background: url("../images/backgrounds/separator1.gif") repeat-y scroll
		50% 0 transparent;*/ /*Commented by Aashish for RWD*/
}
.stage3_previewconfirm_details_column {
		/*margin-right:5px;*/
		margin-right: 2px;
		/*Aashish changed for RWD. Addentryux3 page data coming on newline*/
		margin-top: 5px;/*Aashish changed for RWD.*/
	}
.stage3_previewdetailsrow {
/*	margin-top: 11px;*/
	margin-top: 5px;/*Aashish changed for RWD*/
	float: left;
	width: 100%;
}
/*Aashish RWD changes end*/
/*added by vinay for pfm budget-start*/
.tabNavContainer {
	padding: 0 0 0 1%;
	width:63%;
	display: block !important;

}
.progressbar_innerstyle{
	width: 100% !important;
}
.budgetlistingstatusbar{
	width: 100% !important;
}
.stage3_listingpaneldiv_small{
	border-top: medium none;
	display:none;
}
	
.stage3_listingpaneldiv_Extended{
	width: 64%;
	border-top: medium none;
	margin-top: 0px;
}
	
/*added by vinay for pfm budget-end*/
	
/*Aashish added for RWD. widgets libreary*/		
	.stage3_searchpaneldiv_widLibrary {
	background-color: #EEEEEE;
    border: 1px solid #E7E7E7;
    height: 24px;
    margin-bottom: -11px;
    margin-top: 14px;
    padding-left: 10px;
    padding-top: 2px;
/*    width: 8%;*/
	width: 15%;/*Aashish Added for RWD. Widgets lib*/
}

.grid_OuterMostDiv{
	width:48.9422159%;/*Aashish Added for RWD. Widgets lib*/
	height:108px; float:left; border:2px solid #e7e7e7; margin:2px 2px 0px 0px; background-color: #f8f8f8;
}	
}


/* Added by Swarna.243682 */
.buttonHolder{ text-align: center; }

header img {
    display: block;
    border: 0;
}

fieldset .right {
    width: 70%;
    float: left;
    padding-left: 7px;
}

.captcha {
    padding: 9px 0 7px 0;
    width: 100%;
}

.captcha input[type="submit"] {
    display: block;
    clear: left;
}

.loginPanelleftcolumn{
    width: 337px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 0px;
    height: 22px;
    height: 654px;
    padding-top: 10px;
    margin-right: 0px;
    padding-right: 10px;
    padding-bottom: 53px;
    padding-left: 10px;
    margin-top: 0px;
    float: left;
    height: 22px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 7px;
}

/*Added by swarna for Login screen*/
.errorTxt {
    background: #ffebe8 url("../images/ico_alert.png") no-repeat scroll 9px 9px;
    color: #413f3f;
    font-size: 12px;
    font-style: italic;
    line-height: 1.3;
    margin-top: 10px;
    padding: 8px 5px 8px 41px;
}

/*Added by swarna for Login screen*/
 .loginPanelTextboxMediumStyle1{
 	color:#333;
 }
 
 /*Added by swarna for Login screen*/
 .blueTxt {
     color: #0098db !important;
}

/*Added by swarna for Login screen*/
.loginPanelSimpleStyle{
	/* padding-bottom: 53px; */
	/* width: 337px; */
	/* height: 654px; */
	/* padding-top: 10px; */
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	font-size: 13px;
	text-decoration: none;
}

/*Added by swarna for Login screen*/
.loginPanelTextboxpasswordStyle{
   background-color: #f5f5f5;
    border-radius: 0;
    border: 0 none;
    border-bottom: 3px solid #cccccc;
    height: 19px;
    color: #333;
    padding: 4px 8px;
    font: inherit;
    margin: 0;
    float: left;
    font-size: 12px;
    position: relative;
    outline: none;
    width:167px;
    line-height: normal;  
}
@media only screen and (min-width: 64.0625em)
{
.large-12 {
    width: 100%;
}
}
@media only screen and (min-width: 768px)
{
.medium-8 {
    width: 66.66667%;
}
}
/*Added by swarna for Login screen*/
.loginPanelInputDetails1
{
	height: 33px;
    width: 317px;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0;
    border: 0;
}

/*Added by swarna for Login screen*/
#IMAGECAPTCHA{
    text-align: center;
    margin-right: 0px;
    width: 57%;
    height: 26px;
    margin: auto;
    background: #ffffff;
    -webkit-appearance: textfield;
    background-color: white;
    border: 2px inset;
    float: left;
    display: inline-block;
}

/*Added by swarna for Login screen*/
.loginTextboxMediumStyle{
	text-align: center;
    width: 90%;
    height: 26px;
    background: #ffffff;
    -webkit-appearance: textfield;
    background-color: white;
    border: 2px inset;
    outline:none;
  }
  
 /*Added by swarna for Login screen*/
 #label_forgot_access_code{
 	color: #0098db !important;
	float: left;
 }
 
 /*Added by swarna for Login screen*/
 #LoginHDisplay.Ra15{
 	padding-top:0px;
 }

 /*Added by swarna for Login screen*/
 #SOUNDIMAGE{
 	float: left;
    margin-left: 2%;
    margin-top: 8px;
    display: inline-block;
 }
 
 
 .width100percent_main_loginbg .rightcol{
	width: 65%;
    display: table-cell;
    vertical-align: top;
    float: none;
}

.Accessstyle1{
    cursor: default;
    position: relative;
    vertical-align: bottom;
    bottom: -28px;
    display: block;
    color: #666666;
    margin-left: auto;
    margin-right: auto;
}

.accessStyle2 {
	display: inline-block;
    width: 30%;
}

.accessIcon1 {
    background: url("../images/ico_access1.png") no-repeat;
    display: block;
    height: 93px;
    width: 93px;
}

.accessIcon2 {
	background: url("../images/ico_access2.png") no-repeat;
    display: block;
    height: 93px;
    width: 93px;
}

.accessIcon3 {
	background: url("../images/ico_access3.png") no-repeat;
    display: block;
    height: 93px;
    width: 93px;
}


.AccessBottomStyle1{
	 width: 100%;
    height: 15px;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-top: 30px;
    padding-top: 5px;
    font-family: arial;
    font-size: 13px;
    color: #666;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
	
.loginrightcolmore{
	text-align: right;
    padding: 6px 0 14px;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #0098db !important;
    background-color: transparent;
    text-decoration: none;
}

#LoginMore{
	 color: #0098db !important;
	 text-decoration: none;
	 display: block;
}

#LoginMore1{
	 color: #0098db !important;
	 text-decoration: none;
	 padding-right: 10px;
}

.Imptipstyle{
	font-size: 15px;
    padding: 0 0 15px 0;
    color: #002244;
}
	
.Imptipstyle1{
	float: left;
    background: url("../images/disc.jpg") no-repeat left 4px;
    padding-left: 18px;
    margin-bottom: 15px;
    font-size: 13px;
    margin-bottom: 15px;
}

.loginrightcolicon1{
    display: inline-block;
    //height: 23px;
    //width: 22px;
    vertical-align: middle;
    margin-right: 8px;
}

.colicon1{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
 }
  
  .FBicon{
  	font-family: arial;
    font-size: 13px;
    padding-right: 3.58%;
    color: #0089db;
    cursor:pointer;
    background-color: transparent;
  }
  
.loginPanelBottomSectionDetailsrow1{
    float: left;
    width: 100%;
   	border-bottom: 1px solid #dedede;
   	margin: 0px 0 16px 0;
}
  
.loginPanelBottomSectionDetailsrow2{
    float: left;
    width: 100%;
   	margin: 0 0 16px 0;
}

#CHANGE_IMAGECAPTCHA
{
	margin-top: 8px;
    margin-left: 2%;
    float: left;
    width: 20px;
    margin-right: 0px;
}

.captchaBlock {
	display: block;
    margin-left: 34%;
}

.loginPanelInputDetails3 {
	height: 33px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px 8px 0px;
}

.Logoutbanner {
    background: url("../images/bg_banner.jpg") no-repeat 0 0;
    width: 100%;
    float: left;
    height:292px;
    padding: 13px 0;
    position: relative;
    margin-bottom: 15px;
}


.Logoutbanner .container {
    color: #002244;
    font-size: 36px;
    padding: 13px 0;
}

.LogoutText2{
	width: 536px;
    height: 42px;
    margin-right: 0px;
    color: #002244;
    font-size: 36px;
    padding: 13px 0;
    margin-right: 70px;
    margin-top:10px;
    float:right;
}

.Logoutbottomcol {
    padding: 11px 0;
    border-top: 1px solid #dedede;
    float: left;
    width: 100%;
}

.LogoutRecommend{
	font-size: 15px;
    padding: 0 0 15px 0;
    color: #002244;
 }

.right_contentLogout{
	width: 195px;
	display:inline-block;
    padding: 0 10px;
    height: 67px;
    font-size: 13px;
 }
 
 .right_contentLogout1{
 	width:195px;
 	height:19px;
 	font-size: 15px;
 	color: #002244;
 	font-family: arial;
 	display: inline-block;
 	margin: 0 !important;
    font-weight: normal;
 }
 
  .right_contentLogout2{
  	width:185px;
  	height:32px;
  	color: #999999;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #999999;
    margin: 0;
    float: left;
  }
  
  .right_contentLogout3{
 	color: #0089db;
 	font-size:13px;
 	background-color: transparent;
 	text-decoration: none;
 	cursor: pointer;
 }
 	    
#wealth2{
	height:48px;
}

#HDisplay2.R1.C2{
	height:48px;
}

.LogoutText3{
	color: #666666;
    font-size: 28px;
    font-weight: normal;
    width: 80%;
    display: inline-table;
    line-height: 1.3;
    max-width: 405px;
    height: 64px;
 }
 
 
 .Bannercontents{
 	background: url("../images/bg_trans.png") repeat-x 0 0;
    padding: 20px 15px;
    width:506px;
    height:184px;
    float: right;
    margin-right: 70px;
    margin-top: -10px;
}

.LogoutText4{
	color: #002244;
    font-size: 18px;
    margin: 15px 0;
    width: 80%;
    max-width: 405px;
    height: 42px;
    display: inline-table;
    line-height: 1.3;
  }
  
  .BannerTerms{
  	color: #666666;
    position: absolute;
    right: 15px;
    bottom: 10px;
    background-color: transparent;
    text-decoration: none;
    font-size:13px;
    cursor:pointer;
  }
    
  .BannerContentsKnowmore{
  	background: #666666;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 9px;
    cursor:pointer;
  }
  
  #WealthPro{
  	cursor:pointer;
  }
  
  #HealthInsurance{
  	cursor:pointer;
  }
  
  #fixdepositImage{
  	cursor:pointer;
  }
  	
div[id^="PgHeading"].pageheadingcaps {
	margin-top:0px;
}
 /* Custom Styles Added by Swarna.243682 */
.loginPanelpasswordStyle{
	background-color: #f5f5f5;
	border-radius: 0;
	border: 0 none;
	border-bottom: 3px solid #cccccc;
	height: 30px;
	color: #333;
	padding: 4px 8px;
	font: inherit;
	margin: 0;
	float: left;
	font-size: 12px;
	position: relative;
	outline: none;
	width: 100%;
	box-sizing: border-box;
 }
 
 .Forgetpasswordstyle{
 	vertical-align: middle;
    font-size: 14px;
    float: left;
    line-height: 1.2;
    width: 66%;
    height: 22px;
    margin-top: -15px;
    margin-left: 34%;
 }
 
 .Loginstyle{
 	line-height: 1.6;
    border-color: #8c8c8c;
    border-style: solid; */
    padding-top: 6px;
    border: 0px;
    padding-bottom: 6px;
    color: #0098db !important;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    height: 21px;
    width: 215px;
    outline: 0 none;
    border: none;
}

.loginpanelDefaultPageStyle{
	float: left;
    height: 22px;
    margin-top: 0px;
    padding-top: 7px;
    margin-right: 0px;
    width: 30%;
}

.loginpanelDefaultPageStyle1{
	float: left;
    width: 65%;
    border-color: rgb(169, 169, 169);
    line-height: 28px;
}	

/* Commented by Jayaprakash.243678
#VALIDATE_STU_CREDENTIALS_UX{
	margin-top:15px !important;
}
*/

.loginPanelColumnImageStyle{
	float: left;
    height: 22px;
    margin-top: -20px;
    padding-top: 7px;
    margin-right: 20px;
    margin-left: -65px;
    width: 30%;
}
.loginPanelSimplecheckboxStyle{
	font-size: 13px;
    text-decoration: none;
    float: left;
    height: 15px;
    margin-left: 66px;
    padding-bottom: 7px;
}
.loginPanelInputImagerow{
	height: 33px;
    width: 317px;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0 0 8px 0;
    border: 0;
}

.LoginPhraseStyle{
	margin-left: 55px;
    margin-bottom: -10px;
}

.loginPanelSimplecheckboxStyle1{
    color: #A9C3D4;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    width: 67%;
    float: right;
}

.loginPanelPhraseDetailsrow{
	height: 33px;
    width: 317px;
    vertical-align: middle;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0 0 8px 0;
    border: 0;
}

.loginPanelConfirmTextStyle{
	color: #000; /* Added by Jayaprakash.243678 */
	font-size: 13px;
    text-decoration: none;
    float: left;
    margin-left: 10px;
    padding-bottom: 7px;
    width: 92%;
    line-height: 15px;
}

 
.loginPanelSecurityDetailsrow{
	clear: both;
    width: 420px;
    padding-top: 155px;
    padding-left: 10px;
   
}

/* modified by Jayaprakash.243678 for responsive UI */
.loginpanelLabelstyle{
	font-size: 13px;
	float: left;
    line-height: 30px;
    color: #666666;
    vertical-align: middle;
}
/* modified by Jayaprakash.243678 for responsive UI */

/* modified by Jayaprakash.243678 for responsive UI */
.loginPanelTextpasswordStyle{
	background-color: #f5f5f5;
    border: none;
    border-bottom: 3px solid #cccccc;
    height: 30px;
    color: #333;
    font-family: arial !important;
    float: left;
    font-size: 12px;
    outline: none;
    width: 92.5%;
    line-height: 30px;
    padding-left: 8px;
    box-sizing: border-box;
    border-radius:0px !important;
}
/* modified by Jayaprakash.243678 for responsive UI */

.loginpanelcharstyle{
    font-size: 13px;
    text-decoration: none;
    line-height: 15px;
    color: #666666;
}

.loginphrasestyle{
	margin-top:20px;
}

.listrowwrapper link{
	background-color:yellow;
}

/* Custom Styles Added by Swarna.243682 - END */

/* Custom styles added by Srinath - START */

.input_btn.searchBtn {
	width:36px; 
	height:30px; 
	float:left; 
	background:url("../images/ico_search.png") no-repeat 0 0; 
	font-size:0; 
	text-indent: 99px; 
	margin:0;
	/*position: absolute; */
	right: 1px;
	top: 1px; 
	border-radius: 0; 
	padding:0;
	box-shadow: 0px 1px 4px #cccccc;
	margin-top:5px;
	}

#ParentDiv_PageConfigurationMaster_RSRUX3__1 .widget-content ul {
	padding:0px 1px 0px;
}

.main_content.ftDash .grid:nth-child(4) .mega-hdr-a .h2 {
	background:url("../images/ico_head7.png");no-repeat; display:inline-block; height:40px; width:40px; vertical-align:middle;}
.main_content.ftDash .grid:nth-child(5) .mega-hdr-a .h2{
	background:url("../images/ico_head8.png");no-repeat; display:inline-block; height:40px; width:40px; vertical-align:middle;}
.main_content.ftDash .grid:nth-child(6) .mega-hdr-a .h2{
	background:url("../images/ico_head10.png");no-repeat; display:inline-block; height:40px; width:40px; vertical-align:middle;}
.main_content.ftDash .grid:nth-child(7) .mega-hdr-a .h2{
	background:url("../images/ico_head11.png");no-repeat; display:inline-block; height:40px; width:40px; vertical-align:middle;}


#ParentDiv_PageConfigurationMaster_RSRUX3__1 .grid .mega-hdr-a {
    position: relative;
    padding: 1px 0px 1px 1px;
    margin: 0 0 8px 0 !important;
    color: #333333;
    font-size: 16px;
       
}


.head_title{
	padding-left:10px;
}
#ParentDiv_PageConfigurationMaster_RSRUX3__1 .grid {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
    width: 49%;
    min-height: 236px;
    float: left;
    margin: 0 1% 1% 0;
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

/*Modified by Srinath to eliminate New Requests Label */
#ParentDiv_PageConfigurationMaster_RSRUX3__1 .pageheadingcaps {
   display:none;
}

/*Modified by Srinath to eliminate Page border */
#ParentDiv_PageConfigurationMaster_RSRUX3__1 .stage3_listingpaneldiv
{
	border:none;
	box-shadow:none;
	}

/*Modified by Srinath to accomodate changes to the search input box*/
#ParentDiv_PageConfigurationMaster_RSRUX3__1 .labelcolumnsmall.type_DescriptionShort.ui-autocomplete-input {
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
	/* padding-left: 11px; */
	padding-right: 0px;
	padding-top: 7px;
	padding-left: 2px;/*Added by Dhanashri Kelkar*/
	/** Changes done by Parasher : Height 31 to 19 and width 150 to 169 */
	height: 19px;
	width: 169px;
	float: left;
	font-size: 11px;/*Added by Nikita Manohar to refer body level font-size*/
	font-size: 0.69em;
	line-height: 1.69em;/* Modified by Venkatesh.243680 */
	padding: 4px 8px;
	height: 19px;
	background-color: #ffffff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #cccccc;
	width: 156.5px;
	/*width: 153.500px;*/
	border-bottom-width: 2px;
	width: 230px;
	height: 30px;
	outline: none;//
	background: url(../images/backgrounds/input-text.gif) no-repeat 0px 0px;
	font-size: 12px !important;/* Modified by Venkatesh.243680 */
	box-shadow: 0px 1px 4px #cccccc;
	margin-top:5px;
}

/*Added by Srinath to accomodate alignment of Service Requests*/
	.Ser_grid
	{
	position:absolute;
	
	}
/* Custom styles added by Srinath - END */
	/* Custom styles added by Harsha.243681 - START */
	#Deutsche_Bank_SYMBOL {
    float: right;
    display: block;
    border: 0;
    background: url("../images/logoDB.jpg") no-repeat;
    width: 70px;
    height: 70px;
}
#HREF_newCaret2 {
    /* color: #0098db; */
    /* vertical-align: top; */
    border-top: 7px solid #006699;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    margin-left: 7px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-top: 3px;
}
a#HREF_Logout {
	margin-left: 10px;
    width: 33px;
    height: 30px;
    background: url("../images/iconList.png") no-repeat;
    background-position: 0 -647px;
}
.headerPhoto {
    position: absolute;
}
.headerPhoto img {
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    right: 33px;
    top: -7px;
}
.hdrwelcometextrow2 {
    text-align: right;
    right: 260px;
    display: inline-block;
    margin-top: 30px;
    /* margin-right: 40px; */
    font-size: 12px;
    color: #999999;
    position: absolute;
}
.nbs-flexisel-inner {
    float: left;
    width: 100%;
}
.nbs-flexisel-inner>ul {
    background: #0098db;
    width: 100%;
    display: table;
}
.nbs-flexisel-inner>ul>li a {
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
    float: none;
}
.nbs-flexisel-inner>ul>li {
    float: none;
    border-left: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
    /* padding: 0px 14px; */
}
.icons {
    background: url("../images/iconList.png") no-repeat;
    display: inline-block;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    margin-right: 8px;
}
.with_ico{float:left;padding: 5px 5px 5px 25px;position:relative;}
.with_ico .icons {position:absolute;left:0;top:0;bottom:0;margin:auto;width:19px;height:19px;}
.with_ico.refresh .icons {background-position:0 -818px; margin-right:0;}
.with_ico.compose .icons {background-position:3px -1065px;}
.with_ico.livechat .icons {background-position:0 -509px;width:25px;height:17px;}
.with_ico.name .icons {background-position:1px -1103px;}
.with_ico.num .icons {background-position:3px -443px;height:24px;}
.with_ico.email .icons {background-position:0 -476px;}
.contact_us_div{background: #F8F9F9;width:100%;display:table;}
 .nbs-flexisel-ul.active{display:block;}
.contact_us_div>.list_contact{border-left:1px solid #fff;display:table-cell;vertical-align:middle; align:left;}
.contact_us_div>.list_contact:first-child{border:none;}
.contact_us_div>.list_contact.active,.nbs-flexisel-inner>#contact_us_div>#list_contact:hover {background:#002244;}
/*.contact_us_div>.list_contact:hover {background:#0074ad;} */
.contact_us_div>.list_contact a{padding:15px 0;display:block;text-align:center;color:#fff;}
.contact_us_div{  display:none; position:absolute;	  right:0;width: auto;z-index:2001;background: #FFFFFF;box-shadow:0 5px 10px rgba(0,0,0,0.2);	border:1px solid lightgrey;      }

.contact_us_div .list_contact a {color:#002244; text-align:left; font-family: arial;font-size: 13px;padding:14px 17px;}

.contact_box{padding:15px 0;}
.contact_box h3{color:#002244; padding:0 15px;height: 18px;border: none;font-size: 16px;font-family: arial;font-weight: bold;}
.contact_box .with_ico{padding: 5px 5px 5px 35px !important;}
.contact_box .icons.new{float:left;margin:2px 0 0 15px;}
.contact_box .list, .contact_box .box:last-child{padding:0 15px;}
.contact_box .box{padding:5px 0;}
.contact_box .greySection {margin-bottom:4px;}
.contact_box .greySection .box {padding: 7px 17px; background-color:#f6f6f6; margin-bottom:1px;width: 100%;box-sizing: border-box;}
.contact_box .list > .with_ico{border-bottom:1px solid #e5e5e5;color:#002244;width:100%;padding: 15px 5px 15px 35px !important;text-align:left;font-family: arial;      font-size: 13px;box-sizing: border-box;}
.contact_box .list > .with_ico:last-child{border:none;}
.contact_box label{color:#bababa;}
.contact_box > span{color:#bababa;}
.contact_us_div .list_contact .mail_to{color:#0089db;padding:5px 0;text-align:left;font-family: airal;font-size: 13px;}
.contact_us_div .list_contact .pb_no{color:#002244;padding:5px 0;display:block;}
.contact_us_div .list_contact .pb_no{text-align:left;font-size: 13px;font-family: arial;}


.caret.newCaret.settingsCarret {
    display: none;
}
.nav-pills.navbarModified .border-right {
	padding-right:0px;
	
}
.nav-pills.navbarModified .border-left-right.reflow_final_view {
	border-left:0px;
}
.formbtn.nextGen_HwButton {
	background-color: #0098db;
	color: white;
	font-size: 15px;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding:0px 10px;
	
}
.nextGen_HW_formbtn {
	position:relative;
	height:30px;
    top:0px;
    left:20px;
    margin-top:0px;
}
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 .ui-button-icon-primary.ui-icon.ui-icon-triangle-1-s{
	border-top: 9px solid #0098db;
    border-left: 6px solid transparent;
    position: absolute;
    border-right: 6px solid transparent;
    content: "";
    width: 1px;
    height: 1px;
    margin-top: 0px;
    top: 11px;
    right: 10px;
    left: 0px
}

.formbtn.nextGen_HwButton:hover {
	color: #ffffff;
	font-size: 15px;
	font-family: arial;
	width: 100%;
	height: 100%;-
	right: 0px;
	padding: 0px 10px;
}
#PageConfigurationMasterUX2_INDTPYW__1\:PaymentFormsFG\.BENEFICIARY_ID_comboText {
	height:30px !important;
}
#PageConfigurationMasterUX2_INDTPYW__1\:ListTable {
	border: 1px solid #e0e1e2;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 6px;
	/* width:79% !important; */
	margin-top: 10px;
}
#PageConfigurationMasterUX2_INDTPYW__1\:NavPanel1
{
	width:79% !important;
	}
	#PageConfigurationMasterUX2_INDTPYW__1	.listwhiterow td {
		padding: 10px 10px;
	}
#PageConfigurationMasterUX2_INDTPYW__1	.listgreyrow td {
		padding:0px 10px;
	}
#PageConfigurationMasterUX2_INDTPYW__1	.listtopbigbg th{
		padding: 8px 10px;
	}
	a#LOG_OUT {
		
color: #ffffff;
		
font-family: arial;
		
padding-right: 10px;
		
float: none;
		
padding: 10px;
	}
#span_LOG_OUT {
	height:30px;
	background: url();
}
#span_LOG_OUT:hover{
	padding-left:0px;
}
#PageConfigurationMasterUX2_INDTPYW__1 .labelColumn {
	width: 47.3%;
	width: 284px;
}
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 input[name="Action.AccountDetailsFG.LOOK_UP__"] {
	position: relative;top: -6px;left: 34px;
}
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 .ui-combobox {
}/*
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 .ui-combobox input {
	color: #333 !important;
	width: 263px !important;
}
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 .labelColumn_text_brdr_toosmall {
	width: 41%;
}*/
#PAGECONFIGURATIONMASTERUX2_INDTPYW__1 {
	/* width:79%; */
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 14px 25px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
#PageConfigurationMasterUX2_INDTPYW__1\:FormManagementFG\.REMARKS
{
	
width: 45%;
}	
#PageConfigurationMasterUX2_INDTPYW__1 .right {
	float:left;
}
#virtual_keyboard {
	display:none;
}
#PageConfigurationMasterUX2_INDTPYW__1\:InfoPanel2\.Ra2
{
	display:none;
}
#PAGECONFIGURATIONMASTERUX2_PMTPRFW__1 {
border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
    padding: 14px 25px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    }
#PageConfigurationMasterUX2_PMTPRFW__1 h2 {
	font-size:13px;
	color: #333333;
	border-bottom: 0px;
	border-top: 1px solid #d8d8d8;
} 
/*
#PAGECONFIGURATIONMASTERUX2_PMTPRFW__1 .ui-icon-triangle-1-s {
width: 0;
    height: 0;
    position: absolute;
    content: "";
    border-top: 9px solid #0098db;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 10px;
    top: 24px;
	}
	#PageConfigurationMasterUX2_TCVFASW__1 .ui-icon-triangle-1-s {
width: 0;
    height: 0;
    position: absolute;
    content: "";
    border-top: 9px solid #0098db;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 10px;
    top: 24px;
	}*/
	#PageConfigurationMasterUX2_TCVFASW__1 h2 {
	font-size:13px;
	color: #333333;
	border-bottom: 0px;
	border-top: 1px solid #d8d8d8;
}
/*
#PageConfigurationMasterUX2_PYVALRW__1 .ui-icon-triangle-1-s {
width: 0;
    height: 0;
    position: absolute;
    content: "";
    border-top: 9px solid #0098db;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 10px;
    top: 24px;
	}*/
	#PageConfigurationMasterUX2_PYVALRW__1\:SearchPanel\.Ra11\.C2 .ui-combobox:nth-child(4) {
	
		margin-left: 27px !important; 
	}
#PAGECONFIGURATIONMASTERUX2_PYVALRW__1 {
	border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
    padding: 14px 25px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
#PAGECONFIGURATIONMASTERUX2_PYVALRW__1 h2 {
	font-size:13px;
	color: #333333;
	border-bottom: 0px;
	border-top: 1px solid #d8d8d8;
}
#PAGECONFIGURATIONMASTERUX2_TCVFASW__1 {
	border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
    padding: 14px 25px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
#PAGECONFIGURATIONMASTERUX2_TCVFASW__1 .ui-combobox input
{
	color: #333333 !important;
}

.ui-datepicker-trigger{
    margin-left: -13px;
}
.ui-helper-clearfix {
    height: 0px;
}


	/* Custom styles added by Harsha.243681 - END */


	
/* Added by Jayaprakash.243678 */

.loginPanelImageStyle1 {

	position: absolute;
    bottom: 10px;
    left: 10px;

}
	
.loginContainer {
	margin: 0;
	padding: 10px 13px;
	height: auto;
	background: #ffffff url(../images/bg_wrapper.png) repeat-x 0 0;
	border-top: 3px solid #002244;
	background-color: #ffffff;
	max-width: 994px;
	box-sizing: border-box;
}

.safeOnlineLinks {
	width: 30% !important;
	float: left;
}

.impTips {
	color: #666;
	font-family: arial;
    font-size: 13px;
}

.loginFeatureLinks {
	height: 20px;
    margin-bottom: 15px;
}

.footerRight{
	float: right;
}

.loginPanelInputDetails2{
	padding: 0px 10px;
}

/* Customized styles for MOBILE - START */
@media only screen and (max-width:420px){
	.width50percent_login{
		height: auto;
	}
	
	.loginPanelBottomSectionHeadStyle{
		font-size: 25px;
		line-height: 28px;
	}
	
	.loginPanelBottomDisplaySectionStyle{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.loginPanelBottomSectionDetailsrow{
		margin-left: 0px;
		margin-top: 18px;
    	text-align: center;
    	width:	100%;
	}

	.safeOnlineLinks {
		width: 100% !important;
	}
	
	
	#LoginMore{
		margin-top: 5px;
	}
	
	.bookNow {
		display: block;
		margin: auto;
		width: 100%;
    	max-width: 510px;
	}
	
	.accessStyle2 {
		display: block;
		width: 100%;
	}

	
	.Accessstyle1 {
		bottom: -18px;
	}
	
	.AccessBottomStyle1 {
		margin-top: 18px;
	}
	
	.loginPanelImageStyle1{
		position: relative;
    	bottom: 10px;
    	left: 10px;
	}
	
	#IMAGECAPTCHA {
		width: 55%;
	}
	
	.footerRight{
		float: left;
	}
	
	.footer_firstLine {
		margin-top: 5px;
	}
	
}
/* Customized styles for MOBILE - END */

/* Customized styles for Tablet - START */
@media only screen and (max-width:767px) and (min-width:421px){

	.width50percent_login{
		height: auto;
	}

	.loginPanelBottomDisplaySectionStyle{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.loginPanelBottomSectionDetailsrow{
		margin-left: 0px;
		margin-top: 18px;
    	text-align: center;
    	width:	100%;
	}
	
	.safeOnlineLinks {
		width: 33%;
	}
	
	#LoginMore{
		margin-top: 5px;
	}
	
	.bookNow {
		display: block;
		margin: auto;
		width: 100%;
    	max-width: 510px;
	}
	
	#IMAGECAPTCHA {
		width: 26%;
	}
	
	.loginPanelImageStyle1{
		position: relative;
    	bottom: 10px;
    	left: 10px;
	}
	
	.loginPanelpasswordStyle{
		width: 85%;
	}
}
/* Customized styles for Tablet - END */

@media only screen and (max-width:967px) and (min-width:768px) {
	.width50percent_login{
		height: 488px;
	}
}
@media only screen and (max-width:790px) and (min-width:768px) {
	.FBicon{
		padding-right: 2.58%;
	}
		/* for login page2 */
	.width50percent_login{
		height: 502px;
	}
}
@media only screen and (max-width:807px) and (min-width:768px) {
	.bookNow{
		width: 105%;
    	max-width: 510px;
	}
}
@media only screen and (max-width:580px) and (min-width:420px) {
	#IMAGECAPTCHA {
    	width: 35%;
	}
}












/* Added by Jayaprakash.243678 for responsive feature - START */

.clearfix:after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
   box-sizing: border-box;
}

.floatRight {
	float: right !important;
}

.floatLeft {
	float: left !important;
}

.row {
	display: block;
	width: 100%;
}


/* Mobile Screens */
@media only screen and (max-width:420px){
	.grid-mob-1 {
		float: left;
		display: inline-block;
		width:	7.12%;
		box-sizing: border-box;
	}

	.grid-mob-2 {
		float: left;
		display: inline-block;
		width:	15.57%;
		box-sizing: border-box;
	}

	.grid-mob-3 {
		float: left;
		display: inline-block;
		width:	24.0%;
		box-sizing: border-box;
	}

	.grid-mob-4 {
		float: left;
		display: inline-block;
		width:	32.46%;
		box-sizing: border-box;
	}

	.grid-mob-5 {
		float: left;
		display: inline-block;
		width:	40.9%;
		box-sizing: border-box;
	}

	.grid-mob-6 {
		float: left;
		display: inline-block;
		width:	49.34%;
		box-sizing: border-box;
	}

	.grid-mob-7 {
		float: left;
		display: inline-block;
		width:	57.79%;
		box-sizing: border-box;
	}

	.grid-mob-8 {
		float: left;
		display: inline-block;
		width:	66.23%;
		box-sizing: border-box;
	}

	.grid-mob-9 {
		float: left;
		display: inline-block;
		width:	74.69%;
		box-sizing: border-box;
	}

	.grid-mob-10 {
		float: left;
		display: inline-block;
		width:	83.12%;
		box-sizing: border-box;
	}

	.grid-mob-11 {
		float: left;
		display: inline-block;
		width:	91.57%;
		box-sizing: border-box;
	}

	.grid-mob-12 {
		float: left;
		display: inline-block;
		width:	100%;
		box-sizing: border-box;
	}
}

/* Tablet Screens */
@media only screen and (max-width:767px) and (min-width:421px){
	.grid-tab-1 {
		float: left;
		display: inline-block;
		width:	7.48%;
		box-sizing: border-box;
	}

	.grid-tab-2 {
		float: left;
		display: inline-block;
		width:	15.89%;
		box-sizing: border-box;
	}

	.grid-tab-3 {
		float: left;
		display: inline-block;
		width:	24.3%;
		box-sizing: border-box;
	}

	.grid-tab-4 {
		float: left;
		display: inline-block;
		width:	32.97%;
		box-sizing: border-box;
	}

	.grid-tab-5 {
		float: left;
		display: inline-block;
		width:	40.86%;
		box-sizing: border-box;
	}

	.grid-tab-6 {
		float: left;
		display: inline-block;
		width:	49.53%;
		box-sizing: border-box;
	}

	.grid-tab-7 {
		float: left;
		display: inline-block;
		width:	57.69%;
		box-sizing: border-box;
	}

	.grid-tab-8 {
		float: left;
		display: inline-block;
		width:	66.1%;
		box-sizing: border-box;
	}

	.grid-tab-9 {
		float: left;
		display: inline-block;
		width:	74.77%;
		box-sizing: border-box;
	}

	.grid-tab-10 {
		float: left;
		display: inline-block;
		width:	83.18%;
		box-sizing: border-box;
	}

	.grid-tab-11 {
		float: left;
		display: inline-block;
		width:	91.59%;
		box-sizing: border-box;
	}

	.grid-tab-12 {
		float: left;
		display: inline-block;
		width:	100%;
		box-sizing: border-box;
	}

}

/* Medium Desktop Screens */
@media only screen and (max-width:960px) and (min-width:768px){
	.grid-dtp-1 {
		float: left;
		display: inline-block;
		width:	7.83%;
		box-sizing: border-box;
	}

	.grid-dtp-2 {
		float: left;
		display: inline-block;
		width:	16.21%;
		box-sizing: border-box;
	}

	.grid-dtp-3 {
		float: left;
		display: inline-block;
		width:	24.59%;
		box-sizing: border-box;
	}

	.grid-dtp-4 {
		float: left;
		display: inline-block;
		width:	32.97%;
		box-sizing: border-box;
	}

	.grid-dtp-5 {
		float: left;
		display: inline-block;
		width:	41.35%;
		box-sizing: border-box;
	}

	.grid-dtp-6 {
		float: left;
		display: inline-block;
		width:	49.73%;
		box-sizing: border-box;
	}

	.grid-dtp-7 {
		float: left;
		display: inline-block;
		width:	58.1%;
		box-sizing: border-box;
	}

	.grid-dtp-8 {
		float: left;
		display: inline-block;
		width:	66.49%;
		box-sizing: border-box;
	}

	.grid-dtp-9 {
		float: left;
		display: inline-block;
		width:	74.87%;
		box-sizing: border-box;
	}

	.grid-dtp-10 {
		float: left;
		display: inline-block;
		width:	83.25%;
		box-sizing: border-box;
	}

	.grid-dtp-11 {
		float: left;
		display: inline-block;
		width:	91.63%;
		box-sizing: border-box;
	}

	.grid-dtp-12 {
		float: left;
		display: inline-block;
		width:	100%;
		box-sizing: border-box;
	}

}

/* Large Desktop Screens */
@media only screen and (min-width:961px){
	.grid-ldsk-1 {
		float: left;
		display: inline-block;
		width:	7.83%;
		box-sizing: border-box;
	}

	.grid-ldsk-2 {
		float: left;
		display: inline-block;
		width:	16.21%;
		box-sizing: border-box;
	}

	.grid-ldsk-3 {
		float: left;
		display: inline-block;
		width:	24.59%;
		box-sizing: border-box;
	}

	.grid-ldsk-4 {
		float: left;
		display: inline-block;
		width:	32.97%;
		box-sizing: border-box;
	}

	.grid-ldsk-5 {
		float: left;
		display: inline-block;
		width:	41.35%;
		box-sizing: border-box;
	}

	.grid-ldsk-6 {
		float: left;
		display: inline-block;
		width:	49.73%;
		box-sizing: border-box;
	}

	.grid-ldsk-7 {
		float: left;
		display: inline-block;
		width:	58.1%;
		box-sizing: border-box;
	}

	.grid-ldsk-8 {
		float: left;
		display: inline-block;
		width:	66.49%;
		box-sizing: border-box;
	}

	.grid-ldsk-9 {
		float: left;
		display: inline-block;
		width:	74.87%;
		box-sizing: border-box;
	}

	.grid-ldsk-10 {
		float: left;
		display: inline-block;
		width:	83.25%;
		box-sizing: border-box;
	}

	.grid-ldsk-11 {
		float: left;
		display: inline-block;
		width:	91.63%;
		box-sizing: border-box;
	}

	.grid-ldsk-12 {
		float: left;
		display: inline-block;
		width:	100%;
		box-sizing: border-box;
	}

}



/* Added by Jayaprakash.243678 for responsive feature - END */

/*Added by sreekanth for aligning left*/
.simpletextmargin{
    font-size: 13px;
    text-decoration: none;
    word-wrap: break-word;
    float: left;
    color: #333333;
	font-family: arial;
    padding-left: 8px;
	margin-left:-4px;
}	



.widget-body .simpletextNew {
	/* Modified by Yashaswini and Ilakkiya */
    /* color: #555555; */
    
    font-size: 13px;
    text-decoration:none;
    word-wrap: break-word;
    float: left;
    color: #333333;
	font-family: arial;
   
	/* Modified by Yashaswini and Ilakkiya */
}

.simpletextrightDateNew {
	
	
	/*Changed by Yashaswini and Ilakkiya */
	font-size: 13px;/*size changed*/
	font-weight:normal;
	text-decoration: none;
	margin-right:6px;
	color: #333333;
	/*Added By Yashaswini and Ilakkiya*/
	float: left;
	/*Added By Yashaswini and Ilakkiya*/
}
	
	.simpletextChange {
	color: #262a2c;
	
	/*Changed by Yashaswini and Ilakkiya  */
	font-size: 13px;
	font-size: 25px;
	text-decoration: none;
	font-weight:bold;
	word-wrap:break-word;
}



.datetextboxnew {
	
font-size: 13px;
    color: #333333;
    text-decoration: none;
   
    /* margin: 16px 0px 9px 3px; */
    /* margin-top: 5px; */
    vertical-align: middle;
    border: 0px;
    background-color: transparent;
    height: 100%;
    width: 258px;
    height: 13px;/*size changed*/
    font-size: 14px;
    color: #333;
    outline:none;
    font-family: arial !important;
    padding: 4px 9px;
    margin-top: -6px;
    padding-bottom: 9px;
	/* Modified by Yashaswini and Ilakkiya */
}



.greybgtxtbox_nextgenNew {                            
  
  float: left;
  height: 24px;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size:  14px;
  height: 27px;/*size changed*/
  font-weight: normal;
  margin: 0px 0px 0px 3px;/*changed by yashaswini and ilakkiya*/
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  width: 284px;
  outline:none;/*added by Yashaswini and ilakkiya */
   border-bottom: 3px solid #cccccc;/*added by Yashaswini and ilakkiya */
   line-height:0.8em;
   
}


.challantypeNew {
    background: url("") no-repeat scroll 0 0 #000000;
    font-size: 14px !important;
    font-family: arial !important;
    height: 31px !important;
    color: #aaaaaa;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 3px solid #cccccc;
    padding-left: 8px;
    width: 400px;
    outline: none;
    text-overflow: ellipsis;
    box-sizing: border-box;
	/* Modified by Yashaswini and Ilakkiya */
}



.dropdownexpandalbeNew {
	background-color: transparent;
	border: 1px solid #d3d3d3;
	margin: 0px 0px 0px 3px;
	color: #262a2c;
	width: 100%;
	display: inline-block;
	
	/** font-size: 13px; */
	font-weight:normal;
	text-decoration: none;
	vertical-align: middle;
	
}


.formrowNew {
    margin: 0px;
    padding-left: 10px;
    padding-right: 107px;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
    background-color: transparent;
	/* Modified by Yashaswini and Ilakkiya */
}


/*5th screen*/

/* Modified by Yashaswini and Ilakkiya */
.whtboldtxtNew {
    font-size: 0.7em;
    text-decoration: none;
    font-weight: bold;
    padding-left: 4px;
    color: #262a2c;
    font-size: 19px;
    text-decoration: none;
    font-family: arial;
}


/* Modified by Yashaswini and Ilakkiya */
.querytextrightNew {
    padding-left: 0px;
    clear: right;
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
}
	
.copyrightText {
	color: #333333;
	font-family: arial;
    font-size: 13px;
}	
	
.slidepop{
	z-index:2;
	}	
	

.formbtndc {
	font-weight: normal;
	color: #404040; /*next-gen*/
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #333333;
	cursor: pointer;
	height: 33px; /*next-gen*/
	background-color: #0098db;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	width: auto;
	line-height: 21px;
	outline: none;
	-webkit-appearance: none; /*Added by Srinath For Safari*/
}

.hideElementFromUI {
	display: none;
}	

.formbtndclogb {
	font-weight: normal;
	color: #404040; /*next-gen*/
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #333333;
	cursor: pointer;
	height: 33px; /*next-gen*/
	background-color: #0098db;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	width: auto;
	line-height: 21px;
	outline: none;
	-webkit-appearance: none; /*Added by Srinath For Safari*/
	float: right !important;
    margin-top: -41px;
    margin-right:20px;
}

#PrivacyPolicyfooter {
	margin-left: 480px;
}

#TermsCondionsfooter {
	border-right: none;
}

.stage3_inputpanel_leftcontainerforcyberg {
	width: 75%;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #ffffff;
	padding: 14px 24px;
	margin-top: 20px;
}

.formbtnmainpage {
	font-weight: normal;
	color: #404040; /*next-gen*/
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #333333;
	cursor: pointer;
	height: 33px; /*next-gen*/
	background-color: #0098db;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	width: auto;
	line-height: 21px;
	outline: none;
	-webkit-appearance: none; /*Added by Srinath For Safari*/
	margin-right:191px;
}

.formbtnmainpageagree {
	font-weight: normal;
	color: #404040; /*next-gen*/
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #333333;
	cursor: pointer;
	height: 33px; /*next-gen*/
	background-color: #0098db;
	border-radius: 2px;
	color: #ffffff;
	font-size: 15px;
	width: auto;
	line-height: 21px;
	outline: none;
	-webkit-appearance: none; /*Added by Srinath For Safari*/
	margin-top:4px;
	margin-right:10px;
}


 .dummypwd_btn {
    display: block;
    border: 0px!important;
    width: 1px!important;
    height: 1px!important;
}

.loginrightcolicon1e{
    display: inline-block;
  /*   //height: 23px;
    //width: 22px; */
    vertical-align: middle;
    margin-top:-40px;
}

.iconservice{
	background: url(../images/iconList1.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 22px;
    vertical-align: middle;
   /*  margin-right: 11px; */
}

.bullet{
	font-size:13px;
	/* margin-left:-8px; */
}

.iconservice1{
	background: url(../images/iconList2.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    margin-right:-2px;
}

.iconservice2{
	background: url(../images/iconList4.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    margin-right: -6px;
}

.iconservice3{
	background: url(../images/iconList3.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.notespace{
	float:left;
	margin-top:20px;
}

.racfinal{
	float: left;
    font-size: 15px;
    font-family: arial;
    padding-top: 20px;
    padding-bottom: 20px;
}

.simpletextlogfli{
	color: #002244;
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
    float: left;
    padding: 10px;
}