/* SS Folio default CSS color
Author: Victor Gaultney
Date:	2010-09-06
*/


body {
	background: #fff url(../_media/page_gradient_g1.png) repeat-y;
	border-top-color: #fff;
	color: #000;
}

.backimage {
	background: url(../_media/page_background_g1.png) no-repeat;
}

.contentBody a {
	color: #660000;
    font-weight: bold;
/*	Other ideas for making content links more noticeable:
	background: rgba(220,200,160,0.2);   // c8b48c
	border: 1px solid #EEDDB0;
	white-space: nowrap;
	padding: 1px 2px;  */
}

/* 660000 = reddish-brown */
a {color: #660000;} /* 7a0011 660000 */

/* 29832a = green */
a:hover {color: #29832a;} /* fa8f24 8f7171 8a5151 CC6666 3172fc */


h1#page_type {color: #525252;}			/* med dark gray */
#page_heading_alt {color: #525252;}

#nav li,
#navfoot li,
#navabout li {color: #999;}	/* med gray */

.reg h2 {color: #FFF; background: #525252 url(../_media/region_head_gradient_g1.png) repeat-x;}
.reg h2.region_note {
	color: #333;
	background-color: #d7d3cc;	/* light gray */
	background-image: none;
}

h4 .type {color: #fff; background-color: #d7d3cc;} /* for source and software types */
h3 .type {color: #fff; background-color: #d7d3cc;} /* for source and software types */

.guide {color: #666;}
.label_guide {color: #666;}

.numtitle .dDataViewTable .hd {color: #666;}

label em, .dChallenge_Submit em {color: red;}

.Caption {color: #666;}

/* f2eee6 = pale taupe */
.cite_list, .cite_list_detail {color: #666; background-color: #f2eee6;} /* fff5ed fff8f2 fff5ed e8e1cc */
.prop_list {color: #666; background-color: #f2eee6;} /* fff5ed fff8f2 fff5ed e8e1cc */
.need_list {color: #666; background-color: #f2eee6;} /* fff5ed fff8f2 fff5ed e8e1cc */
#sample_citation {color: #666; background-color: #f2eee6;} /* fff5ed fff8f2 fff5ed e8e1cc */

/* fcedd6 = peach */
.comment_bar {color: #666; background-color: #fcedd6;} /* fff5ed fff8f2 fff5ed e8e1cc */

.donate_link {
	background: #DDE8D8;
	border: 1px solid #668566;
	padding: 0 5px 0 5px;
}

#page_caption,
#page_duration {color: #666} /* fff5ed f2eee6 f2f0ed f2eee6 */

.highlight {background-color: #CCFF99;}   /* light yellowish green */
.Highlight {background-color: #CCFF99;}

.Table_Field_1 {background-color: #f2eee6;}   /* pale taupe */
.Table_Field_2 {background-color: #fff;}
.Table_Field_3 {background-color: #fff;}
.Table_Field_4 {background-color: #fff;}
.Table_Field_5 {background-color: #fff;}
.Table_Field_6 {background-color: #fff;}
.Table_Field_7 {background-color: #fff;}
.Table_Field_8 {background-color: #fff;}
.Table_Field_9 {background-color: #fff;}

.Table_Header_Row {background-color: #d7d3cc;}	/* med gray */
.Table_Even_Row {background-color: #f2eee6;}    /* pale taupe */
.Table_Odd_Row {background-color: #fff;}        /* white */

.Table_Gutter {background-color: #b7b3aa;}      /* gray */

.Table_Empty_Cell {background-color: #fff;}

.search_hit ul {color: #666;}

.license_choice_box {color: #000; background-color: #f2eee6;}    /* pale taupe */
.license_details_box {color: #000; background-color: #f2eee6;}

.subject_tab_selected a,
.scrlist_tab_selected a {
	background: none;
	text-decoration: none;
	color: #660000;    /* dark red */
}

.subject_tab_inactive a {
	/* background: #a49d96 url(../_media/region_head_gradient_inactive.png) repeat-x;	  --  taupe */
	background: #a49d96;
	text-decoration: none;
	color: #D0D0D0;
}

.subject_tab a,
.scrlist_tab a {
	background: #525252 url(../_media/region_head_gradient_g1.png) repeat-x;	/* dark gray */
	color:  #FFF;
}

.subject_tab a:hover,
.subject_tab_inactive a:hover,
.scrlist_tab a:hover {
	color:  #91ff90;		/ * bright green */
	text-decoration: none;
	cursor:  pointer;
}

.add_button a,
.add_button_narrow a {
	background: #793b3c url(../_media/add_button_g1.png) no-repeat left center;	/* dark reddish brown */
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}

.add_button a:hover,
.add_button_narrow a:hover {
	background: #21702c url(../_media/add_button_hover_g1.png) no-repeat left center;  /* med dark green */
	text-decoration: none;
	cursor:  pointer;
}

.download_button a {
	background: #fcedd6 url(../_media/download_button_g1.png) no-repeat left center;  /* light peach */
}

.download_button a:hover {
	background: #fcdeb4 url(../_media/download_button_hover_g1.png) no-repeat left center;  /* browny peach */
	cursor:  pointer;
}

.validation_error {background: #fcc7d0;}   /* pink */

.action_button a {color: #CCC;}  /* gray */

/* this is slightly darker so it shows up on the my_comment_row background: */
.action_button_comment a {color: #BBB;}  /* gray */

.action_button a:hover {
	color: #29832a;	 /* med dark green */
	cursor:  pointer;
}

.action_button_comment a:hover {
	color: #29832a; /* med dark green */
	cursor:  pointer;
}

.isDisabled {
/*	text-decoration: line-through; */
	font-size: 85%;
	color: #DD0000; /* dark red */
}

.comment_author {color: #666666;}

.comment_index {color: #999;}

.my_comment_row {background: #f0e9db;}	/* tan */

.pending {background: #fcc7d0;}

.Warning {background: #fcc7d0;}  /* pink */

.Note {background: #fcdeb4;}     /* browny peach */

.QuestionFirstWord,
.AnswerFirstWord {
	color: #554022;  /* brown  85/64/34 */
}

.dTooltip:hover span,
.tooltip:hover span,
.tooltip_home:hover span,
.tooltip_home_find:hover span,
.tooltip_phon:hover span {
	background:	#fcedd6;		/* light peach */
	color:		#6c6c6c;		/* med dark gray */
	cursor:		pointer;
}

/* For null phoneme, span is NOT a tool-tip, so cancel out effect of tool-tip styling: */
.dTooltip a span.null_phoneme { color: #660000; }
.dTooltip:hover a span.null_phoneme { color: #660000; cursor: pointer; }
.dTooltip span.null_phoneme { color: #000000; }
.dTooltip:hover span.null_phoneme { color: #000000; background: #FFFFFF; cursor: auto; }

.ph_sep { color: transparent; }


a.tooltip_home,
a.tooltip_home_find {
	color:  #FFF;
	text-decoration: none;
}

a.tooltip_home_find:hover {
	color:  #29832a;
	text-decoration: none;
}

.glossary_alpha {
	color: #666;
	text-decoration: none;
}

.topic_list_main p {color: #666;}

.topic_list_side a:hover {
  text-decoration: none;
}

.recent_post p,
.blog_cite {color: #666;}

/* ------ old home/welcome page ------ */

.home_button a { background: #fcedd6; }   /* light peach */

.home_button a:hover {
	background: #fcdeb4;  /* browny peach */
	text-decoration: none;
	cursor: pointer;
}

#RegScriptsFeat { background: #f2eee6 url(../_media/feat_scr.png) no-repeat scroll 10px 10px; } /* pale taupe */

#RegLangsFeat { background: #f2eee6 url(../_media/feat_lang.png) no-repeat scroll 10px 10px; }

#RegCharsFeat { background: #f2eee6 url(../_media/feat_char.png) no-repeat scroll 10px 10px; }

#RegWSFeat { background: #f2eee6 url(../_media/feat_ws.png) no-repeat scroll 10px 10px; }

/* ------ new home/welcome page ------ */

#RegHomeFind {
	background: url(../_media/home_find_back_pbe.jpg) no-repeat right top #2c2218;
}

#RegHomeExplore {
	background: url(../_media/home_explore_back_njc.jpg) repeat #ded6ce;  /* light taupe */
}

.explore_button a,
.explore_button_alt a {
  color: #FFF;
  background-color: #73655f;
}

.explore_button:hover a,
.explore_button_alt:hover a {
  color: #FFF;
  background-color: #21702c;  /* very dark gray/green */
  text-decoration: none;
}

.explore_button_alt a {
  background-color: #793b3c;  /* dark reddish brown */
}

.reg_feat {
  background:  #FFFFFF;
}

.reg_feat .hd {
  color: #e9e4df;
  background-color: #a08e86;  /* med gray-brown */
}

#RegHomeContrib {
	background: url(../_media/home_contrib_back_mong_3.jpg) repeat #ded6ce;  /* light taupe */
}

#RegHomeLearn,
#RegHomeLearn .guide {
  color: #FFFFFF;
  background: #2c2218;  /* very dark gray/brown */
}

/* ------ support ads ------ */

#RegSupport {
  color: #000000;
  background-color: #B5E8BC;   /* light green */
  text-decoration: none;
}

#RegSupport h2 {
  color: #FFF;
  background: #134C40;  /* dark green */
}


/* ------ techie formatting ------ */

.code {
	background-color: #DDE8D8;      /* pale gray-green */
}

/* ------ phoneme charts ------ */

.yui-skin-sam .yui-navset .yui-nav li a,
.yui-skin-sam .yui-navset .yui-nav li a:focus,
.yui-skin-sam .yui-navset .yui-nav li a:hover  {
	background: #525252 url(../_media/region_head_gradient_g1.png) repeat-x;  	/* dark gray */
	color:  #FFF;
}

.yui-skin-sam .yui-navset .yui-nav li a:hover {
	color:  #91ff90;  /* bright green */
	cursor:  pointer;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus,
.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
  background: none;
	color: #660000;   /* dark red */
}

.yui-skin-sam .yui-navset .yui-content {
  background: none;
}

.phoneme_table .phoneme_voice,
.phoneme_table .diph_subtype {
  color: #666;
}

