﻿/* 
-------------------------------------------------------------------------------
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, div#igsearchresultsrefinesearch img, div#igsearchresultsnewsearch img
{
	display: none
}


/* 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
}

*/

/* Education Columns width fix to make it standard for new FEs*/ 
span#igedu td.listheading 
{
	width:137px;
}
div#searchsubmit 
{
	margin:-29px 0 0;
}
.searchpair select.searchcriteria 
{
	margin:2px 0;
	width:239px;
}
tr#igSortBarRow 
{
	font-size:12px;
	text-align:left;
}
.searchpair select.searchcriteria 
{
	margin:2px 0;
	width:259px;
}

.searchpair input.searchcriteria, .searchpair input.postcode 
{
	margin:2px 0;
	width:258px;
}
#alertregdiv .reginput 
{
	margin:3px;
	width:190px;
}
span#logindetails td
{
 width:60%;
}
td#writedocsfilename input 
{
	height:22px;
}
div#forgotpasswordcancel 
{
	float:right;
	margin-top:9px;
	width:200px;
}

/* Added Client CSS requested changes - 20th July 2010 */

div.header {
	font-weight: normal;
}

.header {
	color:#000000;
	font-size:15px;
	font-family:Verdana;
	font-weight: normal;
	padding-bottom: 15px;

}
.general_bold {
	color: #333333;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
table, tr, td {
	background: none;
	font-family: Verdana;
	color: #333;
}
input[type="text"], input[type="password"], select, textarea {
	padding: 3px 2px 3px 2px;
	margin: 0 5px 0 0;
	background: #fff url(../images/webform_bg.gif) left top repeat-x;
	border: 1px solid #999;
	color: #333;
}
input.text, input.password, .reginput, .searchcriteria, .inputobjects, .logininput {
	padding: 3px 2px 3px 2px;
	margin: 0 5px 0 0;
	background: #fff url(../images/webform_bg.gif) left top repeat-x;
	border: 1px solid #999;
	color: #333;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	background: #fff url(../images/button.png) repeat-x 0 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #970206;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #FF0000;
}
input.submit, input.button, input.submitbutton {
	cursor: pointer;
	font-weight: normal;
	padding: 2px;
	font-size: 11px;
	background: #fff url(../images/button.png) repeat-x 0 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #970206;
}
input.submit:hover, input.button:hover, input.submitbutton:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #FF0000;
}

a {
	text-decoration: none;
	color: #970206;

}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

span#volumemaindetails select.reginput {
	width:200px;
}

#searchtext {
	width:259px;
	margin:2px 0;
}

#searchresultslist a:hover {
	color: #ff0000;
}

td.listbody, th.listheading {
	font-size:12px;
}
