﻿/* Genealogy tracking */
.trackOff, .trackOn, .edit {
	vertical-align:middle;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:inline-block;
	padding:2px 10px;
	margin-bottom:0;
	*margin-left:.3em;
	font-size:11px;
	line-height:11px;
	font-weight:600;
	text-decoration:none;
	color:#333333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:white;
	border:1px solid #333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom:1;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	white-space:nowrap; }

.trackOff:hover,.trackOff:focus,.trackOff:active, .trackOff.active, .trackOff.disabled, .trackOff[disabled],
.trackOn:hover,.trackOn:focus,.trackOn:active, .trackOn.active, .trackOn.disabled, .trackOn[disabled],
.edit:hover,.edit:focus,.edit:active, .edit.active, .edit.disabled, .edit[disabled]{
	background-color:#434c00;
	color:#FFFFFF;
	*background-color:#434c00}

.trackOff {text-decoration:none; color:red; }	
.trackOn {text-decoration:none; color:green; }	
.trackOn {text-decoration:none; }	

/* Male and Female cell styles */
#genderF { background-color: #FEC6FE; color: #333}
#genderM { background-color: #CEC6FE; color: #333}

/* Pedigree & Descendant Charts */
.layoutP {
	width: 1000px;
	border: none;
	}
.layoutP td{
	border-spacing: 0;
	padding: 0;
	
}

.pedF, .pedM, .pedA, .pedG, .descF, .descM, .descA, .descG {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0; }
	
.pedF, .pedM, .pedA, .pedG{ width: 300px; }	
.descF, .descM, .descA, .descG{ width: 201px; }

.pedF th, .pedM th, .pedA th, .pedG th, .descF th, .descM th, .descA th{
	padding : 3px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border: 1px #333 solid;}
	
.pedG th {
	color: #000;
	background-color: #CCC;}

.pedF th, .descF th{
	color: #000;
	background-color: #FEC6FE;}
	
.pedM th, .descM th{
	color: #000;
	background-color: #CEC6FE;}
	
.pedA th{
	color: #000;
	background-color: #FFF;}
.pedH {
	border-bottom: 2px #333 solid;
	width: 20px;
}
.pedV {
	width: 0px;
	border-left: 1px #333 solid;
}

.descG th{
	padding : 3px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-color: #CCC;
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	border-top: 1px #333 solid;
}
	
.descV {
width: 1px; height:20px; background-color: #333; }
	
/* GENEALOGY PHOTOS */
#photoHeader { width: 100%; height: 34px; background-color: #212121; text-align: right; }
#photoNavPrev { float:left; width:40px; height: 34px; margin-left:270px; cursor:pointer; background:url('/images/images/icon-left.png') no-repeat 0 0; }
#photoNavNo { float:left; width: 80px; text-align:center; margin-top:10px; color: #ccc; }
#photoNavNext { float:left; width: 40px; height: 34px; cursor:pointer; background:url('/images/images/icon-right.png') no-repeat 0 0; }
#photoNavOpen { float:right; width: 40px; height: 34px; cursor:pointer; background:url('/images/images/icon-open.png') no-repeat 0 0;  }
#photoNavPane { float:right; width: 40px; height: 34px; cursor:pointer; background:url('/images/images/icon-info-pane.png') no-repeat 0 0; } 
#photoDetails { background-color: #212121; padding: 5px; text-align:center; vertical-align: middle; font-weight: bold; font-variant: small-caps; }
#photoHolder { width:100%; color: #fff; background-color: #333; height:800px; }
#navigation { width:300px; float:right; }
#navigationHide { display: none; }
#photoActual { width: 700px; position: relative; float:left; }
#photoLabel {width: 30%; float:left; display:block; font-weight:bold; margin-top:2px; margin-bottom:2px;}
#photoM {width: 98%; height:16px; background-color: #CEC6FE; vertical-align:middle; font-weight:bold; color: #000; padding-left:2px; padding-top:2px; border: 1px #333 solid;}
#photoF {width: 98%; height:16px; background-color: #FEC6FE; vertical-align:middle; font-weight:bold; color: #000; padding-left:2px; padding-top:2px; border: 1px #333 solid;}
.photoText {width: 70%; float:right; display:block; font-weight:bold; margin-top:2px; margin-bottom:2px;}
#gPhoto {max-width: 700px; max-height: 800px; display: block; margin: auto;}
/* END OF STYLES */

