@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
 	background-image:url(background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 90% of the browser width */
	background: #E5F1F1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
 	background-image:url(header.gif);
	background-repeat:no-repeat;
	height: 100px;
	max-width: 1024px; 	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E5F1F1;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #B6D8D3;  
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.8em;}
	
.oneColLiqCtrHdr a:link, .oneColLiqCtrHdr a:visited  {
	text-decoration:underline;
	color: #331100;}

.oneColLiqCtrHdr a:hover, .oneColLiqCtrHdr a:active  {
	text-decoration:underline;
	font-style:italic;
	color: #331100;
}


.twoColElsRtHdr #container {
	width: 95%;  /* this will create a container 90% of the browser width */
	background: #E5F1F1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsRtHdr #header {
 	background-image:url(header.gif);
	background-repeat:no-repeat;
	height: 90px;
	max-width: 1024px; 	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 h4, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsRtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 13em;
	background: #E5F1F1;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #B6D8D3;  
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.8em;}
	
.twoColElsRtHdr a:link, .oneColLiqCtrHdr a:visited  {
	text-decoration:underline;
	color: #331100;}

.twoColElsRtHdr a:hover, .oneColLiqCtrHdr a:active  {
	text-decoration:underline;
	font-style:italic;
	color: #331100;
}

#search_result_page #mainContent a:link, #search_result_page #mainContent a:visited  {
	text-decoration:none;
	color: #331100;}

#search_result_page #mainContent a:hover, #search_result_page #mainContent a:active  {
	text-decoration:underline;
	font-style:italic;
	color: #331100;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.result_table {
    	border-collapse: collapse;
	background: #E5F1F1;
	table-layout: auto;
}

.result_table thead{
    font-size: 1.0em;
 	padding:20px;
    border: 1px solid;
    border-color: #bb9899;
	background: #E5E1E1;
}

.result_table tbody, .result_table thead, .result_table th {
    border: 1px solid;
    border-color: #bb9899;
}

.result_table th{
    padding: 8px;
	text-align: center;
}

.result_table td{
   font-size: 0.9em;
   padding: 4px;
}

.ens_col, .gene_col, .allele_col, .chr_col, .pos_col, .mut_col {
    border: 1px solid;
    border-color: #bb9899;
}

.gene_col, .pos_col, .mut_col {
	white-space:nowrap;
}

.chr_col {
    text-align: center;
}

.pos_col {
    text-align: right;
}



#TabMenu1 {
	margin : 0;
	padding: 0;
	position : absolute;
	top : 59px;
	float:left;
	font-size:12px;
	line-height:14px;
	font-family: sans-serif;
	font-weight: normal;
	width: 260px;
}

#TabMenu1 ul, #TabMenu1 li {
	display : inline;
	list-style : none;
	margin : 0;
	padding : 0;
}

#TabMenu1 a:link, #TabMenu1 a:visited	{
	float : left;
	margin-right : 1px;
	padding : 4px 10px 4px 10px;
	color: #000000;
	text-decoration : none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;

}

#TabMenu1 a:hover	{
	color: #333333;
	text-decoration:underline;
}

	
#contentTab1 #TabMenu1 li#Tab1 a, 
#contentTab2 #TabMenu1 li#Tab2 a,
#contentTab3 #TabMenu1 li#Tab3 a,
#contentTab4 #TabMenu1 li#Tab4 a {
	font-weight: bold;
	color: #000000;
}


