﻿/* 
-------------------------------------------------------------------------------
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. */

div#igContainer a.prevlink img,
div#igContainer a.nextbullet img
{
	display: none
}

div#igContainer a.prevlink
{
	background: url(images/back.gif) no-repeat left center;
	padding: 0 0 0 20px
}

div#igContainer 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
}
div#igContainer a
{
	color:#365F27;
}
#igsearchresultsnewsearch a,
#igsearchresultsrefinesearch a
{
	background: url(../images/arrow.gif) no-repeat left center;
	padding: 0 0 0 20px
}

/* 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
}

*/

div#igContainer 
{
	font-family: 'Gil Sans', Arial, Helvetica, sans-serif;
	font-size:12px;

}

div#igContainer input, select, option, textarea 
{

	font-family: 'Gil Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}

#igPageTitle
{
	font-family: 'Gil Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
}
#alertregdiv .reginput 
{
	margin:3px;
	width:200px;
}
span#logindetails  table
{
	width:100%;
}
#equalopstable select.inputobjects 
{
	margin:2px 0px 2px 0px;
	width:213px;
}
span#volumemaindetails table
{
	width:100%;
}
span#volumemaindetails select.reginput 
{
	margin:3px 5px 3px 0;
	width:262px;
}
span#volumemaindetails input.reginput 
{
	margin:3px 5px 3px 0;
	width:246px;
}
table#languageskills tr
{
	text-align:left;
}
#equalopstable textarea 
{
	height:128px;
	margin-bottom:6px;
	width:354px;
}
td#writedocsfilename input 
{
	height:23px;
}
table#applicationlogin_inner tr
{
 width:100%!important;
}

/* Re-styling to new format from Bentley
-- Carl Stanley
-- 04/09/2009
*/

body{
	line-height:21px;
	font-size:11px;
}

div#igContainer *{
	color:#5c5c5c;
}

div.searchpair ,div.singledropdown
{
	clear:left;
	padding:1px 25px 0 0px;
}


div#searchrefnoOne
{
	padding-bottom:25px;
}

div#searchlocationOne
{
	margin-bottom:27px;
}
div.selectArea{
	width: 255px !important;
}

div#igsearchresultsalertregsub {
	
	float:left;
}

div#igsearchresultsnewsearch {
	float: left;
}


div.multiselectbox { 
background-color:#fff;
z-index:999;
}
/*
div.controlclose {
background-color:#fff;
border: 1px solid #fff;

}
*/
.searchpair select.searchcriteria 
{
	margin:2px 0;
	width:256px;
}
.singledropdown select.searchcriteria 
{
	margin:5px 0;
	width:257px;
}
.multiselectcheckbox 
{
	margin:0 5px 3px 0;
	padding:0;
	border:none!important;
	background:none !important;
	width:15px;
}
input.preferredphone
{
	width:15px;
}
input#isDone 
{
		width:15px;
}
input#currentjob
{
	width:15px !important;
}

