/* CSS Document */

/*Jquery-style.css*/

@import "jquery-styles.css";

/*-----------------------------------------------------------------------------------------*/



/* Reset
-----------------------------------------------------------------------------------------------*/	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption
{
	margin: 0;  padding: 0;  font-size: 100%;
}


body{
   	/*width: 1003px;*/
	margin: 0 auto;
	float: none;  
	height:100%;
	min-height:100%;
	position:absolute;
	width:100%;
}

.tablebg
{
	background-image: url(../images/block-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border: #cccccc 1px solid;
	padding: 10px;
}

div.txtCt{
	text-align: center;
}

div.txtCt table{
	text-align: left;
}
.whitebg{
	background-color: #FFFFFF;
}

.borRBL{
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
}

.greybtm{
	background-image: url(../images/grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #666666;
}

.pg{
	background-image: url(../images/pager-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
}
/**********************************************
Scroll bar
**********************************************/
html{
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-3dlight-color:#064aae;
    scrollbar-arrow-color:#064aae;
    scrollbar-track-color:lightgrey;
    scrollbar-base-color:#ffffff;
    scrollbar-dark-shadow-color:#ffffff;
}

/*Wrapper*/

#wrapper{
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
}

#wrapperPopup{
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
}

#wrapperFS{
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
}

.fltfx{ 
	clear: both;
	display:block;
}

.bdr{
	border: 1px solid #114b4d;
}

.bdrb5{
	border: 1px solid #7cb3e1;
}

.bdrT{
	border-top:1px solid #a5a5a5;
}

.bdrL{
	border-left:1px solid #a5a5a5;
}

.bdrR{
	border-right:1px solid #a5a5a5;
}

.bdrB{
	border-bottom:1px solid #a5a5a5;
}

.btn{
	background-image:url(../images/bg_button.gif);
    /*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <S>*/
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100%;
	min-width:82px;
    /*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <E>*/
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;	
	color:#FFFFFF;	
}

.btnBig{
	background-image:url(../images/bg_btn.gif);
	width:100px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#FFFFFF;	
}

.btn130{
	background-image:url(../images/bg_btn.gif);
	width:130px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#FFFFFF;
}

.btn40{
	background-image:url(../images/bg_btn.gif);
	width:40px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#FFFFFF;
}

.btn50{
	background-image:url(../images/bg_btn.gif);
	width:50px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#FFFFFF;
}

.btn60{
	background-image: url(../images/bg_btn.gif);
	width: 60px;
	height: 22px;
	border: 0 solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	color: #FFFFFF;
}

.btnAddGrd{
	background-image:url(../images/bg_btn_grd.gif);
	background-repeat:no-repeat;
	width:40px;
	height:14px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#000000;
}


#btnCt{
	text-align: center;
	font-size: 0px; /* clear gaps in inline structure */
}
#btnCt li{
	list-style: none;
	display: inline;
}
#btnCt li span{
	display: table-cell; /*Firefox 2 */
	display: inline-block; /* Other */
}

.cptr{
	cursor:pointer;	
}


/**********************************************
Padding Classes                         
**********************************************/
.pAll{
	padding: 8px;
}

.pA2{
	padding: 2px 2px 20px 2px;
}

.pT1{
	padding-top:1px;
}

.pT2{
	padding-top:2px;	
}

.pR2{
	padding-right: 2px;	
}

.pB2{
	padding-bottom: 2px;	
}
.pB5{
	padding-bottom: 5px;
}

.pB10{
	padding-bottom: 10px;
}

.pL2{
	padding-left: 2px;	
}

.pT3{
	padding-top:3px;	
}
.pT10
{
	padding-top: 10px;
}
.pT12
{
	padding-top: 12px;
}
.pT15
{
	padding-top: 15px;
}
.pT25
{
	padding-top: 25px;
}
.pR3
{
	padding-right: 3px;
}

.pR3{
	padding-right: 3px;	
}

.pB3{
	padding-bottom: 3px;	
}

.pL3{
	padding-left: 3px;	
}

.pT4{
	padding-top:4px;	
}
.pT5{
	padding-top: 5px;
}

.pR4{
	padding-right: 4px;	
}

.pB4{
	padding-bottom: 4px;	
}

.pL4{
	padding-left: 4px;	
}
 /*//BT-98724_BT-98725 : Ismail : 11-07-2023 : Display Inactive Calls in Recommendation Tracker <S>*/
.pL7{
	padding-left: 7px;	
}
 /*//BT-98724_BT-98725 : Ismail : 11-07-2023 : Display Inactive Calls in Recommendation Tracker <E>*/
.pT6{
	padding-top:6px;
}

.pR6{
	padding-right: 6px;	
}
.pR5{
	padding-right: 5px;
}

.pR10{
	padding-right: 10px;	
} 

.pR15{
	padding-right: 15px;	
} 

.pR25{
	padding-right: 25px;	
} 
.pL5{
	padding-left: 5px;
}

.pL8{
	padding-left: 8px;	
}

.pL10{
	padding-left: 10px;
}

.pL13{
	padding-left: 13px;
}

.pL14{
	padding-left: 14px;
}

.pL15{
	padding-left: 15px;
}

.pL20{
	padding-left: 20px;
}

.pL23{
	padding-left: 23px;
}

.pL25{
	padding-left: 25px;
}

.pL50{
	padding-left: 50px;
}

.pL40{
	padding-left: 40px;
}

.pL80{
	padding-left: 80px;
}

.pL100{
	padding-left: 100px;
}

.pL120{
	padding-left: 120px;
}

.pL200{
	padding-left: 200px;
}

.pL210{
	padding-left: 210px;
}

.pL211{
	padding-left: 211px;
}
/**********************************************
Margin Classes                         
**********************************************/

.mT2{
	margin-top: 2px;
}

.mR2{
	margin-right: 2px;
}

.mB2{
	margin-bottom: 2px;
}

.mL2{
	margin-left: 2px;
}

.mT3{
	margin-top: 3px;
}

.mR3{
	margin-right: 3px;
}

.mB3{
	margin-bottom: 3px;
}

.mL3{
	margin-left: 3px;
}

.mT4{
	margin-top: 4px;
}

.mR4{
	margin-right: 4px;
}

.mB4{
	margin-bottom: 4px;
}

.mL4{
	margin-left: 4px;
}


.mL8{
	margin-left: 8px;
}

.mT6{
	margin-top: 6px;
}

.mL5{
	margin-left: 5px;
}

.mL15{
    margin-left: 15px;
}

.mL155{
	margin-left: 155px;
}

.mL145{
	margin-left: 145px;
}

.marR130{
	margin-right:130px;
}

.mL25{
	margin-left:25px;
	min-margin-left:35px;
}
/**************************Grid Class***********************************/
.grid-view
{
	padding: 0;
	margin: 0;
	border: 1px solid #333;
	font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
	font-size: 0.9em;
}

.grid-view tr.header{
	color: white;
	background-color: #FF5600;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.grid-view tr.normal{
	color: black;
	background-color: #FDC64E;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.grid-view tr.alternate{
	color: black;
	background-color: #D59200;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
/**************************Grid Class Ends here***********************************/


/********************************************************************************************
Text Classes                         
*********************************************************************************************/
.txtLf{
	text-align: Left;
}

.txtRt{
	text-align:right;
}

.txtCt{
	text-align:center;
}

.txtbd{
	font-weight: bold;
}

.txtNormal{
	font-weight: normal;
}

.txtuc{
	text-transform:uppercase;
}

.txtlc{
	text-transform:lowercase;
}

.txtProp{
	word-spacing: 1px;
	line-height: 140%;
}

.tcB{
	color: #064aae;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.tcR{
	color: #c60303;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/**** Static Text Classes ****/

.stTxt10{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #124a4d;
}

.stTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.stTxt13{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #437260;
}

.stTxtC1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #124a4d;
}

.tcBk{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}

.headerText{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;	
	font-weight:bold;	
	line-height: 140%;
}

.hdrTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;	
	font-weight:bold;	
	line-height: 140%;
}

.wrdwrp{
	word-wrap:break-word;
}

.lblFld{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#454445;	
	line-height: 140%;
}

.lblVal{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;		
	line-height: 140%;
}

.whtspc{
	white-space:pre-wrap;
}

/**** Link Text Classes *****/

.tcW{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

A.tcW{
	text-decoration:underline;	
}

A.tcW:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.lnkTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #006600;
	line-height: 120%;
}

A.lnkTxt{
	text-decoration:none;
}

A.lnkTxt:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkTxt10{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #006600;
	line-height: 120%;
}

A.lnkTxt10{
	text-decoration:none;	
}

A.lnkTxt10:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkTxtB{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #124a4d;
	line-height: 120%;
}

A.lnkTxtB{
	text-decoration:none;
}

A.lnkTxtB:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkTxt14{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #06377c;
	line-height: 120%;
	font-weight:bold;
}

A.lnkTxt14{
	text-decoration:none;
}

A.lnkTxt14:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;		
	color:#6f0111;
	text-decoration:underline;
	font-weight:bold;
}

.lnkTxt15{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;	
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}

/**********************************************
Float Classes                        
**********************************************/
.flLt{
	float:left;	
}

.flRt{
	float:right;
}

.flRtCl{
	float:right;	
	clear:both;
	padding-right: 4px;
}

.flLtWd500{
	float:left;
	width: 500px;
}

.flLtWd450{
	float:left;
	width: 450px;
}

.flLtWd400{

	width: 400px;
}

.flRtWd400{
	float:right;
	width: 400px;
}

.flLtWd360{
	float:left;
	width: 360px;
}

.flLtWd305{
	float:left;
	width: 300px;
}
.flLtWd300{
	float:left;
	width: 300px;
}

.flLtWd250{
	float:left;
	width: 250px;
}

.flLtWd225{
	float:left;
	width: 225px;
}

.flLtWd200{
	float:left;
	width: 200px;
}

.flLtWd175{
	float:left;
	width: 175px;
}

.flLtWd180{
	float:left;
	width: 180px;
}

.flLtWd160{
	float:left;
	width: 160px;
}


.flLtWd150{
	float:left;
	width: 150px;
}

.flLtWd155{
	float:left;
	width: 155px;
}

.flLtWd130{
	float:left;
	width: 130px;
}

.flLtWd125{
	float:left;
	width: 125px;
}

.flLtWd145{
	float:left;
	width: 145px;
}

.flLtWd120{
	float:left;
	width: 120px;
}

.flLtWd110{
	float:left;
	width: 110px;
}

.flLtWd100{
	float:left;
	width: 100px;
}

.flLtWd90{
	float:left;
	width: 90px;
}

.flLtWd75{
	float:left;
	width: 75px;
}

.flLtWd70{
	float:left;
	width: 70px;
}

.flLtWd50{
	float:left;
	width: 50px;
}

.flLtWd17{
	float:left;
	width: 17px;
}

.flLtWd600{
	float:left;
	width: 600px;
}
.flLtWd1000{
	float:left;
	width: 1000px;
}
.flLtWd5{
	float:left;
	width: 5px;
}

/**********************************************
Modal Classes                      
**********************************************/
.modalPopup{
	background-color:#ddeffe;
	width: 50%;
	height: 100%;
}

.modalOverlay{
	background-color:#808080;
}

/**********************************************
Tabs Classes                      


.dftTb{
	background-color:#99acbd;	
	margin: 0px 5px 0px 5px;
	width:100%;	
	color:#000000;
	height: 17px;	
}

A.dftTb{
	text-decoration:none;
}

A.dftTb:hover{
	background-color:#7bb3e2;	
	margin: 0px 5px 0px 5px;	
	width:100%;	
	color:#000000;
	height: 17px;	
}

A.dftTb:active{
	background-color:#7bb3e2;	
	margin: 0px 5px 0px 5px;		
	width:100%;	
	color:#000000;
	height: 17px;	
}

**********************************************/

/**********************************************
Header Area                         
**********************************************/

#hdr{
}

#tphdr{
	background-color: #719771;
	width: 100%;
	height: 65px;
}

#tphdrLog{	
	background-color: #719771;
	width: 100%;
	height: 65px;
}

.logo{
	background-color:#719771;
	float:left;
}

.tprt{
	float: right;		
	border-left: 1px #01446f dotted;
}


/**********************************************
Exchange 
**********************************************/

#exchange{
	width:425px;
	height:42px;
	background-image:url(../images/bg_exchange.jpg);
	background-repeat:repeat-x;
	border: 1px solid #a5a5a5;	
}

#exchangeBg{
	width:400px;
	margin-top:4px;
	height:20px;
}

.exchangeText{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#565555;
	line-height: 160%;
}
 
.exchangeCol1{
	float:left;
	border-right: 1px solid #e3e4e5;
}

.exchangebtn{
	float:right;
	margin-right: 8px;
	_margin-top: -15px;
}

/**********************************************/

#midHdr{
	background-image:url(../images/bg_date.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 2px 0px 0px 0px;
	height:18px;
}


#ticker{
	margin:0 auto;
	height: 20px;
	float: left;
	width:74%;
}

.tickerNormal{
	background-image:url(../images/bg_date.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 1px 0px 0px 0px;
	height:18px;	
}

.tickerRefresh{
	background-image:url(../images/bg_tickerRefresh.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 1px 0px 0px 0px;	
	height:18px;		
}

.tickerBg{
	width:100%;	
	margin: 1px 0px 0px 0px;
}

.dtBg{
	width: 25%;
}

#date{
	float:right;
	height: 18px;
	margin: 2px 0px 0px 0px;
	padding-bottom: 2px;
}


/**********************************************
top navbar for tabs                            
**********************************************/
.navMain{
	height:27px;
	float:left;		
	width:100%;
	background-image:url(../images/bg_nav_grad1.jpg) ;		
	background-repeat:repeat-x;		
}

.navBg{
	background-image:url(../images/bg_nav_grad.jpg);
	width:130px;
	height: 27px;	
	float:left;
	background-repeat:repeat-x;
}

A.navBg{
	text-decoration:none;
}

A.navBg:hover{
	background-image:url(../images/bg_nav_rollover.jpg);
	color:#FFFFFF;
	text-decoration:none;
	height: 27px;
}

A.navBg:active{
	background-image:url(../images/bg_nav_rollover.jpg);
	color:#FFFFFF;
	text-decoration:none;
	height: 27px;
}

.navBgactive{
	background-image:url(../images/bg_nav_rollover.jpg);
	color:#FFFFFF;
	text-decoration:none;
	height: 27px;
	width:94px;
	margin-right:1px;	
	float:left;
	background-repeat:repeat-x;
}

.navTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:0.69em;
	color:#FFFFFF;
	padding: 6px 2px 0px 2px;
	font-weight:bold;
	text-align:center;
	line-height: 120%;
}

.submenu{
	background-color: #719771;
	border: 1px solid #124a4d;
	float: left;
	width: 100%;
}

.submenuText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	word-spacing: 1px;
	line-height: 140%;
	margin: 4px 12px 2px 14px;
}

A.submenuText{
	text-decoration:none;
}

A.submenuText:hover{
	color: #124a4d; 
	text-decoration: none;
}

/**********************************************
LHS navbar WebAdmin                           
**********************************************/

.submenu2{
	background-color: #719771;
	border: 0px solid #124a4d;
	float: left;
	width: 99%;
	height: 100%;
}

.submenuTxt2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	word-spacing: 1px;
	line-height: 160%;
	margin: 4px 12px 2px 14px;
}

A.submenuTxt2{
	text-decoration:none;
}

A.submenuTxt2:hover{
	color: #000000; 
	text-decoration: none;
}

A.submenuTxt2:active{	
	color:#000000;
	text-decoration:none;
}


.submenuTxt3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	word-spacing: 1px;
	line-height: 140%;
	margin: 4px 4px 2px 12px;
}

A.submenuTxt3{
	text-decoration:none;
}

A.submenuTxt3:hover{
	color: #114b4d; 
	text-decoration: none;
}


/**********************************************
collapsible menu
**********************************************/
.navigation	{
	height:27px;
	background-image:url(../images/bg_nav.gif) ;		
	float:left;
	background-repeat:repeat-x;
	overflow:hidden;
	text-align:center;
	line-height:180%;
	width:84%;
}

.navigation .link{	
	height:27px;				
	float:left;	
	text-decoration: none;
}

.navigation .link a:hover{	
	background-image:url(../images/bg_nav_hover.gif);							
	height:27px;				
	float:left;
	text-decoration:none;	
}
			
.navigation .link a:active{
	background-image:url(../images/bg_nav_hover.gif);							
	height:27px;				
	float:left;	
	text-decoration: none;	
}

.navTxtC{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-left: 19px;
	padding-right:19px;
}

A.navTxtC{
	text-decoration:none;
}

A.navTxtC:hover{
	color:#6f0111;
	text-decoration:none;
	padding-left: 19px;
	padding-right:19px;
}

div.navTxtC{
	float: left;
	margin-right: 12px;
	margin-left: 4px;
}


.submenuC{
	background-color:#719771;
	border: 1px solid #124a4d;
	float: left;	
	width:99%;
	z-index:1000;
	position:absolute;
	top:12px;
	left:0px;
}

.submenuCText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	word-spacing: 1px;
	line-height: 140%;
	margin: 4px 12px 2px 4px;	
}

A.submenuCText{
	text-decoration:none;
}

A.submenuCText:hover{
	color:#6f0111;
	text-decoration:none;
}

/**********************************************
context menu                           
**********************************************/

.cMenuBox{
	background-color: #124a4d;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.cMenuHover{
	background-color: #719771;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
	

/**********************************************
Search Quote                            
**********************************************/

.quote{
	width:140px;
	height: 22px;
	float: right;
}

.quoteC{
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	width:15%;
	height: 27px;
	border-right: #124a4d 1px solid;
}

.quoteName{
	width: 90px;
	_width: 80px;
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
}



/**********************************************
Main Content Area                         
**********************************************/
.content{
	background-color:#f6fafd;
	margin: 0 auto;
	float: left;
	height: 350px;	
	width:100%;	
}


/**********************************************
Profile Tabs                           
**********************************************/
#profile{
		background:url(../images/bg_hdr_profile.gif) 0 100% repeat-x;
		height:23px;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
		color:#a5a5a5;
		overflow:hidden;		
}

.profileTabs{
	/*border-right: 1px solid #a5a5a5;*/
	padding-left:5%;
	padding-right:5%;	
	margin-right:3px;
	height:100%;		
}

.profileText{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#363737;	
	text-align:center;
	line-height: 120%;
}

A.profileTabs{
	text-decoration:none;
}

A.profileTabs:hover{
	background:url(../images/bg_profile_rollover.gif) 0 100% repeat-x;
	height: 23px;
	padding-left:5%;
	padding-right:5%;	
	border: 0px solid #719771;
	margin-right:3px;
}

A.profileTabs:active{
	background:url(../images/bg_profile_rollover.gif) 0 100% repeat-x;
	height: 23px;
	border: 1px solid #719771;
	padding-left:5%;
	padding-right:5%;	
	margin-right:3px;
}

.mwProfileTabActive{
	background:url(../images/bg_profile_rollover.gif) 0 100% repeat-x;
	height: 23px;
	border: 1px solid #719771;
	padding-left:5%;
	padding-right:5%;	
	margin-right:3px;
}


/**********************************************
Order Entry Panel
**********************************************/

#orderEntry{
	width: 100%;	
	margin-top: 0px;
}

#oeHeader{
	background-image:url(../images/bg_orderEntry.gif);
	background-repeat:repeat-x;
	width:100%;	
	height:17px;
}

.oeBuy{
	background-color:#064aae;	
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.oeSell{
	background-color:#c45a5a;
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

.columns{
	padding: 2px 2px 2px 2px;
}

.txtboxSizeNormal{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.txtboxSizeNormalDis{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color: #a9a9a9;	
}

.txtboxSize_big{
	width: 90px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}
.txtBxBig_Focus{
	width: 90px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	background-color: #ffff99;
}
.txtBxBig_Disabled{
	width: 90px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	background-color: #a9a9a9;
}

.txtboxSize_small{
	width:60px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 3px;
}
.txtBxSmall_Focus{
	width:60px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 3px;
	background-color: #ffff99;
}
.txtBxSmall_Disabled{
	width: 60px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	background-color: #a9a9a9;
}

.txtboxSize30{
	width: 30px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.txtboxSize75{
	width: 75px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

.txtboxSize75Dis{
	width: 75px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color: #a9a9a9;
}

.txtboxSize90{
	width: 90px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.txtboxSize100{
	width: 100px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.txtboxSize120{
	width: 120px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}
.txtboxSize140{
	width: 140px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.txtboxSize150{
	width: 150px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.txtboxSize170{
	width: 170px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.txtboxSize200{
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.txtboxSize225{
	width: 225px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.txtboxSize275{
	width: 275px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.txtboxSize450{
	width: 450px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.txtboxSize650{
	width: 650px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.txtboxSize750{
	width: 750px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}


.txtboxSize300{
	width: 300px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
} 

.txtboxSize350{
	width: 350px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}


.dropdownNormal{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	min-width: 90px;  /*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <S>*/
}

.dropdownSize80{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	width: 80px;
}

.dropdownSize50{
	width: 50px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize70{
	width: 70px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize100{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	width: 100px;
}

.dropdownSize110{
	width: 110px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize120{
	width: 120px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.dropdownSize130{
	width: 130px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}
/* BT-105743_BT-105745_RamavtarJ_25Oct2023_Manual recommendation for Multi Scrip orders <E> */
.dropdownSize135{
	width: 135px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}
/* BT-105743_BT-105745_RamavtarJ_25Oct2023_Manual recommendation for Multi Scrip orders <E> */
.dropdownSize140{
	width:140px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize150{
	width:150px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize180{
	width: 180px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize200{
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.dropdownSize220{
	width: 220px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

.dropdownSize240{
	width: 240px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}


.dropdownSize275{
	width: 275px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize300{
	width: 300px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize400{
	width: 400px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize350{
      width: 350px;
      font-family:Verdana, Arial, sans-serif;
      font-size:11px;
      margin-top: 3px;
}

.dropdownSize500{
	width: 500px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.listBox{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
}

.listBox110{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 110px;
}

.listBox170{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 170px;
}

.chckbx{
	width: 10px;
	height:10px;	
	border:none;	
}

.oebtn{
	position:absolute;
	margin-top: -30px;
	z-index:1;
	right:10px;	
}

.btm{
	float: left;
	background-color: #eef6ed;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/**********************************************
footer
**********************************************/

#footer{
	float: left;
	background-color: #eef6ed;
	width: 100%;
	vertical-align: middle;
}

#footerNav{
	background-color:#ffffff;
	text-align:center;
	clear:both;
	height:20px;
}

.W500{
	width: 500px;
}

/**********************************************
Alert Messages
**********************************************/

#messages{
	width:1000px;
	float:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 5px;
	margin-bottom: 0px;
}

#messgBE{
	width:470px;	
	float:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 5px;
	margin-bottom: 0px;
}

.alertTab{
	background-color: #719771;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin: 0px 5px 0px 5px;
	padding-right: 7%;
	padding-left: 7%;
	color: #000000;
	cursor: pointer;
}

A.alertTab{
	text-decoration:none;
}

A.alertTab:hover{
	background-color:#cbd3c8;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin: 0px 5px 0px 5px;
	padding-right: 7%;
	padding-left: 7%;	
	width:100%;	
	color:#000000;
	height: 17px;	
}

A.alertTab:active{
	background-color:#cbd3c8;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin: 0px 5px 0px 5px;
	padding-right: 7%;
	padding-left: 7%;	
	width:100%;	
	color:#000000;
	height: 17px;	
}

.alertTab1{
	background-color:#cbd3c8;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	margin: 0px 5px 0px 5px;
	padding-right: 7%;
	padding-left: 7%;	
	width:100%;	
	color:#000000;
	height: 17px;	
}

.alertContent{
	background-color:#FFFFFF;
	border: 1px solid #000000;
	float:left;
	width: 99%;
	margin: 0px 1px 4px 1px;
}

/**********************************************
Tab 
**********************************************/

.TbMnuBG{
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	color: #000000;
	cursor: hand;
	width:100%;	
}

.TbMnuBGS{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-image: url(../images/tab_bg_s.gif);
	background-repeat: repeat-x;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	cursor: hand;
	width:100%;	
}
/*****************************************************************/



/***********************************************************************************************************************
Login Page for Layout 1 & 2
**************************************************************************************************************************/

.loginCenter{
	width: 50%;
	margin-left: 27%;
}

#loginContent{
	background-image: url(../images/loginContentBg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#rightSidebar{
	width: 340px;
	margin-top: 4px;
}

#leftSidebar{
	width: 610px;
	padding: 15px 15px 5px 15px;
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	word-spacing: 1px;		
}

/****************************
Login Page for Layout 3
******************************/

#sidebar{
	width:660px;	
	float:left;
}

#sidebar1{
	width:310px;
	float:left;
}

#sidebar2{
	width: 340px;
	float:right;
}

#sidebar3{
	width: 310px;
	float:right;
	
}
	
/****************************
Login Page for Layout 4 & 5
******************************/

#sidebar4{
	width: 490px;
	float:left;		
}

#sidebar5{
	width: 490px;
	float:right;	
}

#sidebarImage{
	width: 135px;
	float: left;
}



/******************
Login Box Header
*******************/
.ttlHdrLog{
	background-image:url(../images/bg_loginHeader.gif);
	background-repeat:repeat-x;
	height: 23px;	
	margin: 2px 0px 0px 0px;	
	border-left: 1px solid #a5a5a5; 
	border-right:1px solid #a5a5a5;	
	width:100%;
}

/******************
Common Box Header
*******************/
.ttlHdr{
	background-image:url(../images/bg_Hdr.gif);
	background-repeat:repeat-x;
	height: 23px;	
	margin: 2px 0px 0px 0px;	
	border-left: 1px solid #a5a5a5; 
	border-right:1px solid #a5a5a5;	
	width:100%;
}


/*********************
Login Box Content Box
**********************/

.box{
	background-color: #eef6ed;
	border: 1px solid #a5a5a5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*height: 100%;*/
}

.boxNB{
	background-color: #eef6ed;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.boxNT{
	background-color:#eef6ed;
	color: #202020;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	height: 100%;	
}


.box a:link{
	color:#006600;	
	text-decoration:none;
}

.box a:visited{
	color:#006600;
	text-decoration:none;
}

.box a:hover{
	color:#6f0111;	
	text-decoration:underline;
}

.boxNB a:link{
	color:#006600;	
	text-decoration:none;
}

.boxNB a:visited{
	color:#006600;
	text-decoration:none;
}

.boxNB a:hover{
	color:#6f0111;	
	text-decoration:underline;
}

/*OrderEntry Box*/

.boxOE{
	background-color: #eef6ed;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*height: 100%;*/
}

.boxOE a:link{
	color:#ffffff;	
	text-decoration:underline;
}

.boxOE a:visited{
	color:#ffffff;
	text-decoration:underline;
}

.boxOE a:hover{
	color:#ffffff;	
	text-decoration:underline;
}

/*Bid entry box*/

.boxBE{
	background-color: #e5eae3;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;	
}

/*OrderEntry Box ends here*/

div.row{
	clear:both;
	padding-top: 4px;
}

div.row span.label{
	float: left;	
	text-align: right;
	width: 90px;
}

div.row span.label1{
	float: left;	
	text-align: right;
	width: 110px;
}

div.row span.formw{
	float:right;
	text-align:left;
	width: 200px;
}

div.row span.formr{
	float:right;
	text-align:right;
	width: 150px;
}

.btnBg{	
	margin-left:4px;
}

.userGuide{
	float: left;
	width: 100%;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

/*********************************
Keyboard
**********************************/

.keybd{
	width:335px;
}


/*********************************
Member Details Box
**********************************/

.memberDetails{
	background-color: #e9ede7;
}

.memberDetailsBg{
	background-image:url(../images/bg_loginXchange.gif);
	background-repeat:repeat-x;
}

.mDetailTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;	
}

.mDetailLnk{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#124a4d;		
	line-height: 120%;
}

A.mDetailLnk{
	text-decoration:none;
}

A.mDetailLnk:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;		
	color:#6f0111;
	text-decoration:underline;
}

/*********************************
Market Timings Box
**********************************/
.custArea3{
	width: 100%;
}

.mrktTimings{
	width: 100%;
}

.bborder td{
	border-bottom: 1px solid #719771;
	padding:3px 0px 3px 0px;	
}


/*********************************
Footer Box
**********************************/

#loginFooter{
	float: left;
	min-height:20px;
	background-color: #719771;
	width: 100%;
	margin-top: 2px;
	text-align: center;
	padding-top: 4px;
	padding-bottom:4px;
}


/***** To be used for CA4 ***/
.mwFooterStrip{
    background-color:#719771;
    width:100%;
    height:2px;
}

.mkslFooter{
	float: left;
	height: 35px;
	background-color: #ebecec;
	width: 100%;
	margin-top: 2px;
	text-align: center;
	padding-top: 4px;
}


/***********************
Forgot Password Page
************************/

#forgotPwd{
	width:40%;
	height: 280px;
	margin-left: 30%;
}

/***********************
Know your Browser Page
************************/

#knowBrowser{
	width:55%;
	margin-left:23%;
	height: 200px;
}


#loginFailure{
	width:99%;
}

/***************************************************************************************************************************
Best Five Page
****************************************************************************************************************************/

.b5Buy{
	background-color:#064aae;	
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	border: 1px solid #000000;
}

.b5Sell{
	background-color:#c60303;
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	border: 1px solid #000000;
}

.b5MenuBg{
	background-color: #124a4d;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #22638d;
	text-align: center;
}

.b5BuyText{
	color:#064aae;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #719771;
	text-align:right;
}

.b5SellText{
	color:#c60303;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #719771;
	text-align:right;
}

.w5{
	width:5%;
}

.w7{
	width:7%;
}

.w10{
	width:10%;
}

.w11{
	width:11%;
}

.w15{
	width:15%;
}

.w25{
	width:25%;
}

.w20{
	width:20%;
}
.w50{
	width:50%;
}

.w40{
	width:40%; /*BT-4010 Changes in WebAdmin for Collateral Real time Revaluation:-  width class added*/
}

.w60{
	width:60%; /*BT-4010 Changes in WebAdmin for Collateral Real time Revaluation:-  width class added*/
}

.w30{
	width:30%;
}

.w100{
	width:100%;
}

.w98{
	width:98%;
}
/*****************************************************************************************
Reports Page
******************************************************************************************/

/*
#reports{
	width:1000px;
	float:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 160%;
	margin-top: 5px;
	margin-bottom: 0px;
}
*/

.grdEmpty{
	text-align: left;
	color: #c60303;
	font-weight: bold;
	height: 20px;
}

.grdHead{
	background-color: #124a4d;
	_background-image: url(../images/bgSubHdr.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

.grdAppBg
{
	background-color: #EEF6ED;
	color: #000000;
	background-image: url(../images/shwd.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 0px 2px 0px;
}

.grdRows{
	background-color:#e4eae4;
	color:#000000;
}

.grdAltRows{
	background-color:#f6fbf6;
	color:#000000;
}

.grdTotalRows{
	background-color: #99acbd;
}

.grdPager{
	_background-color: #638963;
	background-image: url(../images/pager-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	color: #666666;
}

.grdPager span{
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px;
}

.grdFooter{
	background-color:#000000;
	color:#FFFFFF;
}


/***********************
Exchange Messages Report Page
************************/

#exchangeMssg{
	width: 99%;
}

.userctrl{
	width: 100%;
}

/****************************************************************************************************************************
Fair Value Calculator Page
**********************************************************************************************************************************/

#calculator{
	width:70%;	
}

/****************************************************************************************************************************
Contract Information Page
****************************************************************************************************************************/

#contractInfo{

}


/****************************************************************************************************************************
Links Page
****************************************************************************************************************************/

#links{
	width: 50%;
}

/****************************************************************************************************************************
Shortcut Keys Page
****************************************************************************************************************************/

#shortcutKeys{
	width: 99%;	
}

.sckrows{
	width:400px;
	margin-left: 30%;
	height: 250px;
}


/****************************************************************************************************************************
Options Calculator Page
****************************************************************************************************************************/

#optCalculator{
}

#inputValue{
}

#outputValue{
	width:38%;	
	height: 190px;
	_height: 190px;
}


/****************************************************************************************************************************
Column Template Page
****************************************************************************************************************************/

#colTemplate{
	height:100%;	
}

/****************************************************************************************************************************
Profile Page
****************************************************************************************************************************/

#profilePage{
	width:100%;
	height:100%;
}

.defProfileSel{
	background-color: #e4e7a0;
}

/*******************
Profile Page Mail Preferences
********************/

#mailPreferences{
}


/*******************
Product Type Page
********************/

#prodType{	
}

/*******************
Error Page
********************/
#errorPage{
	width: 99%;
	height: 100%;
}

/************* for Order Entry error summary START ****/

.backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/ 
	height:100%; 
	width:100%; 
	top:0; 
	left:0; 
	background:#000000; 
	border:1px solid #cecece; 
	z-index:999; 
} 

.popupContact{
	display:none; 
	position:fixed; 
	_position:absolute; /* hack for internet explorer 6*/ 
	height:30px; 
	width:608px; 
	background:#FFFFFF; 
	border:2px solid #cecece; 
	z-index:1000; 
	padding:5px; 
	font-size:13px; 
} 
/************* for Order Entry error summary END ****/

/************* Loading Icon Start ****/
.updateProgress {
    border-width:1px; 
    border-style:solid; 
    background-color:#ffffff; 
    position:absolute; 
    width:130px; 
    height:20px;   
}
.updateProgressMessage {
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
    margin:3px;  
    vertical-align: middle;
}
.background {
    background-color:#ffffff; 
    filter:alpha(opacity=10); 
    opacity:0.1; 
} 
        
/************* Loading Icon End ****/         

/************* for Second Level Authentication error summary START ****/

.popupSecondLevelAuth{
	display:none; 
	position:fixed; 
	_position:absolute; /* hack for internet explorer 6*/ 
	height:30px; 
	width:100%; 
	background:#719771; 
	border:2px solid #124a4d; 
	z-index:100; 
	padding:12px; 
	font-size:13px; 
} 

.autoComplete{   
    position:absolute;
    display:none;
    background-color:#FFFFFF;	
    color: #000000;
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
    text-align:left;
    border: 1px solid #000000;
    height:160px; 
    width:130px;
    z-index:1000;
    overflow:auto;
} 

.autoSelected{   
    background-color: #000080;
    color:#FFFFFF;
} 

/************* for Second Level Authentication error summary END ****/

/*************************Session Timeout *************/

.sessionDiv{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/ 
	height:100%; 
	width:100%; 
	top:0; 
	left:0; 
	background:#000000; 
	border:1px solid #cecece; 
	z-index:99; 
} 

.popupPassword{
	display:none; 
	position:fixed; 
	_position:absolute; /* hack for internet explorer 6*/ 
	height:30px; 
	width:100%; 
	background:#99acbd; 
	border:2px solid #01446f; 
	z-index:100; 
	padding:12px; 
	font-size:13px; 
} 
/*************************Session Timeout Ends*************/


/************************************************************
Funds View Page
*************************************************************/

.fvAdd{
	color:#02752a;
	font-weight:bold;
}

.fvLess{
	color:#124a4d;
	font-weight:bold;
}

/************* Funds View Ends***************************************************************************



/************* Styles for JQuery Modal Dialouge Box Starts here *************/

#confirmModalOverlay{
	background-color: #eee;
	cursor: auto;
}

#confirmModal{
	position: absolute;
	top: -200px;
	left: -150px;
	width: 320px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-bottom: 8px;
	background: #ffffff;
	border: 2px solid #124a4d;
	margin-left: 5px;
	margin-top: 5px;
}

#confirmModal .header{
	height: 30px;
	width: 100%;
	background: url(../images/jqModalHeader.gif) repeat-x;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
}

#confirmModal .header span{
	padding-left: 8px;
}

#confirmModal .header img{
	padding-left: 200px;
}

#confirmModal .message{
	color: #333;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
	padding: 0px 10px;
	font-size: 12px;
}

#confirmModal .buttons{
	width: 160px;
	float: left;
	padding: 15px 70px 2px;
}

#confirmModal .buttons1{
	width: 160px;
	float: left;
	padding: 15px 70px 2px;
}

#confirmModal .buttons div{
	float: left;
	margin-left: 40px;
	width: 70px;
	height: 22px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background: url(../images/jqModalButton.gif) repeat-x;
	border: 1px solid #124a4d;
	cursor: pointer;
	line-height: 20px;
}

#confirmModal .buttons1 div{
	float: left;
	margin-left: 0px;
	width: 70px;
	height: 22px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background: url(../images/jqModalButton.gif) repeat-x;
	border: 1px solid #124a4d;
	cursor: pointer;
	line-height: 20px;
}

#confirmModal a.modalCloseX, #confirmModal a.modalCloseX:link, #confirmModal a.modalCloseX:active, #confirmModal a.modalCloseX:visited{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
	top: -1px;
	left: 300px;
	color: #ffffff;
}

#confirmModal a.modalCloseX:hover{
	color: #9bb3b3;
}

/************** Styles for JQuery Modal Dialouge Box Ends here **************/


#confModalOverlay{
	background-color: #eee;
	cursor: auto;
}

#confModal{
	position: absolute;
	top: -100px;
	left: -130px;
	height: 150px;
	width: 320px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-bottom: 8px;
	background: #ffffff;
	border: 2px solid #124a4d;
}

#confModal .header{
	height: 30px;
	width: 100%;
	background: url(../images/jqModalHeader.gif) repeat-x;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
}

#confModal .header span{
	padding-left: 8px;
}

#confModal .header img{
	padding-left: 200px;
}

#confModal .message{
	color: #333;
	text-align: left;
	margin: 0;
	padding-bottom: 2px;
	padding: 0px 10px;
	font-size: 12px;
}

#confModal .buttons{
	width: 160px;
	float: left;
	padding: 60px 70px 15px;
}

#confModal .buttons div{
	float: left;
	margin-left: 40px;
	width: 70px;
	height: 22px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background: url(../images/jqModalButton.gif) repeat-x;
	border: 1px solid #124a4d;
	cursor: pointer;
}

#confModal a.modalCloseX, #confModal a.modalCloseX:link, #confModal a.modalCloseX:active, #confModal a.modalCloseX:visited{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	position: absolute;
	top: -1px;
	left: 300px;
	color: #ffffff;
}

#confModal a.modalCloseX:hover{
	color: #9bb3b3;
}


/************** Styles for MF Order Entry starts here **************/

.modalBackground {
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopupOE {
    padding:3px;
    width:510px;
    height:250px;
}

.modalPopupOEMSG {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:#dbdbdb;
    padding:3px;
	min-width:470px;
    min-height:160px;    
}
.modalPopupDupPAN {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:#dbdbdb;
    padding:3px;
	min-width:50px;
    min-height:50px;
    width:600px;
    height:100px;   
}



/**************************************************************************
Market Watch Header  where tc=top center, tl=top left, tr=top right                         
******************************************************************************/

.mwHeader{
	margin: 0px 2px 0px 0px;
}

.tc{
	background: url(../images/title_bg.gif) 0 100% repeat-x;
	height: 23px;
	width: 100%;
}

.tl{
	background: url(../images/title_arr.gif) 0 0 no-repeat;
	height: 23px;
	border-left: #CCCCCC 1px solid;
}

.tr{
	background: url(../images/title_bg.gif) 100% 0 no-repeat;
	height: 23px;
	overflow: hidden;
	border-right: #CCCCCC 1px solid;
}

.clear{
	font-size:1px;
	height:1px;
}

.mwHeaderText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #363737;
	font-weight: bold;
	text-align: left;
}

.mwButtons{
	margin: -13px 4px 0px 4px;
}

.mwgrdHead{
	background-color: #124a4d;
	background-repeat:repeat-x;
	color: #ffffff;
}

/**************** MW additional Styles *************/

.mwHeaderSort{
	background-repeat: no-repeat;
	padding-left: 10px;
}
.mwHeaderSortAsc{
	background-image: url(../images/asc.gif);
	background-repeat: no-repeat;
}
.mwHeaderSortDesc{
	background-image: url(../images/desc.gif);
	background-repeat: no-repeat;
}

.noDisplay{
	display:none;
}



/************* MW additonal styles END ****************/

/**********************************************
Market Watch Content                          
**********************************************/
.mw{
	background-color:#FFFFFF;
	color:#000000;
}

.mwbdr{
	border: #848484 1px solid;
}	

.mwMnu{
	background-color: #124a4d;
}

.mwMnuTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
}

.mwCntTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 120%;
	height:17px;
}

.mwRwCsr{
	cursor:default;
	height:17px;
}

.mwSymTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#6b420d;
	line-height: 120%;
}

A.mwSymTxt{
	text-decoration:none;
}

A.mwSymTxt:hover{
	color:#124a4d;	
	text-decoration:underline;
}

.mwCellSelect{
	background-color: #74866c;
	color: #000000;
	border: #848484 1px solid;
}

.mwOnHoverSelect{
	background-color: #cbd3c8;
	color: #000000;
}

.mwDropDown{
	position:absolute;
	visibility:hidden;
}



/**********************************************
Market Watch Column Customization                          
**********************************************/
.mwColRemove{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
    border: #848484 1px solid;
}

.mwColAction{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
    border: #848484 1px solid;
}

.mwColTrend{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
    border: #848484 1px solid;
}

.mwColExch{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColInstru{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColSeries{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColSymbol{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColExpDate{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColStrPrc{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwColOptType{
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
    border: #848484 1px solid;
}

.mwCol1BuyQty{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwCol1BuyPrc{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColSelQty{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColSelPrc{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColLTP{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColLTQ{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColLTT{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColLUT{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColOpen{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColHigh{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColLow{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColClose{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColVolume{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColOI{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColPerChg{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColTotBuyQty{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColTotSelQty{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColNetChgRs{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwColATP{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.mwDPR{
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
    border: #848484 1px solid;
}

.modalpopupbg {
	background-color:#A0A29F;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupSeries {
    background-color:#ffffff;
    border:#dbdbdb 3px solid;  
    padding:2px;
	width:300px;
    min-height:200px;    
}

.grdwd{
	width: 100%;
	height: 100%;
}

.tdbold
{
	font-size: 8pt;
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
    font-weight: bold
}


/******************************* 
    Symbol Lookup 
*******************************/
.resTableContainer{
    height:200px; 
    overflow:auto; 
 }

.resultTable
{
    border-top:1px solid white;
    border-left:1px solid white;
    border-right:1px solid grey;
    border-bottom:1px solid grey;
}
.resultTable td
{
    border-top:1px solid grey;
    border-left:1px solid grey;
    border-right:1px solid white;
    border-bottom:1px solid white;
}

.cross
{
    color:red; 
    font-weight:bold;    
    text-align:center;
    border-right:1px solid black;
    background-image: url(../images/close.gif) norepeat /*{iconsContent}*/;
}
.symbolLkup
{
 height: 94% !important;   
}
.submitCenter{
    position:absolute; 
    bottom:0px; 
    left:40%;    
}
/******************************* 
    EQ SIP/SWP Configuration CR 536
/********************************/

tr.trFrequency input 
{
    margin-bottom: 5px;
}

input#txtSpecificDate {
    margin-bottom: 4px;
}

select#ddlSelectWeekNumber {
    margin-right: 30px;
}

#imbSetting2,#imbSetting1
{
    vertical-align:sub;
    margin-right: 5px;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:16px;
   
}

#trExportTime,#trMutualFund,#trMfExportTime
{
    background-color:lightgrey;
}

#ctl00_C1_calFromDate,#ctl00_C1_calToDate,#ctl00_C1_calStartDate
{
    position: absolute;
    background-color: slategray;
}

#ctl00_C1_pnlOrderEntry
{
    top: 20px;
    left:auto;
}

#ScripSearchUC_divAutoScrip
{
    top:10%;
    left:120px;
}

#divSuggestScrip
{
    width: 200px !important;
    height: 200px !important; /*BT-4010 Changes in WebAdmin for Collateral Real time Revaluation:-  width increased*/
}

.dialogCAA,.dialogPopup
{
    z-index: 1001;
}
#divMenu0, #divMenu1
{
    margin-top:5px;
    margin-right:3px;
    height:100%;
    width:100%;
    -moz-border-radius:15px 10px;
    -webkit-border-radius:15px 10px;
    border-radius:15px 10px;
    text-align:left;
    line-height:45px;
    font-size:18px;
    height:45px;
}

#ctl00_C1_pnlOrderEntry
{
    width:778px;
}

#chklstFrequencyModes
{
    text-align:left !important;
    width:95px;
}
/*#tblFreqAllowed tr td*/ 
#divminInstallment *
{
    margin-bottom: 5px;
}

#divmaxInstallment *
{
    margin-bottom: 5px;
}

#ctl00_C1_ClientIdSearchUC_ddlGroupId
{
    margin-left: 50px;
    margin-right: 30px;
}

ctl00_C1_ClientIdSearchUC_tdClientId
{
    padding-right: 13px;
}

.CAAText a:hover,.CAAText a
{
    text-decoration:none !important;
    color:black;
    text-decoration-style:none !important;
}
/*CR 536*/

.IndexScripTemplates { margin:0 auto; padding:0; text-align:center; width:90%; }
.IndexScripTemplates .top-btns { text-align:left; width:100%; margin:10px 0;}
.IndexScripTemplates .bottom-btns { text-align:left; width:100%; margin:10px 0;}
.IndexScripTemplates .clearfix { margin:0; padding:0; clear:both;}
.IndexScripTemplates .select-box-wrap { margin:0; padding:0; width:100%;}
.IndexScripTemplates .select-box-wrap .select-box { margin:0; padding:0; float:left; width:60%!important;}
.IndexScripTemplates .select-box-wrap .sorting-btns { margin:0; padding-top:27%; padding-left:5%; float:left; width:35%; text-align:left; vertical-align:bottom;}
.IndexScripTemplates .overflow-x-scroll { overflow-x:scroll;}
.IndexScripTemplates .overflow-y-scroll { overflow-y:scroll;}


.ShowMandateDisclaimer {

    width: 20%;
    position: absolute;
    float: left;
    background-color: #cfdecd;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #1e5552;
    margin-top: -33px;
    left: 217px;
    box-shadow: 0px 2px 1px 1px rgba(128, 128, 128, 0.48);
}


.ShowMandateDisclaimerOE {

    width: 30%;
    position: absolute;
    float: left;
    background-color: #487662;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #1e5552;
    margin-top: -20px;
    left: 280px;
    box-shadow: 0px 2px 1px 1px rgba(128, 128, 128, 0.48);
}
/*.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}*/

/* 
    This style is used when the element should be present in the DOM 
    but should not be visible and should not use any space
*/
.stealthy{
       left:0;
       margin:0;
       max-height:1px;
       opacity: 0;
       outline: none;
       overflow: hidden;
       pointer-events:none;
       position:absolute;
       top: 0;
       z-index: -1;
}

.divoverlay
{
    background: #e9e9e9;
    display: none;
    position: absolute;
    opacity: 0.5;
    filter:alpha(opacity=30);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    margin:0 auto;
    width:100%;
    height:100%;
    vertical-align:middle;
}

/*Css added for new page BSEISIP*/
.BSEISIP {
    border: 0px solid #d3d0d0;
    width: 50%;
    float:left;


}
.BSEISIP UL {
     padding:0px;
     margin-left:0px;
    }
.BSEISIP UL LI {
    border: 0px solid red;
    list-style: none;
    margin: 8px 10px 0px 0px;
    display: inline;
}


#imgLoader
{
    z-index:20;
    background:no-repeat center center;
    display:block;
    margin:10% auto;
    vertical-align:middle;
}

.dialogPopup .ui-button
{
    width:auto !important;
}

.min-width90
{
    min-width: 90px;
    padding-left: 45px;
}

div#divOrderEntry .tc{
    background: #eeefef !important;
    height: 33px !important;
}

.BSEISIP {
    border: 0px solid #d3d0d0;
    width: 50%;
    float:left;


}
.BSEISIP UL {
     padding:0px!important;
    }
.BSEISIP UL LI {
    border: 0px solid red;
    list-style: none;
    margin: 8px 10px 0px 0px;
    display: inline;
}
#chkUntilCancel {
    margin:0px;
}

/* Alignment for checkbox label frmGuestUserSettings */
.checkbox-style { margin:0; padding:0;}
.checkbox-style input[type='checkbox'] { float:left;}
.checkbox-style label { float:left; margin-top:2px;}

/*BT-4270:RamavtarJ :30072019:Dynamic SSO Links in Odin Aero*/
.bottomTxtDisclaimer {
    text-align: left;
    position: absolute;
    bottom: 8px;
}

/*//BT-18379/BT-18378:RupeshZ:14052020:Tagging in recommendation call*/
.Max-Width100 {
    word-wrap:break-word;
    max-width:200px;
}
/*//BT-18379/BT-18378:RupeshZ:14052020:Tagging in recommendation call*/

/* //BT-83377:BT-83378:03082022:ArchanaB:Product Sequence in Order entry form <start> */
.btn140{
	background-image:url(../images/bg_btn.gif);
	width:200px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#FFFFFF;
}
/* //BT-83377:BT-83378:03082022:ArchanaB:Product Sequence in Order entry form <end> */
/* BT-87228_Linux IBT changes_RamavtarJ: Linux compatibility changes <start>*/
.double-rdlFld td {
    width: 50%;
}
/* BT-87228_Linux IBT changes_RamavtarJ: Linux compatibility changes <end>*/
/*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <S>*/
.d-flex {
    display:flex;
}
.m-l-10 {
    margin-left:10px;
}
/*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <E>*/
/*//BT-98724_BT-98725 : Ismail : 11-07-2023 : Display Inactive Calls in Recommendation Tracker <S>*/
.text-left {
text-align:left;
}
.flLtWd210{
	float:left;
	width: 210px;
}
.w-100 {
     width:100%
}
.size-12 {
    font-size:12px
}
/*//BT-98712_BT-98713 : Ismail : 05/05/2023 : NEFT details to be published in Fund transfer page - AERO<S>*/
.align-items-center {
   align-items:center;
/*//BT-98712_BT-98713 : Ismail : 05/05/2023 : NEFT details to be published in Fund transfer page - AERO<E>*/
}
.m-b-10 {
    margin-bottom:10px
}
.dropdownSize130.select-wrap {
    padding:1.5px 0!important;
    font-size:12px
}
.justify-content-evenly {
    justify-content:space-evenly
}
.flex-column {
    flex-direction:column;
}
.w-95 {
    width:95%
}
/*//BT-98724_BT-98725 : Ismail : 11-07-2023 : Display Inactive Calls in Recommendation Tracker <E>*/

/*//BT-98712_BT-98713 : Ismail : 05/05/2023 : NEFT details to be published in Fund transfer page - AERO<S>*/
.w-80 {
    width:80px
}

.dropdownSize140.select-wrap {
    padding:1.5px 0!important;
    font-size:12px
}
.justify-center {
    justify-content:center
}
.justify-start {
    justify-content:flex-start;
}
/*//BT-98712_BT-98713 : Ismail : 05/05/2023 : NEFT details to be published in Fund transfer page - AERO<E>*/
/*//BT-77849_BT-112709 : Ismail : 24/08/2023 : Enhancements in Addendums & notices <E>*/
/* BT-105743_BT-105745_RamavtarJ_25Oct2023_Manual recommendation for Multi Scrip orders <S> */
.lblResult{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;		
	line-height: 140%;
	font-weight:bold;
	float:right;
}

.actionBtn {
    width: 17px;
    border-width: 0px;
}

.vertical-middle {
    vertical-align:middle
}
#chklChannel input {
    vertical-align: middle
}
.align-center {
    align-items: center
}
.align-end {
    align-items:flex-end
}
.justify-center {
    justify-content: center
}
.justify-end {
    justify-content: flex-end
}
.justify-between {
    justify-content: space-between
}
.m-r-10 {
    margin-right: 10px
}
.m-l-10 {
    margin-left: 10px
}
.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px
}
.p-y-10 {
    padding-top: 10px;
    padding-bottom: 10px
}
.white-space-nowrap {
    white-space: nowrap
}
#chkRecoOption input {
	vertical-align: middle;
}
.w-100 {
	width: 100%;
}
.w-200 {
    width: 200px;
}
/* BT-105743_BT-105745_RamavtarJ_25Oct2023_Manual recommendation for Multi Scrip orders <E> */