/*-------------------------------------------------------------

Style Sheet (Genes Reunited)
version:   1.0
author:    Airlock
website:   http://www.airlock.com/

-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	background: url(/_resources/images/themes/airlock/ui/tile.bg.jpg) fixed; /* tiled background */
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	background: url(/_resources/images/themes/airlock/ui/gradient.bg.jpg) repeat-x fixed;
															/* vertical gradient on background */
	font-size: 62.5%;										/* set 1em = 10px */
	font-family: Arial, sans-serif;
}

#wrapper {
	width: 995px;
	margin: 0 auto;
	padding: 0;
}

h1 {
	font-family: Georgia, serif;
	font-size: 2.8em;
	font-weight: normal; 
	float: left;
	width: 620px;
	margin: 8px 14px 7px 13px;
	line-height: 1em;
}

h2 {
	font-size: 2.2em;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 1em;
}

h3 {
	margin-top: 0.2em;
	font-weight: normal;
	font-size: 1.3em;
}

h4 {
	font-size: 1.8em;
	margin-bottom: .15em;
}

h5 {
	font-size: 1.3em;
	margin-bottom: .15em;
}

h6 {
	font-size: 1.3em;
	font-weight: normal; 
}

li, p, td, th, label {
	font-size: 1.3em;										/* font sizes set on elements (not containers - else em inheriting makes things difficult) */
}

li {
	list-style-type: none;
	position: relative;
	margin-bottom: 0.2em;
}

.bulletpoint li {
    list-style-type:disc;
    margin-left:15px;
}

dt, dd {
	font-size: 1.3em;
}

dd {
	margin-bottom: 0.6em;
}

img {
	display: block;											/* remove vertical space */
}

h1 img {
	display: inline;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th, td {
	padding-bottom: 0.2em;
}

th {
	text-align: left;
}

fieldset {
	border: none;
	width: 100%;
}

legend {
	display: none;
}
label {
    position: relative;
	display: block;
	float: left;
	clear: left;
}
input, textarea {
	vertical-align: top;
	padding: 2px 4px;
}

select {
	padding: 1px;
}

textarea 
{
	font-family:Arial, Sans-Serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	}

input, select {
	font-size: 1.1em;
	margin-bottom: 1em;
}

button {
	font-family: Arial, sans-serif;
}

blockquote{font-size:1.2em;  font-weight:bold; padding:10px; background:url(/_resources/images/themes/airlock/ui/quote.pale.in.gif) no-repeat top left;}
blockquote p{line-height:1.6em; font-size:1em; font-weight:normal; background:url(/_resources/images/themes/airlock/ui/quote.pale.out.gif) no-repeat bottom right}

:focus {
	outline: 0;
}
.right{float:right}
/* Header
-------------------------------------------------------------*/

#family {													
	height: 32px;
	background: url(/_resources/images/themes/airlock/content/family.gif); /* placeholder image */
}

#banner {
    margin:5px 0 0 0;
    padding:0 0 10px 0;
	background: url(/_resources/images/themes/airlock/ui/header-bg.gif) #79aead top left repeat-x;

}
#banneraddiv{float:left;
height:90px;
margin:0 5px 0 20px;
width:728px
}

#banner-fr{
background:transparent url(http://frstatic.net/webimage/template/banner-fr.gif) no-repeat scroll 0 0;
float:left;
height:60px;
margin:15px 20px 0 0;
text-align:left;
width:214px;
font-size:1.1em;
}
#banner-fr div {
margin:8px 0 5px 10px;
color:#345857;
text-decoration:underline;
}
#banner-fr a{color:#345857;}
#fav {

background:transparent url(http://frstatic.net/webimage/icons/addtofavourites.gif) no-repeat scroll 0 0;
padding-left:20px;
}
#readblog {

background:transparent url(http://frstatic.net/webimage/icons/blog-fr.gif) no-repeat scroll 0 0;
padding-left:20px;
}
#fav:hover {
text-decoration:underline;}

#branding {
	width: 349px;
	float: left;
	margin-bottom:8px
}

#search {
	clear: both;
height:15px;
padding:0 10px 0 14px;
}

#search fieldset {
	float: left;
/*	width: 594px; making width smaller to accommodate more information in account */
width: 394px;
}

#search input,
#search textarea,
#search select {
	margin-bottom: 0;
	float: none;
}

#search input {
	margin-right: 4px;
	width: 140px;
}

#search select {
	margin: 0 8px;
	width: 100px;
	vertical-align: top;
	height: 1.6em;
}

#search .button {
	/*margin-left: 4px;*/
	padding: 2px 16px;
}

#search ul.account {
	overflow: hidden;
	text-align: right;
	float: right;
/*	width: 369px; making width bigger to accommodate more information*/
	width: 575px;
}

#search ul.account li {
	display: inline;
	position: relative;
	right: -1px;
}
#search .LastRightNav, #nav #session .LastRightNav {background:none;}
#search ul.account a {
	padding: 0 6px 0 2px;
	background: url(/_resources/images/themes/airlock/ui/nav.divider.gif) repeat-y right 2px;
}

#search ul.account li,
#search a {
	color: white;
}

#nav {
	background: url(/_resources/images/themes/airlock/ui/nav.gradient.jpg) #325553 top left repeat-x;
	border-top: 1px solid #659b9a;
	border-bottom: 1px solid #2e4a47;
	border-left: 1px solid #537371;
	border-right: 1px solid #537371;
	padding-right: 11px;
	float: left;											/* floated to extending vertically over contents (which is also floated) */
	width: 982px;											/* full width 995px including borders + padding */
}

#nav ul {
	float: left;
}

#nav li {
	margin: 0;
	float: left;
	background: url(/_resources/images/themes/airlock/ui/main.nav.divider.gif) repeat-y right;
}

#nav a {
	text-decoration: none;
	color: white;
	padding: 10px 14px;
	display: -moz-inline-box;								/* Firefox 2 and under*/
	display: inline-block;
}

#nav a:hover, #nav a.unread:hover  { background: #417473  url(/_resources/images/themes/airlock/ui/main.nav.divider.gif) repeat-y right}

/* original dark green

#nav a:hover, #nav a.unread:hover  { background: #314F4D  url(/_resources/images/themes/airlock/ui/main.nav.divider.gif) repeat-y right}*/   /* Hover States for top navigation */

    

#nav ul#session {
	padding: 8px 0;
	float: right;
	width: 142px;
	text-align: right;
	overflow: hidden;
}

#nav ul#session li {
	float: none;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	background: none;
	position: relative;
	right: -1px;
}

#nav ul#session a {
	text-decoration: underline;
	color: white;
	padding: 0 6px 0 2px;
	background: url(/_resources/images/themes/airlock/ui/nav.divider.gif) repeat-y right 2px;
	display: inline;
}

/* Adverts
--------------------------------*/
#bannerad{width:728px; height:90px}
#mpu{width:300px; height:250px}
#sky{width:160px; height:600px;}
.sky .body{text-align:center}
#bottomad{width:728px; height:90px; margin:10px 125px;}
#bottomcontentad{width:728px; height:90px;}
#buttona{width:120px; height:60px; margin:0 5px}
#buttonb{width:120px; height:60px}
/* General structure
-------------------------------------------------------------*/

#content {
	background: white;
	position: relative;
	float: left;											/* floated to extending vertically over contents (which is also floated) */
	width: 995px;
	color: #345857;
	padding-bottom:70px;
}

p#tips {
	position: absolute;
	right: 0;
	top: 0;
}

/*-------------------------------------------------------------*/

.column {
	float: left;
	margin: 0 13px 10px 0;									/* grid has 14px between columns */
}

.reverse .column {
	float: right;
}

#column-1 {
	margin-left: 13px;										/* grid starts 12px from left */
	clear: left;
	width: 314px;											/* default width (usually overriden in layout.css) */
}

#column-2 {
	width: 314px;											/* default width */
}

#column-3 {
	width: 314px;											/* default width */
}

/*-------------------------------------------------------------*/

.panel {
	margin-bottom: 16px;									/* grid has 16px vertically between panels */
	position: relative;
}

.panel .header,
.panel .body,
.panel .footer {
	padding: 8px 10px ;
	overflow: hidden;
}

.panel .body {
}

.panel .header .tool,.panel .header .icon {
	float: right;
}

.panel a {
	font-weight: bold;
}

.panel li a,
.panel td a,
.panel a.next,
.panel a.previous {
	font-weight: normal;
}

.panel h1 a,
.panel h2 a,
.panel h6 a {
	text-decoration: none;
	font-weight: normal;
}
.panel h3 a
{
    text-decoration:underline;
}
.panel h3.subnav a{
    text-decoration: underline;
}

.panel .panel h3 {
	font-weight: bold;
}

.panel .panel li {
	margin-bottom: 0.8em;
	padding-top: 0.2em;
}

.panel h4 a,
.panel h5 a {
	text-decoration: none;
}

.panel h5 {
	clear:both;
	margin-bottom:1.5em;
	margin-top:1.5em;
	}
	
.panel .body h5:first-child {	
	margin-top:0em;
}

.panel p {
	margin-bottom: 1em;
}

.panel .thumbnails {
	margin: 0 -13px -13px 0;
	overflow: hidden;
}

.panel img.thumbnail {
	width: 138px;
	height: 103px;
	float: left;
	margin: 0 13px 13px 0;
}

.panel img.overhang {
	position: relative;
	bottom: -40px;
	margin: -40px 0 0 70px;
}

/*-------------------------------------------------------------*/


.panel ul.auto li {
	float: left;
	margin-right: 20px;
	width: auto;
}

.panel ul.bi li {
	float: left;
	width: 50%;
}

.panel ul.tri li {
	float: left;
	width: 33%;
}

.panel ul.quad li {
	float: left;
	width: 25%;
}

.panel dl.bi dt,
.panel dl.bi dd {
	width: 45%;
	margin-right: 5%;
}

.panel dl.tri dt,
.panel dl.tri dd {
	float: left;
	width: 33%;
}

.panel dl.quad dt,
.panel dl.quad dd {
	float: left;
	width: 25%;
}

.panel dl.auto dt,
.panel dl.auto dd {
	float: left;
	margin-right: 20px;
	width: auto;
}
/*-------------------------------------------------------------*/

label {
	width: 25%;
}

input, textarea {
	width: 60%;
}

input.bi,
textarea.bi {
	width: 30%;
}

select {
	width: 45%;
}

select.bi {
	width: 23%;
}

.panel fieldset label.checkbox {
	width: 45%;
}

.panel fieldset .note,
.panel fieldset input.checkbox {
	margin-left: 25%;
}

.panel fieldset .button.submit {
	left: 25%;
}

/**/

.panel fieldset.bi label {
	width: 50%;
}

.panel fieldset.bi input,
.panel fieldset.bi textarea,
.panel fieldset.bi label.checkbox {
	width: 40%;
}

.panel fieldset.bi select {
	width: 30%;
}

.panel fieldset.bi .note,
.panel fieldset.bi input.checkbox {
	margin-left: 50%;
	white-space: nowrap;
}

.panel fieldset.bi .button.submit {
	left: 50%;
}

/**/

.panel fieldset.tri label {
	width: 33%;
}

.panel fieldset.tri input,
.panel fieldset.tri textarea,
.panel fieldset.tri label.checkbox {
	width: 56%;
}

.panel fieldset.tri select {
	width: 46%;
}

.panel fieldset.tri select.bi {
	width: 32%;
}
.panel fieldset.tri .note,
.panel fieldset.tri input.checkbox {
	margin-left: 33%;
}

.panel fieldset.tri .button.submit {
	left: 33%;
}

/**/

.panel fieldset input.bi,
.panel fieldset textarea.bi {
	margin-right: 30%; width:30%
}

.panel fieldset select.bi {
	margin-right: 20%;
	float: left;
}

.panel fieldset.bi input.bi,
.panel fieldset.bi textarea.bi{
    margin-right:0; width:30%
}
textarea.large{height:180px}

.panel fieldset.bi select.bi{
    width:32%; margin-right:0; 
}

.panel fieldset.block .note,
.panel fieldset.block input.checkbox {
	margin: 0 9px 0 0 ;
	clear: left;
}

.panel fieldset.block label.checkbox {
	width: 80%;
}

.panel fieldset.block .button.submit {
	left: 0;
	display: block;
}

/**/

.panel fieldset input.checkbox, fieldset .checkbox, fieldset .required {
	float: left;
}
.remember-field .checkbox { float:none;}

.panel fieldset input.checkbox,
.note input  {
	margin-right: 2%;
	width: 1.3em;
	clear:left;
}

.panel fieldset label.checkbox {
	clear: none;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

.panel fieldset .note {
	position: relative;
	top: -0.5em;
	margin-right: 4em;
	font-size: 1.1em;
	clear: both;
}

.panel fieldset .note.checkbox {
	line-height:1em;
	margin-bottom:10px;
	margin-left:2em;
	margin-top:0;
	padding-left:3px;
	padding-top:0;
}

.alt input, .alt select, .alt textarea{border:1px solid #dadada;}
.alt .checkbox{border:0}
/*-------------------------------------------------------------*/

.panel.info {
	background: url(/_resources/images/themes/airlock/ui/info.gradient.gif) #538b89 repeat-x top;
}

.panel.info.feature {
	background-image: url(/_resources/images/themes/airlock/ui/flock.gradient.gif);
}

.panel.info.feature .body {
	background: url(/_resources/images/themes/airlock/ui/opacity.png) repeat;
}

.panel.info,
.panel.info a {
	color: white;
}

.panel.info .header {
	border-bottom: 1px solid #365856;
}

.panel.info .body {
	border-top: 1px solid #6f8382;
	border-bottom: 1px solid #365856;
}

.panel.info .odd {
	background-color: #345251;
}

.panel.info .body.alt {
	background-color: #edf1f1;
	border-top: 1px solid #a2b7b6;
	border-bottom: 1px solid #365856;
}

.panel .panel .body.alt {
	background-color: white;
	border-bottom: none;
}

.panel.info .body.hot-matches {
	background: #edf1f1 url(/_resources/images/themes/airlock/ui/info.hot.matches.jpg) no-repeat right center;
}

.panel.info .body.alt,
.panel.info .body.alt a {
	color: #325453;
}

.panel.info .footer {
	border-top: 1px solid #86acab;
}

/*---------- 2nd alternating row style for info panel ----------------------------------------*/

.panel.info .alternating li {
background-color:#e1e5e4;
border-bottom: 1px solid #cacece;
padding: 5px 10px;
}

.panel.info .alternating li.odd {
background-color:#edf0f0;
border-bottom: 1px solid #cacece;
}

.panel.info .alternating li a {
color:#345857;
}

.panel.info .alternating li {
color:#345857;
margin-bottom: 0px;
}

/*-------------------------------------------------------------*/

.panel.action {
	background: url(/_resources/images/themes/airlock/ui/action.gradient.gif) #a859a5 repeat-x top;
}

.panel.action,
.panel.action a {
	color: white;
}

.panel.action .header {
	border-bottom: 1px solid #4f1f4d;
}

.panel.action .body {
	background: url(/_resources/images/themes/airlock/ui/body.action.gradient.gif) #8a4488 repeat-x top;
	border-top: 1px solid #9b6c9a;
	border-bottom: 1px solid #4f1f4d;
	color: white; 							/* needed for ie6 */
}

.panel.action .body.alt {
	background: #f4ecf4;
	color: #6c2869;
}

.panel.action .footer {
	border-top: 1px solid #9b6c9a;
	color: white; 							/* needed for ie6 */
}

/*-------------------------------------------------------------*/

.panel.ancillary {
	background-color: #bfd8d7;
}

.panel.ancillary,
.panel.ancillary a {
	color: #345857;
}

 /* Hover State for left hand NAV -------------------------------- */
 
.panel.ancillary .body li a:hover  
 {
 	background-image:url(/_Resources/images/themes/airlock/nav.bg.hover.gif);
 	background-repeat:no-repeat;
 	background-position:right 5px;
 	padding-right:10px;
 }
 
 .panel.ancillary .body li a.none:hover {
 background-image: none;
 padding-right: 0px;
 }
 
 .panel.ancillary .body .bulletpoint li a:hover  
 {
 	background-image:none;
 	padding-right:0;
 }
 /* Hover State for left hand NAV -------------------------------- */
.panel.ancillary .header {
	border-bottom: 1px solid #bccccb;
}

.panel.ancillary .body {
	background-color: #d2e4e3;
	border-top: 1px solid #edf4f4;
	border-bottom: 1px solid #bccccb;
}

.panel.ancillary .body.alt {
	background-color: #edf1f1;
}

.panel.ancillary .odd {
	background-color: #afccca;
}

.panel.ancillary .footer {
	border-top: 1px solid #edf4f4;
}

/*.panel.ancillary .body img {
	border: 1px solid #638281;
}*/
/* This image border seems unnecessary. Ali */

.panel.ancillary hr {
	border-top: 1px solid #edf4f4;
	border-bottom: 1px solid #bccccb;
	height: 2px;
	margin: 1.2em 0;
}

/*-------------------------------------------------------------*/

.panel.mpu {
	background-color: #d2e4e3;
}

.panel.mpu .body {
	padding: 7px;
}

.panel.mpu .edge.top,
.panel.mpu .edge.bottom,
.panel.mpu .edge.left,
.panel.mpu .edge.right {
	background: none;
}

/*-------------------------------------------------------------*/

.panel .edge.top,
.panel .edge.bottom {
	position: absolute;
	width: 100%;
	height: 8px;
}

.panel .edge.left,
.panel .edge.right {
	position: absolute;
	width: 8px;
	height: 100%;
}

.panel .corner {
	width: 8px;
	height: 8px;
}

.panel .corner.top-right,
.panel .corner.bottom-right {
	position: absolute;
	top: 0;
	right: 0;
}

.panel .edge.top {
	background: url(/_resources/images/themes/airlock/ui/t.8.edge.png) repeat-x;
}

.panel .edge.bottom {
	background: url(/_resources/images/themes/airlock/ui/b.8.edge.png) repeat-x;
	bottom: 0;
}

.panel .edge.left {
	background: url(/_resources/images/themes/airlock/ui/l.8.edge.png) repeat-y;
}

.panel .edge.right {
	background: url(/_resources/images/themes/airlock/ui/r.8.edge.png) repeat-y;
	right: 0;
}

.panel .corner.top-left {
	background: url(/_resources/images/themes/airlock/ui/tl.8.white.corner.png) no-repeat;
}

.panel .corner.top-right {
	background: url(/_resources/images/themes/airlock/ui/tr.8.white.corner.png) no-repeat;
}

.panel .corner.bottom-left {
	background: url(/_resources/images/themes/airlock/ui/bl.8.white.corner.png) no-repeat;
}

.panel .corner.bottom-right {
	background: url(/_resources/images/themes/airlock/ui/br.8.white.corner.png) no-repeat;
}

/* Specific elements
-------------------------------------------------------------*/

.tool {
	text-indent: -999em;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	vertical-align: middle;
}

.icon {
	text-indent: -999em;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	vertical-align: middle;
}

.icon.unread {
	background: url(/_resources/images/themes/airlock/ui/unread.icon.png) no-repeat;
}

.icon-married {
margin-right: 5px;
}

.social .thumbnails a {display:block; float:left; margin-right:15px; margin-bottom:20px;}

.tool.community, .icon.community {
	background: url(/_resources/images/themes/airlock/ui/community.icon.png) no-repeat;
}
.tool.help {
    display:none;
}
.panel.info .tool.help {
	background: url(/_resources/images/themes/airlock/ui/info.help.icon.png) no-repeat;
}

.panel.ancillary .tool.help {
	background: url(/_resources/images/themes/airlock/ui/info.help.icon.png) no-repeat;
}

.panel.info .tool.help.close {
	background: url(/_resources/images/themes/airlock/ui/info.help.icon.close.png) no-repeat;
}

.panel.ancillary .tool.help.close {
	background: url(/_resources/images/themes/airlock/ui/info.help.icon.close.png) no-repeat;
}

.panel.action .tool.help {
	background: url(/_resources/images/themes/airlock/ui/action.help.icon.png) no-repeat;
}

.panel.action .tool.help.close {
	background: url(/_resources/images/themes/airlock/ui/action.help.icon.close.png) no-repeat;
}
/*-------------------------------------------------------------*/


.button {
	background: #aaa;
	font-size: 1.3em;
	padding: 4px 20px;
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.button,
.panel a.button,
#search a.button {
	font-weight: normal;
	color: #662564;
}

.panel .body.alt a.button,
.panel .body.alt .button {
	color: white;
}

.panel .body.alt a.button.alt,
.panel .body.alt .button.alt {
	color: #662564;
}

.panel .button.submit {
	margin: 0 10px 10px 0;
	font-size: 1.3em;
	position: relative;
	left: 25%;
	clear: both;
}

.panel .button.enhanced.submit .button {
	padding: 6px 30px;
}

li .button {
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 0;
}

.button .corner {
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}

.button,
.button .corner,
.panel .button .corner {
	background-image: url(/_resources/images/themes/airlock/ui/light.info.button.gif);
}

.panel.action .button,
.panel.action .button .corner {
	background-image: url(/_resources/images/themes/airlock/ui/light.action.button.gif);
}

.panel.ancillary .button,
.panel.ancillary .button .corner {
	background-image: url(/_resources/images/themes/airlock/ui/light.ancillary.button.gif);
}

.panel .body.alt .button,
.panel .body.alt .button .corner {
	background-image: url(/_resources/images/themes/airlock/ui/dark.alt.button.gif);
}

.panel .body.alt .button.alt,
.panel .body.alt .button.alt .corner {
	background-image: url(/_resources/images/themes/airlock/ui/light.alt.button.gif);
    color:#662564;
}

.panel.ancillary .button.alt,
.panel.ancillary .button.alt .corner{	
    background-image: url(/_resources/images/themes/airlock/ui/dark.alt.button.gif);
    color:White;
}
.panel.ancillary .button.alt{
    width:auto; /*Needed for IE7 on pre-payment page (silly)*/
}
.panel.ancillary .button.alt .button{color:White } /*Needed for IE7 on pre-payment page (silly)*/

.button .corner.top-left {
	background-position: top left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button .corner.top-right {
	background-position: top right;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	z-index: 1;
}

.button .corner.bottom-left {
	background-position: bottom left;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	z-index: 1;
}

.button .corner.bottom-right {
	background-position: bottom right;
	top: auto;
	bottom: 0;
	right: 0;
	width: 3px;
	height: 3px;
	z-index: 1;
}

.button.enhanced {						/* using importants here saves having to override */
	font-size: 1em !important;			/* and number of more specific styles */
	padding: 0 !important;			
	margin: 0 !important;
	background: none !important;
}

.button.enhanced.mozilla {
	margin: -2px -4px !important;
}

.button.enhanced.safari {
	margin: -1px !important;
}

.button.mozilla-1-8 {
	background-position: -3px -2px;
}

#search .button.mozilla-1-8 {
	padding: 0 16px;
}

/* please remove the following after temp tree page is out of use - start */

.tree-regbutton {
    background-image:url(/_resources/images/themes/airlock/ui/dark.alt.tree.regbutton.gif);
    background-repeat:no-repeat;
    background-color: transparent;
    display:block;
    font-size:1.6em;
    text-decoration: none;
    margin-left:110px;
    padding-top:13px;
    text-align:center;
    width:185px;
    height:45px;
    margin-bottom: 5px;
    }

.panel.ancillary a.tree-regbutton {
color: #ffffff;
background-color:#d2e4e3;
}

/* please remove the following after temp tree page is out of use - end */

.legals {
	font-size: 1em;
	/*background: white;*/
}

.legals,
.legals a {
	color: #fff;
}

/* Footer
-------------------------------------------------------------*/

#footer {
width: 995px;
background-color: #fff;
float: left;
text-align: center;
clear: both;
}

#footer ul {
width: 505px;
margin: auto;
}

#footer ul li a {
	color: #345857;
}

#footer ul li {
	background-color: #fff;
	padding: 10px 11px;
	float: left;
	text-align: center;
	margin:0
}

#footer ul li.large {
	width: 140px;
}

#footer ul li.small {
	width: 67px;
}

#nav a.unread {background: url(/_resources/images/themes/airlock/ui/unread.icon.png) 8px center no-repeat; padding-left:35px}
#nav a.unread:hover {background:  #417473 url(/_resources/images/themes/airlock/ui/unread.icon.png) 8px center no-repeat; padding-left:35px}

.float-left{float:left}
.float-right{float:right}
.absmiddle{vertical-align:middle}
.smalltext{font-size:1.1em}
.hitwise .hitwiselink { margin-right:0;}


#footer2 li {
float: left;
}

#footer2 ul {
margin:0 auto 15px auto;
width:960px;
padding-bottom: 10px;
}

#flags {
height: 40px;
}

#flags li {
float: left;
}

#flags li a img {
display: inline;
}

#flags li.last a {
margin-right: 0px;
}

#flags ul {
margin: 0px auto 10px auto;
width: 240px;
}


/* PRODUCT NAVS */

#productnav{color:#fff; width:646px; height:72px; float:left; overflow:hidden; padding-left:0px;}
#productnav li {float:left;} 
#productnav a{background: url(/_resources/images/themes/airlock/ui/product-tab.gif); padding-top:72px; height:0px; display:block; overflow:hidden}
#productnav .fr a{background-position: 0 0px;  width:319px;}
#productnav .da a{background-position:  -319px 0;  width:327px; }





/*record.css*/

/* Attaching record to relation Styles - Mini Record Summary */

#content .transcriptionSummary tr:first-child { display:none;}
#content .transcriptionSummary { padding:0;}

.AlreadyAttached {background: url(/_resources/images/themes/airlock/ui/affirm.green.gif); background-repeat:no-repeat; padding-left:15px; background-position: 0px 3px;}

.censusImage {margin:auto;}
#info {position:relative; width:800px; height:500px;}
.loaderImage { position:absolute; top:46%; left:46%;}
.ImageIframe { background-color:#538b89;}
.minimize {display:none !important;}
.yearOfBirth { width:120px;}
.attachToTree {width:140px;}

#successBox { display:none;}



/* Clearing tool class */
.clearfix {clear:both;}
.animclearfix {clear:both; height:8px;}


/* Family history Guide */

.familyhistoryImageRight { margin-left:5px;}
.familyhistoryImageLeft { margin-right:5px;}

.panel.tabular span input{
    margin:0 9px 0 0;
    width:1.3em;
    float:left;
    clear:left;
}
.panel.tabular span label{
    width:80%;
    clear:none;
    font-size:1.2em;
    margin-bottom:1.5em;   
}


/* AutoComplete Extender */

.AutoCompleteExtenderList 
{
	background-color:#fff; 
	border:1px solid #ccc; 
	z-index:72; /* Needs to be greater than 71 which is z-index for dropdowns */
	opacity:0.95;
	filter: alpha(opacity=95);
	
}
.AutoCompleteExtenderListItem
{
	color:#000;
	padding-left:5px;
	}
.CompletionListHighlightedItem 
{
    color:#fff;
	font-weight:bold;
    padding-left:5px;
    background-color:#578F8D;
}
.info .CompletionListHighlightedItem {background-color:#375b5a;}
.action .CompletionListHighlightedItem {background-color:#8A4488;}
.ancillary .CompletionListHighlightedItem {background-color:#bfd8d7;}
/*------*/

/* Amend Search control for records, bmd and ww */
#content .ResultsFormat td{font-size:9px; text-align:center; background-color:#467270; border:none; padding:2px; padding-top:4px;}
.ResultsFormat td label{width:100%; display:inline; color:#fff; margin:auto; margin-top:3px;}
 
/* My update links */
.contactHeader { float:left;}
.viewUpdates { float:right; padding-top:3px;}
.privacy fieldset input {border:none;}
#content .privacy fieldset label {height:auto;}
#content .privacy .body { border-top:none;}

/* Bread Crumb */

.breadcrumb {
height:25px;
margin-bottom:10px;
margin-left:13px;
margin-top:0;
width:967px;
}

.breadcrumb li {
    color:#632361;
    font-size:11px;
    display:block;
    float:left;
    height:20px;
    padding: 5px 5px 0 5px;
}
.breadcrumb li.selected {
    background-color:#a1609c;
}
.breadcrumb li.selected a {
    color:White;
    text-decoration:none;
}
.breadcrumb .ArrowClass_Selected_None {
    background:url(/_resources/images/themes/airlock/ui/breadcrumb/breadcrumb.arrow.selected.gif);
    background-repeat:no-repeat;
    height:25px;
    width:27px;
}
.breadcrumb .ArrowClass_Unselected_Selected {
    background:url(/_resources/images/themes/airlock/ui/breadcrumb/breadcrumb.arrow.after.gif);
    background-repeat:no-repeat;
    height:25px;
    width:27px;
    padding:0;
}
.breadcrumb .ArrowClass_Selected_Unselected {
    background:url(/_resources/images/themes/airlock/ui/breadcrumb/breadcrumb.arrow.before.gif);
    background-repeat:no-repeat;
    height:25px;
    width:27px;
    padding:0;
}
.breadcrumb .ArrowClass_Unselected_Unselected {
    background:url(/_resources/images/themes/airlock/ui/breadcrumb/breadcrumb.arrow.default.gif);
    background-repeat:no-repeat;
    height:25px;
    width:27px;
    padding:0;
}
.breadcrumb .ArrowClass_Unselected_None {
    background:url(/_resources/images/themes/airlock/ui/breadcrumb/breadcrumb.arrow.unselected.gif);
    background-repeat:no-repeat;
    height:25px;
    width:27px;
}

.breadcrumb .defualt {
    background-color:#eed1ec;
    padding-left:10px;
}
.breadcrumb .defualt a {
    color:#632361;    
}


.refineSearchRecords .note { white-space:nowrap;}
#content .overseasCategoryAmend select {clear:both; width:100%;}

.yearRangeOverseas, .overseasCategory { white-space:nowrap;}


/* General next and previous links */

.prenext a { font-size:13px; background-repeat:no-repeat;}
.prenext .prevLink {float:left; background-image:url(/_resources/images/themes/airlock/ui/prelink.png); padding-left:15px; background-position:left 3px; margin-right:20px;}
.prenext .nextLink {float:left; background-image:url(/_resources/images/themes/airlock/ui/nextlink.png); background-position:right 3px; padding-right:15px; margin-right:20px;}


/* Social netwroking links - Bottom template - Social network links control */


#SocialNetworkLinks ul{ clear:both; width:515px; margin:auto;}
#SocialNetworkLinks li { display:block; float:left; height:40px; background-repeat:no-repeat; margin-bottom:23px;}
#SocialNetworkLinks li a {display:block; height:40px; margin-right:0;}
#SocialNetworkLinks li a:hover { border-bottom:solid 1px #3e6b69; border-top:solid 1px #3e6b69; background-image:url(/_resources/images/themes/airlock/ui/sociallogos/socialhover.gif); background-repeat:no-repeat; background-position:center top; }
#SocialNetworkLinks li.delicious {background-image:url(/_resources/images/themes/airlock/ui/sociallogos/sociallogos.delicious.gif); width:119px;}
#SocialNetworkLinks li.digg {background-image:url(/_resources/images/themes/airlock/ui/sociallogos/sociallogos.digg.gif); width:68px;}
#SocialNetworkLinks li.reddit {background-image:url(/_resources/images/themes/airlock/ui/sociallogos/sociallogos.reddit.gif); width:82px;}
#SocialNetworkLinks li.facebook {background-image:url(/_resources/images/themes/airlock/ui/sociallogos/sociallogos.facebook.gif); width:97px;}
#SocialNetworkLinks li.stumbleupon {background-image:url(/_resources/images/themes/airlock/ui/sociallogos/sociallogos.stumbleupon.gif); width:139px;}


/* Email preferences - My account section */

#content .emailpreferences label { width:95%;}

/* Sister sites link in the bottom template */

.seo .sistersites {width:415px; margin:auto;}
.seo .sistersites p {float:left; clear:none;}

/* text in SEO bottom template */

.seo p {position:relative}
