﻿/* 
-------------------------------------------------------------------------------
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/client/toyota01/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/client/toyota01/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
{
	margin-left:-17px;
	margin-right:5px;
	//display: none
}

#igsearchresultsnewsearch a,
#igsearchresultsrefinesearch a
{
	background: url(images/bullet.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
}

*/


input[type="text"], input[type="password"], input[type="file"], input[type="select"]
{
		font-family:Arial,Verdana,sans-serif;
		font-size:11px;
		background-color:#FFFFFF;
		border:1px solid #666666;
		color:#000000;
}

.searchpair select.searchcriteria {
		font-family:Arial,Verdana,sans-serif;
		font-size:11px;
		background-color:#FFFFFF;
		border:1px solid #666666;
		color:#000000;
}

input [type="radio"]
{
		width: 1px;
}

.searchpair input.searchcriteria, .searchpair input.postcode {
		width:243px;
}

input.submitbutton 
{
		color:black;
		font-size:10px;
		padding-bottom:2px;
		padding-left:3px;
		padding-right:3px;
		padding-top:2px;
		text-decoration:none;
		background-color:white;
		border:1px solid #666666;
		font-family:Arial,Verdana,sans-serif;
}

h1, h2 
{
		font-size:0.9em;
}

h1
{
		color:#5C5C5C;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		margin:20px 0 10px 0px;
}

table#searchresultslist .igsearchresultsoddrow
{
		background-color: #E9E9E9;
}

body
{
		color:#5C5C5C;
		font-family:Arial,Verdana,sans-serif;
		font-size:11px;
		
}

table#searchresultslist a:active, table#searchresultslist a:hover 
{
	color:#FF0000;
	text-decoration:none;
}

table#searchresultslist a, table#searchresultslist a:visited 
{
	color:#7F7F7F;
	text-decoration:none;
}

#igContainer a:active, #igContainer a:hover 
{
	color:#FF0000;
	text-decoration:none;
}

#igContainer a, #igContainer a:visited 
{
	color:#FF0000;
	text-decoration:none;
}

#jobapplylink img, #emailafriendlink img, #backtosearchresults img
{
	margin-right: 5px;
}

.applytable input.igfilename {
width:192px;
}

span#volumemaindetails select.reginput {
width:235px;
}

div#igContainer {
	width: 95%;
}

#preappdetails select.reginput {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

span#volumemaindetails select.reginput {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

table#languageskills th {
	text-align: left;
}

span#volumemaindetails input.reginput {
	width:233px;
}

span#volumemaindetails select#gender {
	margin:3px 2px 3px 0;
}

#volumemaindetails #HOMEPHONENO, #volumemaindetails #WORKPHONENO, #volumemaindetails #MOBILEPHONENO {
width:161px;
}

.defaultbqanswer {
height:16px;
font-family:Arial,Verdana,sans-serif;
font-size: 10pt;
}

