@import url(reset.css);
@import url(globalStyle.css);
@import url(digitalTab.css);
/*== overide pageContainer color ==*/
body  {
	background: #eff0e0;
}

/* start tabs */

#tabs {
	margin:0;
	padding: 0 0 0 12px;

	}
	
#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	} 

#tabs li {
	display: block;
	margin: 0;
	padding: 0 2px 0 0;
	float:left;
	width:auto;
	
	}
	
#tabs a {
	color:#00f;
	display:block;
	width:auto;
	float:left; /* added by phiw */
	text-decoration:none;
	background: #ffffff;
	margin:0;
	padding: 5px 10px;
	border-left: 1px solid #00F;
	border-top: 1px solid #00F;
	border-right: 1px solid #00F;
	
}

/* hide from IE Mac \*/
#tabs a {
	float:none;
}
/* end hide */	
#tabs a:hover, #tabs a:active {
	background: #00000;
}

#tabs a#selectedTab:link, #tabs a#selectedTab:visited {
	position:relative;
	z-index:102;
	/*background: #e7e7bd;*/
	background: #e2e2c4;
	font-weight:bold;
}
	
#subnav {
	position:relative;
	top:-1px;
	z-index:101;
	margin:0 3px 0 3px;
	padding: 0px 0 3px 0;
	background: #e2e2c4;
	border-top:1px solid #00F;
	border-bottom:1px solid #00F;
	border-left:1px solid #00F;
	border-right:1px solid #00F;	
	height: 100%;
}
	
#subnav a:hover, #subnav a:active, #subnav a {
	color:#00f;
}

#subnav br, #tabs br {
	clear:both;
}
/* overide google style */
input.gsc-search-button, input.blueButton {

  	color:#fff; 
	font: bold 84% arial,helvetica,sans-serif; 
	font-size: 12px;
	background:#204764;
	position: relative; 
	border-bottom: 1px solid #363;
	border-top: 1px solid #696;
	border-left:1px solid #696;
	border-right:1px solid #363;
	
}

.gsc-search-box input.gsc-input {
	width: 350px !important;
}

div .gs-watermark { display: none; }
div .gs-webResult { padding: 0px 5px 0px 5px; }
div .gs-webResult .gs-visibleUrl-short { color: green; }
div .gs-webResult .gs-snippet { line-height: 1.5em;}
/* overide google style */

#searchBox, #researchBoxDiv {
	margin: 1em 0 0 1em;
}

.contents {
	display:none;
}

#globalSearchTitle {
	text-align:center; 
	font-size: 14px; 
	font-weight:bold; 
	margin-bottom: 1em;
}

#gotoSearchButton {
	clear:both;
	height: 1%;
}

#gotoSearchButton input {
	float:right;
	margin-right:2px;
}

#researchResultsDiv, #webResultsDiv {
	background: white; 
	margin: 0 1em 1em 1em;
}
#advNews, #advAnalytics {
	text-align: center;
	background: white; 
	margin: 1em 1em 1em 1em; 
	height: 450px;
}

/* end tabs */
