#jobPosts{
  margin-right:10px;}

#jobPosts H4{
  display:inline;
  margin:0;
  margin-bottom:3px;
  padding:3px;
  float:none;
  cursor:pointer;
  font-size:14px}

#jobPosts LI{
  list-style-image:url('images/expander_closed.gif');
  margin-bottom:10px;
  border-bottom:1px dashed #fafafa}

#jobPosts LI.open{
  list-style-image:url('images/expander_open.gif')}

#jobPosts LI.sticky{
  border:1px dashed #abbfac;
  background:#fafafa;}

#jobPosts LI.Expander .contents{
  border:1px dashed #ccc;
  padding:3px;
  margin:5px;}

#jobPosts LI.sticky .contents{
  border:none;}

#jobPosts .stickytrigger{
  float:right;
  margin:5px;
  height:16px;
  cursor:pointer;
  background:url('images/sticky-inactive.gif') right no-repeat;
  font-size:10px;
  padding-right:19px}

#jobPosts .sticky .stickytrigger{
  background-image:url('images/sticky-active.gif')}