﻿/* 
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------
*/



div.defaultbqchoice
{
	margin: 3px !important;
}
/*  =  START = Changes for the second powerpoint in WR.: 112505 */
div
{
	padding-bottom:3px!important;
}

div#igmainsection br
{
    display:none;
}
span.defaultbqquestion
{
    margin-top:10px
}


div#completedcheckbox label
{
	float:left;
	margin-bottom:2px;
	margin-right:5px;
}

div#completedcheckbox
{
	margin-bottom:8px;
}

input#isDone
{
	margin:2px 0 0 1px;
}

td#writedocsfilename input
{
	height:25px!important;
}
/*  = END ============================================================   ======= */


/* Place any styles specific to the front end template below here */

div#igmainsection table tbody tr td form table
{
    background-color:transparent!important;
}


div.branchmselectionitem label
{
    
    margin-left:13px!important;
}
div.branchmselectionitem input
{
   float:left;
	margin-bottom:2px;
	margin-right:5px;
   
}
div.defaultbqchoice  label
{
    
    margin-left:20px!important;
}
div.defaultbqchoice  input
{
    float:left;
	margin-bottom:2px;
	margin-right:5px;
   
}


h1#igPageTitle
{
font-size:1.5em;
}
div#submenu ul ul li
{
margin-left:2em;
}
div#submenu ul ul
{
background-color:#FBFBFD;
}
div#submenu ul ul li.selected a
{
color:#000000;
}
/* Place any styles specific to i-GRasp front end sections below here */
.searchpair label , .singledropdown label {
width:140px;
}
input, select
{
color:#777777;
font-family:normal Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
tbody tr td font span, tbody tr td font
{
color:#024C8D!important;
font-size:14px;
font-family:normal Arial,Helvetica,sans-serif;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
select
{
padding:2px;
}
#igSortBarRow a.SortBar 
{
color:#FFFFFF;
}
th#igSortBartitle.igSortBarHeader img
{
width:1em;
}
span.ResultsItemsPerPage span
{
color:#FFFFFF;
}
div.controlbar, div.controlclose
{
width:468px!important;
z-index:20;
}
div.multiselectbox
{
width:460px!important;
}
span.expanditem {
width:230px!important;
}
table#igWriteJob div.header {
font-size:1.5em;
}
/* 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(/fe/images/back.gif) no-repeat left center;
	padding: 0 0 0 10px;
	width:0.5em;
}

a.nextbullet /* As above, but this moves the image to the right of the link. */
{
	background: url(img/bullet.gif) no-repeat right bottom;
	padding: 0px 10px 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(/fe/images/bullet.gif) no-repeat left center;*/
	margin-left: 5px;
	padding: 0 0 0 12px;
	width:0.5em;
}

/* 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#igmainsection
{
	background-color: White !important;
}
body
{
	width: 600px;
	
}
div#igmainsection input, div#igmainsection select 
{
	margin-bottom: 6px;
}
th, td {
border-bottom:0px solid #C5C5C5;
padding:0px 0px 0px;
}

div.multiselectbox {
overflow:auto;
position:relative;
height: auto;
}
div.controltitle
{
line-height: normal;
}
table#searchresultslist th.igSortBarHeader 
{
 width:27%;
 text-align:left;
}

select, input
{
	font-size:1em;
}

body
{
	background-color:#ffffff;
}

table#searchresultslist tr#igSortBarRow
{
	background-color:#024C8D!important;
}

div#igContainer 
{
	padding-left:10px;
}

