/* 
================================
CSS for Market Pride
================================
*/  

* {
	margin: 0;
	padding: 0;
}
BODY {
	background-color: #ffffff;
}
.AFMainTable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
.navElement {
}
.footerElements {
}
.homeContentArea {
}
.userElements {
	color: #FFFFFF;
}
.speciesWrapper {
	width: 440px;
}
.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: 6px;
}
/* 
----- Specific Content Pane styling --------------
*/ 

.headerPane {
}
.leftPane {
}
.contentPane {
}
.rightPane {
}
.bottomPane {
}

/*====================================*/
/* GENERIC STYLES*/
/*====================================*/
.Normal{
	COLOR:#213F82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}
p {
	COLOR:#213F82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}

	
H1  {
	COLOR:#9BD4E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}

H2  {
	COLOR:#74C9E4;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: .05em;
}

H3  {
	COLOR:#74C9E4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: .05em;
}

H4  {
	COLOR:#E33237;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: .05em;
}

H5, {
}
hr {
	border-top: 1px dotted #cccccc;
	border-bottom: none;
	color: #cccccc;
	height: 1px;
	/*background-color: #D0D73E;*/
}
	
TH,TD,DIV {
}

A,A:link,A:visited ,A:active {
	COLOR:#213F82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:hover {
    color:#E33237;
	text-decoration: underline;
}
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active  {	
	COLOR: #000000; 
	TEXT-DECORATION: underline
}
A.CommandButton:hover {
	COLOR:#000000; 
	TEXT-DECORATION: none
}
.user,A.user:link ,A.user:active,A.user:visited {
	COLOR:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
A.user:hover {
	COLOR:#9BD4E6;
}
A.spec:link ,A.spec:active,A.spec:visited {
	COLOR:#74C9E4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: .05em;
}
A.spec:hover {
    color:#E33237;
	text-decoration: underline;
}
A.brush:link ,A.brush:active,A.brush:visited {
	background-image: none;
}
A.brush:hover {
	background-image: url(AS_ButtonHover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
img, img:link, img:active, img:visited {
	border: none;

}
img:hover {
	border: none;
}
.search,A.search:link,A.search:active,A.search:visited  {	
    color: #3A3E3E;
	TEXT-DECORATION: none
}
A.search:hover {	
    COLOR:#FF9B13;
}
A.footer:link ,A.footer:active,A.footer:visited {
}
A.footer:hover {
}
.breadcrumb ,A.breadcrumb:link,A.breadcrumb:active,A.breadcrumb:visited{	
}
A.breadcrumb:hover {	
}
/* END*/
/*---------------------------------------------------------------------------*/

/*====================================================*/
/* Styles the Content Pane Headings in Edit Mode*/
/*====================================================*/
.Head {	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000
}
.SubHead {	
	FONT-SIZE: 11px; 
	COLOR: #000000
}
.SubSubHead {	
		FONT-SIZE: 11px; 
COLOR: #000000
}

/* END*/
/*---------------------------------------------------------------------------*/

/* ===============================================
    CSS STYLES FOR Menu used in ADMIN mode
   ===============================================
*/
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
/*========== END ==========*/


/*====================================*/
/*SOLPARTMENU STYLES HORIZONTAL*/
/*====================================*/

/*---------------------------------------------------------------------------*/

/* This styles the background and boarders of the Root Menu container for the Root Menu items*/
/*.MainMenu_MenuContainer {
	background-color: Transparent;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* Hover styles for second menu */
/*.MainMenu_MenuItemSel {
	background-color: Transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #444444;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-decoration: underline;
}
/*Sets the height of the menu bar section*/
/*.MainMenu_MenuBar {						
	height:40px;
	text-align: center;
}
/* Styles Root Menu Items */
/*.MainMenu_RootMenuItem TD {
	background-color: Transparent;
	font-family: "Times New Roman", Times, serif;
	font-size
