/* family.css - styles common to Psychic family defined here */ 

.homeSearch {
    background-color: #DCE4BB;
}

.homeLeftCol {
    background-color: #E7E4F9;
}

.breadcrumbLine {
	background: #99C;
}

A#navlink:hover {
	TEXT-DECORATION: underline;
}

.accent1ColorBg {
	background : #99CC66;
}

.accent1ColorBorder {
	border : 1px solid #99CC66;
}

.accent1ColorText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

/* NOTE: DO NOT DEFINE ACCENT 2 HERE -- IT SHOULD NOT BE DIVERGED FROM PLATFORM (RP) */

.accent3ColorBg {
	background : #99cc66;
}

.accent3ColorBorder {
	border : 1px solid #99cc66;
}

.accent4ColorBg {
	background : #333399;
}

.accent4ColorBorder {
	border : 1px solid #333399;
}

.accent8ColorBg {
	background : #F7F3C3;
}

.accent8ColorBorder {
	border : 1px solid #F7F3C3;
}

.accent9ColorBg {
	background : #FFCC00;
}

.accent9ColorBorder {
	border : 1px solid #FFCC00;
}

.accent10ColorText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #626465;
}

.colHeading	{
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.rowSep {
	background-color: black;
}

.textBar {
	background-color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px;
}

.formBox {
	border: 1px solid #333399;
	background-color: #EEEEF7;
	padding: 10px;
}

.headline, h1#headline {
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #333399;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.taxonomy {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #333399;
    LINE-HEIGHT: 17px;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    TEXT-DECORATION: none;
}

.homepageSearchBarTxt {
	color: #333399;
}

A#homepageSearchBarTxt {
	color: #333399;
}

.tabBg {
	background-color: #99CC66;
}

.tabText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

.tabLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

/*###############################
 BEGIN STYLES FOR LISTING PAGES
###############################*/

/*color for bar at bottom of list tables. */
.tableBottomBar {
	background-color:#DCE4BB;
}

/*color for thin color line below the bottom bar at bottom of list tables. */
.tableBottomBarColorStrip {
	background-color:#99CC66;
}

.listingColHeader {
	background-color: #DCE4BB;
	font-size:10px;
	font-weight:bold;
	color: #000;	
}

.listingTaxonomyEntry {
	margin-top:5px;
	margin-bottom:0px;
}

.listingTaxonomyEntryLeaf
{
	margin-top:0px;
	margin-bottom:0px;
}

.listingSearchArea {
	background-color:#DCE4BB;
}

.listingTaxonomyArea {
	background-color: transparent;
}

.listingLinkSmall {
	FONT-SIZE: 10px;
    COLOR: #0000FF;
}

.listingLinkMenuItem {
	FONT-WEIGHT: bolder;
    FONT-SIZE: 13px;
    margin-top:0px;
    margin-bottom:0px;
    COLOR: #333399;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    TEXT-DECORATION: none
}

.listingTabLink {
	FONT-SIZE: 13px;
    font-weight:normal;
    COLOR: #0000FF;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

.listingTabText {
	FONT-SIZE: 13px;
    font-weight: bold;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
    text-decoration:none;
}

.listingNextPrevNav {
	FONT-SIZE: 13px;
    font-weight: bold;
    COLOR: #0000FF;
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}

A#listingNameLink {
	text-decoration:none;
	color:#333399;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size:13px;
}

A#listingNameLink:hover {
	text-decoration:underline;	
}

/*###############################
  END STYLES FOR LISTING PAGES
###############################*/
