/*	STYLESHEET FOR RECIPCOEXCHANGE.COM											*/
/*	new version 'RecipcoExchange.css' replacing 'RecipcoPilot.css'				*/
/*	09-Nov-2006																	*/
/*	13-Nov-2006	added .LogoClr													*/
/*	15-Nov-2006 changed fonts													*/
/*	16-Nov-2006 added .Contrast													*/
/*				changed color of .Intro											*/
/*	05-Dec-2006 changed color of .Input											*/
/*  11-Mar-2009 added outline styles											*/
/*																				*/
.DefBackGrnd {
	/*	default page background scheme											*/
	/*	==============================											*/
    font-family : Arial;
    font-size: 8pt;
    background-color: #FFFFFF;
		/* #E6E6E6;																*/
		/* #B0C4DE; previously lightsteelblue for MSSQL development testing 	*/
		/* #C9C9C9; previously  medium gray for MS Access versions 				*/
    color: #404040;
		/* was previously #454545; 												*/
   }
.Title {
	/*	main title text															*/
	/*	===============															*/
    font-family : Arial;
    font-weight : bold;
    font-size : 18pt;
    color: #404040; 
		/* was previously #454545; 												*/
	vertical-align : middle;
	text-align : center;
	leftmargin : 0;
	topmargin : 0;
	}
.Logo {
	/*	table with logo color background										*/
	/*	================================										*/
	/*	(replaces previous .TitleTable)											*/
	width: 100%;
	border: 0px;
    color: #404040;
		/* was previously black; 												*/
	background-color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg		*/
		/* was previously #B4902C; 												*/
		/* ochre was: #936753; 													*/
	}
.LogoClr {
	/*	specifically for <hr /> tag												*/
	/*	===========================												*/
	/*color: #B58A31; appears to be ignored by browsers							*/
	background-color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg		*/
	/*background-color: #404040;												*/
	size: 5px;
	height: 5px;
	}
.Contrast {
	background-color: #404040;
	size: 5px;
	height: 5px;
	}
.Intro {
	/*	introductory narrative or explanatory text								*/
	/*	==========================================								*/
    font-family : Arial;
    /* font-style : italic;														*/
    font-weight : normal;
    font-size : 8pt;
    color : #5A4716;
		/* #B58A31;  captured from RecipcoBanner2005-05-11.jpg					*/
		/* was also #404040;													*/
		/* was previously #5A4716;												*/
		/* olive background colour is: #B4902C; 								*/
		/* ochre was: #936753; 													*/
	}
.ParaTitle {
	/*	for paragraph titles													*/
	/*	====================													*/
	/*	(replaces previous .HighlightLabel										*/
    font-family : Arial;
    font-weight : bold;
    font-size : 8pt;
    color : #B58A31; /* captured from RecipcoBanner2005-05-11.jpg				*/
		/* was previously #5A4716;												*/
		/* olive background colour is: #B4902C; */
		/* ochre was: #936753; */
	}
.Highlight {
	/*	for emphasized text and to reference button labels						*/
	/*	==================================================						*/
    font-family : Arial;
    font-weight : bold;
    font-size : 8pt;
    color: #404040;
		/* was previously #454545; 												*/
	}
.ActiveMenu {
	/*	for active menu item													*/
	/*	====================													*/
    font-family : Arial;
    font-weight : bold;
    font-size : 8pt;
    color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg				*/
		/* was previously #454545; 												*/
	}
.InactiveMenu {
	/*	for inactive menu item													*/
	/*	======================													*/
    font-family : Arial;
    font-weight : bold;
    font-size : 8pt;
    color: #B4B4B4; /* a medium light gray to show disabled menu item			*/
		/* was previously #454545; 												*/
	}
.WarningText {
	/*	for warning or error message											*/
	/*	============================											*/
    font-family : Arial;
    font-weight : bold;
    font-size : 8pt;
    color : #800000;
	}
.MenuTitle {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	color : #000000;
	}
.MenuBtn {
	/*	for (active) menu buttons												*/
	/*	=========================												*/
	/*	(replaces .GoldButton)													*/
    font-family : Arial;
    font-weight: bold ;
    font-size: 8pt ;
    color: #000000 ;
    background-color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg		*/
		/* was previously #B4902C;  											*/
	}
.MenuBtnDisabled {
	/*	for disabled menu buttons												*/
	/*	=========================												*/
    font-family : Arial;
    font-weight: bold ;
    font-size: 8pt ;
    color: #000000 ;
    background-color: #C0C0C0;													*/
	}
.CmdBtn {
	/*	for command buttons on forms											*/
	/*	============================											*/
	/*	(replaces .PageButton)													*/
    font-family : Arial;
    font-weight: bold ;
    font-size: 8pt ;
    color: #000000 ;
    background-color: #C0C0C0;
    }
.Label {
	/*	for form fields in tables												*/
	/*	=========================												*/
	/*	(replaces .TableLabel)													*/
    font-family : Arial;
    font-size: 8pt;
    color: #000000 ;
    }
.Input {
	/*	for form fields in tables												*/
	/*	=========================												*/
	/*	(replaces .TableField)													*/
    font-family : Arial;
    font-size: 8pt;
    color: #000000 ;
    background-color: #F9F7F0;
		/* #F6FFAF;																*/
		/* #F6ECD7;																*/
		/* was previously #FFFFBD;												*/
    }
.ListHead {
	/*	for headers of listing tables											*/
	/*	=============================											*/
	/*	(replaces .ListingHeader)												*/
    font-family : Arial;
    font-size: 8pt;
    color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg				*/
    font-weight : bold;
    vertical-align: middle;
    }
.Listing {
	/*	for line in listing														*/
	/*	===================														*/
	/*	(replaces .ListingLine)													*/
    font-family : Arial;
    font-size: 7pt;
    color: #000000;
    background-color: #FFFFFF;
    }
.ListingAlt {
	/*	for alternate line in listing											*/
	/*	=============================											*/
	/*	(replaces .ListingLineAlt)												*/
    font-family : Arial;
    font-size: 7pt;
    color: #000000;
    background-color: #D3D3D3;
		/* was previously #DEC278;												*/
    }
.FixListing {
	/*	for fixed-width font line in listing									*/
	/*	====================================									*/
	/*	(replaces .FixListingLine)												*/
    font-family : Courier;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFFFF;
    }
.FixListingLineAlt {
	/*	for alternate line in fixed-width font listing							*/
	/*	==============================================							*/
	/*	(replaces .FixListingLineAlt)											*/
    font-family : Courier;
    font-size: 8pt;
    color: #000000;
    background-color: #D3D3D3;
		/* was previously #DEC278;												*/
    }
.Hover {
	/*	(replaces .searchpageresultlinehover)									*/
    font-family : Tahoma;
    font-size: 8pt;
    color: #808080;
    background-color: #FFFFFF;
    }
.NoBorder {
	border: 0px;
	}
.Centered {
	text-align: center;
	}
H5 {
	font-weight : bold;
	font-size : 11pt;
	}
.outline {
	list-style: none;
}

.outline ul {
	list-style: none;
}

.outline li {
	cursor: auto;
}

.olink {
	border-style: none;
	padding-right: 10px;
}
.oimg {
	border-style: none;
}
.Level1 {
    font-family : Arial;
    font-weight : bold;
    font-size : 12pt;
    color: #404040; 
}
.Level2 {
    font-family : Arial;
    font-weight : bold;
    font-size : 11pt;
    color: #404040;
} 
/*	======================														*/
/*	PREVIOUSLY USED STYLES														*/
/*	======================														*/
.TitleTable {
	/*	table with logo color background										*/
	/*	================================										*/
	width: 100%;
	border: 0px;
    color: #404040; 
		/* was previously black; 												*/
	background-color: #B58A31; /* captured from RecipcoBanner2005-05-11.jpg		*/
		/* was previously #B4902C; 												*/
		/* ochre was: #936753; 													*/
	}
.HighlightLabel {
	/*	for menu active commands and paragraph titles							*/
	/*	=============================================							*/
    font-family : Arial;
    font-weight : bold;
    font-size : 10pt;
    color : #B58A31; /* captured from RecipcoBanner2005-05-11.jpg				*/
		/* was previously #5A4716;												*/
		/* olive background colour is: #B4902C; */
		/* ochre was: #936753; */
	}
.TableLabel {
    font-family : Arial;
    font-size: 8pt;
    color: #5A4716;
		/* olive background colour is: #B4902C; */
		/* in ochre scheme this was #5A4029; */
    vertical-align: middle;
    }
.TableLabelGrayed {
    font-family : Arial;
    font-size: 8pt;
    color: #B4B4B4;
		/* olive background colour is: #B4902C; */
		/* in ochre scheme this was #5A4029; */
    vertical-align: middle;
    }
.ListingHeader {
    font-family : Arial;
    font-size: 8pt;
    color: #5A4716;
		/* olive background colour is: #B4902C; */
		/* in ochre scheme this was #5A4029; */
    border-top: 1px solid #000000;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
    }
.CriteriaTable {
    font-family : Arial;
    color: #5A4716;
		/* olive background colour is: #B4902C; */
		/* in ochre scheme this was #5A4029; */
    border: 1px solid #FFFFFF;
    }
.PageButton {
    font-family : Arial;
    font-weight: bold ;
    font-size: 10pt ;
    color: #000000 ;
    background-color: #C0C0C0;
    }
.GoldButton {
    font-family : Arial;
    font-weight: bold ;
    font-size: 10pt ;
    color: #000000 ;
    background-color: #B4902C;  
		/* ochre was: #936753; */
}
.TableField {
    font-family : Arial;
    font-size: 8pt;
    color: #000000 ;
    background-color: #FFFFBD;
    }
.ListingLine {
    font-family : Arial;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFFFF;
    }
.ListingLineAlt {
    font-family : Arial;
    font-size: 8pt;
    color: #000000;
    background-color: #DEC278;
		/* in ochre scheme this was #D9BFAA; */
    }
.FixListingLine {
    font-family : Courier;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFFFF;
    }
.FixListingLineAlt {
    font-family : Courier;
    font-size: 8pt;
    color: #000000;
    background-color: #DEC278;
		/* in ochre scheme this was #D9BFAA; */
    }
.searchpageresultlinehover {
    font-family : Tahoma;
    font-size: 8pt;
    color: #808080;
    background-color: white;
    }

