﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: Maroon;
}

.mmenu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #00008B;
}

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

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

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

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

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

/* 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;
}
.tbgc { background-color : #A40204; }

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

A:ACTIVE {
	color: #8B0000;
	text-decoration: none;
}	
A:HOVER {
	color: #DC143C;
	text-decoration: underline;
}	

/* visited: previously visited links */
A:VISITED {
	color: #D2691E;
	text-decoration: none;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: Silver;
	color: White;
}
a.topmenu:link {
	color: White;
text-decoration: none;
}
a.topmenu:active {
	color: White;
text-decoration: none;
}
a.topmenu:hover {
	color: White;
   text-decoration: underline;
}
a.topmenu:visited {
	color: White;
text-decoration: none;
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #F7F1B8;
}
.right_marg {
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: maroon;
}
/* databack: background color for data areas */
.databack {
	background-color: transparent;
	border-left-style: none;
	border-left-width: thin;
	border-left-color: maroon;
}

.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;
}

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

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

/* */
a.lightlink2:link, a.lightlink2:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	text-decoration: none;
}

a.lightlink2:hover, a.lightlink2:active {
	color: black;
	text-decoration: none;
}

.lightback {
	background-color: #FFFFFF;
}

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

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

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

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
.smallmenu{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border-bottom : thin solid #E8D846;
	margin-bottom : 0px;
	border-top : thin solid #F2F0BD;
	background-color : #F0E68C;
}
.nm{
	margin-top : 0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
