﻿/* 
-------------------------------------------------------------------------------
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#navColumn ul
{
	list-style-type:none;
}

#searchcriteria_container label
{
	color:#000000;
}

table#searchresultslist
{
	width:455px;
}

table#searchresultslist a.SortBar
{
	color:#ffffff;
	text-decoration:none;
}

table#searchresultslist #igSortBar font, table#searchresultslist span.general_bold
{
	color:#000000;
	font-weight:bold;
}

td#igSortBar
{
	background-image:url(../images/background-results.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:40px;
	vertical-align:top;
	padding:5px;
}


table#searchresultslist .ResultsItemsPerPage
{
	background-color:#ffffff;	
}

/*table#searchresultslist
{
	background-image:url(../images/background-results-footer.gif);
	background-position:0% 100%;
	background-repeat:repeat-x;
}*/

table#searchresultslist input#email
{
	width:165px;
}

table#igWriteJob span.general_bold
{
	padding:10px 0 0;
}

table#igWriteJob .header
{
	background-color:#ffffff;
}


tr.titleRow, div.header 
{
	padding:0px;
}

#forgotpasswordcancel
{
	text-align:right;
	margin-right:50px;
}


table.list a
{
	background-image:url('../images/link_arrow.gif');
	background-repeat:no-repeat;
	padding-left:15px;
}


span#logindetails table
{
	width:100%;
}

table.list th.listheading
{
	text-align:left;
	padding-left:2px;
}


span#logindetails input.reginput
{
	width:200px;
}

div#alertregdiv input.reginput
{
	width:200px;
}

table.status *
{
	color:#000000;
}

table.status a
{
	font-weight:bold;
}


table.status td.statuslabel, table.status td.statusvalue
{
	text-align:left!important;
	/*float:left;*/
	width:80%;
}


table.status tr + tr + tr + tr + tr  td
{
	/*text-align:right;*/
}

table.status td.statuslabel
{
	width:auto;
}

table#igWriteJob .header
{
	padding:5px 0px 10px 0px;
}


/* DV 26/05/10 WR121537 RSS FEED */
#igRSSFeed{
	color:#999999;
	font-family:arial;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:-10px;
}