/*==============================================================*/
/* The following styles apply to the AWS Sale List Page */
/*==============================================================*/
 
 /* The Nav Link Listing of Alpaca Types ( e.g. Male, Female Weanling, etc. . . ) */
.alpNav{
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #921D11;
 padding-top: 5px;
 padding-bottom: -2px;
}

/* "Welcome Message" Text - Displays if no query string is passed to the page */
.alpText {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 14pt;
 margin-top: 8px;
 margin-bottom: 8px;
}

/* "All Alpacas" & "Herdsires" Text Heading */
.alpListHeadText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #7D0000;
}

/* Message text that appears if no alpacas are for sale or there are no herdsires to list */
/* "Please Select what type of listing you would like to view" */
/* "Currently, [Farm Name] does not offer any herdsires." */
.alpListDefMessageText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

/* Column Titles */
.alpListHeader {
	background-color: #921D11;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight:bold;
	color: #F3F3EC;
	padding-bottom: 5px;
}

A.alpListHeader {
	background-color: #921D11;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight:bold;
	color: #F3F3EC;
	padding-bottom: 5px;
}

/* Data Text */
.alpListItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

/* Table Row1 Background Color for Alternating Color Choice */
.alpListRow{
	background-color: #FFF2E5;
}

/* Table Row2 Background Color for Alternating Color Choice */
.alpListAlt {
	background-color: #FFEECF;
}



/*==============================================================*/
/* The following styles apply to the AWS Individual Alpaca Pages */
/*==============================================================*/

/* Row Background Color Surounding the Animal name and Section Header (eg. General Info, Color & Fiber, .. .) */
.alpListHeader2 {
	background-color: #FFEECF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
}

/* Name of the animal */
.alpTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 22px;
		line-height: 24px;
		font-weight: bold;
	color: #000000;
}

/* Name of the animal (small version referenced throughout the page)*/
.alpSmallName {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-left: 3px;
}

/* Section Title (e.g. General Info, Color & Fiber, Lineage etc) */
.alpSectionDiv {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 3px;
	color: #7D0000;
}
/* Secondary table Column header ( Female offspring, microncount) */
.alpListHeader3 {
	background-color: #dedede;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #7D0000;
}

/* Leading Space between the General Information lines: (ARI#, Category, Type, Heritage and Birthdate) */
.alpLinePadding {
	padding-bottom: 16px;
}

/* Target Link at top of each section block linking to sections on same page */
.alpLinkSmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 9px;
	font-weight: bold;
}

/* Sub-Section Title (e.g."Fiber Color" under Fiber & Color section title) */
.alpSubDiv {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #921D11;
}

/* Labels next to the unique data being displayed on the animal */
.alpInfoLabel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #CC9966;
}

/* Data unique to the animal */
.alpInfoData {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}

/* "Comments" paragraph describing the animal */
.alpInfoBlurb {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-left: 20px;
}

/* Award Paragraph describing the awards the animal received (if applicable) */
.alpAwardText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
}

/* The Price of the Alpaca */
.alpPriceText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #993333;
}

/* Herdsire Page - Coloring for the use of the Word "Dam" of Name of Female Offspring */
.alpInfoLabel_f {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12;
 line-height: 2.5em;
 font-weight: bold;
 color: #993333;
}
 
/* Herdsire Page - Coloring for the use of the Word "Sire" of Name of Male Offspring */
.alpInfoLabel_m {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 2.5em;
 font-weight: bold;
 color: #333366;
}
 
/* Smaller note Label */
.alpInfoBlurbSmall {
 font-size: 11px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #000000;
 font-style: oblique;
}

/* Not In Use */
.alpListLink {
 font-family: Arial Narrow;
 font-size: 22px;
 font-weight: bold;
 color: #339999;
}