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

html {
	/* This CSS tag is for the grey background of IB site */
	margin:0px;
	padding:0px;
	background-color:#F2F2F2;
}
body {
	/* WARNING - DO NOT TOUCH/CHANGE - ANY CHANGES WILL ALTER THE WEBSITE */
	margin:0px;
	padding:0px;
	font:normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	overflow-x:hidden;
}
#printheader {
        display:none;
}
.page-break-after {
	page-break-after:always;
}
.page-break-before {
	page-break-before:always;
}
.page-break-inside {
	page-break-inside:avoid;
}
/* MAIN HTML STLYES ---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, a:link, a:visited, a:hover, a:active, a:focus, table, tr, td, input, textarea {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
}
h1 {
	margin:20px 0px 10px 0px;
	padding:0px;
	font-size:20px; 
	font-weight:lighter;
	line-height:26px;
	color:#0099FF;
}
h2 {
	margin:20px 0px 10px 0px;
    padding:0px 0px 5px 0px;
	font-size:18px;
	font-weight:lighter;
	line-height:22px;
	color:#1D7CC4;
}
h3 {
	margin:15px 0px 10px 0px;
    padding:0px;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	color:#0066CC;
}
h4 {
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:14px; 
	font-weight:normal;
	line-height:20px;
	color:#012A4D;
}
h5 {
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:12px; 
	font-weight:bold;
	line-height:14px;
	color:#000000;
}
p {
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	color:#222222;
}
ul, ol {
	margin:10px 0px 20px 20px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	color:#222222;
}
ol {
	list-style:decimal outside none;
}
ul {
	list-style:none outside url(/images/sitetemplate/bullet_ind.png);
}
li {
	margin:0px 0px 0px 0px;
}
li.paralist {
	margin:15px 0px 0px 0px;
}
td li.paralist {
	margin:15px 0px 0px 0px;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	color:#0099FF;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#1D7CC4;
}
a img, a:link img, a:visited img, a:hover img, a:active img, a:focus img {
	text-decoration:none;
	border:none;
	outline:none;
}
sup {
	margin:0px;
	padding:0px;
	font-size:9px;
}
input, textarea {
	margin:0px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#1D7CC4;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.disclosure sup {
	font-size:7px;
}
/* MAIN CONTAINER STYLES ---------------------------------------------------------------------------------------------------- */
.topcontainer {
	margin:0px auto;
	padding:0px;
	width:100%;
	height:auto;
	background:#FFF url(/images/sitetemplate/mainTempHTML_bkgrnd.png) repeat-x 0px 0px;
	zborder:1px solid black;
}
.topcontainercontent {
	margin:0px auto;
	padding:15px 0px 0px 0px;
	width:960px;
	height:auto;
	zborder:1px solid black;
}
.topbar {
	position:relative;
	z-index:500;
	margin:0px;
	padding:5px 0px;
	height:64px;
	zborder:1px solid red;
}
.container {
	margin:0px auto;
	padding:0px 0px 50px 0px;
	width:100%;
	height:auto;
	background:#FFFFFF;
	zborder:1px solid black;
}
.containercontent {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:960px;
	height:auto;
	zbackground-image:url(/images/sitetemplate/16_col.gif);
	zborder:1px solid black;
}
#contents {
	position:relative;
	z-index:100;
	margin:0px;
	padding:30px 0px 0px 0px;
	zbackground:#FFF;
	zborder-left:1px solid #999;
	zborder-right:1px solid #999;
	zborder:1px solid red;
}
.footer {
	position:relative;
	z-index:50;
	margin:0px;
	padding:0px;
	width:100%;
	min-height:70px;
	max-height:100%;
	background:#F2F2F2 url(/images/sitetemplate/footerbar.png) repeat-x 0px 0px;
	zborder:1px solid black;
	overflow:hidden;
}
.footercontent {
	margin:0px auto;
	padding:20px 70px 10px 70px;
	width:820px;
	height:auto;
	zbackground-image:url(/images/sitetemplate/16_col.gif);
	zborder:1px solid black;
}
.footerlinks {
	float:left;
	margin:0px;
	padding:0px;
}
.footerlinks ul {
	margin:10px 0px 0px 0px;
	padding:0px;
}
.footerlinks li {
	margin:0px 20px 0px 0px;
	padding:0px;
	display:inline;
}
.footerlinks li a, .footerlinks li a:link, .footerlinks li a:visited, .footerlinks li a:hover, .footerlinks li a:active, .footerlinks li a:focus {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#666;
	outline:none;
}
.footerlinks li a:hover {
	text-decoration:none;
	color:#0099FF;
}
.footersocial {
	float:right;
	margin:0px;
	padding:0px;
}
.footersocial a, .footersocial a:link, .footersocial a:visited, .footersocial a:hover, .footersocial a:active, .footersocial a:focus {
	margin:0px 0px 0px 5px;
	padding:0px;
	outline:none;
}
.addthis_floating_style {
	position:fixed;
	top:300px;
	left:0px;
	z-index:1000;
	margin:0px;
	padding:5px;
	text-align:center;
	background:#003960;
	border:none;
	-moz-border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	border-radius:0px 8px 8px 0px;
        width:25px
}
/* BACK TO HOME STYLES ---------------------------------------------------------------------------------------------------- */
#backtohome {
	position:relative;
	z-index:501;
	margin:5px 0px 0px 0px;
	padding:0px;
	display:block;
	width:284px;
	height:43px;
}
/* INTERNATIONAL MENU LANGAUGE STYLES ---------------------------------------------------------------------------------------------------- */
#menu_international {
	position:relative;
	right:0px;
	z-index:502;
	margin:0px;
	padding:0px;
	cursor:pointer !important;
	zborder:1px solid red;
}
#language_table {
	position:absolute;
	z-index:503;
	top:-22px;
	left:-310px;
	margin:0px;
	padding:0px;
	width:340px;
	height:auto;
	border:1px solid #999999;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	background:#DDDDDD;
	background: -moz-linear-gradient(100% 100% 90deg, #DDDDDD, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DDDDDD));
	background: -webkit-linear-gradient(#FFFFFF, #DDDDDD); 
	background: -o-linear-gradient(#FFFFFF, #DDDDDD);  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#DDDDDD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD',GradientType=0 );
	background: linear-gradient(top, #DDDDDD 0%,#FFFFFF 100%);
}
#language_table, #language_table a, #language_table a:visited, #language_table a:hover, #cornermenu, #cornermenu a, #cornermenu a:visited, #cornermenu a:hover {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
    line-height:20px;
    text-decoration:none;
	color:#333333;
}
#language_table a:hover, #language_table a.selected_lang, #cornermenu a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#000000;
    border-bottom:1px dotted #000000;
}
#language_table table td {
	margin:0px;
	text-align:left;
}
.selected_lang {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
/* SEARCH BOX AND BUTTON STYLES ---------------------------------------------------------------------------------------------------- */
#search_box {
	margin:-10px -10px 0px 0px;
}
.searchsubmit {
	margin:5px 5px 0px 5px;
	padding:3px 8px;
	color:#E7E7E7;
	background:#333;
	border:1px solid #000;
	cursor:pointer !important;
}
/* TITLEBAR AND BREADCRUMBS STYLES ---------------------------------------------------------------------------------------------------- */
.titlebar {
	position:realtive;
	z-index:200;
	margin:0px;
	padding:15px 0px;
	zborder:1px solid red;
}
.breadcrumbs {
	display:block;
	position:relative;
	z-index:200;
	margin:0px;
	padding:10px 0px 6px 10px;
	color:#999999;
	border-bottom:1px dotted #CCC;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
	margin:0px;
	padding:0px;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	color:#666666;
}
.breadcrumbs a:hover {
	text-decoration:underline; 
	color:#0099FF;
}
.breadcrumbs a.currentpage {
	font-weight:bold;
	text-decoration:none;
	color:#0066CC;
}
.breadcrumbs a.currentpage:hover {
	text-decoration:none;
	cursor:default !important
}
/* PDF REACTOR BUTTON AND POPUP ---------------------------------------------------------------------------------------------------- */
.pdfreactor {
	float:right;
	margin:4px -65px 0px 0px;
	padding:0px;
}
.pdfreactorpopup {
	display:none;
	position:absolute;
	z-index:200;
	margin:-20px 0px 0px -180px;
	padding:8px 10px;
	max-width:150px;
	height:auto;
	text-align:center;
	color:#333333;
	background:#F7F7F7;	
	background:-moz-linear-gradient(100% 100% 90deg, #B7B7B7, #F7F7F7);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#B7B7B7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#F7F7F7, #B7B7B7);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#F7F7F7, #B7B7B7);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #F7F7F7 0%,#B7B7B7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7F7F7', endColorstr='#FFB7B7B7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #F7F7F7 0%,#B7B7B7 100%); /* W3C */
	-moz-box-shadow:0px 2px 5px #666666;
	-webkit-box-shadow:0px 2px 5px #666666;
	box-shadow:0px 2px 5px #666666;
	border:1px solid #777777;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.pdfreactor:hover .pdfreactorpopup {
	display:block;
	position:absolute;
	z-index:200;
	margin:-20px 0px 0px -180px;
}
a.pdfprintbutton, a:link.pdfprintbutton, a:visited.pdfprintbutton, a:hover.pdfprintbutton, a:active.pdfprintbutton, a:focus.pdfprintbutton {
	margin:0px;
	padding:3px 12px;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background:#0099FF;
	background:-moz-linear-gradient(100% 100% 90deg, #1D7CC4, #0099FF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1D7CC4));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#0099FF, #1D7CC4);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#0099FF, #1D7CC4);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #0099FF 0%,#1D7CC4 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099FF', endColorstr='#FF1D7CC4',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #0099FF 0%,#1D7CC4 100%); /* W3C */
	border:1px solid #1D7CC4;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	cursor:pointer !important;	
	outline:none;
}
a:hover.pdfprintbutton {
	text-decoration:none;
	color:#FFFFFF;
	background:#FF0000;
	background:-moz-linear-gradient(100% 100% 90deg, #660000, #FF0000);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#660000));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FF0000, #660000);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FF0000, #660000);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FF0000 0%,#660000 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF0000', endColorstr='#FF660000',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #660000 0%,#FF0000 100%); /* W3C */
	border:1px solid #660000;
}
/* GRID >> GLOBAL ---------------------------------------------------------------------------------------------------- */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, 
.push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15 {
	position:relative;
}
.containercontent .grid_4, .topcontainercontent .grid_4 {width:220px;}
.containercontent .grid_8, .topcontainercontent .grid_8 {width:460px;}
.containercontent .grid_12, .topcontainercontent .grid_12 {width:700px;}
.containercontent .grid_16, .topcontainercontent .grid_16 {width:940px;}
/* GRID >> CHILDREN (ALPHA - FIRST, OMEGA - LAST) */
.alpha {margin-left:0;}
.omega {margin-right:0;}
/* GRID >> 16 COLUMNS */
.containercontent .grid_1, .topcontainercontent .grid_1 {width:40px;}
.containercontent .grid_2, .topcontainercontent .grid_2 {width:100px;}
.containercontent .grid_3, .topcontainercontent .grid_3 {width:160px;}
.containercontent .grid_5, .topcontainercontent .grid_5 {width:280px;}
.containercontent .grid_6, .topcontainercontent .grid_6 {width:340px;}
.containercontent .grid_7, .topcontainercontent .grid_7 {width:400px;}
.containercontent .grid_9, .topcontainercontent .grid_9 {width:520px;}
.containercontent .grid_10, .topcontainercontent .grid_10 {width:580px;}
.containercontent .grid_11, .topcontainercontent .grid_11 {width:640px;}
.containercontent .grid_13, .topcontainercontent .grid_13 {width:760px;}
.containercontent .grid_14, .topcontainercontent .grid_14 {width:820px;}
.containercontent .grid_15, .topcontainercontent .grid_15 {width:880px;}
/* PREFIX EXTRA SPACE >> 16 COLUMNS */
.containercontent .prefix_1, .topcontainercontent .prefix_1 {padding-left:60px;}
.containercontent .prefix_2, .topcontainercontent .prefix_2 {padding-left:120px;}
.containercontent .prefix_3, .topcontainercontent .prefix_3 {padding-left:180px;}
.containercontent .prefix_4, .topcontainercontent .prefix_4 {padding-left:240px;}
.containercontent .prefix_5, .topcontainercontent .prefix_5 {padding-left:300px;}
.containercontent .prefix_6, .topcontainercontent .prefix_6 {padding-left:360px;}
.containercontent .prefix_7, .topcontainercontent .prefix_7 {padding-left:420px;}
.containercontent .prefix_8, .topcontainercontent .prefix_8 {padding-left:480px;}
.containercontent .prefix_9, .topcontainercontent .prefix_9 {padding-left:540px;}
.containercontent .prefix_10, .topcontainercontent .prefix_10 {padding-left:600px;}
.containercontent .prefix_11, .topcontainercontent .prefix_11 {padding-left:660px;}
.containercontent .prefix_12, .topcontainercontent .prefix_12 {padding-left:720px;}
.containercontent .prefix_13, .topcontainercontent .prefix_13 {padding-left:780px;}
.containercontent .prefix_14, .topcontainercontent .prefix_14 {padding-left:840px;}
.containercontent .prefix_15, .topcontainercontent .prefix_15 {padding-left:900px;}
/* SUFFIX EXTRA SPACE >> 16 COLUMNS */
.containercontent .suffix_1, .topcontainercontent .suffix_1 {padding-right:60px;}
.containercontent .suffix_2, .topcontainercontent .suffix_2 {padding-right:120px;}
.containercontent .suffix_3, .topcontainercontent .suffix_3 {padding-right:180px;}
.containercontent .suffix_4, .topcontainercontent .suffix_4 {padding-right:240px;}
.containercontent .suffix_5, .topcontainercontent .suffix_5 {padding-right:300px;}
.containercontent .suffix_6, .topcontainercontent .suffix_6 {padding-right:360px;}
.containercontent .suffix_7, .topcontainercontent .suffix_7 {padding-right:420px;}
.containercontent .suffix_8, .topcontainercontent .suffix_8 {padding-right:480px;}
.containercontent .suffix_9, .topcontainercontent .suffix_9 {padding-right:540px;}
.containercontent .suffix_10, .topcontainercontent .suffix_10 {padding-right:600px;}
.containercontent .suffix_11, .topcontainercontent .suffix_11 {padding-right:660px;}
.containercontent .suffix_12, .topcontainercontent .suffix_12 {padding-right:720px;}
.containercontent .suffix_13, .topcontainercontent .suffix_13 {padding-right:780px;}
.containercontent .suffix_14, .topcontainercontent .suffix_14 {padding-right:840px;}
.containercontent .suffix_15, .topcontainercontent .suffix_15 {padding-right:900px;}
/* PUSH SPACE >> 16 COLUMNS */
.containercontent .push_1, .topcontainercontent .push_1 {left:60px;}
.containercontent .push_2, .topcontainercontent .push_2 {left:120px;}
.containercontent .push_3, .topcontainercontent .push_3 {left:180px;}
.containercontent .push_4, .topcontainercontent .push_4 {left:240px;}
.containercontent .push_5, .topcontainercontent .push_5 {left:300px;}
.containercontent .push_6, .topcontainercontent .push_6 {left:360px;}
.containercontent .push_7, .topcontainercontent .push_7 {left:420px;}
.containercontent .push_8, .topcontainercontent .push_8 {left:480px;}
.containercontent .push_9, .topcontainercontent .push_9 {left:540px;}
.containercontent .push_10, .topcontainercontent .push_10 {left:600px;}
.containercontent .push_11, .topcontainercontent .push_11 {left:660px;}
.containercontent .push_12, .topcontainercontent .push_12 {left:720px;}
.containercontent .push_13, .topcontainercontent .push_13 {left:780px;}
.containercontent .push_14, .topcontainercontent .push_14 {left:840px;}
.containercontent .push_15, .topcontainercontent .push_15 {left:900px;}
/* PULL SPACE >> 16 COLUMNS */
.containercontent .pull_1, .topcontainercontent .pull_1 {left:-60px;}
.containercontent .pull_2, .topcontainercontent .pull_2 {left:-120px;}
.containercontent .pull_3, .topcontainercontent .pull_3 {left:-180px;}
.containercontent .pull_4, .topcontainercontent .pull_4 {left:-240px;}
.containercontent .pull_5, .topcontainercontent .pull_5 {left:-300px;}
.containercontent .pull_6, .topcontainercontent .pull_6 {left:-360px;}
.containercontent .pull_7, .topcontainercontent .pull_7 {left:-420px;}
.containercontent .pull_8, .topcontainercontent .pull_8 {left:-480px;}
.containercontent .pull_9, .topcontainercontent .pull_9 {left:-540px;}
.containercontent .pull_10, .topcontainercontent .pull_10 {left:-600px;}
.containercontent .pull_11, .topcontainercontent .pull_11 {left:-660px;}
.containercontent .pull_12, .topcontainercontent .pull_12 {left:-720px;}
.containercontent .pull_13, .topcontainercontent .pull_13 {left:-780px;}
.containercontent .pull_14, .topcontainercontent .pull_14 {left:-840px;}
.containercontent .pull_15, .topcontainercontent .pull_15 {left:-900px;}
.containercontent .pull_left, .topcontainercontent .pull_left {
	margin-left:1px;
}
.containercontent .pull_right, .topcontainercontent .pull_right {
	float:right;
	width:auto;
	margin-right:1px;
}
/* DIV SPACERS */
.space_10 {padding:5px 0px;}
.space_20 {padding:10px 0px;}
.space_30 {padding:15px 0px;}
.space_40 {padding:20px 0px;}
.space_50 {padding:25px 0px;}
.space_60 {padding:30px 0px;}
.space_70 {padding:35px 0px;}
.space_80 {padding:40px 0px;}
.space_90 {padding:45px 0px;}
.space_100 {padding:50px 0px;}
.clear {
  clear:both;
  display:block;
  overflow:hidden;
 }
.clearfix:before, .clearfix:after {
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {clear:both;}
/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem. */
.clearfix {zoom:1;}
/* BEING SUB TAB STYLES ---------------------------------------------------------------------------------------------------- */
.ui-tabs-nav {
	margin:0px;
	padding:0px 0px 0px 10px;
	width:950px; /* 960px */
	height:auto;
	border-bottom:1px dotted #CCC;
}
ul.ui-tabs-nav {
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.ui-tabs-nav li {
    float:left;
    margin:0px 0px 8px 0px;
	padding:0px;
    min-width:50px;
}
ul.ui-tabs-nav li a, ul.ui-tabs-nav li a:link, ul.ui-tabs-nav li a:visited, ul.ui-tabs-nav li a:hover, ul.ui-tabs-nav li a:active, ul.ui-tabs-nav li a:focus {
    display:block;
	margin:0px 2px 0px 0px;
    padding:5px 7px;
	font:bold 12px/14px Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
    text-decoration:none;
    color:#333;
	background:#F3F3F3;
	border:1px solid #E7E7E7;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    outline:none;
	cursor:pointer !important;
}
ul.ui-tabs-nav li a:hover {
    text-decoration:none;
    color:#333;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}
ul.ui-tabs-nav li a:active {
    text-decoration:none;
    color:#333;
	background:#F3F3F3;
	border:1px solid #E7E7E7;
}
ul.ui-tabs-nav li a.selected {
    color:#FFF;
	background:#1D7CC4;
	border:1px solid #FFFFFF;
	cursor:default !important;
}
ul.ui-tabs-nav li a span {
    display:block;
}
/*.ui-tabs-nav li a.selected span {
    padding-bottom:1px;
}*/
.clear {
	float:none;
    overflow:hidden;
    width:100%;
}
/* BEGIN SUB TABS MENU STYLES */
.subtabsmenu {
	margin:0px;
	padding:0px 0px 4px 10px;
	width:950px; /* 960px */
	height:34px;
	background:url(/images/sitetemplate/subtab_background.png) no-repeat bottom left;
}
ul.subtabsmenu {
	margin:0px;
	padding:0px;
    list-style:none;
}
ul.subtabsmenu li {
    float:left;
    margin:0px;
	padding:0px;
    min-width:30px;
}
ul.subtabsmenu li a, ul.subtabsmenu li a:link, ul.subtabsmenu li a:visited, ul.subtabsmenu li a:hover, ul.subtabsmenu li a:active, ul.subtabsmenu li a:focus {
	display:block;
	margin:0px 0px 0px 0px;
	padding:8px 8px;
	color:#333;
	font:normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	text-decoration:none;
	background:none;
	outline:none;
	cursor:pointer !important;
}
ul.subtabsmenu li a:hover {
	padding:8px 7px;
    text-decoration:underline;
    color:#000;
	background:#F3F3F3;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
}
ul.subtabsmenu li a:active {
    padding:8px 7px;
    text-decoration:none;
    color:#333;
	background:#FFFFFF;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
}
ul.subtabsmenu li a.selected {
    padding:8px 7px;
    font-weight:bold;
	text-decoration:none;
    color:#1D7CC4;
	background:#FFFFFF;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	cursor:default !important;
}
ul.subtabsmenu li a span {
    display:block;
}
/*ul.subtab li a.selected span {
    padding-bottom:1px;
}*/
/* SIDE NAVIGATION MENU STYLES ---------------------------------------------------------------------------------------------------- */
.sidemenu {
	display:block;
	margin:0px;
	padding:15px 10px;
	width:100%;
	height:100%;
	border:1px solid #DDD;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#FFFFFF;
	background:-moz-linear-gradient(100% 100% 90deg, #E7E7E7, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E7E7E7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #E7E7E7);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #E7E7E7);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%); /* W3C */
}
.sidemenuheader {
	margin:0px 20px;
	padding:0px 0px 6px 0px;
	font-weight:bold;
	font-size:13px;
	color:#000;
	border-bottom:1px dotted #999;
}
ul.sidemenulinks {
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 0px;
	list-style-image:none;
	list-style-type:none;
}
ul.sidemenulinks li {
	margin:2px 0px;
	padding:0px;
	font:normal normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}
ul.sidemenulinks li a, ul.sidemenulinks li a:link, ul.sidemenulinks li a:visited, ul.sidemenulinks li a:hover, ul.sidemenulinks li a:active, ul.sidemenulinks li a:focus {
	margin:0px 30px 0px 0px;
	padding:4px 20px 4px 20px;
	display:block;
	text-decoration:none;
	color:#333;
	outline:none;
	cursor:pointer !important;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
ul.sidemenulinks li a:hover {
	color:#000;
	background:#D7D7D7;
	background:-moz-linear-gradient(100% 100% 90deg, #D7D7D7, #E7E7E7);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E7E7E7), to(#D7D7D7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#E7E7E7, #D7D7D7);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#E7E7E7, #D7D7D7);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #E7E7E7 0%,#D7D7D7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E7E7', endColorstr='#FFD7D7D7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #D7D7D7 0%,#E7E7E7 100%); /* W3C */
}
ul.sidemenulinks li a:active {
	color:#FFF;
	background:#1971B3;
	background:-moz-linear-gradient(100% 100% 90deg, #013155, #1971B3);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1971B3), to(#013155));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#1971B3, #013155);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#1971B3, #013155);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #1971B3 0%,#013155 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1971B3', endColorstr='#FF013155',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #013155 0%,#1971B3 100%); /* W3C */
}
ul.sidemenulinks li a.selected {
	color:#FFF;
	background:#0099FF;
	background:-moz-linear-gradient(100% 100% 90deg, #1971B3, #0099FF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1971B3));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#0099FF, #1971B3);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#0099FF, #1971B3);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #0099FF 0%,#1971B3 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099FF', endColorstr='#FF1971B3',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #1971B3 0%,#0099FF 100%); /* W3C */
	cursor:default !important; 
}
/*  ACCORDION STYLES ---------------------------------------------------------------------------------------------------- */
.accordion {
	margin:0px auto;
	padding:0px;
	width:910px;
	height:auto;
}
.accordion .ui-state-focus {
	outline:none;
}
.accordion .ui-accordion-content {
	margin:0px;
	padding:0px 0px 20px 0px;
}
/* LARGE ACCORDION BAR STYLES */
.accordion div.accordion_big a, .accordion div.accordion_big a:link, .accordion div.accordion_big a:visited, .accordion div.accordion_big a:hover, .accordion div.accordion_big a:active, .accordion div.accordion_big a:focus { 
	display:block;
	margin:0px 0px 10px 0px;
	padding:12px 10px 12px 35px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#555;
	background:#EEEEEE url(/images/sitetemplate/btn_arrow_right_small.png) no-repeat 4px 8px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline:none;
}
.accordion div.accordion_big a:hover {
	color:#1D7CC4;
}
.accordion div.accordion_big.ui-state-active a {
	color:#1D7CC4;
	background:#EEEEEE url(/images/sitetemplate/btn_arrow_down_small.png) no-repeat 4px 8px;
}
/* SMALL ACCORDION BAR STYLES */
.accordion div.accordion_small a, .accordion div.accordion_small a:link, .accordion div.accordion_small a:visited, .accordion div.accordion_small a:hover, .accordion div.accordion_small a:active, .accordion div.accordion_small a:focus { 
	display:block;
	margin:0px 0px 10px 0px;
	padding:8px 10px 8px 35px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#555;
	background:#EEEEEE url(/images/sitetemplate/btn_arrow_right_small.png) no-repeat 4px 4px;
	border:1px solid #ccc;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	outline:none;
}
.accordion div.accordion_small a:hover {
	color:#1D7CC4;
}
.accordion div.accordion_small.ui-state-active a {
	color:#1D7CC4;
	background:#EEEEEE url(/images/sitetemplate/btn_arrow_down_small.png) no-repeat 4px 4px;
}
/* FAQ ACCORDION BAR STYLES */
.accordion div.accordion_faq a, .accordion div.accordion_faq a:link, .accordion div.accordion_faq a:visited, .accordion div.accordion_faq a:hover, .accordion div.accordion_faq a:active, .accordion div.accordion_faq a:focus { 
	display:block;
	margin:0px 0px 10px -20px;
	padding:2px 0px 2px 20px;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	text-align:left;
	text-decoration:none;
	color:#555;
	background:url(/images/sitetemplate/arrow_right.png) no-repeat 8px 5px;
	outline:none;
}
.accordion div.accordion_faq a:hover {
	color:#0099FF;
}
.accordion div.accordion_faq.ui-state-active a {
	color:#0099FF;
	background:url(/images/sitetemplate/arrow_down.png) no-repeat 8px 5px;
}
/* COMMISSION EXAMPLES ACCORDION BAR STYLES */
.accordion div.accordion_example a, .accordion div.accordion_example a:link, .accordion div.accordion_example a:visited, .accordion div.accordion_example a:hover, .accordion div.accordion_example a:active, .accordion div.accordion_example a:focus { 
	float:right;
	margin:-20px 0px 10px 0px;
	padding:2px 0px 2px 20px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#0099FF;
	background:url(/images/sitetemplate/arrow_right.png) no-repeat 8px 7px;
	outline:none;
}
.accordion div.accordion_example a:hover {
	color:#0099FF;
}
.accordion div.accordion_example.ui-state-active a {
	color:#0099FF;
	background:url(/images/sitetemplate/arrow_down.png) no-repeat 8px 7px;
}
/* BACK TO TOP ---------------------------------------------------------------------------------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:9999;
	overflow:hidden;
	width:36px;
	height:36px;
	border:none;
	text-indent:-999px;
	background:url(/images/sitetemplate/arrow_scrollup.png) no-repeat 0px 0px;
}
#toTop:hover {
	background:url(/images/sitetemplate/arrow_scrollup.png) no-repeat 0px -36px;
}
#toTop:active, #toTop:focus {
	outline:none;
}
/* BROWSER DETECTION POPUP WINDOW CLASSES ---------------------------------------------------------------------------------------------------- */
.browser_detection {
	position:absolute;
	z-index:999999;
	top:300px;
	left:50%;
	margin:0px 0px 0px -300px;
	padding:40px 20px;
	width:560px;
	height:auto;
	font-size:18px;
	line-height:24px;
	text-align:center;
	color:#FF0000;
	background:#FFFFFF;	
	background:-moz-linear-gradient(100% 100% 90deg, #E2E2E2, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E2E2E2));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #E2E2E2);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #E2E2E2);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE2E2E2',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #FFFFFF 0%,#E2E2E2 100%); /* W3C */
	border:3px solid #FF0000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-box-shadow:0px 2px 5px #666666;
	-webkit-box-shadow:0px 2px 5px #666666;
	box-shadow:0px 2px 5px #666666;
}
/* BORDER, LINE, AND DIVIDER CLASSES ---------------------------------------------------------------------------------------------------- */
.bordernone {border:none;}
.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;}
.borderall-dashed{border:1px dashed #CCC;}
.bordertop-dashed {border-top:1px dashed #CCC;}
.borderright-dashed {border-right:1px dashed #CCC;}
.borderbottom-dashed {border-bottom:1px dashed #CCC;}
.borderleft-dashed {border-left:1px dashed #CCC;}
.borderall-dotted{border:1px dotted #CCC;}
.bordertop-dotted {border-top:1px dotted #CCC;}
.borderright-dotted {border-right:1px dotted #CCC;}
.borderbottom-dotted {border-bottom:1px dotted #CCC;}
.borderleft-dotted {border-left:1px dotted #CCC;}
.lineRightGray {border-right:1px solid #CCC;}
.lineRightBlack {border-right:1px solid #666;}
tr.linebottom td {
	border-bottom:1px dashed #CCC;
}
tr.borderbottom td {
	border-bottom:1px solid #CCC;
}
tr.borderbottom-dashed td {
	border-bottom:1px dashed #CCC;
}
tr.borderbottom-dotted td {
	border-bottom:1px dotted #CCC;
}
.separator {
	width:950px;
	height:34px;
	background:url(/images/sitetemplate/mainTempBodSeperator.gif) no-repeat 0 0;
}
.divider01 {
    margin:20px 0px;
    padding:2px 0px;
	width:960px;
	height:45px;
	background:url(/images/sitetemplate/divider_shadow_01.png) repeat-x 0 0;
    clear:both;
}
.divider02 {
	margin:20px 0px 40px;
	padding:0px;
	width:960px;
	height:2px;
	border-top:1px solid #EEEEEE;
}
.divider03 {
	margin:20px 0px 40px;
	padding:0px;
	width:960px;
	height:1px;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
}
.divider_whitetogray {
    margin:0px 1px;
    padding:0px;
	height:10px;
	background:url(/images/sitetemplate/divider_whitetogray.png) repeat-x 0 0;
    clear:both;
}
.divider_graytowhite {
    margin:0px 1px;
    padding:0px;
	height:10px;
	background:url(/images/sitetemplate/divider_graytowhite.png) repeat-x 0 0;
    clear:both;
}
/* TEXT AND FONT CLASSES ---------------------------------------------------------------------------------------------------- */
.h1noshow {
	/* This hides H1 reference from search engines. Used on IBG Main and EN Main */
	display:none;
}
.justify {text-align:justify;}
.left {text-align:left;}
.right {text-align:right;}
.center, a.center {text-align:center;}
.normal {font-weight:normal;}
.strong {font-weight:bold;}
.italic {font-style:italic;}
.Title {
	display:block;
	margin:0px 0px 0px 2px;
	padding:0px 40px 0px 0px;
	min-width:660px;
	font-size:20px; 
	font-weight:lighter !important;
	text-align:left;
	color:#D7D7D7;
	zborder:1px solid red;
}
.xlarge {
	margin:10px 0px;
	padding:0px;
	font-size:32px;
	line-height:36px;
	color:#333;
}
.intro {
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:24px;
}
.tab_url_footer {
	font-size:11px;
	font-weight:normal;
	color:#ccc
}
sup.newsup {
	padding:1px 6px 2px 6px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	border-radius:4px;
	-moz-border-radius:4px;
}
.instructions, .ibcomments, .Instructions {
	margin:0px 20px;
	padding:5px 20px;
	font-size:12px;
	color:#000;
	border:1px solid #ffcc66;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#FFFFCC;	
	background:-moz-linear-gradient(100% 100% 90deg, #FFECCD, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFECCD));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #FFECCD);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #FFECCD);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#FFECCD 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFFFECCD',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #FFFFFF 0%,#FFECCD 100%); /* W3C */
	-moz-box-shadow:0px 0px 5px #FFECCD;
	-webkit-box-shadow:0px 0px 5px #FFECCD;
	box-shadow:0px 0px 5px #FFECCD;
}
a.linkarrow, a:link.linkarrow, a:visited.linkarrow, a:hover.linkarrow, a:active.linkarrow, a:focus.linkarrow {
	padding:0px 11px 0px 0px; 
	background:transparent url(/images/sitetemplate/linkarrow_right.png) no-repeat top right;
}
a:hover.linkarrow {
	background:transparent url(/images/sitetemplate/linkarrow_right_hover.png) no-repeat top right;
}
a.linkarrowdown, a:link.linkarrowdown, a:visited.linkarrowdown, a:hover.linkarrowdown, a:active.linkarrowdown, a:focus.linkarrowdown {
	padding:0px 11px 0px 0px; 
	background:transparent url(/images/sitetemplate/linkarrow_down.png) no-repeat top right;
}
a:hover.linkarrowdown {
	background:transparent url(/images/sitetemplate/linkarrow_down_hover.png) no-repeat top right;
}
a.linkarrowup, a:link.linkarrowup, a:visited.linkarrowup, a:hover.linkarrowup, a:active.linkarrowup, a:focus.linkarrowup {
	padding:0px 11px 0px 0px; 
	background:transparent url(/images/sitetemplate/linkarrow_up.png) no-repeat top right;
}
a:hover.linkarrowup {
	background:transparent url(/images/sitetemplate/linkarrow_up_hover.png) no-repeat top right;
}
a.linkarrowleft, a:link.linkarrowleft, a:visited.linkarrowleft, a:hover.linkarrowleft, a:active.linkarrowleft, a:focus.linkarrowleft {
	padding:0px 0px 0px 11px; 
	background:transparent url(/images/sitetemplate/linkarrow_left.png) no-repeat top left;
}
a:hover.linkarrowleft {
	background:transparent url(/images/sitetemplate/linkarrow_left_hover.png) no-repeat top left;
}
a.linkexternal, a:link.linkexternal, a:visited.linkexternal, a:hover.linkexternal, a:active.linkexternal, a:focus.linkexternal {
	padding:0px 13px 0px 0px; 
	background:transparent url(/images/sitetemplate/linkarrow_external.png) no-repeat top right;
}
a:hover.linkexternal {
	background:transparent url(/images/sitetemplate/linkarrow_external_hover.png) no-repeat top right;
}
.warning, .red {
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	line-height:14pt;
	text-align:justify;
	color:#FF0000;
}
.code {
	margin-bottom:10px;
	font:normal 11px/14px "Courier New", Courier, monospace; 
	color:#009;
}
.quickheader {
	margin-left:-20px;
	padding:45px 0px 0px 20px;
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.smalltext {
	font-size:11px;
	line-height:18px;
	font-weight:normal; 
}
.smalltext2, .disclaimer {
	padding:0px 10px; /* TEMPORARY STYLE TO REMOVED ONCE ALL SITES ARE SWITCHED OVER */
	font-size:9px;
	font-weight:normal;
	line-height:14px;
}
.smalltext2 a, .smalltext2 a:link, .smalltext2 a:visited, .smalltext2 a:hover, .smalltext2 a:active, .smalltext2 a:focus, 
.disclaimer a, .disclaimer a:link, .disclaimer a:visited, .disclaimer a:hover, .disclaimer a:active, .disclaimer a:focus {
	font-size:9px;
	font-weight:normal;
	line-height:14px;
	text-decoration:underline;
	outline:none;
	color:#444;
}
.smalltext2 a:hover, .disclaimer a:hover {
	text-decoration:none;
	color:#0099FF;
}
.disclosure {
	margin:20px 0px 0px 0px;
	padding:20px 80px 30px 80px;
	border-top:1px dotted #CCC;
	zbackground:#F2F2F2 url(/images/sitetemplate/divider_whitetogray.png) no-repeat 0px 0px;
}
.disclosure p, .disclosure li, .disclosure a, .disclosure a:link, .disclosure a:visited, .disclosure a:hover, .disclosure a:active, .disclosure a:focus, .disclosure td {
	font-size:9px;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
	color:#666;
}
.disclosure ul {
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:circle outside none;
}
.disclosure ol {
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:decimal outside none;
}
.disclosure li {
	margin:10px 0px 0px 0px;
	padding:0px;
}
.disclosure a, .disclosure a:link, .disclosure a:visited, .disclosure a:hover, .disclosure a:active, .disclosure a:focus {
	padding:0px;
	text-decoration:underline;
	outline:none;
	background:none;
}
.disclosure a:hover {
	text-decoration:none;
	color:#0099FF;
}
.notes {
	margin:20px 1px 0px 1px;
	padding:20px 60px 40px 60px;
	border:1px dotted #CCCCCC;
	border-top:none;
	background:#F2F2F2 url(/images/sitetemplate/divider_notes.png) no-repeat 0px 0px;
}
.notes p, .notes li, .notes a, .notes a:link, .notes a:visited, .notes a:hover, .notes a:active, .notes a:focus, .notes td {
	font-size:10px;
	font-weight:normal;
	line-height:15px;
	text-align:justify;
	color:#333;
}
.notes ul {
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:circle outside none;
}
.notes ol {
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style:decimal outside none;
}
.notes li {
	margin:10px 0px 0px 0px;
	padding:0px;
}
.notes a, .notes a:link, .notes a:visited, .notes a:hover, .notes a:active, .notes a:focus {
	padding:0px;
	text-decoration:underline;
	outline:none;
	background:none;
}
.notes a:hover {
	text-decoration:none;
	color:#0099FF;
}
.commission_price {
	font:bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
}
.quicklinks {
	display:block;
	margin:25px 0px 0px 0px;
	padding:10px 20px;
	width:auto;
	height:auto;
	border:1px solid #DDD;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#FFFFFF;
	background:-moz-linear-gradient(100% 100% 90deg, #E7E7E7, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E7E7E7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #E7E7E7);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #E7E7E7);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #E7E7E7 0%,#FFFFFF 100%); /* W3C */
}
/* RELEASE NOTES ARCHIVE TABLE STYLES ---------------------------------------------------------------------------------------------------- */
div.releasenotes_background {
	position:relative;
	margin-left:1px;
	min-height:340px;
}
div.releasenotes_background .notescontainer {
	position:absolute;
	width:360px;
	top:0px;
	left:0px;
}
div.releasenotes_background .notescontainer p a, div.releasenotes_background .notescontainer p a:link, div.releasenotes_background .notescontainer p a:visited, div.releasenotes_background .notescontainer p a:hover, div.releasenotes_background .notescontainer p a:active, div.releasenotes_background .notescontainer p a:focus {
	padding:0px 15px 0px 0px; 
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background:transparent url(/images/sitetemplate/linkarrow_external.png) no-repeat top right;
}
div.releasenotes_background .notescontainer p a:hover {
	color:#0066CC;
	background:transparent url(/images/sitetemplate/linkarrow_external_hover.png) no-repeat top right;
}
.releasenotes_container {
	margin:0px;
	padding:10px;
	background:#FFFFFF;
	border:1px solid #E7E7E7;
	border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.releasenotes_column {
	margin:0px;
	padding:10px 20px;
}
.releasenotes_column p a, .releasenotes_column p a:link, .releasenotes_column p a:visited, .releasenotes_column p a:hover, .releasenotes_column p a:active, .releasenotes_column p a:focus {
	padding:0px 15px 0px 0px; 
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background:transparent url(/images/sitetemplate/linkarrow_external.png) no-repeat top right;
}
.releasenotes_column p a:hover {
	color:#0066CC;
	background:transparent url(/images/sitetemplate/linkarrow_external_hover.png) no-repeat top right;
}
/* COMM TABLE STYLES ---------------------------------------------------------------------------------------------------- */
.comm_container {
	margin:0px;
	padding:0px;
}
.comm_table, .comm_table_borderless {
	margin:0px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.comm_table_borderless {
	border:0px;
	-moz-box-shadow:0 0 0px #ccc;
	-webkit-box-shadow:0 0 0px#ccc;
	box-shadow:0 0 0px #ccc;
}
.comm_table_header, .comm_table_subheader {
	padding:5px 8px;
	font:bold 14px/18px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
	color:#0099FF;
}
.comm_table_subheader {
	font:bold 13px/14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	color:#333;
}
.comm_table_content, .commission_price {
	padding:8px;
	color:#000;
}
.comm_example {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:13px;
	font-weight:normal;
	color:#1D7CC4;
}
.comm_table_content a {
	line-height:16px;
}
.comm_table_background, .comm_table_bkgrnd  {
	background:-moz-linear-gradient(100% 100% 90deg, #E7E7E7, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E7E7E7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #E7E7E7);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #E7E7E7);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%); /* W3C */
}
.comm_table_content ul, .comm_table_content ol {
	margin:5px 0px 5px 20px;
}
.comm_table_content li {
	margin:4px 0px;
}
.comm_table_gradient {
	border-top:1px solid #DDD;
	border-bottom:1px solid #CCC;
	background:#FFFFFF;
	background:-moz-linear-gradient(100% 100% 90deg, #DDDDDD, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DDDDDD));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#FFFFFF, #DDDDDD);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#FFFFFF, #DDDDDD);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#DDDDDD 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #FFFFFF 0%,#DDDDDD 100%); /* W3C */
}
.comm_table_content sup {
	font:normal 10px Arial, Helvetica, sans-serif;
}
.comm_table_subheader1 {	
	padding:5px 8px;
	font:bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
	color:#0066FF;
}
tr.celloffhover {
	background:#FFFFFF;
}
tr.cellonhover {
	background-color:#F7F7F7;
}
tr.celloffhover:hover, tr.cellonhover:hover {
	cursor:default;
	background-color:#CDDEEA;
}
.examplecontainer {
	margin:20px auto;
	padding:10px 20px;
	background:#F7F7F7;
	border:1px solid #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
/* FANCY BOX JQUERY STYLES ---------------------------------------------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/common/jquery/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/common/jquery/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/common/jquery/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/common/jquery/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/images/common/jquery/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url('/images/common/jquery/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* IB FRONT PAGE NEWS TICKER MARQUEE STYLES ---------------------------------------------------------------------------------------------------- */
#marquee_us {
	margin:0px 0px 10px 20px;
	padding:0px;
}
#marquee_us #a {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0;
	color:#666;
	background:none;
	border:0;
}
.newsticker {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
	color:#666;
	cursor:pointer;
}
.newsticker a, .newsticker a:visited {
	text-decoration:none;
	color:#0000FF;
}
.newsticker a:hover {
	text-decoration:underline;
	color:#0000FF;
}


/* IB MARKET BRIEF STYLES ---------------------------------------------------------------------------------------------------- */
#mainBodyOC {
	position:absolute;
	left:auto; 
	right:auto; 
	top:5px;
	height:auto;
	margin-left:0;
	width:779px;
	background-image:url(/images/sitetemplate/mainTempBodMid.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	padding-left:0;
	padding-right:10px;
}
#headerOC {
	z-index:0;
	left:auto; 
	right:auto; 
	margin:0px auto;
	width:779px;
	top:0px;
	background:transparent url(/images/sitetemplate/mainTemplateHeaderOC.gif) no-repeat center top;
	text-align:left;
	background-position:0 0;
	padding-bottom:5px;
	padding-top:10px;
}
.CellRed, .CellBlue, .CellBlack {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding:5px;
}
.CellRed {
	color:#FFFFFF;
	background-color:#FF0000;
}
.CellBlue {
	color:#FFFFFF;
	background-color:#0033CC;
}
.CellBlack {
	color:#FFFF99;
	background-color:#000000;
}
.TableData {
	padding:0px;
	margin:5px 20px;
	padding-right:20px;
}
.upperLine {
	font-size:12px;
	line-height:18px;
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
}
.CellRed2, .CellBlue2, .CellBlack2, .CellOn2 {
	line-height:14px;
	border-bottom:1px solid #333;
	padding:1px 5px 1px 1px;
}
.CellRed2 {
	color:#FFFFFF;
	background:#FF0000 url(/images/common/ofir_red.gif) repeat;
}
.CellBlue2 {
	color:#FFFFFF;
	background:#0000ff url(/images/common/ofir_blue.gif) repeat;
}
.CellBlack2 {
	color:#FFFF99;
	background:#000000 url(/images/common/ofir_black.gif) repeat;
}
.CellOn2 {
	color:#000000;
	padding-left:5px;
	background:#F3F3E9 url(/images/common/ofir_cream.gif) repeat;
}
#fxviewTable {
	margin:5px 20px;
}
.fxviewTableHead {
	padding:10px 8px;
	background:#000000 url(/images/common/fxview_tablehead.jpg) repeat-x 0 0;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#FFF;
}
.fxviewTableContent {
	padding:8px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#000;
}
.fxviewTableBackground {
	background:url(/images/common/fxview_tablecontent.jpg) bottom repeat-x;	
}
.mediacontact {
	margin:0 auto;
	padding:0px;
	width:300px;
	height:auto;
	background-color:#E7E7E7;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/* OLD TABLE STYLES THAT NEED TO BE REMOVED ---------------------------------------------------------------------------------------------------- */
/* WEBINARS PAGES, MARKET BRIEFS PAGES */
.TableOutline, .tableOutline, .Tableoutline, .TableNoOutline, .tabledrop, .columnleft, .columnright { /* used on dropdowns for accounts - advisors individiuals institutions brokers */
	font-size:11px;
	line-height:14px;
	width:96%;
	margin:10px 20px;
	border:1px solid #ccc;
	padding:5px;
	background:-moz-linear-gradient(100% 100% 90deg, #E7E7E7, #FFFFFF);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E7E7E7));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#E7E7E7, #FFFFFF);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#E7E7E7, #FFFFFF);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px#ccc;
	box-shadow:0 0 5px #ccc;
}
.TableNoOutline, .columnleft, .columnright { /* used on dropdowns for accounts - advisors individiuals institutions brokers */
        border: 0px;
}
.CellSubheader2 {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
	padding:2px;
	border-bottom:1px solid #666666;
}
.TableOutline2 {
	font-size:12px;
	line-height:18px;
	border:1px solid #666666;
}
.CellHeader, .cellheader, .CellHeader2, .pdfCellHeader, .pdfcellheader, .pdfCellHeader2 { 
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:5px 20px;
	padding-bottom:5px;
	text-align:left;
	border-bottom:1px solid #ccc;
}
.CellSubheader, .cellsubheader, .CellSubHeader {
	font-size:12px;
	font-weight:bold; 
	color:#000000;
	margin:5px 20px;
	padding:0px;
	text-align:left;
}
.CellHeader a, a .cellheader, a .CellHeader2, a .pdfCellHeader, a .pdfcellheader, a .pdfCellHeader2, .CellHeader a:visited, .cellheader a:visited, .CellHeader2 a:visited, .pdfCellHeader a:visited, .pdfcellheader a:visited, .pdfCellHeader2 a:visited {
	text-decoration:underline;
	color:#FFF;
}
.CellTitle, .cellTitle, .celltitle, .CellTitle2, .cellTitle2, .celltitle2, .CellTitle3, .cellTitle3, .celltitle3, .CellSubTitle, .cellSubTitle, .cellsubtitle, .celltitleright { 
	border-bottom:1px dashed #ccc;
	font-size:12px;
	font-weight:bold;
	text-align:inherit;
	margin:5px 20px;
	padding:5px 8px;
	font:bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
	color:#0066FF;
}
.CellTitle a, .CellTitle a, .cellTitle a, .celltitle a {
	color:#FFF;
	text-decoration:underline;
}
.CellTitle a:hover, .CellTitle a:hover, .cellTitle a:hover, .celltitle a:hover {
	color:#000;
	text-decoration:none;
}
.celltitleright {
	border-right:1px solid #999999;
}
.CellOn, .CellOff, .CellOff3, .cellon, .celloff {
	font-weight:normal;
	color:#000;
	line-height:14px;
	margin:5px 20px;
	padding:5px 8px;
	border-bottom:1px dashed #ccc;
}
.cellleft, .borderleft {
	border-left:1px solid #CCC;
}
.cellright, .borderright {
	border-right:1px solid #CCC;
}
.celltop, .bordertop {
	border-top:1px solid #CCC;
}
.cellbottom, .borderbottom {
	border-bottom:1px solid #CCC;
}
.highlights {
	display:none;
}
.highlightstitle {
	display:none;
}