/* CSS Document */

.eca_h1{
	text-transform: none; 
	font-size: 230%;
	font-weight: 500; 
	margin: 0;
	padding: 10px 20px; 
	color: #74a039; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#eca_left_refine{
	width : 220px;
	border: 1px solid #eaedf2; 
	border-left: 7px solid #c3cad4;
	border-bottom: 0px solid #c3cad4;
	padding-bottom: 0px;
}

#eca_left_refine.expanded{
	width : 220px;
	border: 1px solid #eaedf2; 
	border-left: 7px solid #c3cad4;
	padding-bottom: 5px;
}

#eca_left_H1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333; 
	font-size: 110%; 
	font-weight: bold; 
	background-color: #eaedf2; 
	margin: 0px 0 3px 0; 
	padding: 5px;
	height: 18px;
	cursor: pointer;
}

#eca_left_refine_div1 {
	width: 205px;
	overflow: hidden;
	margin-left: 5px;
}

#eca_left_refine_div1.collapsed {
	display: none;
}

#eca_left_refine_div1.expanded {
	display: block;
}

#eca_left_refine_div2 {
	float: left;
	width: 10px;
}

#eca_left_refine_div3 {
	float: left;
	display: inline;
	display: inline-block;
	width: 180px;
	overflow: hidden;
	margin-left: 7px;
}

#eca_left_refine_div3_chosen {
	float: left;
	display: inline;
	display: inline-block;
	width: 180px;
	overflow: hidden;
	margin-left: 7px;
	color: #0fad1b;
}

.more { 
	font-weight: bold; 
	list-style: none; 
	padding: 10px 0 0px 16px; 
	margin: 0px;
}


.eca_h3 { 
	padding: 0px 20px 10px 0px; 
	color: #74a039; 
	font-size: 130%; 
	font-weight: 600; 
	font-family: Arial, Helvetica, sans-serif;
}	

.eca_h4 { 
	padding: 5px 20px 5px 20px; 
	color: #74a039; 
	font-size: 130%; 
	font-weight: 600; 
	font-family: Arial, Helvetica, sans-serif;
}

.eca_header{
	background-color:#eaedf2; 
	padding: 5px;
}

/*Former save search link styles - don't remove yet*/
.favorite_off { 
	padding: 5px 5px 5px 22px;
	background-image: url(../images/star_empty.gif); 
	background-repeat: no-repeat;
	background-position:left;
	width: 120px;
	display: inline;
	font-size: 80%;
	vertical-align: middle;
}

.favorite_off:hover { 
	padding: 5px 5px 5px 22px;
	background-image: url(../images/star1.gif); 
	background-repeat: no-repeat;
	background-position:left;
	width: 120px;
	display: inline;
}

.favorite_off a:hover {
	color: #69ca77;
	text-decoration: none;;
}

.favorite_on {	
	padding: 5px 5px 5px 22px; 
	background-image: url(../images/star1.gif); 
	background-repeat: no-repeat;
	background-position:left;
	width: 120px;
	display: inline;
	vertical-align: middle;
}
/*End former saves search styles*/

/*--------Save Search------*/
.save_search button {
	display:inline; 
	border: 1px solid #f6e758;
	vertical-align: middle;
	padding: 1px;
	margin: 0px;
	background-image: url(../images/bg_save_search.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #3463ef;
	cursor: hand;
	width:auto;
   overflow:visible;
}
a.save_search:hover{text-decoration: none; cursor: hand;}
/*------end Save Search-----*/

#links_eca { margin: 0 20px;}

.count {float: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%;}
.count a{ color: #000; border-bottom: 1px dotted #000;}
.count b{ 
	border-bottom: 0px; 
	color:#fff; 
	background-color: #696969; 
	font-weight: normal; 
	padding: 2px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}


.breadcrumb_eca {
	margin: 15px 0 0 0; 
	font-size: 90%;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	display: inline;
	}
	
.breadcrumb_eca b { 
	font-style: normal; 
	font-weight: 600; 
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb_eca img { vertical-align: middle;}

.eca_list{ 
	padding: 5px; 
	margin: 0px; 
	margin-bottom: 20px;
	border: 1px solid #eaedf2;
}

.show_columns { 
	background-color: #fbf5ea; 
	border: 1px solid #ebeae6; 
	padding: 5px; 
	font-size: 90%; 
	width: 20%; 
	margin-top: 10px;
}
.show_columns ul{list-style: none; padding:0px; margin:0}
.show_columns li{padding: 0 0 5px 0;}

.tree{/*top levels tree*/
	padding: 10px 20px 0 20px;
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	} 

.eca_tree{/*the tree with percentage bars*/  
	border: 1px solid #eaedf2;
	padding: 5px;
	margin-bottom: 10px;
}

.details {
	background-color: #f7f0e8;
	padding: 10px;
	margin-right: 20px;
}

.details_header {
	font-size: 120%;
	font-weight: 600; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 20px 0 5px 0;
	text-align: left;
}

.details_name {
	width: 230px;
	white-space: nowrap;
	padding: 5px 0 5px 0;
	vertical-align: top;
}

.eca_title {
	text-transform: none; 
	font-size: 200%;
	font-weight: 500; 
	margin: 0;
	padding: 0 0 20px 0; 
	color: #74a039; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.notice_original_text {
	background-color: #f9f7e8;
	padding: 10px;
	line-height: 25px;
	margin-right: 20px;
}

.notice_language {
	margin: 10px 0;
	padding-left: 10px;
}

/*----------------------------------------*/
/*Search                                  */
/*----------------------------------------*/

div#search_eca{ 
	padding: 0 0;
	border-top: 0;
	margin: 0 10px;
	background: #e2f1bf;
	text-align: -moz-center;
	_text-align: center;
	clear:both;
}
.search_eca_textbox {
	width: 20em;
	height: 1.4em;
	font-family: Arial,Verdana,Helvetica;
	font-size: 100%;
	color: rgb(0, 0, 0);
}

.search_eca_combobox1 {
	font-size: 100%;
	width: 16em;
	height: 1.8em;
	vertical-align: top;
}

.search_eca_combobox2 {
	font-size: 100%;
	height: 1.8em;
}

.advanced_etc {
	text-align: left;
	padding-top: 3px;
}

.new_search {
	margin-bottom: 1px;
}

.new_search a {
	border-bottom: 1px dotted #0764ba;
}


.search_eca_button {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

#gsea_eca{padding-top: 0px; padding-bottom: 0px}

#gsea_eca table{margin:0 auto}

#gsea_eca form {margin: 0px; padding: 10px 0 10px 0;}

.search_title {font-size: 140%; padding-right: 10px;}

b.ctop, b.cbottom{display:block; background: #FFF}

b.ctop b, b.cbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
    background: #e2f1bf;
}
b.c1{margin: 0 5px}

b.c2{margin: 0 3px}

b.c3{margin: 0 2px}

b.ctop b.c4, b.cbottom b.c4{margin: 0 1px;height: 2px}


ul.live_archived_switch{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 90%; 
	margin: 0px 10px;
	padding: 0px;
}
ul.live_archived_switch li{
	list-style: none; 
	display: block; 
	float: left; 
	padding: 0px 5px;
}
ul.live_archived_switch .current {
	background-color: #d5dce9;
	padding: 0 5px;
}

/* CSS for Suggestions */
#search-result-suggestions {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 252px;
  background: #fff;
  border: 1px solid #bbb;
  display: none;
}

#search-result-suggestions h4 {
  margin: 0.25em 0;
  padding: 0.25em 1em;
}

#search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFF;
}

#search-results li {
  margin-bottom: 0px;
	margin-top: 0px;
}

#search-results a {
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #006699
}

#search-results a.selected {
  color: #FFF;
  background: #006699;
}

#search-results p {
  margin-bottom: 0.5em;
}
