﻿/* 
-------------------------------------------------------------------------------
Title: Changes to the default i-GRasp stylesheet (igBase.css)
Default filename: igChanges.css

Description:

This file contains all changes to the target HTML template styles and to the
i-GRasp front end styles so that they match up better.

Do *NOT* modify igBase.css as it is a reference point for all other front ends
that use it!

If browser-specific changes are required, place them into a seperate file
and call the file, for example, igChanges_IE.css. Then use a conditional
comment (for IE) or an ASP ServerVariable request (for other browsers, such
as Safari) to pull the changes through to the front end.
-------------------------------------------------------------------------------
*/

/* Place any styles specific to the front end template below here */


/* Place any styles specific to i-GRasp front end sections below here */


/* Generic / optional styling for all text and dropdown fields (only enable
if client settings are adversely affecting the appearance of them) */

/*
div#igContainer .emailinputobjects,
#igContainer .inputfield
#igContainer .inputobjects,
#igContainer .logininput,
#igContainer .reginput,
#igContainer select,
#igContainer textarea
{
	background-color: #fff;
	border: 1px solid #000;
	margin: 3px 3px 3px 0
	padding: 1px
}

*/

/* Modification to the Previous Page and Next Page links in the Search Results
page, to stop the bullet images being underlined in Firefox and Safari. */

a.prevlink img,
a.nextbullet img
{
	display: none
}

a.prevlink
{
	background: url(images/back.gif) no-repeat left center;
	padding: 0 0 0 20px
}

a.nextbullet /* As above, but this moves the image to the right of the link. */
{
	background: url(images/bullet.gif) no-repeat right center;
	padding: 0 20px 0 0
}

/* Modification to the New Search and Refine Search links at the bottom of the
Search Results page, for the same reason as the Previous and Next Page
links. */

div#igsearchresultsnewsearch img,
div#igsearchresultsrefinesearch img
{
	display: none
}


/* Offers section - this style sets all the grey description boxes to have
italic text. This used to be the default, but has now been disabled - however,
if a client requests that they want it switched back on, please remove the
comment tags from around the style below. */

/*
div#offertypeinfosectiondesc
{
	font-style: italic
}

*/

/* Education Columns width fix to make it standard for new FEs*/ 
span#igedu td.listheading
 {
	width:137px;
}

.searchpair input.searchcriteria, .searchpair input.postcode
{
	width:241px;
}

div#topTab form 
{
	display:inline;
}

#igSortBarRow a.SortBar
{
	color:#ffffff !important;
	text-decoration:none;
}


#Td2, td#emailafriendlink, 
{
	padding-top:5px;
}




#Td2
{
	padding-top:30px;
}

table.emailtable  td
{
	padding-top:5px;
}


select#referralsource
{
	width:204px;
	margin-right:6px !important;
}

div#forgotpasswordcancel
{
	margin-top:10px;
}


table#igWriteConfirmApp div.header
{
	margin-top:20px;
}


a.igselectedlink, td.statussubmit
{
	color:#D11514 !important;
	
}

select
{
	font-size:1.1em;
}



div#igsearchresultsnewsearch a
{
	margin-left:-1px;
}

th.igSortBarHeader
{
	width:25%;
	text-align:left;
}

th.igSortBarHeader a
{
	margin-left:1px;
}

td.searchresultscodelist 
{
	padding-right:3px;
}

#igsearchresultsalertregsub label
{
	width:84px;
}


div#alertregdiv input
{
		width:200px;
}

td#emailafriendlink a , td#jobapplylink a , td#backtosearchresults a , td#forgottonpasswordlnk a, td#newapplink a
{
	margin-left: -2px;
}

 #mainContent
{
width:661px;
}

.JOBSEARCH #mainContent , .INFO1 #mainContent , .INFO2 #mainContent , .INFO3 #mainContent , .ALERTPERSON  #mainContent
{
width:422px;
}

#igWriteJob div.header
{
	font-size:12px;
}





