/**
 * Cascading Style Sheet for GSA Suggest.
 */
/* form */
.gsa-button {
    border: 1px solid #cf7f7f;
    background: #fcc;
}

/* Classes for suggestion box */

.ss-gac-m {
  background: white;
  border: 1px solid black;
  cursor: default;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  position: absolute;
  z-index: 99;
}

.ss-gac-b {
  background: #36c;
  color: white;
}

.ss-gac-c {
  overflow: hidden;
  padding-left: 3px;
  text-align: left;
  white-space: nowrap;
}

.ss-gac-d {
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
}

.ss-gac-b td {
  color: white;
}

.ss-gac-e td {
  font-size: 10px;
  line-height: 15px;
  padding: 0 3px 2px;
  text-align: right;
}

.ss-gac-e span {
  color: #00c;
  cursor:pointer;
  text-decoration: underline;
}

/* Debug console */

div#ss_debug_console {
  background: #ffefef;
  border: 1px solid #cf7f7f;
  bottom: 2%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 83%;
  height: 60%;
  left: 5%;
  opacity: 0.95;
  overflow: auto;
  padding: 0.5em;
  position: absolute;
  width: 90%;
  z-index: 5000;
}

div#ss_debug_console.expanded {
  height: 60%;
}

div#ss_debug_console.contracted {
  height: 8%;
}

div#ss_debug_console h1 {
  color: #af0000;
  display: inline;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div#ss_debug_console button {
  margin: 0em 0.5em;
}

div#ss_debug_console table {
  border-collapse: collapse;
  font-size: 90%;
  line-height: 120%;
  margin-top: 1em;
}

div#ss_debug_console table th {
  padding: 0.2em 1em;
  text-align: left;
}

div#ss_debug_console table td {
  border-top: 1px solid #cf7f7f;
  padding: 0.2em 1em;
}

div#ss_debug_console table td.no {
  text-align: right;
}

/* begin css tabs */
ul#search-tabnav {
  /* general settings */
  text-align: left; /* set to left, right or center */
  margin: 1em 0 1em 0; /* set margins as desired */
  font-size: 12px; /* set font as desired */
  border-bottom: 1px solid #DCE0E2;; /* set border COLOR as desired */
  list-style-type: none;
  padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#search-tabnav li { /* do not change */
  display: inline;
}

#search-tab1 li.litab1, #search-tab2 li.litab2, #search-tab3 li.libtab3, #search-tab4 li.litab4, #search-tab5 li.litab5, #search-tab6 li.litab6, #search-tab7 li.litab7  {
  /* settings for selected tab */
  border-bottom: 1px solid #fff; /* set border color to page background color */
}

#search-tab1 li.litab1 a, #search-tab2 li.litab2 a, #search-tab3 li.litab3 a, #search-tab4 li.litab4 a, #search-tab5 li.litab5 a, #search-tab6 li.litab6 a, #search-tab7 li.litab7 a 
{ /* settings for selected tab link */
  position: relative;
  top: 1px;
  padding-top: 4px; /* must change with respect to padding (X) above and below */
  background: url(../images/onglets/onglet_selected_body.gif) 0 -1px;
}

ul#search-tabnav li a {
  /* settings for all tab links */
  padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid #DCE0E2;; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-image: url(../images/onglets/onglet_body.gif);
  color: #000; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}

ul#search-tabnav a:hover {
  /* settings for hover effect */
  text-decoration: underline;
}
/* end css tabs */     

/* collaspible advanced search panel */
.panel, .panelcollapsed 
{
	background: #eee;
	margin: 0 8px;
	padding: 0px 0px 5px;
	width: 924px;
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	cursor:pointer;
	font-size: 12px;
    color: #000; /* set unselected tab link color as desired */
	margin: 0px;
	padding: 4px;
    background: url(../images/onglets/onglet_selected_body.gif) 0 -1px;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover {
    background-color: #ccc;
    text-decoration: underline;
}

/* heading of a collapsed panel */
.panelcollapsed h2 
{
    background: url(../images/onglets/onglet_body.gif);
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #eee; 
	overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }

#suggestion_form table.keyword{
	padding:8px;
}
#suggestion_form table.keyword input.keyword{
	padding:0 3px;
	margin-right: 5px;
	width:220px;
}
.panel .panelcontent input{
	padding:0 3px;
	margin: 3px;
	width:220px;
}
.panel .panelcontent select{
	padding:0;
	margin: 3px;
	width:230px;
}
