/*
 * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 *
 * For further details of the Gene Expression Atlas project, including source code,
 * downloads and documentation, please see:
 *
 * http://gxa.github.com/gxa
 */

table.heatmap th {
	background-color: #edf6f5;
	
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #005555;
	background-repeat: no-repeat; 
    background-position: center right;
	cursor: pointer;
}
table.heatmap th.header{
	background-image: url(images/bg.gif);
}

table.heatmap th.headerSortUp { 
    background-image: url(images/asc.gif); 
} 

table.heatmap th.headerSortDown { 
    background-image: url(images/desc.gif); 
}

table.heatmap {
	text-align: left;
	font-family: Verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
	color: #404040;
	background-color: #fafafa;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: #9e9e9e;
}

.separator {
	background-image: url( images/sep.png );
	background-repeat: repeat-x;
	height: 5px;
}

.exp_header{
	font-weight: bold;
	color: #404040;;
}

.geneAnnotations td {
    padding-bottom: 3px;
}

.geneAnnotHeader {
	font-size: 9pt;
	color: #005555;
	font-family: Verdana, helvetica, arial, sans-serif;
	text-align: left;
	font-weight: bold;
	width: 10%;
	vertical-align: top;
    white-space:nowrap;
    padding-right: 10px;
}

.geneName {
	margin:0;
	padding:0;
    padding-right:10px;	
	color: #005555;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 0;
	vertical-align: text-bottom;
}

.sectionHeader {
	color: #005555;
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

.header {
	color: #005555;
	font-weight: bold;
	font-size: 8pt;
}

#panel {
	height: 50px;
}

.active {
	background-position: right 12px;
}

.heatmap tr:hover  {
	background-color: #deebeb;
	color: #404040;
	cursor: pointer;
}

.heatmap_over  {
	background-color: #deebeb;
	cursor: pointer;
}

.heatmap_row { background-color: white }

.heatmap_out{
	background-color: white;
	color: #404040;
}


