/* 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{ background-color:#b5b5b5 !important;}


.tablebg{
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:900px;
}

/*Wrapper*/

#wrapper{
	width: 1003px;
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
	background-color:#b5b5b5;
}

#wrapperPopup{
	max-width: 100%;
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
	background-color:#b5b5b5;
}

#wrapperFS{
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
	width:auto;
	background-color:#b5b5b5;
}

.fltfx{ 
	clear: both;
	display:block;
}

.bdr{border: 1px solid #cccccc;}
.bdrb5{	border: 1px solid #cccccc;}
.bdrT{	border-top:1px solid #a5a5a5;}
.bdrL{	border-left:1px solid #a5a5a5;}
.bdrR{	border-right:1px solid #a5a5a5;}
.bdrB{	border-bottom:1px solid #06377c;}

.btn{
    width: 82px;
    height: 22px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    color: #000000;
    background-color: #dcdcdc;

}

.btnRef{
	background: url(../images/Refresh6.png) no-repeat;
	height:20px;
	width:20px;	
	border: 0px;
	cursor:pointer;	
	padding:2px;
	margin-left:5px;
}

.btnBig{
	background-color: #dcdcdc;
	width:100px;
	height:22px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#000000;
}

.btn130{
	background-color: #dcdcdc;
	width:130px;
	height:22px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#000000;	
}

.btn50{
      background-color: #dcdcdc;
      width:50px;
      height:22px;
       font-family:Verdana, Arial, sans-serif;
      font-size:11px;
      cursor:pointer;
      color:#000000;
}


.btn40{
	background-color: #dcdcdc;
	width:40px;
	height:22px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	color:#000000;
}

.btnML{
	background-image:url(../images/btnML.gif);
	background-repeat:repeat-x;
	width:65px;
	height:21px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	cursor:pointer;	
	color:#000000;	
}

.cptr{
	cursor:pointer;	
}


/**********************************************
Padding Classes                         
**********************************************/

.pA2{padding: 2px 2px 2px 2px;}
.pT1{padding-top:1px;}
.pT2{padding-top:2px;}
.pR2{padding-right: 2px;}
.pB2{padding-bottom: 2px;}
.pL2{padding-left: 2px;	}
.pT3{padding-top:3px;}
.pR3{padding-right: 3px;}
.pB3{padding-bottom: 3px;}
.pL3{padding-left: 3px;}
.pT4{padding-top:4px;}
.pR4{padding-right: 4px;}
.pB4{padding-bottom: 4px;}
.pL4{padding-left: 4px;}
.pL5{padding-left:5px;}
.pT6{padding-top:6px;}
.pR6{padding-right: 6px;}
.pR10{padding-right: 10px;}
.pR15{padding-right: 15px;} 
.pR25{padding-right: 25px;} 
.pL8{padding-left: 8px;	}
.pL15{padding-left:15px;}
.pL20{padding-left:20px;}
.mB5{margin-bottom:5px;}


/**********************************************
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;}
.mT6{margin-top: 6px;}
.mL5{margin-left: 5px;}
.mL155{margin-left: 155px;}
.mL145{margin-left: 145px;}
.marR130{margin-right:130px;}
.mL25{margin-left:25px; min-margin-left:35px;}

/********************************************************************************************
Text Classes                         
*********************************************************************************************/
.txtLf{
	text-align: left;
}

.txtRt{
	text-align:right;
}

.txtCt{
	text-align:center;
}

.txtbd{
	font-weight: bold;
}

.txtN{
	font-weight: normal;
}

.txtuc{
	text-transform:uppercase;
}

.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: #06377c;
}

.stTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}


.stVerTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;	
}

.stTxtC1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.tcBk{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
/**/
.tcBkIndex{
	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;
}

.footTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.hTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.lblFld{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#454445;	
	font-weight:bold;	
	line-height: 140%;
}

.lblVal{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;		
	line-height: 140%;
}

.whtspc{
	white-space:pre-wrap;
}

.chgScript{
	text-align: left;
	color:#ffffff;
	font-size:12px;
}

/**** 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: #06377c;
	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;
}

.lnkTxt8{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #000000;	
}

A.lnkTxt8{
	text-decoration:none;
}

A.lnkTxt8:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkTxt10{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #06377c;
	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: #06377c;
	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;
}

.lnkFTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 120%;
}

A.lnkFTxt{
	text-decoration:none;
}

A.lnkFTxt:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;		
	color:#edf2f8;
	text-decoration:underline;
}

.lnkHTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 120%;
}

A.lnkHTxt{
	text-decoration:none;
}

A.lnkHTxt: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{
	float:left;
	width: 400px;
}

.flLtWd360{
	float:left;
	width: 360px;
}

.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;
}

.flLtWd160{
	float:left;
	width: 160px;
}


.flLtWd150{
	float:left;
	width: 150px;
}

.flLtWd125{
	float:left;
	width: 125px;
}

.flLtWd120{
	float:left;
	width: 120px;
}

.flLtWd110{
	float:left;
	width: 110px;
}

.flLtWd130{
	float:left;
	width: 130px;
}

.flLtWd100{
	float:left;
	width: 100px;
}

.flLtWd90{
	float:left;
	width: 90px;
}

.flLtWd75{
	float:left;
	width: 75px;
}

.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;
}



/**********************************************
Header Area                         
**********************************************/

#hdr{
	
}

#hdrLog{ 
}

#tphdr{
	background-color: #ffffff;
	/*border-bottom:solid 1px #3d3d3d;*/	/*Uncomment for black theme changes*/
	width: 100%;
	height: 65px;
}

#tphdrLog{	
	background-color: #ffffff;
	width: 100%;
	height: 65px;
}

.logo{
	background-color:#ffffff;
	float:left;
}

.tprt{
	float: right;		
	border-left: 1px #01446f dotted;
}

.tprtNav{
	overflow:hidden;
	white-space:nowrap; 
	width:120px; 
	height:13px;
}


/**********************************************
top navbar for tabs                            
**********************************************/
.navMain{
	height:33px;
	float:left;		
	width:100%;	
 /*uncomment when you want single line menu instead of tab	
	background-image:url(../images/bg_nav.gif) ;		
	background-repeat:repeat-x;	*/
}

.navBg{
	background-color:#868686;
	width:74px;
	height: 33px;
	border-radius:5px 5px 0 0;	
	float:left;
	background-repeat:no-repeat;
}

A.navBg{
	text-decoration:none;
}

A.navBg:hover{
	background-color:#868686;
	color:#FFFFFF;
	text-decoration:none;
	height: 33px;
}

A.navBg:active{
	background-color:#868686;
	color:#FFFFFF;
	text-decoration:none;
	height: 33px;
}

.navBgactive{
	background-color:#868686;
	color:#FFFFFF;
	text-decoration:none;
	height: 33px;
	width:74px;
	margin-right:1px;
	float:left;
	background-repeat:no-repeat;
}

.navTxt{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	/*padding: 6px 4px 0px 4px;  /* uncomment for single line menu */
	padding: 2px 0px 0px 1px;  /* uncomment for tabbed menu */
	font-weight:bold;
	text-align:center;
	line-height: 110%; /*put line-height:120% when single line menu*/
	word-spacing:2px;
}

.submenu{
	background-color: #dcdcdc;
	border: 1px solid #868686;
	float: left;
	width: 100%;
}

.submenuText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	word-spacing: 1px;
	line-height: 140%;
	margin: 4px 12px 2px 4px;
}

A.submenuText{
	text-decoration:none;
}

A.submenuText:hover{
	color: #edf2f8; 
	text-decoration: none;
}

/**********************************************
collapsible menu
**********************************************/
.navigation	{
	height:27px;
	background-color:#000000;		
	float:left;
	background-repeat:repeat-x;
	overflow:hidden;
	text-align:center;
	width:84%;
}

.navigation .link{	
	height:27px;				
	float:left;	
	text-decoration: none;
	line-height:27px;
}

.navigation .link a:hover{	
	background-color:#000000;							
	height:27px;				
	float:left;
	text-decoration:none;	
}
			
.navigation .link a:active{
	background-color:#000000;							
	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: 10px;
	padding-right:10px;	
	line-height:27px;
}

A.navTxtC{
	text-decoration:none;
	line-height:27px;	
}

A.navTxtC:hover{
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	padding-right:10px;	
	line-height:27px;	
}

div.navTxtC{
	float: left;
	margin-right: 12px;
	margin-left: 4px;
}


.submenuC{
background-color: #dcdcdc; 
	float: left;	
	width:100%;
	z-index:1000;
	position:absolute;	
	left:0px;
}

.submenuCText{
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	word-spacing: 1px;	
	margin: 0px 4px 0px 4px;	
}

A.submenuCText{
	text-decoration:none;
}

A.submenuCText:hover{
	color:#000000;
	text-decoration:none;
}



/**********************************************
Main Content Area                         
**********************************************/
.content{
	background-color:#b5b5b5;
	margin: 0 auto;
	float: left;
	height: 350px;	
	width:100%;	
}


/**********************************************
Added for Ticket 001-00-480547
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 #015aac;
	margin-right:3px;
}

A.profileTabs:active{
	background:url(../images/bg_profile_rollover.gif) 0 100% repeat-x;
	height: 23px;
	border: 1px solid #015aac;
	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 #015aac;
	padding-left:5%;
	padding-right:5%;	
	margin-right:3px;
}


/**********************************************
Order Entry Panel
**********************************************/

#orderEntry{
	width: 100%;	
	margin-top: 0px;
}

#oeHeader{
	background-color:#cccccc;
	background-repeat:repeat-x;
	width:100%;	
	height:17px;
}

.oeBuy{
	background-color:#064aae;	
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	height:100%;
}

.oeSell{
	background-color:#c60303;
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	height:100%;	
}

.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;
	border:solid 1px #ccc;
}
.txtBxBig_Focus{
	width: 90px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
	background-color: #ffff99;
	border:solid 1px #ccc;
}
.txtBxBig_Disabled{
	width: 90px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	background-color: #a9a9a9;
	border:solid 1px #ccc;
}

.txtboxSize_small{
	width:60px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 3px;
	border:solid 1px #ccc;
}
.txtBxSmall_Focus{
	width:60px;	
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 3px;
	background-color: #ffff99;
	border:solid 1px #ccc;
}
.txtBxSmall_Disabled{
	width: 60px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	background-color: #a9a9a9;
	border:solid 1px #ccc;
}

.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;
}

.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;
}

.txtboxSize150{
	width: 150px;
	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;
}

.dropdownSize{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize50{
	width: 50px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize100{
	width: 100px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin-top: 3px;
}

.dropdownSize110{
	width: 110px;
	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;
}

.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;
}

.dropdownSize275{
	width: 275px;
	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;	
}

.chckbx{
	width: 10px;
	height:10px;	
	border:none;	
}

.oebtn{
	position:absolute;
	margin-top: -30px;
	z-index:1;
	right:10px;	
}


.W500{
	width: 500px;
}



/******************
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%;
}

#divTitle{  
    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%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #363737;
	font-weight: bold;
	text-align: left;
	
}


/*********************
Login Box Content Box
**********************/

.box{
	background-color: #b5b5b5;
	border: 1px solid #a5a5a5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
}

.mHt{
	min-height: 100%;
}

.boxLog{
	border:1px solid #a5a5a5;
}

.box2{	
	color: #b5b5b5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height:auto;
}

.boxNB, .bgA{
	background-color: #b5b5b5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.boxNT{
	background-color:#b5b5b5;
	color: #202020;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	height: 100%;	
}


.box a:link{
	color:#000000;	
	text-decoration:none;
}

.box a:visited{
	color:#000000;
	text-decoration:none;
}

.box a:hover{
	color:#6f0111;	
	text-decoration:underline;
}

/* box1 is added for new funds view page */
.box1{
	background-color: #b5b5b5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	width:100%;
}

.box1 a:link{
	color:#c60303;	
	text-decoration:underline;
}

.box1 a:visited{
	color:#c60303;
	text-decoration:underline;
}

.box1 a:hover{
	color:#000000;	
	text-decoration:underline;
}


/*OrderEntry Box*/

.boxOE{
	background-color: #b5b5b5;
	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: #b5b5b5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;	
}

/*OrderEntry Box ends here*/

div.row{
	clear:both;
	padding-top: 2px;
}


/***************************************************************************************************************************
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: #06377c;
	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 #015aac;
	text-align:right;
}

.b5SellText{
	color:#c60303;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #015aac;
	text-align:right;
}

.w5{
	width:5%;
}

.w15{
	width:15%;
}

.w20{
	width:20%;
}

.w25{
	width:25%;
}

.w50{
	width:50%;
}

.w30{
	width:30%;
}

/*****************************************************************************************
Reports Page
******************************************************************************************/

.grdEmpty{
	text-align: left;
	color: #c60303;
	font-weight: bold;
	height: 50px;
	width: 600px;
}

.grdHead{
	background-color:#dcdcdc;
	color:#000000;
    box-shadow:3px 3px 5px -3px rgba(0, 0, 0, 0.4); 
    text-shadow:0 1px rgba(255, 255, 255, 0.2);
    border-top: 1px solid #cccccc;   
}

.grdAppBg{
	background-color: #868686;
	color: #000000;
}

.grdRows{
	background-color:#b5b5b5;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
}

.grdAltRows{
	background-color:#a3a3a3;
	color:#000000;
	border-bottom:1px solid #CCCCCC;
}

.grdFoter{
	background-color:#868686;
    background: -moz-linear-gradient(center top , #B1B1B1, #868686);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B1B1B1), to(#868686)); 
	background: -webkit-linear-gradient(#B1B1B1, #868686); 
	background: -o-linear-gradient(#B1B1B1, #868686);      
    color:#000000; 
    box-shadow:3px 3px 5px -3px rgba(0, 0, 0, 0.4); 
    text-shadow:0 1px rgba(255, 255, 255, 0.2);
    border-top: 1px solid #cccccc;   
}


.grdTotalRows{
	background-color: #cbcbcb;
}


/***********************
Exchange Messages Report Page
************************/

#exchangeMssg{
	width: 99%;
}

.userctrl{
	width: 100%;
}



/****************************************************************************************************************************
Links Page
****************************************************************************************************************************/

#links{
	width: 50%;
}



/*******************
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: 110px;
	width: 98%;
	background: #b7ddfd;
	border: 2px solid #06377c;
	z-index: 100;
	padding: 6px;
	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;
} 

.autoCompleteScrip
{
	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:300px; 
    width:380px;
    z-index:1000;
    overflow:auto;
}
/************* for Second Level Authentication error summary END ****/

/*************************Session Timeout *************/

.sessionDiv{
	display:none;
} 

.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:#06377c;
	font-weight:bold;
}

/************* Funds View Ends***************************************************************************/



/************* Styles for JQuery Modal Dialouge Box Starts here *************/

#confirmModalOverlay {background-color:#eee; cursor:auto;}
#confirmModal {position:absolute; top:-100px; left:-130px; min-height:155px; width:320px; font-family:'Trebuchet MS', Verdana, Arial; font-size:11px; text-align:left; padding-bottom:8px; background:#ffffff; border:2px solid #000000;}
#confirmModal .header1 {height:30px; width:100%; background:#868686 repeat-x; color:#ffffff; font-size:1.1em; font-weight:bold; line-height:30px;}
#confirmModal .header1 span {padding-left:8px;}
#confirmModal .header1 img {padding-left:200px;}
#confirmModal .message {color:#333; text-align:left; margin:0; padding-bottom:2px; padding:12px 10px; font-size:14px;}
#confirmModal .buttons {width:175px; float:left; padding:30px 70px 0;} 
#confirmModal .buttons div {float:left; margin-left:30px; width:70px; height:22px; color:#000000; font-weight:500; text-align:center; background-color: #CCCCCC; border:1px solid #ffffff; cursor:pointer;} 
#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 #000000;}
#confModal .header {height:30px; width:100%; background:#868686 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:#000000; font-weight:500; text-align:center; background-color: #CCCCCC; border:1px solid #000000; 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;
}
.modalPopupOEMSG {
    background-color:#eee;
    border-width:3px;
    border-style:solid;
    border-color:#dbdbdb;
    padding:3px;
	min-width:470px;
	width: 60%;
    min-height:160px;    
}


/*****Alerts Page ****/

.modalAlertBackground {
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.oeAlerts{
   background-color: gray;
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}

.modalPopupAlert{
    padding:3px;
    width:500px;
}

.boxPGWD{
    width: 355px;
}
.tba span { float:left;width:106px; display:inline-block; vertical-align:top; padding:3px 10px 0 0;}
.tca span {width:160px; display:inline-block; vertical-align:top; padding:3px 0 0 0;}
.btnPG{
	text-align:center; /* For customized page it align = left */
}

/**************************************************************************
Market Watch Header  where tc=top center, tl=top left, tr=top right                         
******************************************************************************/

.mwHeader{
	margin: 0px 0px 0px 0px;
}

.tc{
	background:url(../images/bg_header_center.gif) 0 100% repeat-x;
	height: 23px;
	width: 100%;	
}

.tcMw{
	/*background-color:#000000;*/ /*Enable for black theme changes*/
	background:url(../images/bg_header_center.gif) 0 100% repeat-x;
	height: 23px;
	width: 100%;
	
}

.tcMwIco{
	width:auto;padding:1px 1px 1px 1px;
	/*background-color:#000; border:solid 1px #666;  height:19px;  */
	}

.clear{
	font-size:1px;
	height:1px;
}

.mwHeaderText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #363737;
	font-weight: bold;
	text-align: left;
}

/*marketwatch title*/

.mwHeaderText1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #363737;
	font-weight: bold;
	text-align: left;
}

.mwButtons{
	margin: 3px 4px 0px 4px;
}

.oeButtons{
		margin: -13px 4px 0px 4px;
}

.mwgrdHead{
	background-color: #06377c;
	background-repeat:repeat-x;
	color: #ffffff;
	line-height: 120%;
}

/**************** MW additional Styles *************/

.mwHeaderSort{
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	padding-left: 10px;
	background-position:right;
}
.mwHeaderSortAsc{
	background-image: url(../images/asc.gif);
	background-color: #06377c;
	background-repeat: no-repeat;
	background-position:right;
}
.mwHeaderSortDesc{
	background-image: url(../images/desc.gif);
	background-color:#06377c;
	background-repeat: no-repeat;
	background-position:right;
}

.noDisplay{
	display:none;
}



/************* MW additonal styles END ****************/

/**********************************************
Market Watch Content                          
**********************************************/
.mw{
	background-color:#FFFFFF;
	color:#000000;
	width:100%;

}

.mwbdr{
	border: #848484 1px solid;
}	

.mwMnu{
	background-color: #06377c;
}

.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;
}

.mwGrdRow{
	background-color:#FFFFFF;
	color:#000000;	
}

.mwAltGrdRow{
	background-color:#FFFFFF;
	color:#000000;	
}

.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:#06377c;	
	text-decoration:underline;
}

.mwCellSelect{
	background-color: #e0edfb;
	color: #000000;
	border: #848484 1px solid;
	height:17px;
}

.mwOnHoverSelect{
	background-color: #f6f6f7;
	color: #000000;
	height:17px;
}

.mwDropDown{
	position:absolute;
	visibility:hidden;
}

.mwBuy{
	background-color:#064aae;	
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	height:17px;	
}

.mwSell{
	background-color:#c60303;
	color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	height:17px;
}




/*Diet My Portfolio Styles*/


#divCPH{background-color:#b5b5b5;}
form{background-color:#b5b5b5;}

.bgColr1{background-color:#0072BC;}

.txtColr1{color:#ffffff;}
.txtColr2{color:#2b7cdf;}

.pfheader{margin-bottom:2px;}

#topNav{display:none;}

#hylHome{display:none;}

#ClientLogoImage{display:none;}

#PortfolioHeaderLabel{
    font-size:10pt;
    padding-bottom:2px;
    margin-top:-5px;
}

#divButton{
    border-style: solid;
    border-width: thin;
    background-color: #ECE9D8;
    height: 30px;
    vertical-align:middle;
}
.ff{font-family:Verdana, Arial, Sans-Serif;}

.fsX{font-size:x-large;}
.fs11{font-size:10px;}
.fs12{font-size:11px;}
.fs14{font-size:13px;}


.boxP{
	background-color:#ffffff;
}

.Selectedbtn{
    border-style: solid;
    border-width: thin;
    border-color: inherit;
    width: 82px;
    height: 22px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    color: #000000;
    background-color: #CCCCCC;
    font-weight: bold;
}

.Altbtn{
	    border-style: solid;
        border-width: thin;
        border-color: inherit;
        width: 82px;
        height: 22px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        cursor: pointer;
        color: #000000;
        background-color: #E4E4E4;
}

.wd10{width:10%;}
.wd80{width:80%;}


.pfnavtable{
    border:0px;
    margin-left:1px; 
    margin-bottom: 3px; 
    margin-right:-3px; 
    margin-top:3px;
}

.pfdatadiv{
    position:relative;     
    left:0px; 
    height:380px; 
    width:880px; 
    padding-top:2px;
}

.scrollDataDiv{height:300px;}

.pfgrdview {width:880px;}

.col1 {width:230px;}
.col2 {width:120px;}
.col3 {width:90px;}
.col4 {width:120px;}
.col5 {width:150px;}
.col6 {width:120px;}
.col7 {width:120px;}

.col1Today {width:240px;}
.col2Today {width:130px;}
.col3Today {width:120px;}
.col4Today {width:130px;}
.col5Today {width:180px;}
.col6Today {width:150px;}

.col1Holding {width:230px;}
.col2Holding {width:120px;}
.col3Holding {width:90px;}
.col4Holding {width:120px;}
.col5Holding {width:150px;}
.col6Holding {width:120px;}
.col7Holding {width:120px;}

.mHt{
	min-height: 100%;
}

.DR
{
	float: right;
}

.lz {display:none;}

/* 
    This style is used when the element should be present in the DOM 
    but should not be visible and should not use any space
*/
.ShowMandateDisclaimer {

    width: 20%;
    position: absolute;
    float: left;
    background-color: #edf2f8;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #1e5552;
    margin-top: -36px;
    left: 189px;
    box-shadow: 0px 2px 1px 1px rgba(128, 128, 128, 0.48);
}


.ShowMandateDisclaimerOE {

    width: 30%;
    position: absolute;
    float: left;
    background-color: #edf2f8;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #1e5552;
    margin-top: -27px;
    left: 265px;
    color: #363737;
    box-shadow: 0px 2px 1px 1px rgba(128, 128, 128, 0.48);
}

.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;
    }
.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;
}
.dialogPopup
{
    z-index: 1001 !important;
}
#chkUntilCancel {
    margin:0px;
}
/*BT-120147:Ismail/Nisha:21102024:UI Changes in Fund Transfer-UPI page <start >*/
.text-center { text-align:center !important}
.flex {display: flex}
.justify-center {justify-content: center}
.items-center {align-items: center}
/*BT-120147:Ismail/Nisha:21102024:UI Changes in Fund Transfer-UPI page <end >*/