html, body { 
margin : 0;
padding : 0;
text-align:center;
} 


body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-style:normal;
	font-size: 12px;
	background : #f3f3f3 url(/images/background.jpg) repeat-y top center;
} 



			/*WRAP*/ 
#container { 
width : 1000px;
margin : 0 auto;
border : 0px solid #fff;
/*line-height : 2em;*/
background : #fff;
color : #000;
text-align:left;
} 

/* smcfarland - 7/10/09 */
#containerKB { 
width : 1024px;
margin : 0 auto;
border : 0px solid #fff;
/*line-height : 2em;*/
background : #fff;
color : #000;
text-align:left;
} 

/*prize disclaimer*/
#container_disclaimer { 
width : 560px;
margin : 0 auto;
border : 0px solid #fff;
/*line-height : 2em;*/
background : #fff;
color : #000;
text-align:left;
} 

			/*TOP BANNER*/ 
#top { 
padding : 0;
height : 60px;
color : #000;
} 

#topbig { 
padding : 0;
width: 1000px;
height: 60px;
background : url(/images/esignallogo.gif) no-repeat;
color : #000;
} 

/* Root = Horizontal, Secondary = Vertical 
updated by SS to increase the width by adding a value to navbartop on 12/19/2008*/

#navbartop {
padding: 0;
margin: 0;
background-image: url(/images/header_backgrd.gif);
background-repeat:repeat-x;
height: 38px;
padding-top: 0px;
width: 1005px;
}

/* smcfarland - 7/10/09 */
#navbartopKB {
padding: 0;
margin: 0;
background-image: url(/images/header_backgrd.gif);
background-repeat:repeat-x;
height: 38px;
padding-top: 0px;
width: 1024px;
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 24px;
	color: #fff;
    text-transform:uppercase;
	padding-top: 5px;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	
	padding: 0 20px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	
	color: #fff;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background-image: url(/images/header_backgrd.gif);
background-repeat:repeat-x;
  
	color: #fbbb3b;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #fff;
	color: #023045;
	text-transform:none;
	border: 1px solid #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #78bf22;
	color: #FFF;
	
	}


/* 2nd Menu Hover Persistence-for arrow to appear */
ul#navmenu.parent li.parent li a.parent,
ul#navmenu li li a.parent,
ul#navmenu li.iehover li a.parent:hover,
ul#navmenu li.iehover li.iehover a.parent {
	
background-image: url(/images/nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

ul#navmenu.parent li:hover li a.parent:hover,
ul#navmenu li:hover li:hover a.parent,
ul#navmenu li.iehover li a.parent:hover,
ul#navmenu li.iehover li.iehover a.parent {
	
background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Support Nav - 3rd Menu Hover Persistence for arrow to appear*/
ul#navmenu.supparent li:hover li a:hover,
ul#navmenu li:hover li:hover a.supparent,
ul#navmenu li.iehover li a.supparent:hover,
ul#navmenu li.iehover li.iehover a.supparent {
	background: #78bf22;
	color: #ffffff;
	background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
ul#navmenu.supparent li:hover li:hover li a.supparent:hover,
ul#navmenu li:hover li:hover li:hover a.supparent,
ul#navmenu li.iehover li.iehover li a.supparent:hover,
ul#navmenu li.iehover li.iehover li.iehover a.supparent {

background-image: url(/images/nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


/* Support Nav - 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #78bf22;
	color: #ffffff;
	}

/* Support Nav - 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #ffffff;
	color: #023045;
	}

	
/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #78bf22;
	color: #FFF;
	
	
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #fff;
	color: #023045;
	
	}



ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

#navbartop a:link.active, #navbartop a:visited.active {
color: #fbbb3b;
}

/*Log In*/
#topnav {
	float:left;
	width:0px;
}

#login {
	float:right;
	/* [disabled]width: 100px; */
	margin-right: 0px;
}

ul#loginmenu {
	margin: 0;
	.margin-right:20px; /* IE7 */
	border: 0;
	padding: 0px;
	
	width: 100px; /*For KHTML*/
	list-style: none;
	height: 24px;
	color: #fff;
	text-transform:uppercase;
	padding-top: 5px;
	}

ul#loginmenu li {
	/* [disabled]margin: 0; */
	border: 0 none;
	/* [disabled]padding: 0; */
	float: right; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	/* [disabled]margin-right: 30px; */
	width: 83px;
	padding-right: 20px;
	}

ul#loginmenu ul {
	margin: 0;
	.margin-left:-128px; /* IE7*/
	border: 0 none;
	padding: 0;
	width:70px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	/* [disabled]left: 0; */
	}


ul#loginmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#loginmenu ul li {
	width: 185px;
	float: right; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#loginmenu a { 
	padding: 0 20px;
	float: none !important; /*For Opera*/
	/*float: left; For IE*/
	display: block;
	/*background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/images/triangle_org.gif);
	width:6px;
	height:6px;*/
	color: #fff;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#loginmenu a:hover,
ul#loginmenu li:hover a,
ul#loginmenu li.iehover a {
	background-image: url(/images/header_backgrd.gif);
	background-repeat:repeat-x;
	color: #fbbb3b;
	}



/* 2nd Menu */
ul#loginmenu li:hover li a,
ul#loginmenu li.iehover li a {
	float: right;
	background: #fff;
	color: #023045;
	text-transform:none;
	border: 1px solid #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	margin-right:-30px; 
	margin-left:50px;
	}

/* 2nd Menu Hover Persistence */
ul#loginmenu li:hover li a:hover,
ul#loginmenu li:hover li:hover a,
ul#loginmenu li.iehover li a:hover,
ul#loginmenu li.iehover li.iehover a {
	background: #78bf22;
	color: #FFF; 
	}


/* 2nd Menu Hover Persistence-for arrow to appear */
ul#loginmenu.parent li.parent li a.parent,
ul#loginmenu li li a.parent,
ul#loginmenu li.iehover li a.parent:hover,
ul#loginmenu li.iehover li.iehover a.parent {
	
	background-position: right center;
	background-repeat: no-repeat;
}

ul#loginmenu.parent li:hover li a.parent:hover,
ul#loginmenu li:hover li:hover a.parent,
ul#loginmenu li.iehover li a.parent:hover,
ul#loginmenu li.iehover li.iehover a.parent {
	
	background-image: url(/images/triangle_wht.gif);
	width:6px;
	height:6px;
	background-position: right center;
	background-repeat: no-repeat;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#loginmenu li:hover ul ul,
ul#loginmenu li:hover ul ul ul,
ul#loginmenu li.iehover ul ul,
ul#loginmenu li.iehover ul ul ul {
	display: none;
	}

ul#loginmenu li:hover ul,
ul#loginmenu ul li:hover ul,
ul#loginmenu ul ul li:hover ul,
ul#loginmenu li.iehover ul,
ul#loginmenu ul li.iehover ul,
ul#loginmenu ul ul li.iehover ul {
	display: block;
	}
	
/* Login for Search page */
ul#loginmenu_search {
	margin: 0;
	.margin-right:20px; /* IE7 */
	border: 0;
	padding: 0px;
	width: 100px; /*For KHTML*/
	list-style: none;
	height: 24px;
	color: #fff;
	text-transform:uppercase;
	padding-top: 5px;
	}

ul#loginmenu_search li {
	/* [disabled]margin: 0; */
	border: 0 none;
	/* [disabled]padding: 0; */
	float: right; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	/* [disabled]margin-right: 30px; */
	width: 83px;
	padding-right: 20px;
	}

ul#loginmenu_search ul {
	margin: 0;
	.margin-left:-128px; /* IE7*/
	border: 0 none;
	padding: 0;
	width:70px;
	*width:100px; /* IE */
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	/* [disabled]left: 0; */
	}


ul#loginmenu_search ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#loginmenu_search ul li {
	width: 185px;
	*width:210px; /* IE */
	float: right; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#loginmenu_search a { 
	padding: 0 20px;
	float: none !important; /*For Opera*/
	/*float: left; /* For IE */
	display: block;
	/*background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/images/triangle_org.gif);
	width:6px;
	height:6px;*/
	*width:80px; /* IE */
	color: #fff;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#loginmenu_search a:hover,
ul#loginmenu_search li:hover a,
ul#loginmenu_search li.iehover a {
	background-image: url(/images/header_backgrd.gif);
	background-repeat:repeat-x;
	color: #fbbb3b;
	}



/* 2nd Menu */
ul#loginmenu_search li:hover li a,
ul#loginmenu_search li.iehover li a {
	float: right;
	background: #fff;
	color: #023045;
	text-transform:none;
	border: 1px solid #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	margin-right:-30px; 
	margin-left:50px;
	width:180px; /* IE */
	.width:170px; /* IE7 */
	}

/* 2nd Menu Hover Persistence */
ul#loginmenu_search li:hover li a:hover,
ul#loginmenu_search li:hover li:hover a,
ul#loginmenu_search li.iehover li a:hover,
ul#loginmenu_search li.iehover li.iehover a {
	background: #78bf22;
	color: #FFF; 
	}


/* 2nd Menu Hover Persistence-for arrow to appear */
ul#loginmenu_search.parent li.parent li a.parent,
ul#loginmenu_search li li a.parent,
ul#loginmenu_search li.iehover li a.parent:hover,
ul#loginmenu_search li.iehover li.iehover a.parent {
	
	background-position: right center;
	background-repeat: no-repeat;
}

ul#loginmenu_search.parent li:hover li a.parent:hover,
ul#loginmenu_search li:hover li:hover a.parent,
ul#loginmenu_search li.iehover li a.parent:hover,
ul#loginmenu_search li.iehover li.iehover a.parent {
	
	background-image: url(/images/triangle_wht.gif);
	width:6px;
	height:6px;
	background-position: right center;
	background-repeat: no-repeat;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#loginmenu_search li:hover ul ul,
ul#loginmenu_search li:hover ul ul ul,
ul#loginmenu_search li.iehover ul ul,
ul#loginmenu_search li.iehover ul ul ul {
	display: none;
	}

ul#loginmenu_search li:hover ul,
ul#loginmenu_search ul li:hover ul,
ul#loginmenu_search ul ul li:hover ul,
ul#loginmenu_search li.iehover ul,
ul#loginmenu_search ul li.iehover ul,
ul#loginmenu_search ul ul li.iehover ul {
	display: block;
	}	
	/*TOP NAV
			
		
#navbartop {
padding: 0;
margin: 0;
background-image: url(/images/header_backgrd.gif);
background-repeat:repeat-x;
height: 38px;
width: 995px;
padding-top : 0px;
padding-left : 10px;
 
}

#navbartop li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}


#navbartop a:link, #navbartop a:visited {
float: left;
margin-left: 25px;
font-weight: normal;
padding: 10px 0px 6px 12px;
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform:uppercase;

}

#navbartop a:link.active, #navbartop a:visited.active, #navbartop a:hover {
color: #fbbb3b;
}
*/


			/*LEFT SIDEBAR*/ 
#leftnav { 
float : left;
width : 200px;
margin : 0;


/*margin-left: 5px;*/

} 
 
#leftnavmenu { 
float : left;
margin: 0;
padding-left: 15px;
font-size : 12px;
width : 180px;

} 


#leftnavmenu ul { 
list-style : none;
font-size : 12px;
list-style-position: outside;
background: transparent;
} 


#leftnavmenu li { 
font-weight : normal;
text-decoration : none;
color : #000;
/*background :url(/images/bullet.gif) no-repeat;*/
display : block;
margin-top: 10px;
margin-left: 0px;
padding-left: 8px;
list-style-type: none;

} 


#leftnavmenu li a { 
text-decoration : underline;
color : #0000cc;
font-weight: bold;

} 

#leftnavmenu li a:hover { 
color : #78bf22;
text-decoration : none;
} 


 /* These are left navigation menu links for all pages other than home*/


#leftnavlinks {
 margin-top: 15px;

 }

#leftnavlinks ul { 

font-weight: bold;
list-style : none;
font-size : 12px;
list-style-type: none;
list-style-position: outside;
background: transparent;
margin:0;
padding:0;
margin-left: 0px;
/*
margin-left: -1px;*/

} 

#leftnavlinks li { 
font-weight : bold;
text-decoration : none;
color : #023045;
display : block;
margin-top: 0px;
line-height: 21px;
list-style-type: none;
margin-left: -25px;

} 


#leftnavlinks li a { 
text-decoration : none;
color : #023045;
font-weight: bold;
} 

#leftnavlinks li a:hover { 
color : #78bf22;
text-decoration : none;
} 



#leftnavlinks ul li { 
font-weight: bold;
color : #000;
margin:0;
padding:0;
background :transparent url(/images/bullet_sm.gif) no-repeat 6px 3px;
text-decoration: none;
line-height: 17px;
padding-top: 0;
margin:0;
padding:0;
padding-left: 18px;

}


#leftnavlinks ul li  a { 
font-weight: normal;
list-style-type: none;


background: transparent;

}


#picturebox{
padding-left: 10px;
padding-bottom: 0px;

}

#logincontent {
	width: 300px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #D5D5D5;
}

			/*MAIN CONTENT area for Home Page and Pro pages*/ 
#content { 
margin-left : 200px;
padding : 0em;
height: auto;

} 

/*--added 10-09-09 for AdvancedGET Elliot Wave page--*/
#content2 { 
margin-left : 200px;
padding : 0em;
height: auto;
width:780px;
} 

/*--added 11/3/09 for 2 columns pages ex.AdvancedGET and eSignal Pro New User Orientation pages--*/
#content3 { 
margin-left : 197px;
padding : 0em;
height: auto;
padding-right:5px;

} 



/*--added 10-09-09 for AdvancedGET Elliot Wave page--*/
#maincontent2 {
width: 780px;
height: auto;
display: inline;
padding:0;
margin: 0;
}


#maincontent {
width: 795px;
height: auto;
display: inline;
padding:0;
margin: 0;
}

/*--added 07-12-10 for About eSignal Suite page--*/
#maincontent-company {
width: 795px;
height: auto;
display: block;
padding-left:200px;
margin: 0;

}





/*These appear only on home page*/
#spotlight {
width: 300px;
float: left;
margin:0;
padding: 5px;
margin-left: 10px;
margin-right: 10px;
}

#spotlight  ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat 0px 3px;
text-decoration: none;
display : block;
padding-left: 15px;
line-height: 15px;
padding-top: 0;
margin-left: -40px;
padding-bottom: 7px;
}

#weekly {
float: left;
width: 440px;
margin-bottom: 0px;
padding: 5px;


}

#weekly  ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat 0px 3px;
text-decoration: none;
display : block;
padding-left: 15px;
line-height: 15px;
padding-top: 0;
margin-left: -40px;
margin-top: -10px;
margin-bottom: 18px;
}

#news{
float: right;
width: 440px;
margin-top: -5px;
padding-right: 25px;
margin-bottom:10px;
}



/*this is bottom content area for pro/other than retail pages*/
#singleboxcontent {
width: 770px;
float: left;
margin: 0;
margin-top: 10px;
padding: 5px;
}




/*--
#singleboxcontent_nonav ul li { 
text-decoration: none;
padding-left: 5px;
padding-top: 0;
margin-left: 5px;
} 
--*/
/*esignal features*/
#esfeatures {
width: 560px;
float: left;
margin: 0;
margin-top: 0px;
margin-left: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#singleboxcontent1 {
width: 580px;
float: left;
margin: 0;
margin-top: 10px;
padding: 15px;
}

#singleboxcontent2 {
width: 560px;
float: left;
margin: 0;
margin-top: 10px;
padding-left: 8px;
}

#singleboxcontent3 {
width: 750px;
float: left;
margin: 0;
margin-top: 10px;
padding-left: 8px;
}
	
#splitbox1 {
width: 135px;
float: left;
margin: 0;
padding-right: 10px;
}

#splitbox2 {
width: 270px;
float: left;
margin: 0;
padding-right: 10px;
margin-left: 0px;
}

#splitbox3 {
width: 275px;
float: left;
margin: 0;
padding-right: 5px;
padding-left: 20px;
}

#splitboxpro1 {
width: 350px;
float: left;
margin: 0;
padding-right: 25px;
margin-left: 0px;
padding-bottom:5px;
}



#splitboxpro2 {
	width: 350px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
			
}

/*---Added 8/17/09 Trading integration page --Calvin ----*/
#splitboxpro4{
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-bottom:5px;	
}

/* -- Calvin added 8-14-09 --*/
#splitboxpro3 {
	width: 350px;
	float: left;
	padding-right: 25px;
	margin-left: 0px;
	border-right: #CCCCCC 2px dotted;
	margin-top: 10px;
}

#splitboxpro5 {
width: 350px;
float: left;
margin: 0;
padding-right: 25px;
padding-bottom:5px;
padding-top:20px;
}

/*--eSignal Landing page--*/
#splitboxpro6 {
	width: 275px;
	float: right;
	margin-left: 30px;
	margin-right:15px;
	padding: 10px;
	border: 1px #cccccc solid;
	background-color: #f3f3f3;
	margin-top: 10px;
}

/*eSignal Pro Support page 3/24/11*/
#splitboxpro7 {
width: 440px;
float: left;
margin: 0;
margin-left: 0px;
}

/*Integration Solutions page*/
#splitboxpro8 {
width: 700px;
margin: 0;
margin-left: 0px;
}

/*Hosted Solutions*/
#splitboxpro9 {
width: 350px;
float: left;
padding-right: 15px;
margin-left: 0px;
padding-bottom:0px;
}

#splitboxpro9 ul {
	margin-top:0px;
	margin-bottom:5px;
}

#splitboxpro10{
	width: 350px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom:0px;	
}

#splitboxpro10 ul {
	margin-top:0px;
	margin-bottom:5px;
}
/*---added 8/24/09 Calvin- image at mktdata server solutions-*/
.mktdata {
	float:left;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:5px;
}

/*---ended mktdata--*/




#bottombox1 {
width: 400px;
float: left;
margin: 0;
padding-right: 20px;
padding-top: 10px;
padding-left: 5px;
}

#bottombox1 ul { 
list-style : none;
font-size : 12px;
list-style-image: none;
list-style-position: outside;
background: transparent;
margin-top: 4px;
} 

#bottombox1  ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat scroll 5px 3px;
text-decoration: none;
display : block;
padding-left: 23px;
line-height: 15px;
padding-top: 0;
margin-left: -40px;
}

#bottombox2 {
width: 300px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
margin-left: 0px;
margin-top: 5px;
background:url(/images/roundedbox.jpg) no-repeat;
height: 230px;
}

#bottomboxrect {
width: 350px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
margin-left: 0px;
margin-top: 5px;
border: 1px #cccccc solid;
height: 230px;
}

#bottomboxrounded {
width: 290px;
padding:5px;
margin-left: 35px;
margin-right: 10px;
margin-top: 6px;
}


#bottomboxroundedsm {
width: 290px;
padding:5px;
margin-left: 15px;
margin-right: 10px;
margin-top: 6px;
}

/*--eSignal landing page box--*/
#bottomboxroundedsm2{
width: 290px;
padding:10px;
margin-left: 10px;
margin-top: 15px;
border: 1px #cccccc solid;
background-color: #f3f3f3;
}

#bottomboxrounded ul { 
list-style : none;
font-size : 12px;
list-style-image: none;
list-style-position: outside;
background: transparent;
margin-top: 4px;
} 

#bottomboxrounded  ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat scroll 5px 3px;
text-decoration: none;
display : block;
padding-left: 23px;
line-height: 15px;
padding-top: 0;
margin-left: -40px;
}

#bottomboxroundedsm  ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat scroll 5px 3px;
text-decoration: none;
display : block;
padding-left: 23px;
line-height: 15px;
padding-top: 0;
margin-left: -40px;
}

#testimonialbox {
width: 300px;
padding:10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
border: 1px #cccccc solid;
background-color: #f3f3f3;
}


#pricingbox {
width: 500px;
padding:10px;
margin-left: 20px;
margin-right: 10px;
margin-top: 15px;
border: 1px #cccccc solid;
background-color: #f3f3f3;
font-weight: bold;

}

/*--added 8/22/09 -- by Calvin --- Request info Enterprise Solutions --- */
.requestinfoleft {
float:left;
}

.requestinforight {
float:right;
padding-right:15px;
}
/*added 06/27/08- by shweta*/
#contentnew {
width: 700px;
margin : 0;
padding : 0em;
margin-left:20px;
padding-right: 5px;
height: auto;
}

/*This is for the features page for pro*/
#featurebox1 {
width: 260px;
float: left;
margin: 0;
padding-right: 0px;
margin-left:-5px;
}


#featurebox5 {
width: 250px;
float: left;
margin: 0;
padding-left: 30px;

}

#featurebottombox {
width: 790px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
}

/* this is for system requirements box*/
#sysreq {
width: 500px;
float: left;
margin: 0;
padding: 10px;
background-color: #f3f3f3;
margin-right: 250px;
margin-top: 10px;
margin-bottom: 15px;
}

#sysreqret {
width: 570px;
float: left;
margin: 0;
padding: 10px;
background-color: #f3f3f3;
margin-top: 10px;
margin-bottom: 15px;
}

/**************This is retail layout*****************/

/*this is bottom content area for retail pages-3 cloumns*/

#singleboxcontentret {
width: 590px;
float: left;
margin: 0;
margin-top: 10px;
padding: 5px;
padding-left: 0px;
}


#bottomboxret {
width: 580px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
padding-left: 5px;
}

#bottomboxret2 {
width: 550px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
padding-left: 5px;
}

#bottomboxret3 {
width: 600px;
float: left;
margin: 0;
padding-right: 10px;
padding-top: 10px;
padding-left: 5px;
}

#bottomboxret ul { 
list-style : none;
font-size : 12px;
list-style-image: none;
list-style-position: outside;
background: transparent;
margin-top: 0px;

} 

#bottomboxret ul li { 
color : #000;
background :transparent url(/images/bullet_sm.gif) no-repeat scroll 5px 3px;
text-decoration: none;
display : block;
padding-left: 23px;
padding-top: 0;
margin-left: -40px;
}

#bottomboxret2 ul li { 
color : #000; 
text-decoration: none;
display : block;
padding-left: 23px;
padding-top: 0;
margin-left: -40px;
}

#singleboxcontentret2 {
width: 590px;
float: left;
margin: 0;
margin-top: 0px;
padding: 5px;
padding-left: 0px;
padding-top: 0px;
}

#singleboxcontentret2 ul { 
list-style : none;
font-size : 12px;
list-style-image: none;
list-style-position: outside;
background: transparent;
margin-top: 0px;
padding-top: 0px;

} 

/*this is top content area for retail pages-3 cloumns*/
#contentret { 
padding : 0em;
height: auto;
width: 600px;
float:left;

} 

#rightnav { 
float : left;
width : 190px;
padding:0;
margin:0;
margin-top: 55px;
padding-left: 5px;
} 



/*this is the rounded box in third column*/
#toprounded {
background: transparent url(/images/roundedbox_top.gif) no-repeat scroll left top;
width:188px;
padding:0;
margin:0;
height:18px;
margin-left: 4px;
}

#center{
width: 162px;
padding:0px;
margin:0px;
border-left: 1px #979797 solid;
border-right: 1px #979797 solid;
padding-left: 10px;
padding-right: 10px;
margin-left: 6px;
}

#bottomrounded {
background: transparent url(/images/roundedbox_bottom.gif) no-repeat scroll left top;
padding:0;
margin:0;
margin-left: 4px;
width: 188px;
height:18px;
}

   /* this is for the Advanced GET features with video box*/
#singleboxcontentadv {
width: 550px;
float: left;
margin: 0;
margin-top: 10px;
padding: 5px;
padding-left: 0px;
}
#splitboxadv {
width: 250px;
float: left;
margin: 0;
padding-right: 10px;
}


			/* center flash area for home page*/
#banner {
width: 785px;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
margin-left: 10px;
height: 271px;
}

/* -- added 8-14-09 -- Calvin */
#banner2 {
width: 785px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 251px;
	}

#banner h1 {	
margin: 0;
padding: 70px 100px 0 0;
height: 50px;
font-family: Trebuchet MS, verdana, arial, sans-serif;
font-size:140%;
text-align: right;
letter-spacing: 3px;
color:  #fff;
background: inherit;
}
			/*FOOTER*/ 
#footer { 
clear: both;
margin: 0;
padding-top:15px;
font-size : 11px;
margin-top: 20px;
padding-bottom: 10px;
color : #000;
width: 1000px;
background: transparent; 

}

#footer_api { 
clear : both;
margin : 0;
padding-top:0px;
font-size : 11px;
/*margin-left:75px;*/
margin-top: 20px;
padding-bottom: 10px;
color : #000;
width: 1000px;
background: transparent;
}


			/*TYPOGRAPHY*/ 
h2 { 
margin : 1em 0 0.5em 0;
font-size : 130%;
letter-spacing : 5px;
}

blockquote {
padding : 5px;
font-weight : bold;
font-style : italic;
color : #023045;
} 

.indent {
padding : 5px;
margin-left: 15px;
} 

/*-- added 8/20/09 Market-Q Pershing page -- Calvin --*/
.indent-question {
padding : 5px;
margin:0px;
margin-left: 15px;
} 

/* --- added 8/17/09---Calvin ---*/

.indent-rightnav {
padding : 5px;
margin:0px;
margin-left: 15px;
} 
 
.subhead { 
padding : 0px;
margin: 5px;
color : #000;
font-weight: bold;
font-size: 14px;
} 


.subhead1 { 
padding : 0px;
margin: 0px;
color : #000;
font-weight: bold;
font-size: 14px;
} 

/*home page newsletter box*/
.subhead2 { 
padding : 0px;
margin: 0px;
color : #000;
font-weight: bold;
font-size: 13px;
} 

.productname {
	padding-top : 10px;
	padding-bottom: 0px;
	color: #023045;
	font-weight: bold;
	font-size: 22px;
} 

/*refer a friend page*/
.referral_productname {
	float:left;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #023045;
	font-weight: bolder;
	font-size: 22px;
} 

#referral_share-fb {
	float:left;
	margin-top:13px;
	width:90px;
	height:5px;
}


#referral_share-tweet {
	float:left;
	margin-top:13px;
	margin-left:10px;
	width:120px;
}

#rtnav {
	float : left;
width : 190px;
padding:0;
margin:0;
margin-top: 30px;
padding-left: 5px;
}

/*Special Deals page*/
#productname {
	float:left;
	padding-top : 10px;
	padding-bottom: 0px;
	color : #023045;
	font-weight: bold;
	font-size: 22px;
}

#productnamesmall { 
float:left; 
padding-bottom: 10px;
padding-left: 0px;
color : #023045;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
} 




#share-fb {
	float:left;
	margin-top:13px;
	width:90px;
	/*background-color:#999;*/
	height:5px;
}

#share-tweet {
	float:left;
	margin-top:13px;
	margin-left:10px;
	width:150px;
	/*background-color:#999;*/
	/*height:5px;*/
}

/*eSignal features*/
.product-sub { 
padding-top:5px;
padding-bottom: 10px;
padding-left: 10px;
color : #023045;
font-weight: bold;
font-size: 15px;
margin: 0px;
} 


.productnamesmall { 
padding-bottom: 0;
padding-left: 0px;
color : #023045;
font-weight: bold;
font-size: 15px;
margin: 0px;
} 

.productsub {
padding-left: 0px;
color : #023045;
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
margin: 0px;
}

.salesinfo {
padding-left: 10px;
color : #023045;
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
margin: 0px;
}

.big {
margin : 0px;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-image: url(/images/headerback_small.gif);
background-repeat:repeat-x;
height: 29px;
padding-left: 5px;
padding-top: 3px;
}

.p14 {
font-size: 14px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

.p13 {
font-size: 18px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

.p12 {
font-size: 12px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

.p11 {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

.p10 {
font-size: 10px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

.p09 {
font-size: 9px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

.pricing {
font-size: 15px;
color : #023045;
margin-bottom: 10px;
font-weight: bold;
}


 /*read more*/


.more { 
padding:0;
padding-left: 2px;
margin: 0;
font-size : 10px;
} 
/*for General Master*/
.subscribers  { 
padding:0;
padding-left: 2px;
margin: 0;
font-size : 10px;
} 

.bottomtext { 
font-size : 9px;
margin:0;
padding:0;
line-height: 10px;
}


/*new*/
.new {
padding:0;
margin:0;
margin-left: 4px;
font-style:italic;
color: #78bf22;
font-weight: bold;
font-size: 11px;
}

.new-yw {
padding:0;
margin:0;
margin-left: 4px;
font-style:italic;
color: #000000;
background-color:#fff600;
font-weight: bold;
font-size: 11px;
}


.trial {
font-size: 16px;
color : #023045;
margin-bottom: 15px;
font-weight: bold;
}

.trial2 {
	font-size: 14px;
	color : #023045;
	margin-bottom: 5px;
	font-weight: bold;
}

.dotted {
background: url(/images/dotted_hr.gif) repeat-x;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
}

.rndotted {
background: url(/images/dotted_hr.gif) repeat-x;
margin-top: 16px;
margin-bottom: 9px;
}

.dottedn {
background: url(/images/dot_single.gif) repeat-x;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0px;
margin-left: 0px;
width: 100%;
}

.go {
margin-left: 5px;
margin-top: 0px;
}

.form { 
margin: 0;
padding: 0;
padding-top: 10px;
} 


.headertable {
text-decoration: none;
color: #023045;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform:uppercase;
}
	
.turnsignal {
color:#CC0000;
font-style:italic;
}	


form {
padding:0;
margin:0;
}

		/*SEARH BAR*/



/*
input.search { 
width : 100px;
border : none;
background : url(images/input.gif);
padding : 4px;
} 
*/
 	
/*General hyperlinks*/
a:link, a:visited { 
color: #0000CC;
background : transparent;
text-decoration : underline;
} 
a:hover { 
color : #78bf22;
text-decoration : none;
} 
a img { 
border : none;
} 	



/*IMAGES*/
.imgleft { 
float : left;
padding : 5px;
margin-right : 5px;
}

.imgleft2 { 
float: left;
padding-top: 5px; 
padding-bottom:20px; 
padding-left:0px; 
padding-right:20px;
}

.imgright{ 

padding : 5px;
margin-right : 5px;
}

.imgright2 { 
float : right;
padding-top : 5px; 
padding-bottom:20px; 
padding-left:20px; 
padding-right:15px;
}

.video{ 
padding : 0px;
margin: 0px;
margin-right : 3px;
margin-top: -5px;
font-size: 10px;
margin-bottom: -1px;
}


 /* these are left menu items on home page*/

#stockchart {
list-style : none;
float : left;
width : 185px;
display: block;
margin : 10px 5px 10px 5px;
padding : 0px;
font-size : 12px;
/*background-color: #f3f3f3;
border: 1px solid #ccc;*/
} 


#trading101 {
list-style : none;
float : left;
width : 185px;
display: block;
margin : 10px 0px 0px 5px;
padding : 0px;
font-size : 12px;

} 

#quote_ltnav{
list-style : none;
float : left;
width : 185px;
display: block;
margin : 10px 0px 0px 10px;
padding : 0px;
font-size : 12px;
} 

#forex_trading {
list-style : none;
float : left;
width : 185px;
display: block;
margin : 10px 0px 0px 10px;
padding : 0px;
font-size : 12px;
} 

input {
background : #fff;
color : #000;
font-size: 10px;
padding: 0;
margin: 0;
}

Features expanded view box
#featureexpand {
width: 500px;
margin: 0;
padding-left:10px;
padding-right: 10px;
text-align: left;
margin-left: 25px;
}

table styling- rows, headers

#phone tbody tr.top td {
/*background-image: url(/images/headerback_small.gif);
background-repeat:repeat-x;*/
background-color:#000000;
font-weight: bold;
color: #fff;
padding-bottom: 5px;
padding-top:5px;
padding-left: 15px;
}

#phone tbody tr.even td {
background-color: #fff;
text-align:left;

	 padding-bottom: 5px;
	 padding-top:5px;
	 padding-left: 15px;
}

#phone tbody tr.odd td {
background-color: #f3f3f3;
text-align:left;

padding-bottom: 5px;
padding-top:5px;
padding-left: 15px;
}

#phone tbody tr.top td {
background-color: #78bf22;
text-align:left;
margin-bottom:10px;
padding-bottom: 5px;
padding-top:5px;
padding-left: 15px;
font-weight: bold;
} 

.testimonial {
font-style: italic;
font-weight: bold;
color: #407ABB;
border-bottom:1px solid #cccccc;
padding:5px 0pt;
font-size: 14px;
}

.search {
font-size: 10px;
color: #0000CC;
padding :1px;
margin: 0;
}

#calculatorbox {
width: 400px;
padding:0px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 15px;
border: 1px #cccccc solid;
background-color: #f3f3f3;
}

For MIS pages
/*This is for the features page for pro*/
#featurebox4 {
width: 250px;
float: left;
margin: 0;
padding-right: 10px;
line-height: 14px;
}


/*This is for eSignal Pro layout page*/
#columnsrow {
width: 800px;
float: left;
padding-bottom: 25px;

}

/*This is for the Enterprise Solutions section formulas in the pop-up*/
.formula {
font-size: 12px;
color:#666666;
}

/*This is for the eSignalcentral testimonials in right column*/

.testimonialeS {
color: #000000;
border:1px solid #cccccc;
padding:8px;
font-size: 11px;
width: 165px;
margin-left: 6px;
}

/*used for CME waiver asterisk*/
.p18 {
font-size: 18px;
line-height: 17px;
}

.PershingDemo {
color: #000000;
background-color:#eefed4;
border:0px;
padding:8px;
font-size: 11px;
width: 160px;
margin-left: 10px;
}

.allcaps { 
text-transform: uppercase; 
}

.allcapsub {
padding-left: 0px;
color : #023045;
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
margin: 0px;
text-transform:uppercase;
}

/*used for Exchange newsletter*/

#contentretExchange { 
padding : 0em;
height: auto;
width: 1000px;
float:left;

} 

#splitboxfeature {
width: 270px;
float: left;
margin: 0;
padding-right: 10px;
}

#singleboxcontentretExchange {
width: 1000px;
float: left;
margin: 0;
margin-top: 10px;
padding: 5px;
padding-left: 0px;
}

.graybackExchange {
margin : 0px;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
background-color: #e3e3e3;
padding: 5px;
}
/*rebranding*/
#greenbar {
   background-color: #83ae3b;
   height : 15px;
   width: 985px;
   color : #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   padding-left: 20px;
   padding-top: 1px;     
}

#greenbarGMini {
   background-color: #83ae3b;
   height : 15px;
   width: 1005px;
   color : #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   padding-top: 1px;     
}



#splitboxMQWidgets {
width: 170px;
line-height: 17px;
float: left;
margin: 0;
padding-right: 10px;
}

/*added for products header - pro products list --Calvin--10/08/10*/
ul#navmenu.prodhdr li.prodhdr li a.prodhdr,
ul#navmenu li li a.prodhdr,
ul#navmenu li.iehover li a.prodhdr:hover,
ul#navmenu li.iehover li.iehover a.prodhdr { 
	background-color:#78bf22;
	color:#FFF;
	background-position: right center;
	background-repeat: no-repeat;
}

ul#navmenu.prodhdr li:hover li a.prodhdr:hover,
ul#navmenu li:hover li:hover a.prodhdr,
ul#navmenu li.iehover li a.prodhdr:hover,
ul#navmenu li.iehover li.iehover a.prodhdr {
	color: #000;
	background-color:#FFFFFF;
	background-position: right center;
	background-repeat: no-repeat;
}	
/*used in the eSignal 11 and 10.6 matrix  */
.tbl_dottedline td {
	border-bottom:thin dotted #d6d6d6;
	font-size: 11px;
}

/*used in the eSignal 11 features  */	
#green { 
	background-color:#83ae3b;
	width:580px;
	height:5px;
	margin-top:5px;
	margin-bottom:5px; 
	font-size:1px;
}

.features-photo { 
	float : left;
	padding : 5px;
	margin-right : 10px;
	}

#title-grey {
	height:15px;
	background-color:#d6d6d6;
	width:580px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
}

.sm-cap { 
font-size : 11px;
padding-bottom: 10px;
color : #000;
}

.userbox { 
padding-left: 7px;
padding-right: 7px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

table { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

table.sample {
	border-width: thin;
	border-style: solid;
	border-color: #dbdbdb;
	border-collapse: separate;
}

/*OnDemand Forex page*/
#clear {
	clear:both;
}

/*Interactive Data Mobile Download page*/
#mob_icon { 
float:right;
margin-left:10px;
}

/*Advanced GET*/
#borderbox {
width: 340px;
padding:4px;
margin: 0px;
margin-left: 5px;
margin-bottom: 4px;
border: 1px #cccccc solid;
background-color: #ffffff;
}

/*LiveCharts Multivariate testing*/
#tn_enlarge {
	float:left; 
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:100px;
}

/*Interactive Data Mobile right nav*/
#iphone_user {
	width:155px; 
	height:125px;
	background-image:url(/images/iphone_users.gif); 
	}
	
.iphone_texts {
	font:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#023045;
	padding-left:7px;
	padding-right:60px;
	text-align:left;
	padding-top:7px;
}
/*quote symbol search page*/
#quote_toprounded {
	background-image: url(/images/quote_top_roundbox.gif);
	width:160px;
	padding:0;
	margin:0;
	height:8px;
}

#quote_navcenter{
	width: 145px;
	padding:0px;
	margin:0px;
	border-left: 1px #979797 solid;
	border-right: 1px #979797 solid;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
}

#quote_bottomrounded {
background-image: url(/images/quote_bottom_roundbox.gif);
padding:0;
margin:0;
width: 160px;
height:8px;
}

#quote_right {
	float:right;
	padding-right:5px;
}

#quote_iframe { 
	float:left;
	width:430px;
}

#quote_box {
	width: 420px;
	height:88px;
	background-color: #f3f3f3;
	border-width: thin;
	border-style: solid;
	border-color: #dbdbdb;
	border-collapse: separate;
}

#quote_box_lt {
	float:left;
	width: 380px;
	height:200px;
	margin-right:10px;
}

#quote_box_rt {
	float:left;
	width: 380px;
	height:200px;
	margin-left:10px;
}

#quote_box_bar {
	width:420px;
	height:15px;
	margin:0px;
	background-color:#cacaca;
}

#quote_box_lthead {
	padding-left:10px;
}

#quote_box_rthead1 {
	margin-left:117px;
}

#quote_box_rthead {
	margin-left:126px;
}

#quote_box_text {
	margin-top:0;
}



#quote_box p {
	padding-left:10px;
	padding-right:10px;

}

.quote_right {
	float:right;
	padding-right:0px;
	padding-left:5px;
	margin-top:-7px;
	z-index:1;
}

.quote_left {
	float:left;
	padding-right:10px;
	padding-left:0px;
	margin-top:-7px;
	z-index:1;
}


#subheader_bar {
	float:left;
	background-color: #f6f6f6;
	border-width: thin;
	border-style: solid;
	border-color: #dbdbdb;
	border-collapse: separate;
	width:410px;
	height:17px;
	padding:5px;
}

#subheader_bar_right {
	float:right;
	background-color: #f6f6f6;
	border-width: thin;
	border-style: solid;
	border-color: #dbdbdb;
	border-collapse: separate;
	width:300px;
	height:17px;
	padding:5px;
}

#trade_seminar { 
	 	
	width:310px; 
	padding-top:10px;
}

#weekly_trading {
	float:left;
}

#currency_cross {
	float:left;
	width:410px;
}

#weekly_trading_article {
	float:left;
	width:420px;
	height:auto;
}

#rss_feed {
	float:right;

}

#quote_srh {
background-image: url(/images/header_backgrd.gif);
background-repeat:repeat-x;
height: 28px;
width: 154px;
float:right;
margin-right:160px;
}

.srh_text {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color: #2d2d2d;
}

.srh_text a:hover { 
background-color:#e9f4e1;
}
	
#quote_table { 
padding-top:2px;
color:#FFF;
font-size:8px;
}

#quote_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999;
}

/*API pages*/
#content_api {
	width:580px;
	height:auto;
	float:left;
}

#container_api { 
width : 1000px;
margin : 0 auto;
border : 0px solid #fff;
background : #fff;
color : #000;
text-align:left;
background-image:url(/images/topback3.jpg);
background-repeat:no-repeat;
} 

#grey_bar {
	width:100%;
	height:10px; 
	background-color:#3d4552; 
	margin-top:5px;
}

.grey_bar_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	padding-left:20px;
	padding-top:5px;
}

#leftnav-api { 
float : left;
width : 200px;
margin-right : 10px;
} 

.leftnav-api_title { 
padding-left: 20px;;
} 

#leftnav-api ul {
	list-style-type: square;
	color:#3d4552;
	} 

.api_title {
	padding-top : 10px;
	padding-bottom: 0px;
	color : #023045;
	font-weight: bold;
	font-size: 22px;
} 	
	
/*Registration pages*/
#regtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	width:220px;
}

#green_reg {
	background-color: #83ae3b;
	height:3px;
	width:600px;
	margin-top:5px;
	margin-bottom:5px;
}

#green_sht_reg {
	background-color: #83ae3b;
	height:3px;
	width:225px;
	margin-top:5px;
	margin-bottom:5px;
}

#reg_wrap {
	width:970px;
	margin-top:15px;
	margin-left:30px;
	margin-right:20px;
}

#reg_grey {
	float:left;
	margin-left:0px;
	margin-right:10px;
	width:643px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
}

#reg_topgrey {
	background-image:url(/images/registration/top_grey.gif);
	width:643px;
	height:18px;
}

#reg_midgrey {
	background-image:url(/images/registration/mid_grey.gif);
	width:643px;
	height:auto;
}
#reg_bottomgrey {
	background-image:url(/images/registration/bottom_grey.gif);
	width:643px;
	height:14px;
}
#reg_rt_grey {
	float:right;
	width:261px;
	margin-top:10px;
	margin-right:30px;
}

#reg_rt_top {
	background-image:url(../test/images/top_sm_grey.gif);
	width:262px;
	height:14px;
}

#reg_rt_mid {
	background-image:url(../test/images/mid_sm_grey.gif);
	width:262px;
	height:auto;
}

#reg_rt_bottom {
	background-image:url(../test/images/bottom_sm_grey.gif);
	width:262px;
	height:16px;
}

.box_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#424242;
	font-weight:bold;
}

#box_content {
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
}

.lt_reg_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
}

.save_reg {
	font-style:italic;
	font-weight:bold;
	color:#5f9800;
	font-family:Arial, Helvetica, sans-serif;
	/* [disabled]font-size:12px; */
}
	
#reg_head {
	margin-top:5px;
	margin-bottom:10px;
}

#reg_subhead {
	margin-top:7px;
	margin-bottom:10px;
	margin-left:10px;
}

#reg_subhead2 {
	margin-top:7px;
	margin-bottom:15px;
	margin-left:30px;
}

.reg_line td {
	border-bottom:thin dotted #d6d6d6;
}

/*Trading 101 and 201 sign up page */
#list {
	padding-left:160px;
	width:500px;
}

.list ul li {
	padding-left:10px;
}

/*Insitutional Solutions page*/
.solutions_bullet ul li {
	list-style-image:url(/images/bullet_sm.gif);
	margin-left:0px;
	padding-top:0px;
}

.green_blt {
	list-style-image:url(/images/bullet_sm.gif);
}

#maincontent_integration {
width: 795px;
height: auto;;
/*display: inline;*/
padding:0;
margin: 0;
}

/*forex trading*/
#ft_products ul li{
	padding-top:-20px;
}



