.table_container {
	position:relative;
	float:left;
	height:100%;
	width:100%;
}
.table_container table {
	table-layout:fixed;
	width:100%;
	white-space: normal;
}
.table_container table tr {
	background-color: #ffffff;
}
.table_container table tr.head {
	//background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #8f74aa 100%);
	//background-image: -moz-linear-gradient(bottom, #ffffff 0%, #8f74aa 100%);
	background-color: #c8d5e3;
}
.cedar .table_container table tr.head {
	background-color: #CBD5E2;
}

.table_container table tr.odd {
	background-color: #eeeeee;
}

.cedar .table_container table tr.odd {
	background-color: #ffffff;
}

.table_container table tr td .col_icon_holder {
	//min-width:20px;
	position:relative;
	float:right;
	min-height:20px;
}
.table_container table tr.col_icon_holder.hover,
.table_container table tr.content.hover {
	background-color: #ffffdd;
}
.table_container table tr.col_icon_holder.highlight,
.table_container table tr.content.highlight {
	background-color: #ffffdd;
}
.table_container table tr th {
	padding:4px;
	border: 1px solid #c0c0c0;
	text-align:left;
}
.table_container table tr th.reference_title,
.table_container table tr th.reference_author {
	min-width:170px;
}
.table_container table tr th.Database {
	width:110px;
}
.cedar .table_container table tr th.Database {
	width:120px;
}
.table_container table tr th.reference_date {
	width:60px;
}
.table_container table tr th.reference_date_sort {
	width:60px;
}
.table_container table tr th.journal_name {
	width:300px;
}
.table_container table tr th.immunization_description,
.table_container table tr th.antigen_description {
	min-width:140px;
}
.table_container table tr th.antigen_er {
	min-width:130px;
}
.table_container table tr th.Units {
	width:75px;
}
.table_container table tr th.Obi_id {
	width:110px;
}
.table_container table tr th.Method_Technique,
.table_container table tr th.Measurement_Of {
	//width:225px;
	width:150px;
}
.table_container table tr th.Secondary_Names {
	min-width: 200px;
}
.table_container table tr th.highlight {
	width: 30px;
	//width: 24px;
}
.table_container table tr th.Display_Name {
	min-width: 200px;
}
.table_container table tr th.assay_count {
	width:84px;
}
.cedar .table_container table tr td.assay_count {
	text-align:center;
	vertical-align:middle;
}


.table_container table tr th.assay_id,
.table_container table tr th.structure_id, 
.table_container table tr th.receptor_id {
	width:75px;
}
.table_container table tr th.receptor_group_id {
	width:80px;
}
.cedar .table_container table tr th.receptor_group_id {
	width:70px;
}
.table_container table tr th.mhc_restriction,
.table_container table tr th.reference_summary {
	width:100px;
}
.table_container table tr th.epitope_description {
	width:100px;
}
.table_container table tr th.quantitative_measure {
	width:220px;
}
.table_container table tr td.reference_summary .result_link,
.table_container table tr td.epitope_description .result_link{
	width:80px;
}
.table_container table tr th.epitope_count {
	width:95px;
}
.cedar .table_container table tr td.epitope_count {
	text-align:center;
	vertical-align:middle;
}

.table_container table tr th.ref_count {
	width:110px;
}
.cedar .table_container table tr td.ref_count {
	text-align:center;
	vertical-align:middle;
}

.table_container table tr th.pubmed_id {
	width:90px;
}
.table_container table tr th.reference_id {
	width:80px;
}

.table_container table tr th.receptor_type {
    width: 75px;
}

.table_container .result_link {
	color:#1e6ea6;
	font-size:14px;
	line-height:14px;
	font-family:Helvetica;
	white-space:nowrap;
	position:relative;
	//margin-right:16px;
	float:left;
	//width:100%;
}
.cedar .table_container .result_link {
	color:#5f4180;
	font-size:12px;	
}
.table_container .result_image {
	height:16px;
	width:16px;
	background-size:16px 16px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.result_image.highlight {
	background-image: url('/images/folder_open.png');
	margin-top:8px;
}
.result_image.ib_visualize {
	background-image: url('/images/icon_plot.png');
}
.table_container .result_text {
	margin:4px;
	margin-right:16px;
}
.table_container .result_text.clickable {
	cursor:pointer;
}
.table_container .result_text.clickable .expand {
	color: #0000ff;
}
.table_container .result_text.clickable:hover .expand {
	text-decoration: underline;
}
.table_container .result_link.predict_text {
	//margin-right:16px;
	white-space:normal;
}
.table_container table tr.head th .header_text {
	color:#1e6ea6;
	font-size:14px;
	line-height:14px;
	font-family:Helvetica;
	white-space:normal;
	position:relative;
	margin-right:16px;
	float:left;
	width:100%;
	cursor:pointer;
}
.cedar .table_container table tr.head th .header_text {
	color:#5A4B81;
	font-size:12px;	
}
.table_container table tr.head th .header_holder {
	position:relative;
	float:left;
	width:100%;
	min-height:20px;
}
.table_container table tr.head th .header_sort {
	position:absolute;
	width:16px;
	right:0px;
	top:0px;
	bottom:0px;
	background-image: url('/images/sort_off.png');
	background-repeat:no-repeat;
	background-position: 2px 2px;
	background-size: 12px 12px;
	cursor:pointer;
}
.cedar .table_container table tr.head th .header_sort {
	background-image: url('/images/sort_off_cedar.png');
}

.table_container table tr.head th .header_sort.desc {
	background-image: url('/images/sort_desc.png');
}
.cedar .table_container table tr.head th .header_sort.desc {
	background-image: url('/images/sort_desc_cedar.png');
}
.table_container table tr.head th .header_sort.asc {
	background-image: url('/images/sort_asc.png');
}
.cedar .table_container table tr.head th .header_sort.asc {
	background-image: url('/images/sort_asc_cedar.png');
}
.table_container table tr td {
	padding:2px;
	font-family: Helvetica;
	font-size:12px;
	line-height:14px;
	border: 1px solid #c0c0c0;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap:break-word;
	max-width: 200px;
	word-break:break-word;
}
.table_container table tr td.link {
	cursor:pointer
	font-color:#0000ff;
}
.table_container table tr td.link:hover {
	text-decoration:underline;
	font-weight:bold;
}
.table_container .exportholder {
	position:absolute;
	top:0px;
	right:0px;
	//width:167px;
	//position:relative;
	//float:left;
	height:20px;
	//width:100%;
	//margin-top:8px;
	//margin-bottom:8px;
	//padding-top:2px;
	//padding-bottom:4px;
	//background-color:#eeeeee;
	margin-right:4px;
	margin-top:1px;
	cursor:pointer;
}
.cedar .table_container .exportholder {
	position:relative;
	float:left;	
}
.table_container .navbox .txt,
.table_container .exportholder .txt {
	position:relative;
	float:left;
	//height:20px;
	min-width:100px;
	//line-height:20px;
	//font-size:18;
	//color:#0000FF;
	//color:#5f4180;
	//font-weight:bold;
	font-family:Helvetica;
	padding-left:8px;
	//padding-right:12px;

	height:18px;
	padding-top:2px;
	margin:2px;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	//text-align:left:
}
.cedar .table_container .navbox .txt,
.cedar .table_container .exportholder .txt {
	padding-left:0px;
	color:#808080;
}
.table_container .exportholder .icon {
	position:relative;
	float:left;
	height:15px;
	width:15px;
	background-image: url('/images/link_out.png');
	display:none;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0px 0px;
	margin-top:2px;
	margin-left:2px;
	cursor:pointer;
}
.cedar .table_container .exportholder .icon {
	background-image: url('/images/link_out_cedar.png');
}
.table_container .exportholder .icon.loading {
	display:block;
	background-image: url('/images/spinner_animated.gif');
	cursor:default;
}
.cedar .table_container .exportholder .icon.loading {
	background-image: url('/images/spinner_animated.png');
}
.table_container .exportholder .txt.loading {
	cursor:default;
	text-align:right;
	margin-right:8px;
}
.table_container .exportholder.disabled .txt {
	color: #a0a0a0;
}
.table_container .exportholder.disabled .icon {
	background-image: url('/images/icons/ico_file_excel_disabled.png');
}
.table_container .exportholder.disabled .help_bubble {
}
.table_container .navholder {
	position:relative;
	float:left;
	height:20px;
	width:100%;
	//margin-top:8px;
	//margin-bottom:8px;
}
.cedar .table_container .navholder {
	margin-top:7.5px;
	margin-bottom:7.5px;
	text-align:center;
}
.table_container .navcontainer {
	position:relative;
	float:left;
	height:20px;
	width:100%;
	padding-top:2px;
	padding-bottom:4px;
	background-color:#eeeeee;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
.cedar .table_container .navcontainer {
	height:35px;
	padding-bottom:2px;
	background-color:#F3F1F6;
	border-top:none;
	border-bottom:none;	
}
.table_container .navcontainer.listtable {
	height:auto;
	min-height:20px;
}
.table_container .navholder .navbox {
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	min-width:212px;
	margin-left:-120px;
	//margin-top:1px;
}
.cedar .table_container .navholder .navbox {
	left:5px;
	margin-left:0px;
	height:22px;
}
.table_container .navholder .navbox .ui_input.submitbutton {
	width: 20px;
	height: 20px;
	margin-top:1px;
	font-size:10px;
	line-height:10px;
	padding-left:1px;
}
.table_container .navholder .navbox .arrow {
	position:relative;
	float:left;
	height:18px;
	width:18px;
	margin:2px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 18px 18px;
	cursor:pointer;
}
.cedar .table_container .navholder .navbox .arrow {
	height:16px;
	width:16px;
	margin:3px;	
	background-size: 16px 16px;
}
.table_container .navholder .navbox .arrow.leftendarrow {
	background-image: url('../../images/pagination_arrow_left_end_g.png');
}
.cedar .table_container .navholder .navbox .arrow.leftendarrow {
	background-image: url('../../images/pagination_arrow_left_end_g_cedar.png');
}
.table_container .navholder .navbox .arrow.leftendarrow.disabled {
	background-image: url('../../images/pagination_arrow_left_end_disabled.png');
	cursor:default;
}
.cedar .table_container .navholder .navbox .arrow.leftendarrow.disabled {
	background-image: url('../../images/pagination_arrow_left_end_disabled_cedar.png');
}
.table_container .navholder .navbox .arrow.leftarrow {
	background-image: url('../../images/pagination_arrow_left_g.png');
}
.cedar .table_container .navholder .navbox .arrow.leftarrow {
	background-image: url('../../images/pagination_arrow_left_g_cedar.png');
}
.table_container .navholder .navbox .arrow.leftarrow.disabled {
	background-image: url('../../images/pagination_arrow_left_disabled.png');
	cursor:default;
}
.cedar .table_container .navholder .navbox .arrow.leftarrow.disabled {
	background-image: url('../../images/pagination_arrow_left_disabled_cedar.png');
}
.table_container .navholder .navbox .arrow.rightarrow {
	float:right;
	background-image: url('../../images/pagination_arrow_right_g.png');
}
.cedar .table_container .navholder .navbox .arrow.rightarrow {
	background-image: url('../../images/pagination_arrow_right_g_cedar.png');
}
.table_container .navholder .navbox .arrow.rightarrow.disabled {
	background-image: url('../../images/pagination_arrow_right_disabled.png');
	cursor:default;
}
.cedar .table_container .navholder .navbox .arrow.rightarrow.disabled {
	background-image: url('../../images/pagination_arrow_right_disabled_cedar.png');
}
.table_container .navholder .navbox .arrow.rightendarrow {
	float:right;
	background-image: url('../../images/pagination_arrow_right_end_g.png');
}
.cedar .table_container .navholder .navbox .arrow.rightendarrow {
	background-image: url('../../images/pagination_arrow_right_end_g_cedar.png');
}
.table_container .navholder .navbox .arrow.rightendarrow.disabled {
	background-image: url('../../images/pagination_arrow_right_end_disabled.png');
	cursor:default;
}
.cedar .table_container .navholder .navbox .arrow.rightendarrow.disabled {
	background-image: url('../../images/pagination_arrow_right_end_disabled_cedar.png');
}
.table_container .navholder .navbox .pagetext {
	position:relative;
	float:left;
	height:18px;
	width:38px;
	margin:2px;
	color:#1e6ea6;
	font-size:16px;
	line-height:18px;
	font-family:Helvetica;
	//text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding-left:4px;
}
.cedar .table_container .navholder .navbox .pagetext {
	color:#808080;
	font-size:14px;
	padding-left:0px;
}
.table_container .navholder .navbox input {
	position:relative;
	float:left;
	height:16px;
	margin:1px;
	border-top: 1px solid #5f4180;
	text-align:center;
	font-size:12px;
	width:54px;
}
.cedar .table_container .navholder .navbox input {
	height:14px;
	margin:2px;
	border: #808080 solid 1px;
	width:32px;
}
.table_container .navholder.goto .navbox input {
	text-align:left;
	text-indent:4px;
}
.table_container .navholder .navbox .oftext {
	position:relative;
	float:left;
	height:18px;
	min-width:38px;
	margin:2px;
	color:#1e6ea6;
	font-size:16px;
	line-height:18px;
	font-family:Helvetica;
	padding-left:2px;
}
.cedar .table_container .navholder .navbox .oftext {
	color:#808080;
	font-size:14px;
	padding-left:0px;
}
.table_container .navholder .count {
	position:absolute;
	left:0px;
	top:0px;
	height:18px;
	min-width:120px;
	margin:2px;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
	padding-left:4px;
}
.cedar .table_container .navholder .count {
	position:relative;
	height:22px;
	margin:1px;
	color:#808080;
	display:inline-block;	
}
.table_container .navholder .count_select {
	position:absolute;
	right:66px;
	top:0px;
	height:18px;
	width:60px;
	margin:2px;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
}
.cedar .table_container .navholder .count_select {
	position:relative;
	top: -2px;
	right:0px;
	height:23px;
	width:54px;
	float:left;
	margin-right:2px;
	color:#000000;
	text-align:left;
}
.table_container .navholder .count_export {
	//min-width: 220px;
	position: absolute;
	right: 5px;
	height: 22px;
	text-align: left;
}
.table_container .navholder .per_page {
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:18px;
	padding-top:2px;
	margin:2px;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
}
.cedar .table_container .navholder .per_page {
	position:relative;
	float:left;
	height:20px;
	color:#808080;
}
.table_container .navholder .per_page_divider {
	float:left;
	height:20px;
	padding-top:2px;
	margin:2px;
	color:#808080;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
}
.table_container table tr td .result_holder {
	position: relative;
	float: left;
	width: 100%;
	min-height:20px;
}
.table_container table tr td.filter_holder_detail {
	height:20px;
}
.table_container table tr td .filter_holder {
	position:relative;
	float:right;
	width:100%;
	min-height:20px;
}
.link_image_holder {
	position:relative;
	float:right;
	min-width:14px;
	min-height:14px;
}
.link_image {
	position:relative;
	float:right;
	width:12px;
	height:12px;
	background-image: url('/images/link_out.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 12px 12px;
	cursor:pointer;
	margin-left:4px;
}
.cedar .link_image {
	background-image: url('/images/link_out_cedar.png');
}
.link_image.tool {
	background-image: url('/images/tool_out.png');
	width:12px;
	height:12px;
	background-size: 12px 12px;
}
.result_icon {
	position:relative;
	float:right;
	width:18px;
	height:18px;
	background-image: url('/images/filter.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 18px 18px;
	cursor:pointer;
	//margin-left:8px;
}
.cedar .result_icon {
	background-image: url('/images/filter_cedar.png');
}

.cedar .result_filter_icon,
.result_filter_icon {
	background-image: url('/images/filter.png');
}
.cedar .result_3d_icon,
.result_3d_icon {
	background-image: url('/images/3D_blue.png');
}
/*.result_visualize_icon {*/
.cedar .ib_visualize,
.ib_visualize {
	background-image: url('/images/icon_plot.png');
}
.cedar .ib_visualize.disabled,
.ib_visualize.disabled {
	background-image: url('/images/icon_plot_disabled.png');
	cursor:default;
}
.cedar .ib_summarize,
.ib_summarize {
	background-image: url('/images/summary.png');
}
.result_link_icon {
	position:relative;
	float:right;
	height:20px;
	width:20px;
	background-image: url('/images/leaf.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-size: 20px 14px;
	cursor:pointer;
	margin-left:8px;
}
.query_content .predict_text {
	margin:0px;
}
.cluster_holder {
	position:relative;
	float:left;
	height:20px;
	min-width:20px;
	margin-left:8px;
	//margin-top:1px;
}
.cluster_holder .txt {
	position:relative;
	float:left;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
	height:20px;
	width:50px;
	margin:2px;
	margin-top:4px;
}
.cedar .cluster_holder .txt {
	color:#5f4180;
}
.cluster_holder .drop {
	width:120px;
	position:relative;
	float:left;
}
.cluster_holder .txt.disabled,
.cluster_holder .drop.disabled {
	border-color: #c0c0c0;
	color: #a0a0a0;
	background-color:#eeeeee;
}
.cluster_holder .help_bubble {
	margin:4px;
}
.ib_link_holder {
	position:relative;
	float:left;
	height:20px;
	min-width:20px;
	margin-left:8px;
	//margin-top:1px;
}
.ib_link_holder .txt {
	position:relative;
	float:left;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-family:Helvetica;
	height:20px;
	min-width:50px;
	margin:2px;
	margin-top:4px;
	cursor:pointer;
}
.cedar .ib_link_holder .txt {
	color:#5f4180;
}
.ib_link_holder .txt.disabled {
	color:#a0a0a0;
	padding-right:4px;
}
.cedar .ib_link_holder .icon,
.ib_link_holder .icon {
	position:relative;
	float:left;
	height:20px;
	width:20px;
	/*background-image: url('/images/summary.png');*/
	background-image: url('/images/icon_plot.png');
	background-position:0px 0px;
	background-size:20px 20px;
	background-repeat: no-repeat;
	cursor:pointer;
	margin-left:8px;
}
.cedar .ib_link_holder .icon.disabled,
.ib_link_holder .icon.disabled {
	background-image: url('/images/icon_plot_disabled.png');
}
.table_container table tr td.structure_description {
	font-family: 'Courier';
}
.table_container .predict_text {
	width:auto;
	min-width:20px;
}
.table_container .star_text_holder {
	position:relative;
	float:left;
	min-width:16px;
	min-height:12px;
	margin-right:4px;
}

/*
THIS WILL NEED TO BE MOVED TO EXPORTER SPECIFIC FILE
*/

.exportholder .icon {
	position:relative;
	float:left;
	height:20px;
	width:20px;
	background-image: url(/images/sort_off.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	margin-top:2px;
	cursor:pointer;
}

.exportholder {
	//position:absolute;
	top:0px;
	right:0px;
	//width:167px;
	//position:relative;
	//float:left;
	//height:3px;
	//width:100%;
	//margin-top:8px;
	//margin-bottom:8px;
	//padding-top:2px;
	//padding-bottom:4px;
	//background-color:#eeeeee;
	margin-right:4px;
	margin-top:1px;
	cursor:pointer;
}

.exportholder .txt {
	position:relative;
	float:left;
	//height:20px;
	min-width:100px;
	//line-height:20px;
	//font-size:18;
	//color:#0000FF;
	//color:#1e6ea6;
	//font-weight:bold;
	font-family:Helvetica;
	padding-left:8px;
	//padding-right:12px;

	height:18px;
	padding-top:2px;
	margin:2px;
	color:#1e6ea6;
	font-size:14px;
	line-height:16px;
	text-align:left:
}
.cedar .exportholder .txt {
	color:#5f4180;
}