* {
	margin:0;
	padding:0;
}
.programmers {
	background-color:#99FF99;
	border:1px solid #009933
}
html {
	background:#F7F7F7 url(../images/newimages/header_top_registration.png) repeat-x 0 0;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font:normal 12px Arial, Verdana, Georgia, sans-serif;
	line-height:18px;
	color:#333;
}
#container {
	margin:0px auto 50px auto;
	padding:0px 0px 20px 0px;
	height:auto;
	width:960px;
	text-align:left;
}
#header {
	left:auto;
	right:auto;
	height:50px;
	margin:86px auto 0px auto;
	width:960px;
	text-align:right;
}
#logo {
	position:absolute;
	z-index:5000;
	margin:-115px 0 0 10px;
	padding:0px;
}

.ib-logo-white
{
	background-image: url("https://www.interactivebrokers.com/images/2015/template/logo-ib-ibkr-txtwht.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	height: 33px;
	margin: 4px auto 0;
	width: 260px;
}

.toprightmenu {
	position:absolute;
	z-index:5;
	margin:-115px 0 0 765px;
	padding:5px 10px;
}
#contents {
	margin:0px auto 0px auto;
	padding:2px 0px 20px 0px;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
}
#video {
	position:absolute;
	z-index:90000;
	top:100px;
	left:450px;
	height:auto;
}
#mainbody {
	left:auto;
	right:auto;
	margin:0px auto;
	width:920px;
	height:auto;
}
#mainBodyBottom {
	left:auto;
	right:auto;
	padding:10px 0px 0px 0px;
	width:920px;
	height:20px;
	text-align:justify;
	background:url(../images/newimages/mainTempBodBot_3.png) no-repeat bottom left;
}
#printheader {
	display:none;
}

.identifier{display:none}

div#langIcon
{
    background-image:   url('../images/newMenu_UARv1/menu_icon_globe_white.png');
    background-repeat:   no-repeat;
    background-position:   center;
    height:12px;
    width: 6px;
}

div#langIcon:hover
{
    background-image                        :   url('../images/newMenu_UARv1/menu_icon_globe_white_hover.png');
    background-color: #f7f7f7;
}

#language_table {
	padding: 5px;
	margin: -130px 290px 0 0;
	float: right;
	z-index: 1;
	position:relative;
}
#language_table, #language_table a, #language_table a:visited, #language_table a:hover, #cornermenu, #cornermenu a, #cornermenu a:visited, #cornermenu a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #ccc;
	line-height: 20px;
}
#language_table a:hover, #language_table a.selected_lang, #cornermenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*border-bottom: 1px dotted #FFFFFF;*/
        background-color: #7AA9DD;
        border-radius: 5px;
}
.fsizer {
} /* Container element */
.fsizer a {
	display: block;
	float: left;
	width: 20px;
	margin-right: 5px;
	text-align: center;
	border: 1px dotted #ccc;
	color: #5761a0;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
	line-height: 100%;
}
.fsizer a:hover {
	text-decoration: none;
	background: #5761A0;
}
/* Three 'A' links used to control size */

            .fsizer a#fs_sml {
	font-size: 9px;
	height: 15px;
	padding-top: 5px;
}
.fsizer a#fs_med {
	font-size: 13px;
	height: 17px;
	padding-top: 3px;
}
.fsizer a#fs_lrg {
	font-size: 16px;
	height: 18px;
	padding-top: 2px;
}
.fsizer a.fsactive {
	color: #000;
	background: #ebebeb;
	cursor: default;
}
.deleteapp {
	position:absolute;
	margin:30px 0 0 820px;
	z-index:5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:#ccc;
	padding:5px;
	font-size:9px
}
.toprightmenu a:link, .toprightmenu a:visited, .deleteapp a:link, .deleteapp a:visited {
	color:#FFF;
	text-decoration:none
}
.toprightmenu a:hover, .toprightmenu a:active, .deleteapp a:hover, .deleteapp a:active {
	color:#FFF;
	text-decoration:underline
}

.wb{

    background-image                        :   url('../images/newMenu_UARv1/menu_icon_globe_white_hover.png') !important;
    background-color: #f7f7f7;
}

.wb:hover{
    background-image                        :   url('../images/newMenu_UARv1/menu_icon_globe_white.png') !important;
    background-color: #3f3f3f !important;
}

.submenu {
	background:#ccc;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* W3C */
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.registration {
	background:#EEEEEE;
	border:1px solid #D7D7D7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.registration td, .submenu td {
	padding:5px 15px
}
.required {
	color:#FF0000
}
pre .required {
	color:#FF0000;
	font:normal 11px Verdana, Arial, Georgia, sans-serif;
}
h3 {
	margin:10px 0px 0px 0px;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#06F;
	padding-bottom:10px
}
h4 {
	margin:10px 0px 0px 0px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:000;
}
h3 .explain, h4 .explain {
	font:normal 11px Arial, Verdana, Georgia, sans-serif;
}
a, a:visited {
	text-decoration:underline;
	color:#0000FF;
}
a:hover {
	text-decoration:none;
	color:#666;
}
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;
}
.round_corners {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.round_left_top {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
.round_right_top {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
.round_left_bottom {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
.round_right_bottom {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
tr.border_bottom td {
	border-bottom:1px dotted #CCC;
}
tr.border_top td {
	border-top:1px dotted #CCC;
}
tr.noborder_bottom td {
	border-bottom:0px;
}
.attention {
	background:transparent url(../images/newimages/information.png) no-repeat 5px 7px;
	height:32px;
	padding-left:35px;
}
.attention_smaller {
	background:transparent url(../images/newimages/information_24x24.png) no-repeat 5px 7px;
	height:32px;
	padding-left:35px;
}
.attention_border {
	border:1px solid #007be1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.warning, .warning_text {
	background:#ffda8c url(images/bkgrnd_warning.gif) repeat-x 0 0;
	background: -moz-linear-gradient(top, #f8f7c9 0%, #ffe19d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7c9), color-stop(100%, #ffe19d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7c9 0%, #ffe19d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7c9 0%, #ffe19d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f7c9 0%, #ffe19d 100%); /* IE10+ */
	background:linear-gradient(top, #f8f7c9 0%, #ffe19d 100%); /* W3C */
	border:1px solid #FFCC66;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.warning_text {
	padding:5px;
	line-height:30px
}
.kaspars_warning {
	font:normal 12px Arial, Verdana, Georgia, sans-serif;
	line-height:14px;
	color:#ff0000
}
.hiddencode {
	position:absolute;
	margin: -15px 0 0 865px;
	z-index:5;
	font:normal 9px Arial, Verdana, Georgia, sans-serif;
	color:#C0C0C0;
}
.hiddencode2 {
	position:absolute;
	margin: -20px 0 0 450px;
	z-index:5;
	font:normal 9px Arial, Verdana, Georgia, sans-serif;
	color:#fff;
}
tr.tableheader td {
	background-color:#CCC
}
.organgeborder, tr.organgeborder td {
	border:1px solid #FFCC66;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
.error {
	background:#ffc64c url(../images/newimages/bkgrnd_error.gif) no-repeat 0 0;
	padding-left:35px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border:1px solid #ff9600;
	border-top:0px;
}
.error_field {
	background:#FFF url(../images/newimages/bkgrnd_error_field_2.gif) no-repeat 0 0;
	border:1px solid #ff0000;
	padding:3px 3px 3px 25px
}
.red_border {
	border: 2px solid red;
}
option {
	border-bottom:1px dotted #CCC;
}
input, select, textarea {
	border:1px solid #666;
	padding:3px;
	font-family:sans-serif
}
textarea:focus, input:focus, input:hover {
	background-color:#d2fbaa;
}/*e3eef7*/
input[type="radio"] {
	border:none
}
.agreementbox {
	width:98%;
	height:250px;
	overflow:auto;
	border:1px solid #999;
	padding:5px;
	background:#FFF;
}
.agreementbox h1 {
	font:18px Arial, Helvetica, sans-serif;
}
.agreementbox ul {
	padding-left:35px
}
ul {
	padding-left:20px
}
/* APPLICATION STATUS -------------------------------------------------------------------------------------------------------------- */
.app_status_wrapper {
	margin:0 auto 25px;
	padding:20px;
	text-align:left;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	background:#dcdcdc;
	background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* IE10+ */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* W3C */
}
.app_status_close {
	float:right;
	margin: -28px -28px 0 0;
	outline:0
}
div.app_status_box {
	margin:0 auto 25px;
	padding:10px 20px;
	zwidth:550px;
	text-align:left;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background:#cccccc;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* W3C */
	-moz-box-shadow:0 0 5px #888;
	-webkit-box-shadow:0 0 5px#888;
	box-shadow:0 0 5px #888;
}
div.app_status_box p, div.app_status_box ul, .app_status_wrapper p {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:22px;
	padding-bottom:12px
}
.app_status_box_title {
	margin:0 auto;
	font:22px Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#000;
	padding-bottom:10px
}
div.app_status_box h2 {
	font:18px Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#06F;
	padding:10px 0
}
div.app_prominent_wrapper {
	margin:0 auto 25px;
	padding:20px;
	text-align:left;
	background:#ffffff;
}
div.app_prominent_box {
	margin:0 auto 25px;
	padding:10px 20px;
	zwidth:550px;
	text-align:left;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background:#eeeeee;
}
h2.app_status_title {
    	font:18px Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#06F;
	padding:10px 0
}
a.app_status_link {
    text-decoration:none;
    color:#06F;
}
div.left_col {
    float:left;
    width:44%;
}
div.right_col {
    float:right;
    width:44%;
}
div.app_status_box h2 .h2_child {
	position:absolute;
	margin:1px 0 0 5px;
	font-size:11px;
	letter-spacing:1px;
	color:#fff;
	padding:2px 5px;
}
div.app_status_box span.redbox {
	background:#ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #800101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #800101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff0000 0%, #800101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff0000 0%, #800101 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff0000 0%, #800101 100%); /* IE10+ */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#800101', GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #ff0000 0%, #800101 100%); /* W3C */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
div.app_status_box span.bluebox {
	background:#0066ff;
	background: -moz-linear-gradient(top, #0066ff 0%, #0149b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0066ff), color-stop(100%, #0149b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0066ff 0%, #0149b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0066ff 0%, #0149b6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0066ff 0%, #0149b6 100%); /* IE10+ */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#0149b6', GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #0066ff 0%, #0149b6 100%); /* W3C */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	font-size:9px
}
div.app_status_box.left_col {
	float:left;
	width:44%;
}
div.app_status_box.right_col {
	float:right;
	width:44%;
}
.col_wrapper {
	awidth:590px;
	margin:0 auto;
}
.clear {
	background:none;
	-moz-box-shadow:0 0 0px;
	-webkit-box-shadow:0 0 0px;
	box-shadow:0 0 0px;
}
/* PROGRESS MENU ---------------------------------------------------------------------------------------------------- */
#menu_progress {
    list-style:none;
    list-style-image:none;
    padding:0;
    margin-top: 3px;
    margin-bottom: 3px;
}
#menu_progress li {
    color:#666;
    padding:3px;
}
#menu_progress li a {
    color:#000;
}
#menu_progress li, #menu_progress li a {
    float:none;
    display:block;
    height:auto;
    line-height:20px;
    font:normal 10px Verdana, Arial, Georgia, sans-serif;
    text-decoration:none;
    text-align:left;
    
}
#menu_progress li a:hover {
    background:#aaa;
    line-height:20px;
    font:normal 10px Verdana, Arial, Georgia, sans-serif;
    text-decoration:none;
    color:#fff;
}
.signhere {
    display:block;
    float:left;
    margin:0px;
    padding:6px 15px 0px 5px;
    height:18px;
    font:bold 12px/14px Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#333;
    background:transparent url("../images/registration/button_signhere.png") no-repeat right top;
    border-left:1px solid #E1B402;
    cursor:default;
}
.signhere span {
    padding:0px 10px;
}
.ibkr-lite-styled, .ibkr-pro-styled {
	font-weight:600;
	letter-spacing:0em;
	text-transform:uppercase;
	color:#000000;
}
.ibkr-lite-styled span {
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0em;
}
.ibkr-pro-styled span {
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0em;
}
.text-white { color:#FFFFFF !important; }