/* Blue Ancestor theme */

/* Formatting for standard tags */
body {
	margin: 0;
	padding: 0;
	
}
body, .text, select, input, textarea {
  font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	font-weight: bold;
	color: #3399cc;
	text-decoration: none;
}
a.secondary { font-weight: normal; }
a:hover { color: #7C9AE2; }
ol { margin-top: 5px; }
h1 {
	color: #3399cc;
	font-size: 26px;
  font-style: italic;
  font-weight: bold;
	margin: 0;
	padding: 0 0 10px 8px;
}
h1:before { content: "\2014 "; }
h1:after { content: " \2014"; }
h2 {
	color: #3399cc;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	margin: 20px 0 10px 0;
}
h3 {
	color: #3399cc;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
input.listbox {
	margin: 2px 1px 2px 0;
}
input.textbox {
	color: #000000;
	margin: 0;
	border: 1px solid #666;
	background: #fff;
	padding-left: 3px;
}
textarea { padding: 5px; }
form {
	padding: 0;
	margin: 0;
}

/* Generic styles */

.noshow { /*display: none; */
  font-family:"Trebuchet MS", Verdana, Arial, "Lucida Grande", sans-serif;
  color: #FFFFFF;
  font-size: 36px; 
  font-weight: bold;
  padding-left: 80px;
}

/* Main screen areas */
#content {

}

/* This is the Holly Hack used to kill the IE Peek-a-boo bug */
* html #content {
  height: 1%;
}
/* End Holly Hack */

/* HEADER */

#header {
	height: 60px;
	color: #FFFFFF;
	background: #0b51c3 url("images/paint0B51C3.png") repeat-x bottom ; 
}
#header #logo {
  height: 60px;
  background: url("images/tree.png") no-repeat left bottom;
}

/* MAIN NAVIGATION MENU */


#menu form {
  margin: 0 4px;
  padding: 0;
  display: inline;
}
#menu select { margin: 0; }

/* Another stupid IE hack to fix an alignment problem */


/* FOOTER */

#footer {
	font-size: 10px;
	text-align: center;
	padding: 0 0 10px 0;
}

/* DATA COLUMNS */
.label, .fact1, .fact2 {
  padding: 0 10px 0 0; 
  line-height: 1.5em;
  vertical-align: top;
}
.label {
  font-weight: bold;
  width: 150px;
}
.fact1 {
  width: 200px;
}
.fact2 {
  width: auto;
}  
.citation a{
  font-size: 10px;
  text-decoration: underline;
}

/* Pedigrees */
.pedbox {
	position:absolute; 
	background: url("images/pedbox.gif") no-repeat;
	width:170px; 
	height:60px;
	overflow:hidden;
}
.pedbox-text {
	font-size: 11px;
	padding: 0 8px;
}
.pedtab {
	position: absolute;
	width: 30px;
	height: 40px;
	background: url("images/ped_next.gif") no-repeat;
}
.pedtab:hover {
  border: none;
  background: url("images/ped_next.gif") no-repeat;
}
.section {
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
}
.nobullet {
	list-style-type: none;
}
.warning {
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}
.comment {
	border: 1px solid #ccc;
	background: url("images/background.gif");
	padding: 10px;
	margin-top: 10px;	
}
.symbolkey {
  color: #777;
  text-align: center;
  padding: 20px 0;
}
.pedconnect_top {
  position: absolute;
  width: 150px;
  background: url("images/square.gif") no-repeat top left;
}
.pedconnect_bot {
  position: absolute;
  width: 150px;
  background: url("images/square.gif") no-repeat bottom left;
}

/* New style tabs */
#tabs {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
  color: #f9f9f9;
  background: url("images/bottom_border.gif") repeat-x bottom;
}
#tabs ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
}
#tabs li {
  float: left;
  padding: 0;
  margin: 0;
  background: url("images/tab_right.png") no-repeat right top;
  border-bottom: 1px solid #ccc;
}
#tabs a {
  display: block;
  background: url("images/tab_left.png") no-repeat left top;
  padding: 6px 6px 2px 6px;
  white-space: nowrap;
}
#tabs #selected {
  background: url("images/tab_right.png") no-repeat right top;
  border-width: 0;
}
#tabs #selected a{
  background: url("images/tab_left.png") no-repeat left top;
  color: #555;
  padding-bottom: 3px;
}
.tab-page {
	background:#ffffff;
	clear: both;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-top-style: none;
	min-height: 420px;
}
.tab-page2 {
	clear: both;
	margin: 0 !important;
	margin-top: -10px;
	padding: 10px;

	border: 1px solid #ccc;
	min-height: 420px;
}
.row_light {
	background: url("images/rowbar.png");
}
.famfocus {
	color: #7C9AE2
}
.l-pedtab {
	position: absolute;
	width: 165px;
	height: 15px;
	background: url("images/ped_back.gif") no-repeat;
}
div#fambox {
	visibility:hidden;
	z-index:3;
	top:500px;
	left:40px;
	width:165px; 
	border:2px #ACACAC solid;
	background-color:#E7E7E7;
}
