/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.normal2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
}

.tableheader2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: black;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #336600;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #336600;
        text-decoration: none;
}

A:Hover{
        color: #993300;
        text-decoration: none;
/*        font-weight: bold; */
        /*font-variant: small-caps; */
}

/* visited: previously visited links */
A:VISITED {
	color: #993300;
        text-decoration: none;
}

a img {border: none; }

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #336600;
}

/* databack: background color for data areas */
.databack {
	/*background-color: #CCCC99; */
        background-color: #CCCCCC;
}

/* databack: background color for data areas */
.databack2 {
	background-color: #999966;
}

.pboxname {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box: dates font */
/* font-size should be in points */
.pboxdates {
  font-family: Arial, Helvetica, sans-serif; 
}

/* pedigree box information popups */
/* font-size should be in points */
.pboxpopup {
  font-family: Arial, Helvetica, sans-serif; 
  margin-top: 0;
  margin-bottom: 0;
}

/* Added in 3.0.4 */
UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
  list-style-type: disc
  list-style-position: inside
}

/* Added in 4.0.0 */
/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #FFCC33;
	text-decoration: none;
        font-weight: bold;
}

/* For white-only links on dark background */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
        font-style: bold;
}

a.lightlink2:hover, a.lightlink2:active {
	color: #FFFFFF;
	text-decoration: none;
        font-weight: bold;
}

.lightback {
	background-color: #FFFFFF;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #336600;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #cc6666;
}

.whitesubhead {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 16px;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

address, address a {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	color: #fff
	font-style: normal;
	font-weight: bold;
}

address a:hover {
	color: #00f;
}


.signature {
	font-size: 10pt;
	border-top: dotted 1px #333;
	color: #333;
}

acronym {
	border-bottom: 1px dotted #036;
	cursor: help;
}

.welcome {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #666;
}

.invert {
	background: seagreen;
	color: #fff
	padding: 2px;
	font-weight: bold;
}

.clock {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 4px;
}

info {
        font-size: 10pt;
	padding: 6px;
	background: #ffc;
	border: 2px solid #000;
}

.highlight {
	background-color: #ffff00;
}

p.introduction:first-letter {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
}

.title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

indent {
	text-indent: .25in;
}

margin {
	margin-left: 1.25in;
}

input:focus, textarea:focus{
   background-color: #F5F5DC;
}
