
div#igContainer {
padding: 70px 10px 10px;
text-align: left;
}

/* Changes font size across entire site (text, labels + forms) + font !!!*/
div#igContainer * {
  font-size: 12px;
  font-family: verdana,arial,helvetica,sans-serif; 
}

/* Some table headers cannot be changed in FE */
div#igContainer th {
 background-color: #CCCCCC;
 color: #000000;
}

/* Consistent anchor settings */
div#igContainer a {
  text-decoration: none;
 }

div#igContainer a:hover {
  text-decoration: underline;
 }
/* -------------------------------------- */
 
/* Search results bar + Section header. Font size must be set up the same value as general !!!*/
table#searchresultslist tr#igSortBarRow a.SortBar {
  background-color: #CCCCCC;
  color: #FFFFFF;
  font-size: 11px;
}

/* Search result job title  */
td.searchresultscodelist a {
  font-weight: bold;
}

/* Showing results bar */
div#igContainer span.general_bold {
text-align: right !important;
}

/* Job details table background  */
table.jobcodelists {
  /*background-color: #CCCCCC;
  padding: 5px;*/
 }
 
/* Status table (after logging in) + Greytable*/ 
div#igContainer table.status, div#igContainer table.greytable {
 border:1px solid #106939;
 background-color: #F7F3EF
}

/* "Modify login details" table is not set to 100% by default*/
span#logindetails table {
 width:100%
}

/* -------------------------------------- */
/* Sample Menu settings */
div#options {
 margin-bottom: 20px;
}

div#options ul {
 display:inline;
 font-weight:bold;
 text-align:left;
 padding-left:0;
 margin-left:0;
} 

div#options ul li{
 display:inline;
 margin-right:10px; 
}
/* -------------------------------------- */

div#searchcriteria_container label {
margin: 2px 0;
