﻿/* 
-------------------------------------------------------------------------------
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
}

#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
}

*/

div#igContainer span.ResultsItemsPerPage span.general_bold a
{
	text-decoration:underline!important;
	color:#0000EE!important;
}

body {
	font-size: 100%; 
	margin: 0 0 0 0px; 
	font-family: Arial;
	
}
#igPageTitle {
	color:#009900;
	font-family:Arial;
	font-size:1.3em;
	padding-bottom:0;
	vertical-align:bottom;
	border-bottom:3px solid #009900;
}
div#igContainer
{
	color:#003366;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	width:500px;
}
div#igContainer a 
{
	color:#003366!important;
	font-family:Arial!important;
	font-size:12px!important;
	text-decoration:none!important;	
}

.submitbutton
{
	background-color:#CBCBCB;
	border:1px solid #CCD6E0;
	color:#003366;
	cursor:pointer;
	font-family:Arial;
	font-size:100%;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
}
div#igsearchresultsnewsearch img
{
	margin-right:5px;
}
a.SortBar
{
	color:#003366 !important;
	text-decoration:none;
}
a.SortBar:hover
{
	text-decoration:underline;
}
#igsearchresultsalertregemail .submitbutton
{
	width:130px;
}
input#company, input#jobtitle
{
	width:340px !important;
}
span#igedu .femonth
{
	width:45px;
}
span#igedu .feyear
{
	width:55px !important;
}
/*span#igedu input,
span#igedu select
{
	font-size:0.9em;
}*/
select#gender
{
	width:204px !important;
	margin-right:2px !important;
}
select#CandGeneralField1,
select#CandGeneralField2,
select#CandGeneralField3,
select#advert
{
	width:204px !important;
}
table#volumeapp *
{
	font-size:100%;
}
#volumemaindetails #day_DOB,
.applytable #day_DOB
{
	width:50px;
}
#volumemaindetails #month_DOB,
.applytable #month_DOB
{
	width:92px;
}
#volumemaindetails #year_DOB,
.applytable #year_DOB
{
	width:52px;
}
#volumemaindetails td span
{
	width:10px;
	text-align:left;
}
#igContainer select,
#igContainer input
{
	font-family:Arial;
	font-size:12px;
}
td#volumeappcnt span
{
	font-size:14px !important;
}
td#volumeappquestion
{
	float:left;
	margin-left:-18px;
}
#preappdetails #advert
{
	width:190px !important;
}
.searchpair label 
{
	width:200px;
}
div#searchcriteria_container 
{
	margin:-15px 0 0;
}
table#login1
{
	margin:-25px 0 0;
}
table#searchresultslist 
{
	margin:3px 0 0;
}
div#currentsearchcriteria
 {
	padding:2px 0 20px;
	margin-top:-39px;
}

table.list th 
{
	background-color:#F0F0F0;
	color:#003366;
}
#alertregdiv .reginput
{
	margin:3px;
	width:200px;
}
div.igDivLabel 
{
float:left;
padding:2px;
width:278px;
}
#igWriteJob *
{
	font-family: Arial!important;
	color:#003366!important;
	font-size:12px;
}

/* Add This */

div#sharethis {
width: 6.8em;
position: absolute;
top: 0.7em;
left: 24.5em;
}

div#igContainer.JOB div.igPageTitle {
margin-top: 1em;
}

/* */
