﻿/* 
-------------------------------------------------------------------------------
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
}
*/ 
/* As above, but this moves the image to the right of the link. */
 /*
a.nextbullet
{
	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
}
*/
/*
#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
}

*/
.status
{
	background-color:transparent !important;
	border:1px solid #E5E5E5 !important;
}
.status .statuslabel
{
	text-align:left !important;
	font-weight:normal !important;
	padding-left:5px !important;
}
.status .statusvalue
{
	text-align:left !important;
}
#volumemaindetails td input
{
	margin:0px !important;
}
#volumemaindetails select
{
	width:225px !important;
}
#volumemaindetails input.reginput
{
	width:220px !important;
}
#volumemaindetails  input#HOMEPHONENO,
#volumemaindetails input#WORKPHONENO,
#volumemaindetails input#MOBILEPHONENO
{
	width:220px !important;
}
.applytable td input
{
	margin:0px !important;
}
.applytable select
{
	width:225px !important;
}
.applytable input.reginput
{
	width:220px !important;
}
.applytable  input#HOMEPHONENO,
.applytable input#WORKPHONENO,
.applytable input#MOBILEPHONENO
{
	width:130px !important;
}
table
{
	background-color:transparent !important;
}

#igWriteJob #Div1
{
	font-weight: normal; 
	font-size: 22px; 
	color: #e47e00; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
#igWriteJob td.descvalue
{
	padding-left:10px !important;
}
table.applytable #day_DOB,
#volumemaindetails #day_DOB
{
	width:60px !important;	
}
table.applytable #month_DOB,
#volumemaindetails #month_DOB
{
	width:100px !important;
}
table.applytable #year_DOB,
#volumemaindetails #year_DOB
{
	width:56px !important;
}
th,td { font-size:12px;}

td.listbody 
{
	font-size:1em;
	padding:2px;
}
input.searchcriteria
{
	width:241px !important;
}
td#jobapplylink
{
	padding-left:2px !important;
}
#alertregdiv .reginput
{
	width:200px;
}
select#gender,
select#advert
{
	margin-right:0px !important;
}
.defaultbqchoices input.branchradio
{
	margin-right:2px;
}
table#languageskills .formselect
{
	width:200px;
}
table#workexp input#currentjob
{
	margin-left:5px;
}
table#workexp #volumeexperiencetype,
table#workexp #volumeexperiencetype1
{
	width:235px;
}

#personregister #day_DOB
{
	width:53px !important;
}
#personregister #month_DOB
{
	width:95px !important;
}
#personregister #year_DOB
{
	width:55px !important;
}
#personregister .inputobjects
{
	width:210px !important;
}
