
/* Changes font size across entire site (text, labels + forms) + font !!!*/
#Content {
	width: 545px!important;
	height: 100%!important;
}

div#igContainer {
font-size: 8pt;
font-family: verdana,arial,helvetica,sans-serif;
float: left;
width: 545px!important;
height: 100%; 
padding-top: 5px;
}

/* Some table headers cannot be changed in FE */
div#igContainer th {
 background-color: #f0f0f0;
 color:#000000;
 padding-left:5px;
}

/* Consistent anchor settings */
div#igContainer a {
  text-decoration: none;
 }

div#igContainer a:hover {
  text-decoration: underline;
 }
/* ----- */
 
/* 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;
}

/* Search results bar + Section header. Font size must be set up the same value as general !!!*/
table#searchresultslist tr#igSortBarRow a.SortBar, th {
  background-color: #f0f0f0;
  color: #000000;
  font-size: 8pt;
}

div#searchcriteria_container, table#searchresultslist {
	padding-top: 0px;
}

div#searchcriteria_container {
	margin-top: 0px;
}

/* Search result job title  */
td.searchresultscodelist a {
  font-weight: bold;
}

/* Job details table background  */
table.jobcodelists {
  
  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%;
}

div.singledropdown label {
margin: 0;
}

div.searchcriteria_container label {
margin:5px 0pt 2px;
}

table#login2 span.general_bold, tr#maindetailsloginbanner span.general_bold, tr#maindetailsbanner span.general_bold, td#newappbar, td#existingappbar, table.applytable span.general_bold, span#logindetails span.general_bold {
padding:0;
}

table.list th 
{
	background-color:#FFFFFF!important;
}

table#screeningquestion tbody tr td a
{
	position: relative;
	top: -26px;
}
#rss 
{
	background: #FFFFFF url(rssbutton1.gif) no-repeat scroll left ;
	font-size: 8pt;
	margin-left: 458px;
	padding: 5px 0 5px 25px;
	width: 65px!important;
	position: relative;
	top: -12px;
}
#rss a
{
	position: relative;
	top: -5px;
}
div#PageTitleDiv
{
	width: 100%;
	height: 100%;
	float: left;
}
