#result_carousel {
	padding:0px;
	position: relative;
	float:left;
	width:100%;
	height:100%;
}
.cedar #result_carousel {
	border: 1px solid #5f4180;
	border-radius: 4px;
	background: #D0C8DB;	
}
#result_titlebar {
	position:relative;
	float:left;
	width:100%;
	background-image: -webkit-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -moz-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	background-image: -ms-linear-gradient(bottom, #1e6ea6 0%, #94c5e3 100%);
	border:1px solid #1e6ea6;
	min-height:24px;
}
.cedar #result_titlebar {
	background-image: -webkit-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	background-image: -moz-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	background-image: -ms-linear-gradient(top, #5A437C 0%, #8A76A6 100%);
	border:none;	
}
.cedar #results_holder {
	padding-left:16px;
	padding-right:16px;
}
#result_tabholder {
	position:relative;
	float:left;
	width:100%;
	height:40px;
	margin-top:10px;
}
.cedar #result_tabholder {
	margin-top:15px;
}
.carousel_content {
	position:relative;
	float:left;
	//margin-top:5px;
	width:100%;
	min-height:600px;
	border:1px solid #1e6ea6;
	//z-index:1;
	display:none;
}
.cedar .carousel_content {
	border:1px solid #5f4180;	
	left: 1px;
	margin-bottom:15px;
}
.carousel_content.active {
	display:block;
}
.carousel_content .legend {
	position:relative;
	float:right;
	height:10px;
	width:100%;
	margin-right:8px;
	margin-top:9px;
}
.carousel_content .legend .ltext {
	margin-right:4px;
	position:relative;
	float:right;
	//float:left;
	height:10px;
	min-width:10px;
	font-family: Helvetica;
	font-size:10px;
	font-weight:bold;
}
.carousel_content .legend .licon {
	margin-right:8px;
	position:relative;
	float:right;
	//float:left;
	height:10px;
	width:10px;
	background-image: url('/images/filter.png');
	background-position:0px 0px;
	background-size:10px 10px;
	background-repeat: no-repeat;
}
.carousel_content .legend .licon.immunomebrowser {
	background-image: url('/images/icon_plot.png');
}
#result_tabholder .carousel_tab {
	position:absolute;
	top:0px;
	height:36px;
	//height:34px;
	width:19%;
	background-image:-webkit-linear-gradient(top, #94c5e3 0%, #1e6ea6 100%);
	background-image:-moz-linear-gradient(top, #94c5e3 0%, #1e6ea6 100%);
	background-image:-ms-linear-gradient(top, #94c5e3 0%, #1e6ea6 100%);
	background-color: #1e6ea6;
	color:#ffffff;
	font-family:Helvetica;
	font-size:18px;
	text-align:center;
	padding-top:4px;
	//border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left:1px solid #1e6ea6;
	border-right:1px solid #1e6ea6;
	border-top:1px solid #1e6ea6;
	//border:1px solid #1e6ea6;
	//z-index:2;
	margin:0 1px 0 1px;
}
.cedar #result_tabholder .carousel_tab {
	width: 20%;
	background-image:none;
	background-color: #FFFFFF;
	color:#5A4B81;
	border-left:1px solid #5A4B81;
	border-right:1px solid #5A4B81;
	border-top:1px solid #5A4B81;	
}
#result_tabholder .carousel_tab .carousel_text {
	font-size:14px;
	font-family:Helvetica;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:18px;
	font-weight:bold;
}
.cedar #result_tabholder .carousel_tab .carousel_text {
	margin-top: 3px;
}
#result_tabholder .carousel_tab .carousel_count {
	font-size:12px;
	font-family:Helvetica;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:18px;
}
.cedar #result_tabholder .carousel_tab .carousel_count {
	height:21px;
}
#result_tabholder .carousel_tab.active .carousel_count {
	color:#1e6ea6;
}
.cedar #result_tabholder .carousel_tab.active .carousel_count {
	color:#FFFFFF;
}
#result_tabholder .carousel_tab.active .carousel_arrow {
	//display: block;
}
#result_tabholder .carousel_tab.active .arrow_border {
	//display: block;
}
#result_tabholder .carousel_tab .carousel_arrow {
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 12px;
	height:0;
	width:0;
	position:absolute;
	bottom:-23px;
	left:50%;
	margin-left:-6px;
	display: none;
}
#result_tabholder .carousel_tab .arrow_border {
	border-color: #1a6ea6 transparent transparent transparent;
	border-style: solid;
	border-width: 12px;
	height:0;
	width:0;
	position:absolute;
	bottom:-24px;
	left:50%;
	margin-left:-6px;
	display: none;
}
#result_tabholder .carousel_tab.active {
	background-color:#ffffff;
	//background-image:none;
	background-image:-webkit-linear-gradient(bottom, #ffffff 0%, #94c5e3 100%);
	background-image:-moz-linear-gradient(bottom, #ffffff 0%, #94c5e3 100%);
	background-image:-ms-linear-gradient(bottom, #ffffff 0%, #94c5e3 100%);
	color: #1a6ea6;
	z-index:1;
}
.cedar #result_tabholder .carousel_tab.active {
	background-color:#5A4B81;
	background-image:none;
	color: #FFFFFF;	
}
#result_tabholder .carousel_tab:hover {
	cursor:pointer;
}
#result_tabholder .carousel_tab:hover .carousel_arrow {
}
.table_holder {
	position:relative;
	float:left;
	width:100%;
	min-height:600px;
}
#hiv_holder {
	display:none;
	position:relative;
	float:left;
	width:98%;
	min-height:20px;
	color:red;
	border: 1px solid red;
	font-size:18px;
	margin-top:6px;
	padding:4px;
	background-color:#e3e3e3;
}
#hiv_holder.show {
	display:block;
}

#conflicted_filter_holder {
	display:none;
	position:relative;
	float:left;
	width:98%;
	min-height:20px;
	color:red;
	border: 1px solid red;
	font-size:18px;
	margin-top:6px;
	padding:4px;
	background-color:#e3e3e3;
}
#conflicted_filter_holder.show {
	display:block;
}
