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

.dna-page-subtitle {
    color: black;
	text-align: center;
	font-size: 165%;	
}

.kits {
	font-weight: bold;
	color: #aa0000;
}

/* FOR HAPLOGROUP PAGES */
.toolbar {
    background-color: #cccccc; 
	padding: 1px 1px 1px 1px; 
	// border: 3px ridge #003300;
	border: 3px ridge #333333;
	text-align: center;	
}

table.toolbox {
	border-width: 3px;
	border-spacing: 0px;
	border-style: ridge;
	//border-color: green;
	border-color: #666666;
	border-collapse: separate;
	background-color: #cccccc;
	font-weight: bold;
}
table.toolbox th {
	border-width: 3px;
	padding: 1px;
	border-style: outset;
	border-color: #666666;
	//padding: 5px;
	//background-color: #FFF8DC;
	-moz-border-radius: 0px;
}
table.toolbox td {
	border-width: 3px;
	padding: 1px;
	border-style: outset;
	//border-color: green;
	border-color: #666666;
	//padding: 5px;
	//background-color: #FFF8DC;
	-moz-border-radius: 0px;
}

.icongraphic {
	border: 3px groove #333333;
}

/*** HAPLOGROUP PAGES ***/

.haplotable {border: thin solid #cc9900; width: 100%; font-size: 90%; background-color: white;}
.clsTblTitle{font-size: larger; font-weight: bold; background-color:#white; text-align: center; vertical-align: top; line-height: 105%}
.relPosRow   {vertical-align: top; white-space: nowrap; font-weight: bold; line-height: 95%; background-color: #ffcba4; font-size: smaller;}
.relPosHeader {vertical-align: middle; text-align: left; font-size: x-small;}
.relPosCell  {padding: 1;}
.lblRow {vertical-align: top; white-space: nowrap; line-height: 100%; font-weight: bold;}
.lblCell { text-align: center; }
.lblCellHeader { text-align: center; vertical-align: middle; font-size: small;}
.idCell { vertical-align: top; white-space: nowrap; line-height: 95% }
.snp { font-size: smaller }
.mdlRow { vertical-align: top; white-space: nowrap; line-height: 95%; font-weight: bold;}
.mdlCell { font-weight: bold;}
.clDataRow { vertical-align: top; line-height: 95%; }
.verttext { text-orientation: upright; writing-mode: vertical-rl; }
.clsRef {background-color: darkblue; color: white; white-space:nowrap; text-align: center; font-weight: bold; }
/* genetic distance */
.gd0 { text-align: center; background-color: #white; white-space: nowrap;}
.gd1 { text-align: center; background-color: #ddffdd; white-space: nowrap;}
.gd2 { text-align: center; background-color: #ffffcc; white-space: nowrap; }
.gd3 { text-align: center; background-color: #ffcccc; white-space: nowrap;}
.noread { text-align: center; background-color: #dddddd; white-space: nowrap;}
/* relative marker mutation rates */
.xslow { text-align: center; background-color: #aaccff;}
.slow  { text-align: center; background-color: #dbf0f7;}
.slow-med { text-align: center; background-color: #cbc5f5;}
.med { text-align: center; background-color: #e8c6ff;}
.fast-med { text-align: center; background-color: #ff86c2;}
.fast { text-align: center; background-color: #ff8a8a;}
.xfast { text-align: center; background-color: #ff0000;}
.unmutrate { text-align: center; background-color: #cccccc;}
.gdtable {border: thin solid #cc9900; font-size: smaller; background-color: white;}
.gdRow { vertical-align: top; line-height: 95%;}
/* relatedness measure */
.veryTightlyR { background-color: #dddddd; white-space: nowrap; padding: 1; text-align: center;}
.tightlyR     { background-color: #ddffdd; white-space: nowrap; padding: 1; text-align: center;}
.R            { background-color: #ffffdd; white-space: nowrap; padding: 1; text-align: center;}
.probablyR    { background-color: #ffeeee; white-space: nowrap; padding: 1; text-align: center;}
.possiblyR    { background-color: #ddffff; white-space: nowrap; padding: 1; text-align: center;}
.notR         { background-color: white;   white-space: nowrap; padding: 1; text-align: center;}
/* TMRCA measures */
.tmrcatable {border: thin solid #cc9900; font-size: smaller; background-color: white;}
.tmrcaRow { vertical-align: center; line-height: 95%;}
.tightlyRelatedTMRCA   { background-color: #ccffcc; padding: 2; text-align: center;}
.relatedTMRCA          { background-color: #ffff99; padding: 2; text-align: center;}
.probablyRelatedTMRCA  { background-color: #ffcccc; padding: 2; text-align: center;}
.possiblyRelatedTMRCA  { background-color: #ccccff; padding: 2; text-align: center;}
.remoteTMRCA           { background-color: #ffffff; padding: 2; text-align: center;}
/* enhancement for turning cluster rows into buttons */
.cluster {
  text-shadow:      .1em .1em gray;
  font-size:        larger;
  background-color: #FAEBD7;
  cursor:           pointer;
  border-collapse:  collapse;
  border:           .1em ridge darkblue;
}


/* McGee Utilities */

/*
.tmrca { background-color:#FFFFEE;border-color: #CC9900;border-collapse:collapse;}
.tmrca TR {border-color:#CC9900;}
.tmrca TD {border-color:#CC9900;padding:1px;}
.clsVert {line-height:12px;}
.clsTblTitle {font-size:18px; background-color:#FFFFDD}
.clsRowHeader {background-color:#FFFFDD}
.clsDiag {background-color: #FFFFFF;color:#008000;}
.clsDisabled {background-color: #FFFFFF;color:#FFCCCC;}
.clsNoMutRate {background-color: #ECFFEC;}
.clsRef  {background-color: #FFFFFF;color:#6060FF;white-space:nowrap}
.clsCellData {white-space:nowrap;}
*/