/* ------------------------------------------------------------------------------*/
/* | **************************************************************************  |*/
/* | START OF MAIN INTERFACE CSS TAGS - DO NOT TOUCH/CHANGE WITHOUT CONTACTING   |*/
/* | BILL DENGLER OR NICOLAS CHALESLE                                            |*/
/* | **************************************************************************  |*/
/* -------------------------------------------------------------------------------*/

html { /* This CSS tag is for the grey background of IB site */
  background: transparent url(/images/sitetemplate/new/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(/images/sitetemplate/new/mainTemplateHeader_3_en.png) no-repeat center bottom;
  text-align: left;
}
a, a:visited {
  text-decoration: underline;
  color: #006600;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a img, a:visited img, a:hover img, a:link img, a:active img {
  text-decoration: none;
  border: none;
}
h1, .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 {
   color:#006600
}
#virmenu{
  position: absolute;
  z-index: 1000;
  left:auto;
  right:auto;
  ztop: 80px;
  width: 950px;
  text-align:center;
}
.comm_table_bkgrnd {
	/*background: url(../../images/common/fxview_tablecontent.jpg) bottom repeat-x;*/	/* fallback */	
	background: -moz-linear-gradient(100% 100% 90deg, #c5d5c5, #FFFFFF);/* Firefox 3.6+ */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)*/ 
	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 */
}
.CellHeader, .cellheader, .CellHeader2 { /*The main part of this style is in the global.css*/
  color: #FFFFFF;
  background-color:#445443;
}
.CellTitle, .cellTitle, .celltitle,
.CellTitle2, .cellTitle2, .celltitle2,
.CellTitle3, .cellTitle3, .celltitle3 { /*The main part of this style is in the global.css*/
  color: #ffffff;
  background: #5E745C;
  border-bottom: 2px solid #999999;
  /*top   right  bottom left444C56*/
}
.CellOn, .dropdown { /*The main part of this style is in the global.css*/
  background: #d6e5d5;
}
#signinsearch{
  background: transparent url(/images/sitetemplate/new/mainTempIR_01.png) no-repeat right top;
  border:0px solid red;
  margin-top:0px;
  padding-top:5px;
  width: 460px;
  height:90px
}
