/* Originally main.css -----------------------------------------------------------------------------*/
/* hide the summary if there are no errors*/
.validation-summary-valid { display:none; }
/* General */
a {
  color: #007CC3;
  text-decoration: none;
}

a:hover, a:active 
{
  color: #007CC3;  /* added for bug #3481 */
  text-decoration: underline;
}

.clear{
	clear:both;
}
.add_border {
  border-right:1px solid #d3d3ce;
  border-left:1px solid #d3d3ce;  
}
.add_border_bottom {
  border-bottom:1px solid #d3d3ce; 
}
.add_border_right {
  background: transparent url('/assets/images/border.png') top right repeat-y;
}
.add_border_left {
 background: transparent url('/assets/images/border.png') top left repeat-y;
}
.container_16 .right_fix {
}
.left {
  float: left;
}
.right {
  float: right;
}
.column, 
.column_highlight {
  float: left;
  margin-left: 10px;
  width: 220px;
}

/* Layout */
/* TEMP COMMENT FOR SOLSUPP TESTING

#navbar {
  background-color: #322723;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  line-height: 40px;
} 
*/
.subheader_content {
  background-color: transparent !important;
}
#subfooter {
  background-color: #c1bebc;
  height: 31px;
  line-height: 31px;
}
#footer {
  background-color: #f1f1f1;
  border-top:1px solid #ffffff;
}

.left_subtitle, .right_subtitle {
  color: #333333;
  height: 41px;
  line-height: 41px;
}

/* Header */
.header_left, .header_middle, .header_right {
  height: 107px; /*158px;*/
}
a#header_logo_link,
a#header_logo_link:hover {
 display: block;
 height: 35px;
 position: relative;
 top: 50px;
 text-decoration: none;
 width: 200px;
}
#header_logo_rollover {
   bottom: 0;
   position: absolute;
   right: 0;
   visibility: hidden;
}

/* Navbar */
#navbar ul {
  list-style-type: none;
}
#navbar ul li {
  border-right: 1px solid #e1e1e1;
  float: left;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#navbar ul li.last {
  border-right: none;
  margin-right: 0px;
}
#navbar ul li:hover {

}
#navbar ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
/* TEMP COMMENT FOR SOLSUPP TESTING
#navbar ul li a:hover, 
#navbar ul li a:active {
  background-color: #EAA90F;
  text-decoration: none;
}
*/
/* Subheader */ 
#subheader {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d3d3ce;
}
#subheader, #inner_subheader {
    font-family: Georgia, serif; 
	height: 60px;
}
/* #subheader is for the home page and #inner_subheader is for non-home pages */
#inner_subheader {
    height: auto;
    border-bottom: 1px solid #d3d3ce;
}
.subheader_content_left {
  padding-top: 9px;
  padding-bottom: 9px;
}
.subheader_content_left h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
.subheader_content_left span {
  font-size: 14px;
}
.subheader_content .content_subtitle_right {
  background-color: #f1f1f1 !important;
}
.subheader_title {
	color: #322723;
	font-size: 24px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
	padding: 10px;
}
.right_subtitle p, .left_subtitle p {
  font-size: 14px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 0;
  padding: 0 0 10px;
}
.left_subtitle {
  background-color: #2e2321;
}
.sidebar_image, .article_image {
  position: relative;
  z-index: 1;
}
.sidebar_image img,
.article_image img {
  position: absolute;  
}
.right_subtitle, .left_subtitle {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* Article */
#article .article_image {
  height:240px;
  padding: 0;
  width: 720px;
}
#article .sidebar_image {
  height:240px;
  padding: 0;
  width: 240px;
}
.container_16 .article_content {  
  padding: 9px 0;
  width: 720px;
}
.article_date {
  color: #747a80;
  font-size: 12px;
}
.article_topic {
  font-size: 21px;
  font-weight: bold;
}
.article_topic a,
.featured_title h3 a,
.left_subtitle h3 a {
	color: #2d3835;
}
.sidebar_content {
  background-color: #fbf6e9; 
}
.article_topics {
  margin-top: 18px;
}
.article_topics ul {
  list-style-type: none;
  float: left;
  margin-left: 10px;
}
.article_topics ul li {
  border-bottom: 1px dotted #747a80;
  margin-left: 0;
}
.article_topics ul li.strong {
  font-weight: bold;
}
.article_topics ul li.more a {
  color: #007CC3;
  font-weight: bold;
}
.featured_video {
  float: left;
  margin-right: 10px;
}
.featured_content {
  margin-left: 10px;
}

.cats-delimiter{
	font-family:Helvetica;
	font-size:18px;
	font-weight:normal;
	height:31px;
	line-height:31px;
	margin:0 0 0 18px;
}

.cats-delimiter-b{
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	margin:0 0 0 18px;
}

.cats-index-letter{
	color:#007CC3;
	height:31px;
	line-height:31px;
	width:6px;
}

.cats-index-letter-delimiter{
	color:#b4b4b4;
	height:31px;
	line-height:31px;
	padding:0 3px;
	width:6px;
}

.cats-capital{
	color:#332722;
	font-weight:bold;
	text-transform:uppercase;	
}

.cats-entrance,
.cats-entrance a {
	color:#7d7d7c;
	font-weight:bold;
	text-transform:uppercase;
}

.white-cats,
.gray-cats {
    margin:0;
    padding:4px 0 5px 15px;
}

.white-cats {
    background-color:#fff;
}

.gray-cats{
    background-color:#f1f1f1;
}

.cats-select{
	width:140px;
}

.cats-table{
	color:#7D7D7C;
	font-weight:bold;
	margin:0 0 20px 20px;
	width:940px;
}

.th-cats-table{
	border-bottom:1px dotted #747a80;
	font-family:Helvetica;
	font-size:12px;
	height:44px;
	line-height:44px;
}

.td-cats-table{
	border-bottom:1px dotted #747a80;
	height:30px;
	line-height:30px;
}

.td-cats-gray{
	background-color:#f1f1f1;
}

.td-cats-1{
	/*width:202px;*/
}

.td-cats-1-padding{
	padding:0 0 0 15px;
}

.td-cats-2{
	width:240px;
}

.td-cats-3{
	width:240px;
}

.td-cats-4{
	width:230px;
}

.red-remove{
	padding:0 10px 0 0;
}

.author-bio{
	font-family:Helvetica;
	/*padding:20px 0;*/
	padding:20px 0 20px 15px;  /* bug #3480 */
}

.left-author-bio{
	float:left;
	padding:0 0 0 25px;
	width:275px;
}

.right-author-bio{
	float:left;
	padding:0 20px 0 25px;
	width:615px;
}

.left-author-h{
	color:#007cc3;
	font-size:16px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	margin:0;
	padding:0;
}

.left-author-h2{
	border-bottom:1px dotted #747a80;
	color:#3f4041;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin:0;
	padding:10px 0 0 0;
}

.left-author-h3{
	border-bottom:1px dotted #747a80;
	color:#007cc3;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
}

.right-author-h{
	color:#2d3835;
	font-size:25px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
}

.right-author-h2{
	color:#686868;
	font-size:16px;
	font-weight:normal;
	height:10px;
	line-height:10px;
	margin:0;
	padding:10px 0 0 0;
}

.author-description{
	color:#2d3835;
}

.analyze-h{
	font-family:Helvetica;
	font-size:18px;
	padding:0 0 0 15px;
}

.analyze-table td {
  vertical-align: top;
}

.td-analyze-table-no-boder {
  border: 0;
}

.empty-analyze-td{
	width:15px;
}

.staff-upper{
	height:100px;
}

.staff-upper-gray{
	height:100%;
}

.login-tooltip{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin-bottom:0;
	padding:10px;
}

.login-staff-table{
	color:#747a80;
	font-family:Helvetica;
	font-size:16px;
	margin:0 0 20px 10px;
}

.td-login-staff-table{
	height:50px;
	line-height:50px;
	padding:0 0 0 20px;
}

.input-staff-login{
	border:1px solid #747a80;
	height:15px;
	line-height:25px;
	padding:5px 10px;
	width:160px;
}

.submit-staff{
	background-color:#7d7d7c;
	background-image:url("/assets/images/submit-arrow.gif");
	background-position:85%;
	background-repeat:no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	/*height:25px;
	line-height:25px;*/
	padding:5px 10px;
	text-align:left;
	text-transform:uppercase;
	width:185px;
}

.forgotten-staff-details{
	margin:0 0 30px 100px;
}

.gray-subhead-title{
	color:#939393;
}

.list-name-fields-1{
	float:left;
	margin:10px 10px;
	padding:10px 0;
	width:680px;
}

.right-research-h2{
	color:#747a80;
	font-size:13px;
	font-weight:normal;
	padding:0 0 0 10px;
	margin-bottom:0;
}	

.left-index-resource{
	font-weight:bold;
	float:left;
	width:90px;
}

.left-index-resource-1{
	font-weight:bold;
	width:220px;
}
.left-index-resource-2{
	font-weight:bold;
	width:240px;
}

.left-index-resource-1 h5, .left-index-resource-2 h5{
	font-size:16px;
}

.right-index-resource{
	float:left;
	width:580px;
}

.right-index-resource-h6{
	color:#007CC3;
	font-size:13px;
	font-weight:bold;
	margin:0;
}

.right-index-resource-p{
	font-size:12px;
	margin:0;
}

.research-links{
	color:#af4814;
	font-family:Helvetica; 
	font-size:12px; 
	font-weight:bold;
	text-transform:uppercase;
}

.research-right-links{
	float:left; 
	margin:0 0 0 120px;
}

.research-right-links p{
	margin-bottom:0;
}

/* Sidebar */
.sidebar_content {
  padding-top: 9px;
  padding-bottom: 44px;
  position: relative;
}

.sidebar_content .research_list a {
  background: transparent url('/assets/images/small_arrow_right.png') right center no-repeat;
  color: #fff;
  display: block;
}
.key {
  margin-bottom: 18px;
}
.key_meta {
  color: #747a80;
  font-size: 12px;
}
.key_question {
  color: #2d3835;
  font-size: 16px;
  font-weight: bold;
}
.key_reply {
  color: #2d3835;
  font-size: 12px;
}
.speech {
  margin-bottom: 18px;
}
.speech_text {
  color: #000;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
}
.speech_meta {
  color: #000;
  font-family: Georgia, serif;
  font-size: 9px;
  margin-left: 42px;
}
.question {
  border-top: 1px dotted #747a80;
  padding: 6px 0;
}
.question a {
  color: #007CC3;
  font-weight: bold;
}

/* Subfooter */
#subfooter span {
  color: #484848;
  font-size: 12px;
}

/* Footer */
#footer ul {
  list-style-type: none;
  list-style-position: outside;
  padding-top: 9px;  
}
#footer ul li {
  line-height: 20px;
  margin: 0;
}
#footer ul li a:hover, #footer ul li a:active {
  text-decoration: underline;
}

/* Top Nav */
.top_nav {
  bottom: 10px;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  position: absolute;
} 
.top_nav a {
  color: #fff;
  text-transform: uppercase;
}

/* Search */
.container_16 .search {
  padding: 0;
  width: 240px;
}
.search_input {
  border: 0;
  color: #322723;
  font-size: 12px;
  float: left;
  padding: 14px 0 11px 10px;
  margin: 0;
  width: 182px;
}
.search_button {
  border: 0;
  background: transparent url('/assets/images/search_button.png') top left no-repeat;
  float: right;
  height: 40px;
  padding: 0;
  margin: 0;
  width: 44px;
}

/* Search Within Results */
.container_16 .search_within_results {
  background-color: #332722;
  height: 61px;
  padding-top: 30px;
  padding-bottom: 9px;
}
.search_within_results label {
  color: #c4c1b7;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.search_results_button {
  border: 0;
  background: transparent url('/assets/images/search_results_button.png') top left no-repeat;
  float: right;
  height: 24px;
  padding: 0;
  margin: 0;
  width: 30px;
}

/* Search Results */
.search_results {
  padding-top: 16px;
  height: 84px;
}
.search_results h3 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.search_results select {
  float: right;
  margin: 0;
  padding: 0;
}

/* Search Filter */
.search_filter {
  background-color: #f1f1f1;
  padding-top: 6px;
}
.search_filter .filter {
  border-bottom: 1px dotted #6e7379;
  color: #7d7d7c;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

ul.filter_menu + H5 {
  margin-top: 20px;  /*ADDED FOR ANALYZE and FEATURE MENUS - related menus 6/2014 */
}

ul.filter_menu,
ul.filter_menu ul  {
  list-style-type: none;
  margin-bottom: 0;  /*ADDED FOR REFERENCE MENU 6/2014 */
}

div.search_filter ul.filter_menu,
div.search_filter ul.filter_menu ul  {
  list-style-type: none;
  margin-bottom: 20px;  /*ADDED BACK FOR SEARCH FILTER 6/2014 */
}

ul.filter_menu li {
  margin-left: 5px; /* Nolej had this set at 0 */
}
ul.filter_menu li a.active {
  background: transparent url('/assets/images/small_triangle_active.png') right top no-repeat;
}
ul.filter_menu li a.noaccordion {
  background: none;
}
ul.filter_menu li ul {
  display: none;
}
ul.filter_menu li ul.show {
	display: block;
}
ul.filter_menu li ul.filter_menu li a {
  background: transparent url('/assets/images/small_triangle_inactive.png') right top no-repeat;
}
ul.filter_menu li ul.filter_menu li a.noaccordion {
  background: none;
}
/* added for additional submenus in the reference section not necessary if change below made?*/
/*ul.filter_menu li ul.filter_menu li a,
ul.filter_menu li ul.filter_menu li ul li a {
  background: transparent url('/assets/images/small_triangle_inactive.png') right top no-repeat;
}*/
/* addded noaccordion attribute to solve the issue with the disappearing inactive icon */
ul.filter_menu li ul li a,
ul.filter_menu li ul.filter_menu li ul li a.noaccordion {
  background: none;
  border-bottom: 1px dotted #c7c7c3;
}
ul.filter_menu li ul li:hover {
}
ul.filter_menu li a:hover,
ul.filter_menu li a:active {

}
ul.filter_menu li ul li a:hover,
ul.filter_menu li ul li a:active {

}

/* Search Content */
.search_content {
  padding-bottom: 40px;
}
/* added for bug # 3487 */
.search_sort a.selected_option
{
  font-weight: bold; 
  background-color: #FFFFFF;
  color: #000000; 
}
/* added for bug # 3495 */
.search_form a.cross_search
{
  font-weight: bold;
  background-color: #FFFFFF;
  color: #000000;
}
.search_sort a {
  color: #fff;
}
.search_sort a:hover, .search_sort a:active {
  color: #e2dede;
  text-decoration: none;
}
.search_result h5 a {
	/* color: #2D3835; */  /* bug #3491 */
	color: #007CC3;
}
.search_result_content_database {
  padding-bottom: 12px;
}
.search_result_content_entry {
  padding-top: 12px;  
}
.search_pagination a:hover,
.search_pagination a:active {
  color: #c1bebc;
}

/* Content */
.content_subheader {
  padding-top: 19px; /* 24px */
  padding-bottom: 11px; /* 16px */
}
.content_subheader h3 {
  color: #101614;
  font-size: 24px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: bold;  
  margin-bottom: 0;
  line-height: 1.2;
}

.content_subtitle,
.content_subtitle a {
  color: #5a666b;
  font-size: 12px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.content_author {
  color: #818a8e;
  font-size: 12px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.content_subheader_meta {
  padding-top: 19px; /* 24px */
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.content_subheader_meta ul {
  list-style-type: none;
}
.content_categories {
  background-color: #f1f1f1;
  padding-top: 6px;
}
.content_categories .filter {
  border-bottom: 1px dotted #6e7379;
  color: #7d7d7c;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.content_categories h5 {
  border-bottom: 2px solid #584f4c;
  font-size: 18px;
  margin-bottom: 6px;
}
.content_article,
.content_article_inner_with_image {
  width: 720px;
  padding: 0px;
}
.content_article_intro {
  color: #1c2925;
  font-size: 14px;
  font-family: Georgia, serif;
  padding-top: 18px;
  padding-bottom: 18px;
}
.content_article_inner_with_image {
  margin-bottom: 20px;
}
.content_article_inner_with_image .image_caption {
  text-align: right;
}

/* Style */
.left_subtitle h3, .right_subtitle h3 {  
  color: #fff;
  font-size: 16px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: bold; 
  margin-bottom: 0;
}

.left_subtitle h3 a {
	color: #fff;
}

/* Dropdown databases */
.container_16 .databasemenu {
  padding-left: 0;
  padding-right: 0;
  width: 240px;
  z-index: 99999;
}
.databasemenu ul{
  list-style-type:none;
  padding:0;
  margin:0;
}
.databasemenu a:hover,
.databasemenu a:active {
  text-decoration: none;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#navbar .databasemenu ul li {
  border-right: 0;
  float:left;
  position:relative;
  padding-left: 0;
  padding-right: 0;
  width: 239px;
  z-index:100;
} 
#navbar .databasemenu ul li a {
  padding-right: 10px;
  padding-left: 10px;
}
#navbar .databasemenu ul li ul li {
  padding-left: 0;
}

/* use the table to position the dropdown list */
.databasemenu table{
  position:absolute;
  border-collapse:collapse;
  z-index:80;
  left:-1px;
  top:25px;
}
 
/* style all the links */
.databasemenu a, .databasemenu :visited {
  background-color: #322723;
  display:block;
}
/* style the links hover */
.databasemenu :hover{
}
 
/* hide the sub level links */
.databasemenu ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
  z-index: 9999;
}

/* make the sub level visible on hover list or link */
/* Comment out to force onclick display */
/*.databasemenu ul li:hover ul,
.databasemenu ul a:hover ul{
  visibility:visible;
}*/

/* style all the links */
#navbar .databasemenu ul li ul li {
  border-bottom: 1px solid #d3d3ce;
}
#navbar .databasemenu ul li ul li a, 
#navbar .databasemenu ul li ul li a:visited {
  background-color: #fff;
  color: #322723;
  display:block;  
  font-size: 14px;  
  font-style: italic;
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: capitalize;  
}
#navbar .databasemenu ul li ul li a:hover,
#navbar .databasemenu ul li ul li a:active {
  text-decoration: underline;
}
#navbar .centernav ul li {
	padding: 0;
}
#navbar .centernav ul li a {
	padding: 0 10px;
}
/*TEMP COMMENT FOR SOLSUPP TESTING
#navbar .centernav ul li a.active {
	background-color: #EAA90F;
}
*/
/* Advanced search */
.search_form {
  background-color: #322723;
  color: #fff;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  padding: 10px;  
}
.search_form label {
  font-size: 18px;
  font-weight: bold;
}
.search_form p {  
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
.search_form #search {
  border: 0;
  padding: 4px 0 2px 0;
}
.search_form .advanced_search_button,
.multi_search_button {
  background-color: #007cc3;
  border:0;
  color: #fff;
  font-weight: bold;
  height: 22px;
  width: 43px;
}
#advanced_search h5 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
}
#advanced_search .column ul {
  list-style-type: none;
}
#advanced_search .column ul li {
  border-bottom: 1px dotted #757d7a;
  color: #7d7d7c;
  font-size: 10px;
  font-weight: bold;
  /*height: 22px;*/ /* removed to solve ul list issue on cross-db search page*/
  line-height: 22px;
  margin-left: 0;
  padding: 3px 0;
}
#advanced_search .column ul li.highlight {
  color: #332722;
}
#advanced_search .column input {
  margin-left: 0;
}

#advanced_search .column_highlight {
  background-color: #ededed;
  padding: 10px;
  width: 200px;
}
#advanced_search .column_highlight {
  margin-bottom: 10px;
}
#advanced_search .column_highlight h5 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}
#advanced_search .column_highlight a {
  display: inline-block;
  padding-left: 0;
  width: 80%;
}
#advanced_search .column_highlight ul li ul li a {
  width: 78%;
}
#advanced_search .column_highlight input {
  display: inline;
  margin-left: 0;
}
#advanced_search .column_highlight ul.filter_menu li {
  padding: 0;
}
#advanced_search .column_highlight ul.filter_menu li ul li a {
  /*margin-left: 20px; */   /* pulled for bug #4343 */
  padding-left: 0;
}

/* Idea exchange */
.idea_exchange_subheader {
  height: 85px;
  line-height: 85px;
}
.idea_exchange_subheader .subheader_title {
  padding: 0;
}
.expert_panel h5 {
  color: #332722;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}
.expert_panel_item {
  border-bottom: 1px dotted #3a4642;
  margin:15px 0;
  padding-bottom: 15px;
}
.expert_panel_item img {
  float: left;
}
.expert_panel_item .expert_item_text a {
  color: #007cc3;
  font-weight: bold;
}
.expert_panel_item .expert_item_text span {
  color: #7d7d7c;
}

/*.expert_item_wrapper ul.filter_menu li {*/
.expert_item_wrapper ul.filter_menu a {
  background: transparent url('/assets/images/small_triangle_inactive_large.png') left top no-repeat;  
}
/*.expert_item_wrapper ul.filter_menu li.active {*/
.expert_item_wrapper ul.filter_menu a.active {
  background: transparent url('/assets/images/small_triangle_active_large.png') left top no-repeat;
}
.expert_item_wrapper ul.filter_menu li ul {
  margin-bottom: 0;
}

/* Idea exchange text */

#idea_exchange_text .content_article_intro,
#idea_exchange_text .content_article_inner,
#idea_exchange_text .content_article_inner_with_image {
  float: none;
}
#idea_exchange_text .content_article_intro,
#idea_exchange_text .content_article_inner {
  display: block;
  padding: 20px 20px 0;
  width: 680px;
}
#idea_exchange_text .content_article_inner_with_image {
  display: block;
  padding: 20px 10px 0;
}
.idea_exchange_question {
  background-color:#fbf6e9;
  height: auto;
  float: right; 
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 13px;   
  margin-top: 10px;
  margin-left: 10px;
  width:220px; 
}
.idea_exchange_question h5 {
  background-color: #eaa90f;
  color: #fff;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.idea_exchange_question span {
  color: #007CC3;
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}
.idea_exchange_question ul {
  list-style-type: none;
  padding: 0 10px;
}
.idea_exchange_question ul li {
  border-top: 1px dotted #68706a;
  margin-left: 9px;
  padding: 6px 0;
}
.idea_exchange_image_caption {
  height: 240px;
  float: left;
  margin-top: 10px; 
  margin-right: 10px; 
  width:210px;   
}
.idea_exchange_image_caption .caption {
  color: #465954;  
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 10px;  
  text-align: left;
}
.idea_exchange_list,
.idea_exchange_list h5{
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
}
.idea_exchange_list p,
.idea_exchange_list h5 {
  margin-bottom: 6px;
}

/* Categories World Geo */
.world_geo_concepts, .research_list_left {
  background-color: #F1F1F1;
  padding-top: 30px;
}
.world_geo_concepts h5 {
  color: #332722;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.world_geo_concepts ul {
  list-style-type: none;
}
.world_geo_concepts ul li {
  border-bottom:1px dotted #3a4642;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: 0;
  padding: 6px 0;
  text-transform: uppercase;
}
.world_geo_content .col {
  
}

.world_geo_content{
	padding-top: 30px;
}

.world_geo_content h5{
	color: #332722;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Multi Home */
.multi_home_left,
.multi_home_right {
  padding-top: 20px;
}
#multi_home ul {
  list-style-type:none;
}
#multi_home ul li {
  margin-left: 0;
}
#multi_home h5 {
  margin-bottom: 15px;
}
.multi_home_left ul {
  float: left;
  margin-right: 30px;
  width: 200px;
}
.multi_home_left ul li {
  border-bottom: 1px dotted #757d7a;
  color: #7d7d7c;
  font-size: 10px;
  font-weight: bold;
  /*height: 22px;*/
  line-height: 22px;
  margin-left: 0;
  padding: 3px 0;
  text-transform: uppercase;
}
.multi_home_left #search {
  border: 1px solid #322723;
  padding: 4px 0px 2px;
}
.multi_home_left .search_text {
  color: #000;
  font-size: 14px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  padding-top: 15px;
  padding-right: 20px;
}
.multi_home_right ul li img {
  float: left;
  margin-right: 7px;
}
.multi_home_right ul {
  float: left;
  margin-right: 30px;
  padding-bottom: 20px;
  width: 200px;
}
.multi_home_right ul li {
  border-bottom: 1px dotted #757d7a;
  line-height: 15px;
  padding: 9px 0;  
  text-transform: uppercase;
}
.multi_home_right ul li a {
  font-size: 12px;
  
}
.multi_home_right ul li a span {
    font-weight: bold;
}

/* Originally extensions.css -----------------------------------------------------------------------------*/

/* Hack to hide the triangle image for nested links */
.idea_exchange_index_a {
    background: none !important;
}

.login-message {
    font-size: 16px;
}

.advancedSearchHelpMessage {
    padding: 5px;
    float: left;
    font-weight: bold;
}
.search-checkbox {
    margin:0px;
    padding:0px;
}
.search-checkbox-wrap {
	float: left;
}
.search-checkbox-label {
	float: left;
	width: 130px;
}

#hidden {
  background-color: #ffffff;
  color: #ffffff;
  text-align: center;
}

.beta-burst {
    text-transform:uppercase;
    color:#ffffff;
    font-weight:bold;
    font-size: 30px;
}

blockquote {
    margin: 0px 15px 0px 15px;
}

#message {
    margin: 8px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

.entry-media {
    text-align: center;
}

.pdf-media {
    float: right;
    text-align: center;
    margin-left: 10px;
}

#entry-id, #credit-line {
    font-weight: bold;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.top_nav span {
  color: #fff;
  text-transform: uppercase;
}

.suggestion {
    border: solid 1px #D3D3CE;
    padding: 3px 5px 3px 5px;
    background-color: #F1F1F1
}

.form-authentication {
    font-size: 10pt;
    visibility: hidden;
}

.cross-search-databases {
    text-transform: uppercase;
}

.cross-search-button {
  background-color: #007cc3;
  border:0;
  color: #fff;
  font-weight: bold;
  height: 22px;
  width: 83px;
}

.highlight { background-color: #ffff00; }

.timeline-pager { text-align: right; width: 100%; }

.book-navigation      { display:block;width:100%; margin-top:20px; margin-bottom:20px}

.book-navigation span { display:block;float:right;width:50%;text-align:right}

/* Set for p tags coming out of 4D */
.content_article_inner p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* version of td-analyze-table for topics page. Bug #3508 NOT USED*/
.td-topics-table  {
	color:#007cc3;
	font-size:10px;
	font-weight:bold;
	/*height:30px;
	line-height:30px;*/
	padding:10px 0;
	text-transform:uppercase;
	width:200px;
}

/* Set for table tags coming out of 4D */
.factsTable {
	border-width: 1px;
	border-style: solid;
	border-spacing: 2px;
	border-collapse: separate;
	border-color: Gray;
	/*display:table !important;*/
}

/*NOT USED .factsTable tbody tr{
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}*/

.factsTable tbody tr td,
.factsTable tbody tr th {
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	vertical-align:middle
}


/* Standard author bio */
.authorpic {
	padding: 0px;
	float: right;
	border: 1px solid #333333;
	margin: 5px;
}
.floatclear {
    display: inline-block;
    width: 100%;
}

/* Idea Exchange */
.idea_exchange_index_synopsis {
    display: block;
    padding-top: 5px; 
}
.idea_exchange_index_p {
    margin-bottom: 15px;
}

/* Analyze */
.content_article h4 {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.analyze-image-thumbnail 
{
    padding-bottom: 10px;
    width: 200px;
    text-align: left;
}

.content_author_analyze {
  color: #818a8e;
  font-size: 12px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-left: 10px;
  margin-bottom: 20px;
}

/* CLIOView */
.clioview-content{
	font-family:Helvetica;
	font-weight:normal;
	margin:0 0 0 18px;
	height:31px;
	line-height:31px;
}
.clioview-error{
	font-family:Helvetica;
	font-weight:normal;
	margin:0 0 0 18px;
}
.clioview-delimiter{
	font-family:Helvetica;
	font-weight:normal;
	font-size:18px;
	height:31px;
	line-height:31px;
	margin:0 0 0 18px;
}
.clioview-indexcontent{
	font-family:Helvetica;
	font-weight:normal;
	padding: 10px; 
	height:31px;
	line-height:31px;
}
.clioview-indexdelimiter{
	font-family:Helvetica;
	font-weight:normal;
	font-size:18px;
	height:31px;
	line-height:31px;
	padding: 10px; 
}
.clioview-indexoption{
	font-family:Helvetica;
	font-weight:normal;
	font-size:20px;
	height:20px;
	line-height:20px;
	padding-bottom: 10px; 
	padding-top: 5px;
	padding-left: 10px;
}
.clioview-form
{
   width: 580px;
   text-align: center;
}
.clioview-buttons
{
   float: left;
   margin-left: 10px;
   width: 110px;
   text-align: center;
   padding-top: 20px;
}
.clioprinttext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}
.clioprintheader {
	font-weight: bold;
	padding-top: 20px;
}

/* Multi-Home Welcome Subheader */
#welcome_subheader {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d3d3ce;
  font-family: Georgia, serif;
}
.welcome_subheader_title {
	color: #322723;
	font-size: 12px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-weight : bold;
    margin-bottom : 0;
	padding: 10px;
}
#welcome_subheader p {
  font-size: 10px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin-bottom: 0;
  padding: 0 0 10px;
}

.multi_home .search_text {
  color: #000;
  font-size: 14px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  padding-top: 15px;
  padding-right: 20px;
  padding-left:10px
}

.multi_home h5 {
  color: #000;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  padding-top: 15px;
  padding-right: 20px;
  padding-left:10px
}
.multi-checkbox-wrap {
	float:left;
}
.multi-checkbox-label {
	float:left;
	width: 170px;
}

/* Activity Worksheet box and control */
.activity_worksheet {
  /*background-color:#fbf6e9;*/
  background-color: #f1f1f1;
  height: 100px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 13px;   
  margin-top: 25px;
  /*border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #c1bebc;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #c1bebc;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #c1bebc;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #c1bebc;*/
  width:220px; 
}
.activity_worksheet h5 {
  background-color: #eaa90f;
  text-align: center;
  color: #fff;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.activity_worksheet p {
  margin-left: 10px;
}

.worksheethead {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B6B4AB;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6B4AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	line-height: 1em;
	margin-top: 0px;
}
.worksheetfooter {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	margin-top: 35px;
	font-size: 90%;
}
#worksheet {
	margin-right: 10px;
	margin-left: 10px;
}

/* Related Profiles Box */
.related_profiles {
  background-color:#fbf6e9;
  /*height: 200px;*/
  float: right; 
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 13px;   
  margin-top: 10px;
  margin-left: 10px;
  width:220px; 
}
.related_profiles h5 {
  background-color: #eaa90f;
  color: #fff;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}

/* Opponents Box */
.opponentbox {
	margin-right: auto;
	margin-bottom: 10px;
	width: 94%;
	border: 1px solid #666600;
	/*line-height: 1.3em;*/ /* PULLED BUG 3525*/
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: auto;
	vertical-align: middle;
	padding: 5px 8px 5px 10px;
	display: block;
	background-color: #F3F2D9;
}
.opponentboxpix {
	margin: 18px 10px 18px 18px;
	clear: right;
	float: right;
	border: 1px solid #000;
}
.opponentboxtext {
	vertical-align: middle;
	margin: 20px 18px 10px 10px;
	display: block;
}
.opponentboxdiv {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-top: 5px;
	padding-top: 5px;
	width: 97%;
}
.opponentboxmap {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #333333;
}
.opponentmapbox {
	margin-right: auto;
	width: 94%;
	font-size: 75%;
	line-height: 1.3em;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: auto;
	padding: 5px 8px 5px 10px;
	display: block;
	border-top: 1px solid #333333;	
}
.opponentmapborder {
	border: 1px solid #333333;
}
.opponentmaplinks {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
	color: #666666;
	font-weight: bold;
	margin: 15px 0px 5px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.opponentmaplinks a:visited{
	color: blue;
}
.floatclear {
	display:inline-block;
	width:100%;
}
.clear-columns
{
	clear: both;
}

/* VALIDATION */
#errors, #errors-pw, .errors  
{
	color: #ff0000;
	font-size: 12px; 
 }
 
 #errors-cv  
{
	color: #ff0000;
	font-size: 12px; 
	margin-left: 10px;
 }
 
/* TOPIC MENU */
ul.filter_menu li a.selected
{
	font-weight: bold;
	font-size: 12px;
}

ul.filter_menu li ul li a.selected
{
	font-weight: bold;
	font-size: 12px;
}

ul.filter_menu li.selected  {
  border-bottom: 1px dotted #6e7379;  
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 12px;
}

ul.filter_menu li ul.filter_menu li a.active {
  background: transparent url('/assets/images/small_triangle_active.png') right top no-repeat;
}

/* EMAIL */
.colorNeutral1 { background-color: #F5F5EB }
.colorNeutral2 { background-color: #E5E5D1; }

.PrintOrEmailLinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.PrintOrEmailLinks A:link { color: #FFFFFF }
.PrintOrEmailLinks A:visited { color: #FFFFFF }
.PrintOrEmailClose {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #FFFFFF}
.PrintOrEmailBody {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px}
.PrintOrEmailTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #333366}
.PrintOrEmailRed {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; line-height: 11px; color: #990033}
.PrintOrEmailSmall { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; line-height: 11px}
.PrintOrEmailSmallPrint { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.PrintOrEmailMenuLinx { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 11px; font-weight: bold }

/* Country/State facts */

#ffmain {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-top: 0px;
	display: block;
	padding-bottom: 2em;
}
	
.ffmainr {
	FLOAT: right;
	CLEAR: right;
	WIDTH: 45%
}

.ffmainl {
	FLOAT: left;
	WIDTH: 50%;
	CLEAR: left;
	OVERFLOW: hidden;
}

/* Facts heading */
.ffmainhdr {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 75%;*/
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 3px;
}
#ffmain p, #ffmain table{
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	/*font-size: 80%;*/
	line-height: 1.25em;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-top: 8px;
}
p .ffyear {  /* stat year within a paragraph */
	font-size: 100%;
}
.ffyear {  /* stat year following a table */
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.25em;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-top: 8px;
}
.ffsubhead {
	line-height: 1em;
	display: inline-block;
	margin-bottom: 1px;
	margin-top: 3px;
}
.topicpagesubhead2 {
	font-size: 1.3em;
}
.ffmainhdr2 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #666600;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-bottom: 0px;
	background-color: #F8F8F2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 3px;
	border-top: 1px solid #999966;
	border-right: 2px solid #999966;
	border-bottom: 2px solid #999966;
	border-left: 1px solid #999966;
}

/* STAFF ACCOUNT INFO */
.colorneutral1 {
	background-color: #f1f1eb;
}
.colorneutral2 {
	background-color: #D4D0C8;
}
.bodytextblack {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 90%;
	line-height: 1.1em;
}
.accountheads {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	/*font-size: 80%;*/
	font-weight: bold;
}
.accountheads2 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.usagehead {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.usagetitle {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.usagetext {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
}
.usagetabon {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
}
.usagefor {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: bold;
}
.bodytextblackbold {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 75%;
	line-height: 1.1em;
	font-weight: bold;
}
.blacktext {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 70%;
}
.blacktextbold {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
.colorNeutral3 {
	background-color: #999999;
}
.color24 {
	background-color: #FFFFFF;
}

/* Research lists */
.rlguides {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.rlguidecolor1 {
	background-color: #f1f1f1;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}
*html .rlguidecolor1 {
	height: 14px;
}
.rlguidecolor3 {
	background-color: #c1bebc;
	display: block;
	padding: 15px 15px 20px 25px;
	width: 85%;
	margin-top: 8px;
}
.rlfinaloptions {
	display: block;
	padding: 15px 3px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19200;
}

.content_research_inner {
  color: #1c2925;
  width: 700px;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.rloptionsrt {
	clear: right;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	padding: 2px;
	color: #990000;
}

.rlfeature { 
	top: 0;
	left: 0;
	padding: 0px;
	margin-top: 20px;
	list-style-type: none;
}
.rlfeature ul 
{
	list-style-type: none;
}
.rlfeature li {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 75%;*/
	line-height: 1.3em;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 12px;
	margin-right: 10px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFB300;
}

*html .rlfeature li {
	height: 14px;
}

.rlfeature p {

	margin-bottom: 4px;
	margin-top: 2px;
}

/*
* topic filter menu - OBSOLETE, using updated filter_menu with support for child menus
*/
/* added third line:*/
ul.topic_filter_menu,
ul.topic_filter_menu ul, 
ul.topic_filter_menu ul.topic_filter_menu
{
  list-style-type: none;
}
/* added second line (and expandable class to li tag):*/
ul.topic_filter_menu li,
ul.topic_filter_menu li ul.topic_filter_menu li.expandable
 {
  background: transparent url('/assets/images/small_triangle_inactive.png') right top no-repeat;
  border-bottom: 1px dotted #6e7379;
  margin-left: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
/* added second line */
ul.topic_filter_menu li.active,
ul.topic_filter_menu li ul.topic_filter_menu li.active
 {
  background: transparent url('/assets/images/small_triangle_active.png') right top no-repeat;
}
ul.topic_filter_menu li.noaccordion
{
  background: none;
}
/* added second line:*/
ul.topic_filter_menu li ul,  
ul.topic_filter_menu li ul.topic_filter.menu
{
  display: none;
}
ul.topic_filter_menu li ul.show
{
	display: block;
}
/* added second line:*/
ul.topic_filter_menu li ul li,
ul.topic_filter_menu li ul.topic_filter_menu li
{
  background: none;
  border-bottom: 1px dotted #c7c7c3;
}
/* added second line:*/
ul.topic_filter_menu li ul li:hover,
ul.topic_filter_menu li ul.topic_filter_menu li:hover 
{
}
/* added this section to grey out expanded options */
ul.topic_filter_menu li.expanded a,
ul.topic_filter_menu li.expanded a:link,
ul.topic_filter_menu li.expanded a:visited
{
  color: #7d7d7c;
  display: block;
  font-size: 10px;
}
ul.topic_filter_menu li a,
ul.topic_filter_menu li a:link,
ul.topic_filter_menu li a:visited
{
  color: #332722;
  display: block;
  font-size: 10px;
  font-weight: bold;
}
ul.topic_filter_menu li a:hover,
ul.topic_filter_menu li a:active
{

}
ul.topic_filter_menu li ul li a,
ul.topic_filter_menuu li ul li a:link,
ul.topic_filter_menu li ul li a:visited
{
  color: #7d7d7c;
  display: inline;
  font-size: 10px;
  font-weight: bold;
}
ul.topic_filter_menu li ul li a:hover,
ul.topic_filter_menu li ul li a:active
{

}

/* Inserted images */
.inserted-image
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: black
}
.inserted-image-no-border
{
    BORDER-RIGHT: black 0pt solid;
    BORDER-TOP: black 0pt solid;
    BORDER-LEFT: black 0pt solid;
    COLOR: black;
    BORDER-BOTTOM: black 0pt solid;
    BACKGROUND-COLOR: black
}
.thumbright {
    float: right;
    margin: 5px;
}
.thumbleft {
    float: left;
    margin: 5px;
}
.thumbright a, thumbleft a {
    outline: none;
}

/* Citation popup */
.citation-text { }
.citation-header {  
    font-weight: bold;
    margin-top: 15px;
}
.citation-header a {
    text-decoration: underline;
}
.citation {
    text-indent: -25px;
    padding-left: 25px;
}

/* CORRELATIONS  */

.correlatebox {
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 20px;
	height: 80%;
	background-color: #E8E7E1;
}
*html .correlatebox {
	height: 14px;
}
.correlateboxa {
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 5px 15px 5px 20px;
	height: 80%;
	background-color: #E8E7E1;
}
*html .correlateboxa {
	height: 14px;
}
.correlateboxb {
	display: block;
	background-color: #FFF;
	margin: 0px 20px 0px 0px;
	padding: 5px 15px 5px 20px;
	height: 80%;
}
*html .correlateboxb {
	height: 14px;
	}
.correlatebox1 {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #E8E7E1;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #CBC6BC;
	border-right: 1px solid #CBC6BC;
	border-left: 1px solid #CBC6BC;
	margin-right: 20px;
}
*html .correlatebox1 {
	height: 25px;
	}
.correlateboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 5px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.correlsearchbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1px;
	color: #000;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CBC6BC;
	height: 20px;
	margin: 0px 20px 0px 0px;
}
.correlsearchdisplay {
	margin-left: 5px;
}
.correlatesection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
	text-indent: -2em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 1.3em;
	font-weight: bold;
	color: #473E36;
}
.correlatesubsection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
	margin-left: 4.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent: -2em;
	color: #473E36;
}
.correlationsubhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #993300;
}

.standard_bold 
{
	font-weight: bold;
}

.CitationExportBox
{
    display: none;
    visibility: hidden;
}

/* SUPPORT CENTER SEARCH */

.support_search_form {
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  padding: 10px;  
  /*font-weight: bold;*/
}
.support_search_form label {
  font-size: 18px;
  font-weight: bold;
}
.support_search_form p {  
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
.support_search_form #search {
  border: 1;
  padding: 4px 0 2px 0;
}
.support_search_form .support_advanced_search_button
 {
  /*font-weight: bold;*/
  height: 22px;
  width: 43px;
}
#support_advanced_search h5 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
}
.container_16 .support_search_results {
  background-color:#f1f1f1;
  height: 61px;
  padding-top: 30px;
  padding-bottom: 9px;
} 
.standards_search_button {
  height: 22px;
  width: 90px;
}

/* research list on solsupp */
.right-index-resource-nolink{
	font-size:13px;
	font-weight:bold;
	margin:0;
}

/* tabbed results testing */

.activeTab { background-color:#7d7d7c; }
.activeTab a { color:#fff; }

/*.tab ul.tablinks{ width:100%; float:left; list-style:none; margin:0;}
.tab ul.tablinks li{ float:left; width:25%; margin-right:2px;}

.tab ul.tablinks li activeTab { background-color:#7d7d7c; }
.tab ul.tablinks li activeTab a { color:#fff; }

.tab ul.tablinks li a{ float:left; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;  text-align:center; text-decoration:none;}*/

.tab ul.tablinks{ width:100%; float:left; list-style:none; margin:0; position:relative; line-height:1em;}
.tab ul.tablinks li{ float:left; margin:0; padding:0;}
.tab ul.tablinks li a{ display:block; margin:0; background: #f1f1f1; padding: 0.5em 1em; color: #7d7d7c; border-right: 1px solid #fff; text-transform:uppercase; text-decoration:none;}

.tab ul.tablinks li.activeTab { background-color:#7d7d7c; }
.tab ul.tablinks li.activeTab a { background-color:#7d7d7c; color:#fff; }


