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


/* MAIN HTML STYLES ---------------------------------------------------------------------------------------------------- */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0px;
	padding:0px;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	background:#FFFFFF;
	font:normal normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-font-smoothing:antialiased;
}
h1, h2, h3, h4, h5, h6, strong {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-bottom:25px;
}
h3 {
	color:#0066CC;
	font-size:16px;
	font-weight:lighter;
}
h3 .explain, h4 .explain {
	font-size:11px;
	margin:1px;
	border:black;
}
ul {
	padding-left:20px;
	list-style-image:url(../../images/newMenu_UARv1/arrow_12x12.png);
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	color:#0066CC;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a img, a:link img, a:visited img, a:hover img, a:active img, a:focus img {
	text-decoration:none;
	border:none;
	outline:none;
}
span, a, td, th, input, select, textarea {
	font:normal normal normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
option {
	border-bottom:1px dotted #CCC;
}
input, select, textarea {
	border:1px solid #666666;
	padding:1px;
}
textarea:focus, input:focus, input:hover {
	background-color:#d2fbaa;
}
input[type="radio"] {
	border:none;
}

/* MAIN CONTAINER STYLES ---------------------------------------------------------------------------------------------------- */
#main_header_body {
	background:#F2F2F2;
}
#main_header_uarv1_wrapper {
	background:transparent url(../../images/newMenu_UARv1/header_top.png) repeat-x;
	height:160px;
}
#header {
	z-index:0;
	left:auto;
	right:auto;
	margin:0px auto;
	width:950px;
	height:184px;
	text-align:left;
}
#logo {
	position:absolute;
	margin:-115px 0 0 10px;
	z-index:5000;
}
#container {
	margin:0 auto;
	width:950px;
	text-align:left;
}
.top_container {
	padding-right:16px;
	display:none;
}
#contents {
	padding-bottom:20px;
	padding-top:15px;
}
#mainbody {
	padding:0 20px;
}
#mainBodyBottom {
	left:auto;
	right:auto;
	width:950px;
	padding-top:10px;
	background: url(../../images/newimages/mainTempBodBot_3.png) no-repeat bottom left;
	height:20px;
	text-align:justify;
}
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	border-bottom:1px solid #D7D7D7;
	width:100%;
	z-index:5;
}
#theAccountId {
	color:#333;
	font:normal 14px "Courier New", Courier, monospace;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	background:#BBBBBB;
	padding:1px 10px;
}
#backtohome {
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:auto;
	right:auto;
	top:10px;
	margin-left:10px;
	width:425px;
	font-size:11px;
}
#backtohome a img {
	max-width:100%;
}
#video {
	position:absolute;
	top:100px;
	left:450px;
	height:auto;
	z-index:90000;
}
#printheader {
	display:none;
}
#language_table {
	padding-top:5px;
	float:right;
}
#language_table, #language_table a, #language_table a:visited, #language_table a:hover {
	font-size:12px;
	text-decoration:none;
	color:#CCCCCC;
	line-height:20px;
}
#language_table a:hover, #language_table a.selected_lang {
	text-decoration:none;
	color:#FFFFCC;
	border-bottom:1px dotted #FFFFFF;
}
#secondary_buttons_container {
	position:absolute;
	top:165px;
	width:950px;
}
#secondary_buttons {
	position:absolute;
	top:-5px;
	right:20px;
	z-index:5000;
}

/* TABLE STYLES ---------------------------------------------------------------------------------------------------- */
.table_container {
	margin-left:20px;
	padding:0;
	border:0px solid #D7D7D7;
	width:910px;
}
.tabletable {
	margin:0px 20px;
	padding:5px;
	border:1px solid #D7D7D7;
}
.table_bkgrnd {
	background-color:#F7F7F7;
	border:1px solid #D7D7D7;
}
.table_bkgrnd_solid {
	background:#F7F7F7;
}
.table_header, .table_subheader {
	padding:5px 8px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.table_header {
	color:#0066CC;
}
.table_subheader {
	color:#000000;
}
.table_content {
	padding:8px;
	font-size:12px;
	line-height:13px;
	color:#000000;
}
tr.borderbottom td, tr.borderbottom th {
	border-bottom:1px solid #D7D7D7;
}
tr.bordertop td, tr.bordertop th {
	border-top:1px solid #D7D7D7;
}
tr.linebottom td, tr.linebottom th {
	border-bottom:1px dashed #D7D7D7;
}
tr.linetop td, tr.linetop th {
	border-top:1px dashed #D7D7D7;
}
tr.border_bottom td, tr.border_bottom th {
	border-bottom:1px dotted #D7D7D7;
}
tr.border_top td, tr.border_top th {
	border-top:1px dotted #D7D7D7;
}
tr.noborder_bottom td, tr.noborder_bottom th {
	border-bottom:0px;
}
tr.tableheader td, tr.tableheader th {
	background-color:#CCCCCC;
}
td.white, th.white {
	background:#FFFFFF;
}

tr.selectable:hover {
     background-color:#CCCCCC;   
 }
tr.selectable.selected{
     background-color:#BBBBBB;   
}

/* BORDER, LINE, AND DIVIDER CLASSES ---------------------------------------------------------------------------------------------------- */
.bordernone {border:none;}
.borderall {border:1px solid #D7D7D7;}
.bordertop {border-top:1px solid #D7D7D7;}
.borderright {border-right:1px solid #D7D7D7;}
.borderbottom {border-bottom:1px solid #D7D7D7;}
.borderleft {border-left:1px solid #D7D7D7;}
.borderall-dashed{border:1px dashed #D7D7D7;}
.bordertop-dashed {border-top:1px dashed #D7D7D7;}
.borderright-dashed {border-right:1px dashed #D7D7D7;}
.borderbottom-dashed {border-bottom:1px dashed #D7D7D7;}
.borderleft-dashed {border-left:1px dashed #D7D7D7;}
.borderall-dotted{border:1px dotted #D7D7D7;}
.bordertop-dotted {border-top:1px dotted #D7D7D7;}
.borderright-dotted {border-right:1px dotted #D7D7D7;}
.borderbottom-dotted {border-bottom:1px dotted #D7D7D7;}
.borderleft-dotted {border-left:1px dotted #D7D7D7;}
.line_right_gray {border-right:1px solid #D7D7D7;}
.line_left_gray {border-left:1px solid #D7D7D7;}

/* TEXT AND FONT CLASSES ---------------------------------------------------------------------------------------------------- */
.toprightmenu {
	position:absolute;
	margin:-115px 0 0 765px;
	z-index:5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:#ccc;
	padding:5px 10px;
}
.toprightmenu a:link, .toprightmenu a:visited, .deleteapp a:link, .deleteapp a:visited {
	color:#000;
	text-decoration:none;
}
.toprightmenu a:hover, .toprightmenu a:active, .deleteapp a:hover, .deleteapp a:active {
	color:#666;
	text-decoration:underline;
}
.stat_numbers {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	font-family:Arial;
}
.programmers {
	background-color:#99FF99;
	border:1px solid #009933;
}
.deleteapp {
	position:absolute;
	margin:110px 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;
}
.toggleControl a:link {
	text-decoration:none;
}
.registration {
	border:1px solid #D7D7D7;
	background:#E7E7E7;
}
.registration td, .submenu td {
	padding:5px 10px;
}
td.registration {
	padding:5px 10px;
}
.submenu {
	background-color:#CCCCCC;
}
.required {
	color:#FF0000;
}
.selectedaccount {
	color:#D32033;
}
pre .required {
	color:#FF0000;
	font-size:11px;
}
.attention2 {
	background:transparent url(../../images/newimages/information.png) no-repeat 5px 7px;
	height:32px;
	padding-left:35px;
	padding-right: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;
}
.warning, .warning_text {
	background:#ffda8c url(../../images/newimages/bkgrnd_warning.gif) repeat-x 0 0;
	border:1px solid #FFCC66;
}
.warning_text {
	padding:5px;
	line-height:30px;
}
.kaspars_warning {
	font-size:12px;
	line-height:14px;
	color:#ff0000;
}
.textSmall {
	font-size:10px;
	line-height:12px;
}
.hiddencode {
	position:absolute;
	margin:-35px 0 0 450px;
	z-index:5;
	font-size:9px;
	color:#fff;
}
.organgeborder, tr.organgeborder td {
	border:1px solid #FFCC66;
}
.error {
	background:#FEF1A3 5px 5px no-repeat url(/Universal/images/newimages/icon_warning_FP.png);
	background-size:23px auto;
	border:1px solid #FED946;
	border-top:none;
	padding-left:35px;
}
.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;
}
.success {
	background:#BFFC9D 5px 5px no-repeat url(/Universal/images/newMenu_UARv1/check.png);
	background-size:18px auto;
	border:1px solid #62C42C;
	border-top:none;
	padding-left:35px;
}
.agreementbox {
	width:98%;
	height:250px;
	overflow:auto;
	border:1px solid #999;
	padding:5px;
	background:#FFF;
}
.agreementbox ul {
	padding-left:35px;
}
.tab_table_container {
	border-radius:5px;
	border:1px solid #CCC;
	padding:5px;
}
.ui-dialog {
	-moz-box-shadow:0 0 5px #888888;
	-webkit-box-shadow:0 0 5px #888888;
	box-shadow:0 0 5px #888888;
}
.ui-dialog-content, #webinarsTable {
	font:11px/18px arial, helvetica, sans-serif;
}
.nomargin {
	margin:0px;
}
.errorMsg, .errorMsg2 {
	color:#FF0000;
	font-weight:normal;
	padding:0px;
	margin:5px 10px;
	border:none;
}
.records_container {
	margin:0px 0px 40px 0px;
	padding:0px 20px;
	background-color:#F7F7F7;
	border:1px solid #DDD;
}
.notes_container {
	margin:0px 0px 0px 20px;
	padding:0px;
	width:340px;
	min-height:400px;
	background:#F7F7F7;
	border:1px solid #DDD;
}
.primary_buttons {
	float:right;
	margin-top:5px !important;
	margin-left:10px !important;
}
.tab a, .tab a:active {
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#06F;
	text-align:center;
	padding:10px 8px 5px 8px;
	margin:0 12px;
	background-color:#AAAAAA;
}
.inactive a {
	background:#e7e6e6;
	font:normal;
}

.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;
}

#csInfoDialog{
	position: fixed; 
	bottom: 0px; 
	left: 25%; 
	right: 25%; 
	height: auto; 
	padding: 0 2px; 
	background-color: #13284D; 
	text-align: left;
}

#csInfoDialog > .dialogcontent{
	background-color: #D7D7D7; 
	height: 100%; 
	text-align: left; 
	padding: 10px
}

.identifier{display:none}

.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;
}

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