﻿/* 
-------------------------------------------------------------------------------
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
}

/* 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(../common/images/bullet.gif) no-repeat left center;
	background-position: -4px 0px;
	padding: 0 0 0 20px;
}


/* Restrict margin on div.searchpair elements
The margins will distort the layout of the page */


div#igContainer {
	margin-left:15px;
	margin-right: 10px;
}

/*
table#searchresultslist tbody tr td{
	border: 0px;
}

table#searchresultslist{
	border: 0px;
}
*/

/* Corrects position of "Title" text and Sort Arrow img */
/* To be in-line with the other columns */
table#searchresultslist th#igSortBartitle a, table#searchresultslist th#igSortBartitle img{
	position:relative;
	top: 2px;
}

/* Adjusts Bullet img which is inside an Anchor tag */

a img{
	position: relative;
	top: -3px;
}

div#homebox img[src|="images/client/Legal_and_General01/common/images/arrow-info.gif"]{
	position: relative;
	top: 7px;
}

/* Preserve image positions of standard website links */

ul#navigation img{
	position: relative;
	top: 0px;
}

div#footer2 img{
	position: relative;
	top: 0px;
	z-index: -1;
}

div#logo img{
	position: relative;
	top: 0px;
}

div#mscbclose_searchlocation a img{
	top:0px;
}

/* End of Preservation of Image Positions */

#homebox h2.sec_headings {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color:transparent;
	color:#009933;
	font-size:168%;
	font-weight:normal;
	letter-spacing:-0.02em;
	margin:0;
	padding:10px 0;
}

td#jobapplylink a img, td#emailafriendlink a img, td#backtosearchresults a img, td a img {
	margin-right:3px;
}

.container-info h2 {
	padding: 3px 10px; 
	color: #000;
	font: normal 140% "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0.5em; 
	border-bottom: #dceef4 1px solid
}

div#head2 h1 {
	font-size:115%;
	font-weight:bold;
	margin:0;
}


/* Update to Equal Ops Input Sizes */

#equalopstable select.inputobjects{
	width:304px;
}

#equalopstable input.inputobjects{
	width:300px;
}

input#keyword {
	margin-left:10px;
}
#equalopstable textarea {
height:75px;
width:300px;
}

#equalopstable input.inputobjects {
height:75px;
width:300px;
}
div#offertypeinfopagedetailname
{
font-weight:bold !important;
}
/* End */
div#page
{
float:left!important;
}
#container #moreinfo
{
position: absolute; 
float:right;
width: 220px;
top:100px;
left: 770px;
}

div#moreinfo h2
{
background-color:#fff !important;
border-bottom:1px solid #DCEEF4;
color:#000000;
font-family:"Century Gothic",Arial,Helvetica,sans-serif;
font-size:140%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0 0 0.5em;
padding:3px 10px;
}