/* 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%;
}





/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
                    
/**********************************************
Scroll bar
**********************************************/
html{
	scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-3dlight-color:#064aae;
    scrollbar-arrow-color:#ffffff;
    scrollbar-track-color:lightgrey;
    scrollbar-base-color:#f0f1e3;
    scrollbar-dark-shadow-color:#ffffff;
}

.tablebg{
	background-image: url(../images/block-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border: #cccccc 1px solid;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/*Wrapper*/

#wrapper{
	width: 1003px;
	margin: 0 auto;
	padding: 0pt;	
	height: 100%;
	min-height:100%;
	float:none;
}

#wrapperPopup{
	max-width: 100%;
	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;
	width:auto;
}

.fltfx{ 
	clear: both;
	display:block;
}

.bdr{
	border: 1px solid #7cb3e1;
}

.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);
	width:82px;
	height:22px;
	border: 0 solid;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	cursor:pointer;	
	color:#FFFFFF;	
}

.btnRef{
	background: url(../images/Refresh6.png) no-repeat;
	height: 20px;
	width: 20px;
	border: 0px;
	cursor: pointer;
	padding: 2px;
	margin-left: 5px;
}

.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;	
}

.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;
}


.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;
}

.btnML{
	background-image:url(../images/btnML.gif);
	background-repeat:repeat-x;
	width:65px;
	height:21px;
	border: 0 solid;
	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;	
}

.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;
}

/*.pL40{
	padding-left:40px;
}*/

/**********************************************
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: #496a11;
}

/**** SMC Classes ****/

.stTxt9{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #3f3f33;
}

.stTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3f3f33;
}

/*vertical text*/
.stVerTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.stTxtC1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #496a0f;
}

.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: #496a0f;
}

.hTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #496a0f;
}

.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: #3f3f33;
	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: #496a11;
	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: 10px;
	color: #496a0f;
	line-height: 120%;
}

A.lnkTxtB{
	text-decoration:none;
}

A.lnkTxtB:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkFTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3f3f33;
	line-height: 120%;
}

A.lnkFTxt{
	text-decoration:none;
}

A.lnkFTxt:hover{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;		
	color:#6f0111;
	text-decoration:underline;
}

.lnkHTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3f3f33;
	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: #496a11;
	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: #f0f1e3;
	width: 100%;
	height: 65px;
}

#tphdrLog{	
	background-color: #f0f1e3;
	width: 100%;
	height: 65px;
}

.logo{
	background-color:#f0f1e3;
	float:left;
}

.tprt{
	float: right;		
	border-left: 1px #01446f dotted;
}

.tprtNav{
	overflow:hidden;
	white-space:nowrap; 
	width:120px; 
	height:13px;
}

#mwIndicator{
      width: 12px;
      height:12px;
      background-image: url(../images/iconNewsG.gif);
      background-repeat: no-repeat;
      position:absolute;
}

/**********************************************
Livezilla image 
**********************************************/

.lzilla{
	float:left;
	 width:150px;
}

/**********************************************
Exchange 
**********************************************/

#exchange{
	width:520px;
	height:42px;
	background-image:url(../images/bg_exchange.jpg);
	background-repeat:repeat-x;
	border: 1px solid #a5a5a5;	
}

#exchangeBg{
	width:500px;
	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: 0px 0px 0px 0px;
	height:18px;
}


#ticker{
	margin:0 auto;
	height: 18px;
	float: left;
	width:74%;
}

.tickerNormal{
	background-image:url(../images/bg_date.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 0px 0px 0px 0px;
	height:18px;	
}

.tickerRefresh{
	background-image:url(../images/bg_tickerRefresh.jpg);
	background-repeat:repeat-x;
	width: 100%;
	margin: 0px 0px 0px 0px;
	height:18px;		
}

.tickerBg{
	width:100%;	
	margin: 0px 0px 0px 0px;
}

.dtBg{
	width: 25%;
}

#date{
	float:right;
	height: 17px;
	margin: 2px 0px 0px 0px;
	padding-bottom: 2px;
	color:#FFFFFF;  /*SMC customized */
}


/**********************************************
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-image:url(../images/bg_nav_grad.gif);
	width:74px;
	height: 33px;	
	margin-right:1px; /*SMC customized */
	float:left;
	background-repeat:no-repeat;
}

A.navBg{
	text-decoration:none;
}

A.navBg:hover{
	background-image:url(../images/bg_nav_rollover.gif);
	color:#000000;
	text-decoration:none;
	height: 33px;
}

A.navBg:active{
	background-image:url(../images/bg_nav_rollover.gif);
	color:#FFFFFF;
	text-decoration:none;
	height: 33px;
}

.navBgactive{
	background-image:url(../images/bg_nav_rollover.gif);
	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:#000000;
	padding: 2px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	line-height: 140%;
	word-spacing:3px;
}

.submenu{
	background-color: #466807;
	border: 1px solid #496a0f;
	float: left;
	width: 100%;
}

.submenuText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	word-spacing: 1px;
	line-height: 140%;
	margin: 4px 12px 2px 4px;
}

A.submenuText{
	text-decoration:none;
}

A.submenuText:hover{
	color: #000000; 
	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;
	width:84%;
}

.navigation .link{	
	height:27px;				
	float:left;	
	text-decoration: none;
	line-height: 27px;
}

.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: #000000;
	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: url(../images/bg_submenu.gif) repeat-x;
	float: left;
	width: 100%;
	z-index: 1000;
	position: absolute;
	left: 0px;
}

.submenuCText{
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	word-spacing: 1px;
	margin: 0px 4px 0px 4px;
}



A.submenuCText{
	text-decoration:none;
}

A.submenuCText:hover{
	color:#6f0111;
	text-decoration:none;
}

/**********************************************
context menu                           
**********************************************/

.cMenuBox{
	background-color: #496a0f;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.cMenuHover{
	background-color: #d5e698;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
	

/**********************************************
Search Quote                            
**********************************************/

.quote{
	width:16%;
	height: 22px;
	float: right;
}

.quoteC{
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	width:15%;
	height: 27px;
	float: right;
}

.quoteName{
	width: 90px;
	_width: 80px;
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
}



/**********************************************
Main Content Area                         
**********************************************/
.content{
	background-color:#f0f1e3;
	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:#ffffff;
		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:#000000;	
	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 #f0f1e3;
	margin-right:3px;
}

A.profileTabs:active{
	background:url(../images/bg_profile_rollover.gif) 0 100% repeat-x;
	height: 23px;
	border: 1px solid #f0f1e3;
	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 #f0f1e3;
	padding-left:5%;
	padding-right:5%;	
	margin-right:3px;
}


/**********************************************
Order Entry Panel
**********************************************/

#orderEntry{
	width: 100%;	
	margin-top: 0px;
}

#dvOE{width:100% ! important;}

#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;	
	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;
}

/*SMC Customized */
.txtboxSize200{
	width: 200px;	
	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;	
}


/**********************************************
footer
**********************************************/

#footer{
	float: left;
	background-color: #ffffff;
	width: 100%;
}

#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: 2px;
	margin-bottom: 0px;	
	width:100%;
}

#messgBE{
	width:470px;	
	float:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;	
	margin-top: 5px;
	margin-bottom: 0px;
}

.alertTab{
	background-color: #496a0f;
	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: #ffffff;
	cursor: pointer;
}

A.alertTab{
	text-decoration:none;
}

A.alertTab:hover{
	background-color:#FFFFFF;
	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:#FFFFFF;
	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:#FFFFFF;
	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{
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #496a0f;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px #739773;
	color: #000000;
	cursor: hand;
	padding: 2px;
}

.TbMnuBGS{
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	cursor: hand;
	border-bottom: solid 1px #496a0f;
	padding: 2px;
}

/*****************************************************************/



/***********************************************************************************************************************
Login Page for Layout 1 & 2
**************************************************************************************************************************/

.loginCenter{
	width: 95%;
}

#loginContent{
	background-image: url(../images/loginContentBg.gif);
	background-repeat: repeat-x;
	_height: 350px; /*SMC customized */
	min-height: 350px; /*SMC customized */
	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;
}

.sImage{
	width:89px;
	height:169px;
}



/******************
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 #ffffff; 
	border-right:1px solid #ffffff;	
	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: #ffffff;
	border: 1px solid #ffffff;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.mHt{
	min-height: 100%;
}

.boxLog{
	border:1px solid #a5a5a5;
}

.box2{	
	color: #466807;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height:auto;
}

.boxSMC{
	background-color: #f0f1e3;
	border: 1px solid #f0f1e3;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height:auto;
}

.boxNB{
	background-color: #ffffff;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.boxNT{
	background-color:#ffffff;
	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: #ffffff;
	border: 1px solid #a5a5a5;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 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: #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: #f6f6f7;
	color: #202020;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;	
}

/*OrderEntry Box ends here*/

div.row{
	clear: both;
	padding-top: 2px;
}

div.row0{
	clear: both;
	padding-top: 0px;
}

div.row span.label{
	float: left;
	text-align: right;
	width: 90px;
}

div.row span.label1{
	float: left;	
	text-align: right;
	width: 92px;
}

div.row span.formw{
	float:right;
	text-align:left;
	width: 210px;
}

div.row span.formr{
	float:right;
	text-align:right;
	width: 150px;
}

/*label and form for LoginPage5*/
div.row span.label5{
	float: left;	
	text-align: right;
	width: 120px;
}

div.row span.formw5{
	float:right;
	text-align:left;
	width: 250px;
}

/*label and form for LoginPage5 ends here*/

.btnBg{	
	margin-left:4px;
}

.userGuide{
	float: left;
	width: 100%;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

/*********************************
Keyboard
**********************************/

.keybd{
	width:468px;
}


/*********************************
Member Details Box
**********************************/

.memberDetails{
	background-color: #ffffff;
}

.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:#496a0f;		
	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 #f0f1e3;
	padding:3px 0px 3px 0px;	
}


/*********************************
Footer Box
**********************************/

#loginFooter{
	float: left;
	min-height:20px;
	background-color: #ffffff;
	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;
}

/***** To be used for CA5 ***/
.custArea5{
	float: left;
	width: 100%;
}

/***** To be used for CA6 ***/
.custArea6{
	float: left;
	width: 400px;
}

/***********************
Forgot Password Page
************************/

#forgotPwd{
	width:40%;
	height: 280px;
	margin-left: 30%;
	_margin-left: 15%;
}

/***********************
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: #496a0f;
	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%;
}

.w15{
	width:15%;
}

.w20{
	width:20%;
}

.w25{
	width:25%;
}

.w50{
	width:50%;
}

.w30{
	width:30%;
}

/*****************************************************************************************
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: #719771;
	color: #FFFFFF;
}

.grdAppBg{
	background-color: #d5e698;
	color: #000000;
}

.grdRows{
	background-color:#bac2ae;
	color:#000000;
}

.grdAltRows{
	background-color:#ffffff;
	color:#000000;
}

.grdTotalRows{
	background-color: #7f957f;
}

.grdPager{
	background-color:#496a0f;
	color:#ffffff;
}

.grdFooter{
	background-color:#719771;
	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: 110px;
	width: 98%; 
	background:#f0f1e3; 
	border:2px solid #496a0f; 
	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;
} 

/************* 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:#496a0f;
	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; height:155px; width:320px; font-family:'Trebuchet MS', Verdana, Arial; font-size:13px; text-align:left; padding-bottom:8px; background:#ffffff; border:2px solid #496a0f;}
#confirmModal .header1 {height:30px; width:100%; background:url(../images/jqModalHeader.gif) 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:#ffffff; font-weight:500; text-align:center; background:url(../images/jqModalButton.gif) repeat-x; 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 #496a0f;}
#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;
}
.modalPopupOEMSG {
    background-color:#ffffff;
    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;
}

/*****Payment Gateway Page - Enable for Angel customization ****

.bgPG{
	background-image:url(../images/PaymentGateway.gif); 
	background-repeat:no-repeat; 
	min-height:100%;
	_height:460px; 
	height:500px;
	width:1000px;	
}

.pL45{
	padding-left:50%; 
}

.boxPG{
	background-color:#ffffff;
	width: 300px;
	height:100px;
	margin-left: 50%;
	border:solid 1px #000000;
}

*/


.boxPGWD{
    width: 355px;
}

.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: url(../images/bg_header_center.gif) 0 100% repeat-x;
	height: 23px;
	width: 100%;
}

.tcMwIco{
	width: auto;
	padding: 1px 1px 1px 1px; 
}

.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: #000000;
	font-weight: bold;
	text-align: left;
}

.mwButtons{
	margin: 2px 4px 0px 4px;
}

.oeButtons{
		margin: -13px 4px 0px 4px;
}

.mwgrdHead{
	background-color: #fdfdfd;
	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: #FEFFFF;
	background-repeat: no-repeat;
	background-position:right;
}
.mwHeaderSortDesc{
	background-image: url(../images/desc.gif);
	background-color:#FEFFFF;
	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: #fdfdfd;
}

.mwMnuTxt{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	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:#496a0f;	
	text-decoration:underline;
}

.mwCellSelect{
	background-color: #d5e698;
	color: #000000;
	border: #848484 1px solid;
	height: 17px;
}

.mwOnHoverSelect{
	background-color: #ecefc2;
	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;
}

/**********************************************
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;
}


/**********************************************
Password Strength
**********************************************/
#score {
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}
#score,#rating,#standards {
	font-weight: bold;
}
#scorebar {
	background-image: url(../images/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 110px;
	z-index: 0;
}
#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 13px;
	margin-bottom: 2px;
	width: 110px;
}

.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;
    left:200px;
    height:160px; 
    width:120px;
    z-index:1000;
    overflow:auto;
} 

.autoSelected{   
    background-color: #000080;
    color:#FFFFFF;
} 

/**********************************************
Side Panel
**********************************************/

#divMktWatch{
	margin: 0px;
	padding: 0px;
}

#fraNetNet{
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#divOpenClose{
	background-color: #06377c;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 15px;
	float: left;
	color: White;
	display: none;
	cursor: pointer;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

#divOpenClose #splittericon{
	height: 100%;
	width: 15px;
	background: url(../images/split_icon.gif) center center no-repeat;
}

.panelClosed{
	background-image: url(../images/show.gif);
	width: 15px;
	height: 16px;
}

.panelOpened{
	background-image: url(../images/hide.gif);
	width: 15px;
	height: 16px;
}

#divContentRight{
	float: left;
	display: none;
	width: 330px;
}

#accordion{
	font-size: 11px;
}

#accordion div{
	padding: 0px;
	border: none;
	margin: 0px;
}

#accordion div iframe{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

/* OE Popup 

.ui-widget-header {
    background-image:url(../images/bg_Hdr.gif);
	background-repeat:repeat-x;
	height: 23px;	
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
    font-weight: bold;
}

.ui-widget{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget-content {
    background-color: #000000;
    border: 1px solid #323232;
    color: #ffffff;
}

.ui-corner-all{
    -moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
}

.ui-icon-closethick {
    background-image:url(../images/btn_close.gif);
}*/



/* Msg Accordion */

#msgAccordion{
	width: 240px;
	height: 100%;
	padding: 0.0em;
	position: absolute;
}

.slide{
	position: relative;
}

.slide .inner{
	position: absolute;
	left: 0;
	bottom: 0;
}

.messageDiv{
	width: 85px;
	height: 19px;
	background-color: #edf2f8;
	cursor: pointer;
}

/*Charts*/

.bChart{
	background-color: #ffffff; /*background*/
	color: #000000; /*Foreground*/
	border-color: #EAEAEA; /*Grid color*/
}

.advChart{
	background-color: #323232; /*background*/
}

.txtbig{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

/*Black Theme*/

#dvOnlineMessages{
	float: left;
	width: 100%;
	border: none;
	height: 150px;
}

#dvMsg{
	width: 100%;
	border: none;
	height: 150px;
}

#dvDBMessages{
	width: 100%;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

#iDBMessage{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
	height: 150px;
}

#best5{
	margin: 0px 1px 0px 1px;
}

.changeScrip{
	border-bottom: 1px solid #666;
}

.changeScripbg{
	background-color: #0155Ac;
	padding: 1px;
	border: 1px solid #ffffff;
}

.mwRefresh{
	background-image:url('../images/btn_Refresh.gif');
    width:58px;
    height:22px;   
    cursor:pointer;	
}

/* My Portfolio */

.bgC1{
	background-color:#edf2f8;
}


#tphdr1{
	background-color: #ffffff;	
	width: 100%;
	height: 65px;
	color:#000000;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:14px;
	font-weight:bold;
}


.td1{
	color:#ffffff;
}

.td2{
	color:#000000;
}

.td3{
	color:#000000;
}

.td4{
	color:#ffffff;
}

.ftgrid{
	border:1px solid #000000;
}

.ftgrid td{
	border:1px solid #000000;
}

.new_reg
{
    margin:0 auto;
    padding:20px;
    width:917px;
    background:#fff;
    overflow:hidden;
}

.new_reg_head{padding:0 0 20px 0;}

.new_reg_ban{width:917px; clear:both;}

.new_reg #divRegistration{clear:both; overflow:hidden; padding:20px 20px 20px 50px; background:#f6f7e7; margin:20px 0 0;}

.new_reg #divRegistration h1{font-size:20px; text-transform:uppercase;}

.new_reg #divRegistration table.reg_table{float:left; margin:0;}

.c_red{color:#dd000a !important;}

.com_reg span{font-weight:bold; margin:10px auto; text-transform:uppercase; clear:both; display:block;}

.com_reg span.thank{font-size:21px; color:#525552;}

.com_reg span.c_text{font-size:20px !important; color:#525552;}

.com_reg .log_but{width:100%; clear:both; margin:10px 0;}

.com_reg .log_but a
{
    font-size:18px;
    color:#fff;
    border:none;
    text-decoration:none;
    font-size:18px;
    padding:6px 20px;
    background: #73a2d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #73a2d6 0%, #105594 50%, #08417b 51%, #001c39 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a2d6), color-stop(50%,#105594), color-stop(51%,#08417b), color-stop(100%,#001c39)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #73a2d6 0%,#105594 50%,#08417b 51%,#001c39 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #73a2d6 0%,#105594 50%,#08417b 51%,#001c39 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #73a2d6 0%,#105594 50%,#08417b 51%,#001c39 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #73a2d6 0%,#105594 50%,#08417b 51%,#001c39 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a2d6', endColorstr='#001c39',GradientType=0 ); /* IE6-9 */
}
