@charset "utf-8";
/* CSS Document */


.tabs-nav {
	float: left;
	padding: 0px 4px;
}
.tabs-nav#opp {
	width: 92px;
	background: url(../images/tab_oppo_off.gif) no-repeat;
}
.tabs-nav#ins {
	width: 97px;
	background: url(../images/tab_insight_off.gif) no-repeat;
}
.tabs-nav a, .tabs-nav a:visited, .tabs-nav a:active {
	display: block;
	height: 30px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	width: 100%;
	float: left;
	text-indent: -9999px;
}
#opp.tabs-nav.active {
	background: url(../images/tab_oppo_on.gif) no-repeat;
}
#ins.tabs-nav.active {
	background: url(../images/tab_insight_on.gif) no-repeat;
}
.tabs-content {
	/*float: left;
	width: 100%;
	position: relative;*/
	display: none;
}
.tabs-content.active {
	display: block;
}

#searchOppExt {
	display: none;
}
#searchInsExt {
	display: none;
}
div#error {
	display: none;
}
label.error, span.error {
	color: #16517F;
}
input.error {
	background-color: #e2e9f1;
}

a.grey, a.grey:visited, a.grey:active {
	color: #454545;
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
}
.startQuickSearch {
	border: 0;
	height: 26px;
	width: 185px;
	background: url(../images/btn_startsearch.gif) no-repeat;
	cursor: hand;
	cursor: pointer;
}
a.advancedSearch {
	display: block;
	text-indent: -9999px;
	border: 0;
	height: 26px;
	width: 185px;
	background: url(../images/btn_advsearch.gif) no-repeat;
}
/*.password {
	background: url(../images/bg_pwd.gif) no-repeat;
}*/