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


/* MAIN NAVIGATION MENU ------------------------------------------------------------ */
ul#topnav {
	margin:0;
	padding:0;
	float:left;
	width:950px;
	list-style:none;
	position:relative;
	top:89px;
	/* ROUNDED CORNERS */
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul#topnav li {
	float:left;
	margin:0;
	padding:0;
	font:normal 15px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	border-right:1px dotted #555;
}

ul#topnav li a {
	display:block;
	padding:7px 15px 7px 15px;
	color:#f0f0f0;
	text-decoration:none;
	cursor:pointer !important;
}
ul#topnav li:hover {
	margin-top:-6px;
	margin-left:-1px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #C00;
	border-left:1px solid #333;
	/* ROUNDED CORNERS */
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	/* BACKGROUND GRADIENT */
    background:#CC0000;
    background:-moz-linear-gradient(100% 100% 90deg, #990000, #CC0000);/* Firefox 3.6+ */
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0000), to(#990000));/* Safari 4-5, Chrome 1-9 */
    background:-webkit-linear-gradient(#CC0000, #990000);/* Safari 5.1+, Chrome 10+ */ 
    background:-o-linear-gradient(#CC0000, #990000);/* Opera 11.10+ */  
    background:-ms-linear-gradient(top, #CC0000 0%,#990000 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC0000', endColorstr='#FF990000',GradientType=0 ); /* IE6-9 */
    background:linear-gradient(top, #990000 0%,#CC0000 100%); /* W3C */
}
a.login {
	/* BACKGROUND GRADIENT */
    background:#CC0000;
    background:-moz-linear-gradient(100% 100% 90deg, #990000, #CC0000);/* Firefox 3.6+ */
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0000), to(#990000));/* Safari 4-5, Chrome 1-9 */
    background:-webkit-linear-gradient(#CC0000, #990000);/* Safari 5.1+, Chrome 10+ */ 
    background:-o-linear-gradient(#CC0000, #990000);/* Opera 11.10+ */  
    background:-ms-linear-gradient(top, #CC0000 0%,#990000 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC0000', endColorstr='#FF990000',GradientType=0 ); /* IE6-9 */
    background:linear-gradient(top, #990000 0%,#CC0000 100%); /* W3C */
}
a:hover.login {
	/* BACKGROUND GRADIENT */
   	background:none;
}

/* MAIN NAVIGATION MENU SUB TABS ------------------------------------------------------------ */
ul#topnav li span {
	z-index:1;
	display:none;
	position:absolute;
	top:32px;
	/*left:50%;*/
	margin:0px 0px 0px -10px;
	padding:0px 0px;
	width:210px;
	color:#FFF;
	background:#C00;
	font:normal 13px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-align:left;
	/* BACKGROUND GRADIENT */
	background:#CC0000;
	background:-moz-linear-gradient(100% 100% 90deg, #990000, #CC0000);/* Firefox 3.6+ */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC0000), to(#990000));/* Safari 4-5, Chrome 1-9 */
	background:-webkit-linear-gradient(#CC0000, #990000);/* Safari 5.1+, Chrome 10+ */ 
	background:-o-linear-gradient(#CC0000, #990000);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #CC0000 0%,#990000 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC0000', endColorstr='#FF990000',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #CC0000 0%,#990000 100%); /* W3C */
}

ul#topnav li:hover span {
	display:block;
	cursor:pointer !important;
}
ul#topnav li span a {
	zdisplay:inline;
	margin:0px 0px;
	padding:10px 14px;
	border-bottom:1px dotted #FFF;
}
ul#topnav li span a:hover, ul#topnav li span a:active {
	padding:10px 14px;
	text-decoration:none;
	color:#FFF;
	background:#990000;
}

/* LEFT SIDE NAVIGATION MENU ------------------------------------------------------------ */
.ibis_section {
	/* IE6 style handling */
	margin:0px;
	zoverflow:auto;
}
.ibis_content {
	z-index:500;
	float:left;
	margin:0px 0px 0px 40px;
	padding:0px;
	width:670px;
	height:auto;
	zborder:1px solid black;
}

.ibis_navcontainer {
	z-index:1000;
	float:left;
	margin:0px 0px 0px -20px;
	padding:0px;
	width:200px;
	height:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	zborder:1px solid black;
}
.ibis_navtable {
	border:1px solid #BBBBBB;
	/* BACKGROUND GRADIENT */
	background:#CCCCCC;
    background:-moz-linear-gradient(100% 100% 90deg, #CCCCCC, #FFFFFF);/* Firefox 3.6+ */
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));/* Safari 4-5, Chrome 1-9 */
    background:-webkit-linear-gradient(#FFFFFF, #CCCCCC);/* Safari 5.1+, Chrome 10+ */ 
    background:-o-linear-gradient(#FFFFFF, #CCCCCC);/* Opera 11.10+ */  
    background:-ms-linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* IE10+ */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC',GradientType=0 ); /* IE6-9 */
	background:linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* W3C */
}
ul.ibis_navlinks {
	margin:0px; 
	padding:0px;
}
ul.ibis_navlinks li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	zdisplay:inline;
}

ul.ibis_navlinks li a, ul.ibis_navlinks li a:hover, ul.ibis_navlinks li a:visited, ul.ibis_navlinks li a:active, ul.ibis_navlinks li a.selected {
	margin:0px;
	padding:7px 10px 7px 38px;
	font:bold 13px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	color:#555555;
	border-bottom:1px dotted #FFFFFF;
	cursor:pointer !important;
}
ul.ibis_navlinks li a:hover {
	color:#990000;
	/* BACKGROUND GRADIENT */
    background:#FFFFFF;
    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(#FFFFFF, #F7F7F7);/* Safari 5.1+, Chrome 10+ */ 
    background:-o-linear-gradient(#FFFFFF, #F7F7F7);/* Opera 11.10+ */  
    background:-ms-linear-gradient(top, #FFFFFF 0%,#F7F7F7 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7',GradientType=0 ); /* IE6-9 */
    background:linear-gradient(top, #F7F7F7 0%,#FFFFFF 100%); /* W3C */
}
ul.ibis_navlinks li a:active {
	color:#CC0000;
	/* BACKGROUND GRADIENT */
    background:#FFFFFF;
}
ul.ibis_navlinks li a:focus {
	outline:none;
}

ul.ibis_navlinks li a.selected {
	color:#FFFFFF;
	/* BACKGROUND GRADIENT */
    background:#990000;
    background:-moz-linear-gradient(100% 100% 90deg, #990000, #D8000A);/* Firefox 3.6+ */
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D8000A), to(#990000));/* Safari 4-5, Chrome 1-9 */
    background:-webkit-linear-gradient(#D8000A, #990000);/* Safari 5.1+, Chrome 10+ */ 
    background:-o-linear-gradient(#D8000A, #990000);/* Opera 11.10+ */  
    background:-ms-linear-gradient(top, #D8000A 0%,#990000 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD8000A', endColorstr='#FF990000',GradientType=0 ); /* IE6-9 */
    background:linear-gradient(top, #990000 0%,#D8000A 100%); /* W3C */
}
.clearfloat {
	clear:both;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

/* IBIS LOGO BUTTON ------------------------------------------------------------ */
#backtohome{
	position:absolute;
	z-index:10;
	top:16px;
	right:auto;
	left:auto;
	margin-left:10px;
}

/* CUSTOMER SERVICE BUTTON ------------------------------------------------------------ */
#csbutton {
	z-index:20;
	position:absolute;
	margin:97px 0px 0px 815px;
	padding:0px;
}
#csbutton a, #csbutton a:hover, #csbutton a:visited, #csbutton a:active {
	font:normal 9pt/14pt "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999;
}
#csbutton a:hover {
	color:#FFF;
}

/* SUBSCRIBE TO IBIS BUTTON ------------------------------------------------------------ */
#subscribebutton {
	z-index:20;
	position:absolute;
	margin:30px 0px 0px 690px;
	padding:0px;
}
#subscribebutton a, #subscribebutton a:hover, #subscribebutton a:visited, #subscribebutton a:active {
	display:block;
	width:210px;
	margin:0px 0px;
	padding:10px 20px;
	font:bold 10pt/14pt "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing:.04em;
	text-align:center;
	text-decoration:none;
	color:#333333;
	/* ROUNDED CORNERS */
	border:1px solid #333333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* BACKGROUND GRADIENT */
	background:#FAE500;
	background: -moz-linear-gradient(100% 100% 90deg, #C9A208, #F7ED81);/* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7ED81), to(#C9A208));/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#F7ED81, #C9A208);/* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#F7ED81, #C9A208);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #F7ED81 0%,#C9A208 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF7ED81', endColorstr='#FFC9A208',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #C9A208 0%,#F7ED81 100%); /* W3C */
}
#subscribebutton a:hover {
	color: #000000;
	border:1px solid #333333;
	/* BACKGROUND GRADIENT */
	background:#CCCCCC;
	background: -moz-linear-gradient(100% 100% 90deg, #CCCCCC, #FFFFFF);/* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#FFFFFF, #CCCCCC);/* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#FFFFFF, #CCCCCC);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* W3C */
}
#subscribebutton a:active {
	color: #FFFFFF;
	border:1px solid #333333;
	/* BACKGROUND GRADIENT */
	background:#D7D7D7;
	background: -moz-linear-gradient(100% 100% 90deg, #666666, #D7D7D7);/* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D7D7D7), to(#666666));/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#D7D7D7, #666666);/* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#D7D7D7, #666666);/* Opera 11.10+ */  
	background:-ms-linear-gradient(top, #D7D7D7 0%,#666666 100%); /* IE10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD7D7D7', endColorstr='#FF666666',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #666666 0%,#D7D7D7 100%); /* W3C */
}
#subscribebutton a:focus {
	outline:none;
}