table.tabHolder{
	margin: 2px auto 5px auto;
/*	width: 714px;  */
	border: 0px solid #ddd; }
	
td.tabButtons{ text-align: left; }

	a.tab{
		color: #03d;
		padding: 6px 0.7em 7px 0.7em;
		line-height: 1.7em;
		text-decoration: underline;
		border-left: 1px solid #ccc; }
		
		a.tab:visited{ color: #03d; text-decoration: underline; }		
		
		a.tab:hover{ text-decoration: underline; }
	
	a.tab.activeTab{
		background: #fe9; 
		color: #333;
		text-decoration: none;
		font-weight: bold;
		cursor: default; }
	
		a.tab.activeTab:visited{ color: #333; text-decoration: none; }
		
		a.tab.activeTab:hover{ background: #fe9; color: #333; }

	a.tab.firstTab{ border-left: 0; }

td.tabInput{ background: #fe9; text-align: left; padding-left:4px; }

#searchForm{ display: inline; }

	#searchForm .inputBox{ 
		margin: 0;
		padding: 1px 0 0 3px;
		width: 400px;
		line-height: 1.5em;
		font-size: 14px;
		height: 20px;
		border: 1px solid #aad; }

	#searchForm .searchButton{ 
		margin-top: 1px; /* IE tweak, also need to change index.html-iframe's height accordingly */
		cursor: pointer;
		border: 1px solid #aad; }

