/*#top, #bottom, #left, #right {
	background: #912F5E;
	position: fixed;
}
#left, #right {
	top: 0; bottom: 0;
	width: 15px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
	left: 0; right: 0;
	height: 15px;
}
#top { top: 0; }
#bottom { bottom: 0; }*/
.rounded_container, .rounded_container_bottom,.rounded_container_top{
	box-shadow:4px 4px 7px 0 #888888;
	-moz-box-shadow:4px 4px 7px 0 #888888;
	-webkit-box-shadow:4px 4px 7px 0 #888888;
	-ms-box-shadow:4px 4px 7px 0 #888888;
	-o-box-shadow:4px 4px 7px 0 #888888;
	background-color:#FFF;
}
.shadow{
	box-shadow:4px 4px 7px 0 #888888;
	-moz-box-shadow:4px 4px 7px 0 #888888;
	-webkit-box-shadow:4px 4px 7px 0 #888888;
	-ms-box-shadow:4px 4px 7px 0 #888888;
	-o-box-shadow:4px 4px 7px 0 #888888;
}
blockquote{
	margin:10px 15px;
	font-style:italic;
}

a:hover {
	color:#B76B89;
}
a:active {
	color: #912F5E;
}
a{
	color:#912F5E;
}
a:visited {
	color:#912F5E;
}
a img{
	border:0;
}
/*html{
	border-width: 10px;
	border-style: solid;
	border-color: #912F5E;
	display:block;
	width:auto;
	overflow:auto;
}*/
body {
	background: #FFFFFF;
	/*border-width: 10px;
	border-style: solid;
	border-color: #912F5E;*/
	padding: 0;
	margin: 0;

	margin:0;
	padding:0;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-top:5px;
}
html > body{
	/*border:10px solid #912F5E;*/
}

li {
	font-size: 12px;
	margin-bottom: 6px;
	color:#912F5E;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color:#912F5E;
}
th a{
	color:#FFFFFF;
}
th a:link{
	color:#FFFFFF;
}
th a:visited{
	color:#FFFFFF;
}
th a:hover{
	color:#FFFFFF;
	text-shadow:#FFFFFF 0px 0px 2px;
}
th strong a{
	color:#FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B76B89;
	text-align: center;
	margin-top:5px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}
h1.rounded_container, h1.rounded_container_top {
	background-color:#B76B89;
}
h1 a{
	font-weight: bold;
	color:#FFFFFF;
}
h1 a:link{
	font-weight: bold;
	color:#FFFFFF;
}
h1 a:hover{
	font-weight: bold;
	color:#FFFFFF;
	text-shadow:#FFFFFF 0px 0px 2px;
}
h1 a:visited{
	font-weight: bold;
	color:#FFFFFF;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#912F5E;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}
h2.rounded_container, h2.rounded_container_top {
	background-color:#912F5E;
}
h2 a{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h2 a:link{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
h2 a:hover{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow:#FFFFFF 0px 0px 2px;
}
h2 a:visited{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
p {
	font-size: 12px;
}
h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large}
h3 {
	font-size: 12px;
	color: #912F5E;
}

textarea, select {
	border:solid 1px #B76B89;
	padding:1px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-ms-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-o-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea:focus, select:focus,textarea:hover, select:hover{
	border:solid 2px #912F5E;
	padding:0px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 white;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-ms-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-o-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	
	
	
}
button, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #912F5E;
	
}
input[type="text"], input[type="password"] {
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	padding: 2px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-ms-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-o-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
input[type="text"], input[type="password"]{
	border:solid 1px #B76B89;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	background: linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-ms-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-o-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
input[type="text"]:focus, input[type="password"]:focus{
	border:solid 2px #912F5E;
	padding: 1px;
}
input[type="text"]:hover, input[type="password"]:hover,
input[type="text"]:focus, input[type="password"]:focus{ 
	border:solid 2px #912F5E;
	padding: 1px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
/*input[type="submit"], input[type="button"], input[type="reset"]{
	font-size:12px;
	color: #912F5E;
}*/
input[type="submit"], input[type="button"], input[type="reset"], button{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px 3px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px;

	padding:0 5px;

	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	
	color: #912F5E;
	border: solid 1px #B76B89;
	
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	-pie-background: linear-gradient(top,  #fff,  #dcdcdc);
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
	-moz-transition: all 200ms;
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');*/
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover{
	text-decoration: none;
	border:solid 1px #912F5E;
	
	box-shadow: 1px 1px 2px #B76B89;
	-webkit-box-shadow: 1px 1px 2px #B76B89;
	-moz-box-shadow: 1px 1px 2px #B76B89;
	-ms-box-shadow: 1px 1px 2px #B76B89;
	-o-box-shadow: 1px 1px 2px #B76B89;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFE9FF));
	background: -moz-linear-gradient(top,  #fff,  #FFE9FF);
	background: -ms-linear-gradient(top,  #fff,  #FFE9FF);
	background: -o-linear-gradient(top,  #fff,  #FFE9FF);
	background: linear-gradient(top,  #fff,  #FFE9FF);
	-pie-background: linear-gradient(top,  #fff,  #dcdcdc);
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
	-moz-transition: all 500ms;
	
}
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, button:active{
	position: relative;
	top: 1px;
	
	color: #B76B89;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	background: -ms-linear-gradient(top,  #ededed,  #fff);
	background: -o-linear-gradient(top,  #ededed,  #fff);
	background: linear-gradient(top,  #ededed,  #fff);
	-pie-background: linear-gradient(top,  #ededed,  #fff);
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
	-moz-transition: all 200ms;
}

input[disabled], textarea[disabled], button[disabled] {
	color:#CCC;
}

.fieldsetHighlight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #912F5E;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:1px;
	background-color: #FFE9FF;
}


/* Round corners css for generating rounded corners on H2 headings*/
.round_corners{
	background-image: url(images/dark_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	margin:0;
	padding-bottom:6px;
	
}
.round_corners img{
	margin-top:-3px;
	margin-left:-5px;
	vertical-align:top;
}
/* CSS for ie */
.round_corners span{
	margin-bottom:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:-15;
	background-color:transparent;
	text-align:center;
	width:100%;
}
/* Hack for proper browsers like firefox and opera as ie has some annoying css above*/
.round_corners > span{
	display:block;
	padding-top:5px;
	margin-left:0;
	/*padding-left:0;
	padding-right:0;
	margin-top:-15px;
	
	*/
}
/* Hack for the round corners on safari and google chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 .round_corners img{
		margin-top:-3px;
		margin-left:-5px;
	}
	.round_corners span{
		padding-top:18;
		margin-top:-27;
	}
}

.biglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.confirm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #912F5E;	
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #993366;


}
.thing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990033;
}
.smallLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	text-transform: none;
	color: #990066;
	text-decoration: underline;

}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;

}
h1.two {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
	line-height: 28px;
}
.occ_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;
}
.occ_smaller_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;
}
.dropcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}
.dropcap{
	float:left;
	color:#999999;
	font-size:38px;
	line-height:28px;
	font-family: Times New Roman, Times, serif, Georgia;
}
.topTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;

}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.subtitlesCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;

}
.biglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.thing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990033;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#912F5E;
}
.tablehead_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #912F5E;
}
.tableheadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: xx-small;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.xxsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.boxlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #B76B89;
	padding-top: 1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #55001C;
}
.advsearchhd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #999999;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #A35C82;
}
.requirednote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #A35C82;
}
.viewed {
	color: #FF0000;
}

a.one:link    { 
  color: rgb(0,0,255); 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;  
}
a.one:visited { 
  color: rgb(163,92,130);
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;  
}
a.one:hover   { 
  color: rgb(0,0,255); 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
  font-weight: bold;   
}  
a.one:active  { 
  color: rgb(255,0,0);
  font-weight: bold;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;  
}
.viewed_link {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.whitelink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.red {
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
/*.cornerTR {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}*/
/*.cornerBL {

	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/
.blue {
	color: #333399;
}
.tenPoint {
	font-size: 10px;
	line-height: 12px;
	margin: 2px 0px;
}
.smalltext {
	font-size: 10px;
	margin: 4px 0px;
	line-height: 12px;
}
.tg_red {
	color: #912F5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whitelink a {
	color:#FFFFFF;
	text-decoration: none;
}

/*.topRule {
	border-top: 1px solid #CCCCCC;
}*/
.black {
	color: #000000;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	color: #FF0000;
}
.status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	border: #0000FF;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}
.status10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	background-color: #FFFFFF;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.greyBorder {
	border: 1px solid #999999;
}
.topuplink {
	font-weight: bold;
	color: #996699;
}
.topupgone {
	font-weight: bold;
	color: #FF0000;
}
.topuplow {

	font-weight: bold;
	color: #CC6600;
}
.aiTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 5px;
}
.aiDesc {
	padding: 5px;
}
.topPad5 {
	padding: 0px;
	margin: 5px 0px 0px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
.nomargin{
	margin:0;
}
.pad5 {
	margin: 5px 0px;
}
.whiteBorder {
	border: 1px solid #FFFFFF;
}
.pad5BL {
	margin-bottom: 5px;
	margin-left: 5px;
}
.darkred {
	color: #CC0000;
}
.disabled {
	color: #999999;
}
.blackBorder {
	border: 1px solid #000000;
}
.sideL {
	background-image: url(images/BorderLeft.jpg);
	background-repeat: repeat-y;
}
.sideR {
	background-image: url(images/BorderRight.jpg);
	background-repeat: repeat-y;
}
.title{
	color:#FFFFFF;
	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background: url(images/tr.gif) no-repeat top right;
	background-color:#B76B89; 
	margin:0;
	padding-left:0;
	padding-top:0;
	padding-bottom:5;
}

.grey_text{
	color:#666666;
	font-size:10px;
}


.roundcont {
	background-color: #B76B89;
	color: #fff;
}

.roundcont a {
	color:#FFFFFF;
}
.roundcont a:active {
	color:#FFFFFF;
}
.roundcont a:link {
	color:#FFFFFF;
}
.roundcont a:visited {
	color:#FFFFFF;
}
.roundcont a:hover {
	color:#FFFFFF;
	text-shadow:#FFFFFF 0px 0px 2px;}
.roundcont li{
	color:#FFFFFF;
}
a:hover .roundcont {
	color:#FFFFFF;
	text-shadow:#FFFFFF 0px 0px 2px;
}

.roundcont p {
	margin: 0px;
	display:compact;
	padding-right:15px;
	padding-left:15px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right;
	background-color: #B76B89;
	color:#FFFFFF; 
	text-align:left;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
	text-align:left;
}

.roundtop_p { 
	background: url(images/tr_pbg.gif) no-repeat top right;
	background-color: #B76B89;
	color:#FFFFFF; 
	text-align:left;
}

.roundbottom_p {
	text-align:left;
	background: url(images/br_pbg.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   text-align:left;
}
.dark{
	background-color:#912F5E;
	color:#FFFFFF;
}
.dark a {
	color:#FFFFFF;
}
.dark a:active {
	color:#FFFFFF;
}
.dark a:link {
	color:#FFFFFF;
}
.dark a:visited {
	color:#FFFFFF;
}
.light{
	background-color:#B76B89;
	color:#FFFFFF;
}
.light a {
	color:#FFFFFF;
}
.light a:active {
	color:#FFFFFF;
}
.light a:link {
	color:#FFFFFF;
}
.light a:visited {
	color:#FFFFFF;
}
.extra_light{
	background-color: #FFE9FF;
	color:#666666;
}
.extra_light a {
	color:#B76B89;
}
.extra_light a:active {
	color:#B76B89;
}
.extra_light a:link {
	color:#B76B89;
}
.extra_light a:visited {
	color:#B76B89;
}
.darkBorder{
	border: 1px solid #912F5E;
}
.lightBorder{
	border: 1px solid #B76B89;
}
.extra_lightBorder{
	border: 1px solid FFE9FF;
}
.midtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #993366;
}
.topright {
	position: absolute;
	right: 10;
	_right:0;
	top: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(TRbanner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
.topright img{
	margin-right:-2;
	height:80px;
}
body > .topright{
	margin-right:-5;
}


/* Custom Form Elements
span.checkbox {
 width: 19px;
 height: 25px;
 padding: 0 5px 0 0;
 background: url(images/checkbox.gif) no-repeat;
 display: block;
 clear: left;
 float: left;
}
span.radio {
 width: 19px;
 height: 25px;
 padding: 0 5px 0 0;
 background: url(images/radio.gif) no-repeat;
 display: block;
 clear: left;
 float: left;
}
span.select {
 position: absolute;
 width: 158px; 
 height: 21px;
 padding: 0 24px 0 8px;
 color: #fff;
 font: 12px/21px arial,sans-serif;
 background: url(images/select.gif) no-repeat;
 overflow: hidden;
}
/*End custom form elements*/

.twelvePoint {
	font-size: 12px;
}

.rounded_container {
	
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}

.rounded_container_top {
	border-radius:15px 15px 0 0;
	
	-moz-border-radius:15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-ms-border-radius:15px 15px 0 0;
	-o-border-radius:15px 15px 0 0;
	
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}
h2.rounded_container_top{
	text-align:center;
	margin:0;
	padding: 5px 0;
	
	
}
.rounded_container_bottom {
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}

.rounded_container_top_5 {
	border-radius:5px 5px 0 0;
	-moz-border-radius-topleft:5px;
	
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}

.container{
	border:1px;
	border-color:#CFCFCF;
	border-style:solid;
	padding:5px;
	background-color:#FFE9FF;/*
	background-image:url(images/conatiner_bg.jpg);
	background-repeat:repeat-x;*/
}
#navigation_myaccount a {
	font-size:12px;
	color: #FFFFFF;
	background-color:#B76B89;
	/*letter-spacing:.1em;*/
	text-decoration: none;
	display:block;
	padding:8px 8px 7px 10px;
	font-weight:bold;
/*	border-color:#000000;
	border-width:1px;
	border-style:solid;
*/
	height:100%;
	border:solid 1px #912F5E;
	}
	
#navigation_myaccount a:hover {
	background: #FFFFFF;
	/*color:#FFFFFF;*/
	height:100%;
	color:#912F5E;
	background-color:#FFE9FF;
	border:solid 1px #912F5E;
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}

#navigation_myaccount a.selected {
	height:100%;
	color:#912F5E;
	background-color:#FFE9FF;
	border:solid 1px #912F5E;
	position:relative;
	behavior: url(http://www.thegenealogist.co.uk/Scripts/CSSPIE/PIE-1.0beta5/PIE.php);
}

.article {
    border: thin solid #912F5E;
    clear: both;
    margin-top: 10px;
    padding: 10px;

}
div#treeview{
	width:580px;
}
div#treeview div.node {
    background-image: url("administer/chris/treeview-pink.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 250px;
}
div#treeview div.node-container {
    float: left;
    height: 200px;
    margin-left: 0;
    width: 210px;
}
div#treeview div.twoNode {
    background: url("treeview/images/test1.gif") no-repeat scroll left center transparent;
}
.div-link{
	cursor:pointer;
	padding:10px;
	margin:20px auto;
	font-size:14px;
	text-align:center;
	color:white;
	background-color:#B76B89;
}
a .div-link{
	text-decoration:none;
	color:white;
}
a .div-link:hover{
	text-shadow: 0 0 2px #FFFFFF;
	box-shadow:0 1px 1px #2D2D2D;
	-moz-box-shadow:0 1px 1px #2D2D2D;
	-webkit-box-shadow:0 1px 1px #2D2D2D;
	-ms-box-shadow:0 1px 1px #2D2D2D;
	-o-box-shadow:0 1px 1px #2D2D2D;
}

ul.errors{
	text-align:center;
	list-style:none;
}
ul.errors li{
	color:red;
	font-size:14px;
}
