/* ------------------------------------------------------------------------------*/
/* | **************************************************************************  |*/
/* | START OF MAIN INTERFACE CSS TAGS - DO NOT TOUCH/CHANGE WITHOUT CONTACTING   |*/
/* | BILL DENGLER OR NICOLAS CHALESLE                                            |*/
/* | **************************************************************************  |*/
/* -------------------------------------------------------------------------------*/
@import url(global.css);

html { /* This CSS tag is for the grey background of IB site */
	background: transparent url(http://www.interactivebrokers.com/images/sitetemplate/mainTemplateBkgrnd_en.gif) repeat-x;
}

#header { /*this header css is the IBGmain and en/individual graphic */
	z-index: 0;
	left:auto;
	right:auto;
	margin: 0px auto;
	width: 950px;
	height: 150px;
	background: transparent url(http://www.interactivebrokers.com/images/sitetemplate/mainTemplateHeader_ind_2_en.gif) no-repeat center top;
	text-align: left;
	background-position: 0 0;
}
/* Folling sytles control two column main pages for individuals and worldwide main pages */
#leftcolumn{
	position: absolute;
	left: auto; 
	right:auto; 
	height: auto;
	margin-left: 724px;
	width: 226px;
	text-align: justify;
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mainTemplateLeftColBack_2.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#leftcolumnfooter{
	position: relative;
	left: auto; 
	right: auto; 
	width: 226px;
	min-width: 226px;
	max-width: 226px;
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mainTempLeftCol_2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;
	padding-right: 5px;
	height: 20px;	
	text-align: justify;
}

#rightcolumn{
	position: absolute;
	left:auto; 
	right:auto; 
	height: auto;
	margin-left: 0px;
	width: 704px;
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mainTemplateRightColBack_2.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#rightcolumnfooter{
	position: relative;
	left: auto; 
	right:auto; 
	margin-left: 0;
	width: 704px;
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mainTempRightCol_2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 5px;
	padding-right: 0px;
	height: 20px;	
	text-align: justify;
}

/*Styles for FP of EN */
#fpTitle h3 span, #fpProducts h3 span{
	display: none;
}

#fpTitle, #fpProducts {
	position: relative;
	left: 0px;
	width: 556px;
	padding-bottom: 10px;
	text-align: justify;
}

#fpTitle h3 {
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mainTemplateTitle_DE_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 1px;
	width: 702px;
	height: 72px;
}

#fpProducts h3 {
	background-image:  url(http://www.interactivebrokers.com/images/sitetemplate/mnTempProductsTitle_DE_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 1px;
	width: 702px;
	height: 51px;
}


a, a:visited {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a img, a:visited img, a:hover img, a:link img, a:active img {
	text-decoration: none;
	border: none;
}

.CellTitle, .cellTitle, .celltitle,
.CellTitle2, .cellTitle2, .celltitle2,
.CellTitle3, .cellTitle3, .celltitle3 {
	color: #FFFFFF;
	background: #444C56;
		/*top   right  bottom left*/
}

.CellOn {
	background: #D4D8DC;
}

/* Controls the width of flash application on front page */
#TabsCommission {
	width: 195px;
}
#Forex {
	width: 195px;
}
#FPtabs {
	width: 556px;
}


/* Navigation
-----------------------------------------------------------------*/
ul#navigation{
display:inline;
list-style:none;
position:absolute;
top:10px;left:1px;
margin:0px 0px 9px 0px;
padding:0;
height:41px;
width:195px;
z-index:200;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}
ul#navigation li{
display:inline;
float:left;
margin:0;padding:0;
position:relative;
}
ul#navigation li a{
display:block;
height:22px;
text-indent:-9000px;
outline:none;
}

li.account, li.account a, li.account a:hover{height:41px;width:195px;background:url(http://www.interactivebrokers.com/images/sitetemplate/mnTempbtnOpenAcct3.gif) 0 0 no-repeat;}


ul#navigation li ul { /* second-level lists */
position: absolute;
background: 0 px /*#ccc*/;
top: 0px;
width: 150px;
left: -999em; 
list-style:none;
z-index:200;
padding:0;
}
ul#navigation li ul li{float:none;background:transparent;}
ul#navigation li:hover ul, ul#navigation li.over ul { /* lists nested under hovered list items */
left: auto;
right: auto;
top:30px;
border: 0;
}

ul#navigation li ul li a:hover{
background:#434a54; 
font-weight:bold;
color:#fff;
text-indent:15px;
z-index:200;
width: 150px;
border: 1px solid #434a54;
text-decoration:none;
}

ul#navigation li ul li a{
background:#cccccc; 
font-weight:bold;
color:#000;
text-indent:15px;
z-index:200;
width: 150px;
border: 1px solid #636e7d;
text-decoration:none;
}









