@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html { /* This CSS tag is for the grey background of IB site */
	background: transparent url(http://www.interactivebrokers.com/images/sitetemplate/new/mainTemplateBkgrnd_en.gif) repeat-x;
}
body {
	margin: 0;
	padding: 0;
	/*top   right  bottom left*/
	text-align: center;
	font: normal 11px Arial, Georgia, sans-serif;
	line-height:18px;
	color: #333;
	background: transparent url(images/header_top.png) repeat-x;
}
#container { /*WARNING - DO NOT TOUCH/CHANGE - ANY CHANGES WILL ALTER THE WEBSITE*/
	margin:0 auto;
	height:auto;
	width:950px;
	top:138px;
	border:0;
	text-align:left;
	padding-bottom:20px;
	padding-top:0px;
}
#printheader {
	display:none;
}
#header { /*this header css is the IBGmain and en/individual graphic */
	z-index:5;
	left:auto; 
	right:auto; 
	margin:0px auto;
	width:950px;
	height:150px;
	text-align:left;
}
#contents {
	z-index:0;
	margin:0px auto;
	padding-bottom:20px;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border:1px solid #ccc;
}
#mainbody { 
	left:auto;
	right:auto;
	margin:0px auto;
	padding:30px 0px 20px 0px;
	width:948px;
	height:auto;
	zborder:1px solid blue;
}
#mainBodyBottom {
	left:auto;
	right:auto;
	width:950px;
	height:20px;
	padding-top:10px;
	background:url(../images/newimages/mainTempBodBot_3.png) no-repeat bottom left;
	text-align:justify;
}
/* BASIC HTML FONT STYLES ---------------------------------------- */
h1 {
	margin:0px;
	padding:0px 40px;
	font:lighter 18pt/22pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing:.05em;
	text-align:left;
	color: #AAA;
}
h2 {
	margin:0px;
	padding:0px 40px;
	font:lighter 15pt/18pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing:.05em;
	text-align:left;
	color: #000;
}
h3 {
	margin:0px;
	padding:0px 40px;
	font:bold 12pt/15pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing:.05em;
	text-align:left;
	color:#990000;
}
h4 {
	margin:0px;
	padding:0px 40px;
	font:bold 10pt/13pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing:.05em;
	text-align:left;
	color:#000;
}
p {
	margin:5px 0px;
	padding:0px 40px;
	font:normal 9pt/14pt "Trebuchet MS", Helvetica, Arial, sans-serif; 
	letter-spacing:.01em;
	text-align:justify;
	color:#333;
}
ul {
	margin:10px 0px;
	padding-left:60px;
	list-style-image:url(http://www.interactivebrokers.com/images/sitetemplate/arrow_12x12.png)
}
li {
	margin:0px 0px;
	padding:2px 0px;
	font:normal 9pt/14pt "Trebuchet MS", Helvetica, Arial, sans-serif; 
	letter-spacing:.01em;
	text-align:left;
	color:#333;
}
a {
	font-weight:bold;
	text-decoration:underline;
	color:#990000;
}
a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#990000;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#CC0000;
}
a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:focus {
	outline:none;
}
a img, a:visited img, a:hover img, a:link img, a:active img {
	text-decoration:none;
	border:none;
	outline:0px;
}
a:focus, a:focus img {
	outline:0px;
}
table, tbody, tr, td {
	margin:0px;
	padding:0px;
}
td ul {
	margin:5px 0px;
	padding-left:20px;
}
/* TABLE CONTENT STYLES ---------------------------------------- */
.celltable {
	padding:5px;
	border:1px solid #CCC;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	background:#FFF;
	background:-moz-linear-gradient(100% 100% 90deg, #F7F7F7, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F7F7F7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#F7F7F7, #FFFFFF);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#F7F7F7, #FFFFFF);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%); /* W3C */
}
.cellheader {
	margin:0px;
	padding:6px 8px;
	font:bold 10pt/13pt "Trebuchet MS", Helvetica, Arial, sans-serif; 
	letter-spacing:.01em;
	color:#990000;
}
.cellsubheader {
	margin:0px;
	padding:6px 8px;
	font:bold 9pt/12pt "Trebuchet MS", Helvetica, Arial, sans-serif; 
	letter-spacing:.01em;
	color:#000000;
}
.cellcontent {
	margin:0px;
	padding:6px 8px;
	font:normal 9pt/14pt "Trebuchet MS", Helvetica, Arial, sans-serif; 
	letter-spacing:.01em;
	color:#333;
}
.cellhighlight {
	background:#F7F7F7;
}
/* ROUNDED CORNERS - BORDERS - LINES - INDENTS ---------------------------------------- */
.round_corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.round_left_top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius: 5px;
}
.round_right_top {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius: 5px;
}
.round_left_bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius: 5px;
}
.round_right_bottom {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius: 5px;
}
.borderall {
	border:1px solid #CCC;
}
.bordertop {
	border-top:1px solid #CCC;
}
.borderright {
	border-right:1px solid #CCC;
}
.borderbottom {
	border-bottom:1px solid #CCC;
}
.borderleft {
	border-left:1px solid #CCC;
}
.bordernone {
	border:none;
}
.borderdash_all {
	border:1px dashed #CCC;
}
.borderdash_top {
	border-top:1px dashed #CCC;
}
.borderdash_right {
	border-right:1px dashed #CCC;
}
.borderdash_bottom {
	border-bottom:1px dashed #CCC;
}
.borderdash_left {
	border-left:1px dashed #CCC;
}
.indent {
	margin:0px 120px;
}
.indent_left {
	margin:0px 0px 0px 120px;
}
.indent_right {
	margin:0px 120px 0px 0px;
}
/* MISC STYLES ---------------------------------------- */
.featuretext {
	font:lighter 13pt/16pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing:.05em;
	text-align:left;
	color:#666;
}
.smalltext { 
	font-size:7.5pt;
	font-weight:lighter;
	line-height:10pt;
}
.sectiondivider {
	clear:both;
	margin:0px 0px -60px 0px;
	padding:0px;
	width:948px;
	height:100px;
	background:url(http://www.interactivebrokers.com/ibis/images/section_divider.png) repeat-x 0 0;
}
.quickheader_01 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart1.png) no-repeat 0 0;
}
.quickheader_02 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart2.png) no-repeat 0 0;
}
.quickheader_03 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart3.png) no-repeat 0 0;
}
.quickheader_04 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart4.png) no-repeat 0 0;
}
.quickheader_05 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart5.png) no-repeat 0 0;
}

.quickheader_06 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart6.png) no-repeat 0 0;
}
.quickheader_07 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart7.png) no-repeat 0 0;
}
.quickheader_08 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart8.png) no-repeat 0 0;
}
.quickheader_09 {
	padding-top:45px;
	background:url(http://www.interactivebrokers.com/images/common/quickStart/TWSquickstart9.png) no-repeat 0 0;
}
/* FAQ DROP DOWN STYLES ---------------------------------------- */
.comm_container{
	margin-left:20px;
	padding:0;
	border:0px solid #999;
	width:910px
}
.comm_container div.faq_dropdown a {
	position:relative;
	display:block;
	padding:0px 5px 0px 25px;
	width:auto;
	font:bold 13px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
	color:#444;
	background:url(../../images/common/buttons/btn_arrowdown_small_red.png) no-repeat 0px 1px;
}
.comm_container div.faq_dropdown a:hover, .comm_container div.faq_dropdown a:visited, .comm_container div.faq_dropdown a:active {
	color:#990000;
}
.comm_container div.selected a, .comm_container div.active a {
	color:#CC0000;
}
/* Styles for Expand/Contrast */
/******************************* for commission menus ************************/
.comm_container{
	margin-left:20px;
	padding: 0;
	border: 0px solid #999;
	width:910px
}
.comm_container div.comm_accordion_bar a,
.comm_container div.comm_accordion_bar_child a{
	background: #eee url(../../images/common/buttons/btn_arrow_down_red.png) no-repeat 3px 15px;
	font: bold 16px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 15px 10px;
	padding-left:36px;
	text-decoration: none;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comm_container div.comm_accordion_bar_child a{
	background: #eee url(../../images/common/buttons/btn_arrow_down_small_red.png) no-repeat 3px 3px;
	padding: 5px;
	padding-left:36px;
	font-size:14px;
}
.comm_container div.comm_accordion_bar a:visited,  .comm_container div.comm_accordion_bar a:active,
.comm_container div.comm_accordion_bar_child a:visited,  .comm_container div.comm_accordion_bar_child a:active{
	color:#000;
}
.comm_container div.selected a, .comm_container div.active a, .comm_container div.comm_accordion_bar a:hover,
.comm_container div.comm_accordion_bar_child a:hover{
	zbackground: url(http://www.interactivebrokers.com/images/sitetemplate/new/HLgradient_over_2.gif) no-repeat 0 0;
	color: #990000;
}
.comm_container div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	height: 50%; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.comm_table, .comm_table_borderless {
	margin: 0px 20px;
	border: 1px solid #ccc;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*shadow*/
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px#ccc;
	box-shadow: 0 0 5px #ccc;
}
.comm_table_borderless {border:0px;
	/*shadow*/
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px#ccc;
	box-shadow: 0 0 0px #ccc;
}
tr.linebottom td {border-bottom:1px dashed #ccc}
.comm_table_header,  .comm_table_subheader{
	padding: 5px 8px;
	font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	color:#990000;
}
.comm_table_subheader{color:#000}
.comm_table_content, .commission_price{
	padding: 8px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
}
.comm_table_content a {line-height:16px}
.commission_price{	font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;}
.comm_table_bkgrnd {
	/*background: url(../../images/common/fxview_tablecontent.jpg) bottom repeat-x;*/	/* fallback */	
	background: -moz-linear-gradient(100% 100% 90deg, #dde1e4, #FFFFFF);/* Firefox 3.6+ */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#dde1e4));/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#dde1e4, #FFFFFF);/* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#dde1e4, #FFFFFF);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#dde1e4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#dde1e4',GradientType=0 ); /* IE6-9 */
}
.lineRightGray {
	border-right: #CCCCCC 1px solid;
}
.lineRightBlack {
	border-right: #666 1px solid;
}
.comm_table_content sup {font: normal 10px Arial, Helvetica, sans-serif; color:#333333}
div.comm_accordian_example{float:right;font: normal 10px Arial, Helvetica, sans-serif;text-decoration:none}
div.comm_accordian_example a{
	color: #0000FF;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
div.comm_accordion_example a:visited, div.comm_accordion_example a:active, div.comm_accordion_example a:hover{
	color: #0000FF;
	text-decoration:none;
	border-bottom:1px solid #666
}
.submenu3 { /*style for js that is located in the accordian script on the commissions page*/
	text-align:right;
	font-size:12px;
	}
.comm_table_subheader1 {	
	padding: 5px 8px;
	font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	color:#990000;
}
.instructions, .ibcomments, .Instructions {
	font-size:12px;
	border: 1px solid #ffcc66;
	color: #000000;
	margin: 0px 20px;
	padding: 5px 20px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*top   right  bottom left*/
	background: #FFFFCC;	
	background: -moz-linear-gradient(100% 100% 90deg, #ffeccd, #FFFFFF);/* Firefox 3.6+ */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ffeccd));/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#ffeccd, #FFFFFF);/* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#ffeccd, #FFFFFF);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#ffeccd 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ffeccd',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#ffeccd 100%); /* W3C */
	/*shadow*/
	-moz-box-shadow: 0 0 5px #ffeccd;
	-webkit-box-shadow: 0 0 5px#ffeccd;
	box-shadow: 0 0 5px #ffeccd;
}