﻿/* normal: most regular body text */
.normal {
	font-family: Verdana; 
	font-size: 12px;
	text-align:left;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Verdana; 
	font-size: 10px;
	color: black;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Verdana;
	font-size: 12px;
	color: black;
}
/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana; 
	font-size: 28px;
	color: #FF0000;
	text-align:right;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Verdana; 
	color: #000000;
}

/* subhead: subheading text */
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 0px;

	font-family: Verdana; 
	font-size: 16px;
	text-align:right;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFF0;
	color : #000000;
	font-family : Verdana;
	font-size: 12px;
	text-align:right;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #228B22;
}

/* visited: previously visited links */
A:VISITED {
	color: #800080;
}

/* hover */
A:HOVER {
	color: #FF0000;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #E1E1C4;
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* databack: background color for data areas */
.databack {
	background-color: #EFEFDE;
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

.pboxname {
  font-family: Verdana; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Verdana; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Verdana; 
  margin-top: 0;
  margin-bottom: 0;
}

UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}

/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Verdana; 
	color: #228B22;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #FF0000;
	text-decoration: none;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Verdana; 
	color: #000000;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #FFFFFF;
	text-decoration: none;
}

.lightback {
	background-color: #FFFFFF;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #E1E1C4;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #228B22;
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

.whitesubhead {
	font-family: Verdana; 
	color: #000000;
	font-size: 16px;
}

/* smaller: small body text */
.smaller {
	font-family: Verdana; 
	font-size: 11px;
}

/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #FF0000;
	text-decoration: none;
}

/* databack: background color for data areas */
.databack {
	background-color: #FFFFFF;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}

#mnav li { /* all list items */
	float: left;
	width: 7em; /* width needed for Opera */
	margin-right: 2px;
	background: #e4e4b1; /*same as "databack" background color */
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #E1E1C4; /*same as "databack" background color */
	border-left:1px solid #E1E1C4; /*same as "databack" background color */
}

.snlink {
	padding:4px 5px 3px 5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#e4e4b1; /*same as "databack" background color */
	color:black;
	text-decoration:none;
}

.LB_window {
	position: absolute;
	background: #e4e4b1; /*same as "databack" background color */
	border: 2px solid #333366; /*same as "fieldnameback" background color */
	color:#000000;
	display:none;
	z-index:500;
	padding-top:28px;
}

#mnav li ul li {
	border: 0px;
	width: 13em;  /*increased to 13 in 6.2.0*/
	background: #e4e4b1; /*inactive dropdown menu color*/
	margin-right: 0px;
	margin-top: 1px;
	border-bottom: 1px solid #777;
}

