/* ------------------------------------------------------------------------------*/
/* | **************************************************************************  |*/
/* | START OF MAIN INTERFACE CSS TAGS - DO NOT TOUCH/CHANGE WITHOUT CONTACTING   |*/
/* | BILL DENGLER OR NICOLAS CHALESLE                                            |*/
/* | **************************************************************************  |*/
/* -------------------------------------------------------------------------------*/
@import url(new/global.css);

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;
}

#virmenu{
	position: absolute;
	z-index: 1000;
	left:auto; 
	right:auto; 
	ztop: 80px;
	width: 950px;
	text-align:center;
}

.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
}
