﻿/* 
-------------------------------------------------------------------------------
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. */



body 
{
    width:666px !important;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
	background-color:#FFFFFF; 
}

.liengrisgras 
{
	text-decoration:underline; 
	color:#666666; 
	font-weight:bold; 
}
a
{
	text-decoration:underline; 
	color:#666666; 
	font-weight:bold; 
}
.status .igselectedlink 
{
	text-decoration:underline; 
	color:#666666; 
	font-weight:bold;
}
.liengris
{
	text-decoration:none; 
	color:#666666; 
}

a.prevlink img,
a.nextbullet img
{
	display: none
}

a.prevlink
{
	background: url(images/backx.gif) no-repeat left center;
	padding: 0 0 0 20px;
	border:1px red solid;
}

a.nextbullet /* As above, but this moves the image to the right of the link. */
{
	background: url(images/bulletx.gif) no-repeat right center;
	padding: 0 20px 0 0
}

table#login2 a
{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
/* 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. */
table#applicationlogin_inner .inputobjects 
{
	margin:5px 0;
	width:220px;
}
table#igWriteJob img
{
	/*margin:0px 0 -6px 0;*/
}
#igsearchresultsalertregsub label 
{
	margin:5px 0 0;
	padding:0;
	width:58px;
}

table.applytable .feday, .applytable .femonth, 
.applytable .feyear, span#volumemaindetails .feday, 
#volumemaindetails .femonth, #volumemaindetails .feyear, 
span#personregister .feday, #personregister .femonth, 
#personregister .feyear 
{
margin:3px 3px 3px 0;
}
.feday 
{
	width:54px;
}
.femonth 
{
	width:100px;
}
.feyear 
{
	width:64px;
}
.applytable input.reginput 
{
	margin:3px 5px 3px 0;
	width:220px;
}
span#volumemaindetails input.reginput
{
	margin:3px 5px 3px 0;
	width:220px;
}
span#volumemaindetails select.reginput 
{
	margin:3px 5px 3px 0;
	width:225px;
}
table.greytable 
{
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	padding:11px;
}
/*input#formsubmit1394 
{
	margin-left:-152px;
}*/
#alertregdiv .reginput 
{
	margin:3px;
	width:200px;
}
#igedu .femonth 
{
	margin:0px 4px 0;
	width:45px;
}
h1#igPageTitle
{
color:#cc0033;
}
div.igPageTitle 
{
font-weight:bold;
color:#cc0033;
margin:0 0 10px;
}
span#igedu .eduheader 
{
color:#cc0033;
}
table#languageskills th.listheading 
{
background-color:#B30028;
padding:0 0 0 3px;
color:#FFFFFF;
}
div#igsearchresultsnewsearch img,
div#igsearchresultsrefinesearch img
{
	display: none
}

#igsearchresultsnewsearch a,
#igsearchresultsrefinesearch a
{
	background: url(postulez_fleche.jpg) no-repeat left center;
	padding: 0 0 0 28px
}

/* 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
}

*/
