/* careers page - job list */

div.formsearchresultsbean {
  padding: 0 15px 15px;
}

#job_list div.job_item {
  color: #F68426;
  padding: 5px 5px 5px 20px;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 5px;
}

/* job footer */

#job_footer {
  font-size: 0.9em;
  background: url(//d9zmjrm59k01g.cloudfront.net/6330-46346-dots-black.gif?pfvId=1dnw.fid8ijes) repeat-x top left;
  padding-top: 15px;
  margin-top: 15px;
}

/* job detail */
div.job_title {
  font-size: 18px;
  font-weight: normal;
  color: #464646;
  background-image: none;
  background-color: #EEE;
  padding: 10px;
  margin: 0px 0px 10px 0;
}
div.job_location {
  margin: 0px 15px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #03598d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
div.job_postdate,
div.job_deadline {
  padding: 5px 15px;
  font-weight: bold;
}
div.job_postdate {
  color: #F68426;
}
div.job_deadline {
  color: #006699;
}
div.paging_control {
  float: right;
  clear: both;
  width: 15%;
  overflow: hidden;
}
div.job_apply {
  float: right;
  clear: both;
  width: 25%;
  overflow: hidden;
}
.job_apply a {
  text-align: center;
  text-decoration: none;
  color: #666;
  padding: 8px;
  border: 1px solid #aaa;
  display: block;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/6b38-07907-button_bg.gif?pfvId=1ire.fj75w53f) repeat-x left bottom;
}
.job_apply a:hover {
  color: black;
}
/* lists -------------*/
.job_description li {
  line-height: 1.2;
  padding: 3px 0;
}
.job_description li {
  list-style-type: none;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 5px;
  padding-left: 15px;
}
.job_description ol li {
  list-style-type: decimal;
}
.job_description ul {
  margin: 0 0 15px 20px;
}
.job_description ol {
  margin: 0 0 15px 45px;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
