.opq{
	filter:alpha(opacity=99); 
	-moz-opacity:.99; 
	opacity:.99;
}
.trnsprnt{
	filter:alpha(opacity=35); 
	-moz-opacity:.35; 
	opacity:.35;
}
#menuTabs{margin-bottom:15px;}
.tab, .tabActive{
	display:inline; 
	float:left; 
	width:28%; 
	text-align:center; 
	padding:5px 0; 
	margin:2px; 
	border:1px solid black;
	text-decoration:none; 
	color:black; 
	background-color:#ddd;
}
.tabActive{
	background-color:#eee; 
	border-bottom:0;
}
.tab:hover{
	background-color:#fff;
}
.oneTabsDiv{
	border:0px solid black;
	background-color:#f0f0f0;
	width:100%;
	display:none;
	padding:5px;
	padding:0;
	margin-top:1em;
}
#startLocForm{
	margin-bottom:1em;
}
.hr1{
	height:3px;
}
.hr2{
	height:6px;
}
.hr{
	filter:alpha(opacity=25); 
	-moz-opacity:.25; 
	opacity:.25;
}
