﻿/*graphico.co.uk*/
@import "/isc/surrey/css/tabs_css.css";
@import "/isc/surrey/css/bookmark_css.css";
/* The file below is read by ALL browsers
    but the hacks contained within it further target 
    IE5-6 for Windows. See file for details. */
@import "/isc/surrey/css/ie6win_css.css";
@import "/isc/surrey/css/ie7win_css.css";
/* The file below is ONLY read by IE5/Win.
    Makes use of the Mid Pass Filter: 
    http://tantek.com/CSS/Examples/midpass.html */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */
/* The file below is ONLY read by IE5/Mac.
    Makes use of the Band Pass Filter: 
    http://www.stopdesign.com/examples/ie5mac-bpf/ */
/*\*//*/
  @import "ie5mac.css";
/**/
/* -- Generic Initiation items not covered in "undothml.css" -- */
body
{
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 62.5%;
    background-color:#fff;
    position: relative;
    color: #606060;
}
body.pageContent
{
    background-image: url("/isc/surrey/css_images/pageContentBG.gif");
    background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p
{
    position: relative;
}
/*    For evil CMSs */
u
{
    text-decoration: none;
}
/*    To standardise cross browser */
ul, ol
{
    list-style-position: outside;
}
fieldset
{
    border : none;
}
legend
{
    display: none;
}
/*    Completely remove text from presentation */
/*    Not used to hide text  - screen readers won't pick it up either    */
.invisible
{
    display: none;
}
/*    Used to hide text that screen readers should pick up */
.hide
{
    position: absolute;
    top: -9999px;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clearBoth
{
    clear: both;
}
/*    Clear floats on a background */
.theBreaker
{
    height: 0.005em;
    clear: both;
    overflow: hidden;
}
/*    Clearfix method for floated elements    */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/*    IE7 hack */
.clearfix {display:inline-block;}
.clearfix {display:block;}
/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{ 
    position:relative; 
    margin:0px; 
    padding:0px; 
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ overflow: hidden; /* */ 
} 
/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{ 
    position:relative; 
    margin:0px; 
    padding:0px; 
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ overflow: hidden; /* */ 
} 
.replace span
{
    display:block; 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:1; /*for Opera 5 and 6*/ 
}
hr
{
    display: none;
}
.pageContent hr
{
    display: block;
    color: #e9e9e9;
    background-color: #e9e9e9;
    height: 1px;
    border: 0 none;
    margin: 9px 0 9px 0;
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.
<h1 id="myh1" class="replace" >Headline<span></span></h1> 
the add the CSS:
#myh1, #myh1 span
{ 
    height:100px; 
    width:300px; 
    background-image: url(head.png); 
} 
*/
/* begin normal CCS for Tier 1 browser: Firefox */
/*
#tooltip{
    position:absolute;
    background:#000;
    padding:1em;
    color:#fff;
    display:none;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    z-index: 100;
    }
*/
#h1UniversityOfSurrey, #h1UniversityOfSurrey span
{ 
    height:50px; 
    width:168px; 
    background-image: url("/isc/surrey/css_images/h1UniversityOfSurrey.gif"); 
    cursor:pointer;
}
#h1UniversityOfSurrey
{
    position: absolute;
    top: 25px;
} 
p#h1UniversityOfSurrey { margin: 0; }     
    
#featureBox
{
    position: relative;
}
#featureBox #leadPromotion
{
    position: absolute;
    bottom: 65px;
    left: 4px;
    width: 925px;
    padding:  10px 20px;
    font-family: Georgia, Serif;
    font-style:italic;
    background-image: url("/isc/surrey/css_images/leadPromotionBG.png");    
}
#featureBox #leadPromotion p
{
    margin: 0;
    font-size: 2.0em;
}
#featureBox #leadPromotion p a
{
    background-image: url("/isc/surrey/css_images/iconArrowLarge.gif");
    background-repeat: no-repeat;
    background-position:right center;
    padding-right: 17px;
}
#featureBox #leadPromotion p a:hover,
#featureBox #leadPromotion p a:focus
{
    background-image: url("/isc/surrey/css_images/iconArrowLargeNegative.gif");
}
/*class of generic box
it has round corners and is a base class for all rounded boxes - use it for good only, Luke*/
.genericBox
{
    background-color:#f3f3f3;
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0;
    min-height:10.9em;
    /* padding:  10px 20px; */
    padding:  10px 20px 0 10px; /* IC updated as no-longer read more link */
}
.genericBox:hover
{
     /* border-color: #aeaeae; */ /* IC commented out as box not acting as a link */
}
/* the visual effect of "not square corners". "tl" = Top Left etc*/ 
.genericBox .tl,
.genericBox .tr,
.genericBox .bl,
.genericBox .br
{
    background-color: #f8f8f8;
    width: 1px;
    height: 1px;
    z-index: 100;
    font-size: 1px;
}
/*the positioning of those corners*/
.genericBox .tl
{
    position: absolute;
    top: -1px;
    left:-1px;
}
.genericBox .tr
{
    position: absolute;
    top: -1px;
    right:-1px;
}
.genericBox .bl
{
    position: absolute;
    bottom: -1px;
    left:-1px;
}
.genericBox .br
{
    position: absolute;
    bottom: -1px;
    right:-1px;
}
/*variations of genericBox found on the homepage*/
#container
{
    width: 973px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position:relative;
    font-size: 1.1em;
}
#container #decorationImg
{
    text-align: right;
}
#branding
{
    position: relative;
    padding-top: 105px;
    width: 100%;/*helps IE with layout*/
}
.pageContent #branding
{
    margin-bottom: 10px;
    height: 142px;
    padding-top: 0;
}
#branding #search
{
    position: absolute;
    top: 0;
    right: 0;
}
#branding #search
{
    text-align: right;
    margin-top: 10px;
    margin-right: 9px;
}
#branding #search input#uiTxtSearchTerm
{
    width: 15em;
    padding:3px 15px 3px 3px;
    border:1px solid #D7D7D7;
}
#branding #search input#uiTxtSearchTerm:hover,
#branding #search input#uiTxtSearchTerm:focus
{
    border:1px solid #002664;
}
#branding #search .genericButton
{
    width: auto;
}
#siteInformation
{
    border-top:1px solid #D7D7D7;
    padding: 20px;
    text-align: center;
}
.pageContent #siteInformation
{
    position: relative;
    border-top: 0 none;
    height: 203px;
    width: 100%;
}
#siteInformation ul
{
    margin-bottom: 1.4em;
}
#siteInformation li
{
    display: inline;
    font-family: Georgia, Serif;
}
#siteInformation li a
{
    padding: 5px 10px;
    display: inline-block;
    color: #656363;
}
#siteInformation li a:hover,
#siteInformation li a:focus
{
    background-color: #00a8e1;
    color: #fff;
}
/*gradient at bottom of page visual effect*/
/*    class defines generic gradient at the bottom of the page */
.decorativeEffect
{
    background: transparent url("/isc/surrey/css_images/visualEffect01.gif") repeat-x left bottom;
    width: 100%;
    left: 0;
    z-index:0;
    height: 439px;
    margin-top: -439px;
}
/*    Moves the gradient so it appears roughly halfway up the decorative image - assumes image height around 200px */
#visualEffect01
{
    
    background-position: left -100px;
}
/*    Moves the gradient so it appears roughly halfway up the decorative image - assumes image height around 400px */
#visualEffect02
{
    background-position: left -200px;
}
/*content pages have a different inplementation of visual effect*/
#promoBoxes
{
    margin-bottom: 40px;
    text-align: left;
}
#promoBoxes .genericBox
{
    background-color: #f8f8f8;
    width: 278px;
    background-image: url("/isc/surrey/css_images/promoGenericContainerBG.gif");
    background-repeat:repeat-x;
    float: left;
    margin-right: 6px;
}
#promoBoxes .last
{
    margin-right: 0;
}
#promoBoxes .genericBox h3
{
    font-size: 2.0em;
    font-weight: normal;
    margin-bottom: 0.5em;
    
}
#promoBoxes .last
{
    margin-right: 0;
}
#promoBoxes .genericBox .container
{
    width: 70%;
}
/* generic form*/
.genericForm
{
    
}
.genericForm label
{
    display: block;
    color: #002765;
    margin-bottom: 0.2em;
}
.genericForm input,
.genericForm select,
.genericForm textarea
{
    width: 100%;
    margin-bottom: 0.4em;
}
.genericForm .genericButton
{
    width: auto;
    background-color: #fff;
    color: #002664;
    padding: 3px 15px 3px 3px;
    background-image: url("/isc/surrey/css_images/iconButtonArrowNegative.gif");
    background-repeat: no-repeat;
    background-position: right center;
    cursor:pointer;
    border: 1px solid #002664;
}
.genericForm .genericButton:hover,
.genericForm .genericButton:focus
{
    border: 1px solid #fff ;
    background-image: url("/isc/surrey/css_images/iconButtonArrow.gif");
    color: #fff;
    background-color: #002664;
}
/*deviation from generic form for the course search on the home page*/
#courseFinder .genericButton
{
    position: absolute;
    right: -50px;
    bottom: -1px;
}
#promoBoxes #courseFinder .container
{
    width: 150px;
    margin-right: 40px;
}
#courseFinder .genericForm
{
    position: relative;
}

/*these set the positions of the decorative imnages in the home page in Promo boxes*/
.iconLeft .container
{
    float: right;
}
.iconLeft .decorativeIcon
{
    background-color: Red;
    position:absolute;
    top: 30px;
    left: -10px;
    z-index: 100;
}
.iconRight .container
{
    float: left;
}
.iconRight .decorativeIcon
{
    background-color: Red;
    position:absolute;
    top: 30px;
    right: -10px;
    z-index: 100;
}
#pageHome #extra
{
    width: 310px;
    float: right;
}
#pageHome #primaryContent
{
    width: 631px;
    float: left;
}
#pageHome
{
    background-image: url("/isc/surrey/css_images/bodyBG.gif");
    background-repeat: repeat-x;
}
#pageHome #primaryContentContainer
{
    margin-left: 43px;
}
#pageHome #primaryContentContainer h2
{
    font-size: 3.1em;
    font-weight: normal;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.3em;
}
#pageHome #primaryContentContainer .column
{
    float:left;
    width: 40%;
    padding-right: 8%;
}
#pageHome #columnContainer
{
    margin-bottom: 20px;
}
#pageHome #extra
{
    
}
#pageHome #extra h2
{
    font-style: italic;
    font-weight: normal;
    color: #606060;
    margin: 0.4em 0 1.2em 0;
    font-size: 1.4em;
    margin-left: 20px;
}
#pageHome #extra .genericItem
{
    margin-bottom: 30px;
    margin-left: 20px;
}
#pageHome #extra .genericItem h3
{
    font-size: 2.0em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-weight:normal;
    color: #333333;
}
#pageHome #extra .genericItem .readOn
{
    font-weight: bold;
}
/*basic typography*/
h1, h2, h3, h4, h5, p.date
{
    font-family:Georgia, Serif;
}
h1,h2, h3, h4, h5, a
{
    color: #002664;
}
a:hover,
a:focus
{
    background-color:#002664;
    color: #fff;
}
p
{
    margin: 0.4em 0 1.2em 0;
    line-height: 1.4;
    font-size: 1.1em;
}
p.date
{
    font-size: 1.2em;
    margin-bottom: 0;
}
#primaryContent h2,
#primaryContent .listOfPressItems h3,
#additionalContent h3
{
    font-size: 2.1em;
    color: #606060;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 15px;
}
.pageContent #extra h2
{
    font-size: 1.8em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.2em;
}
.pageContent #extra .telephone
{
    font-size: 1.4em;
    margin: 0.2em 0 0.2em 0;
    display: block;
}
ul.genericList
{
    margin:0.4em 0pt 1.2em;
    font-size: 1.1em;
    line-height: 1.4;
}
ul.bulletList
{
    list-style-type: disc;
    list-style-position: inside;
}
ul.genericOrderedList
{
    list-style-type: decimal;
    list-style-position: inside;
}
ul.genericOrderedList li
{
    margin-bottom: 0.4em;
}
#skipLinks
{
    padding: 1em;
}
.genericForm input,
.genericForm select,
.genericForm textarea
{
    font-size: 1.0em;
}
/*Primary navigation*/
#primaryNavigation
{
    position: absolute;
    /* bottom: 330px; */
    right: 0;
    top: 70px;
    font-family: Georgia, Serif;
    font-size: 1.1em;
    z-index: 100;
}
.pageContent #primaryNavigation
{
    /*bottom: 70px;*/
}
#primaryNavigation li
{
    display: inline;
}
#primaryNavigation li a
{
    padding: 5px 10px;
    display: inline-block;
    color: #656363;
}
#primaryNavigation li a:hover,
#primaryNavigation li a:focus
{
    background-color: #00a8e1;
    color: #fff;
}
/*"you are here" effect in the primary navigation*/
.sectionMediaCentre #navMediaCentre a,
.sectionResearch #navResearch a
{
    color: #00a8e1;
}
.sectionAboutUs #navAboutUs a
{
    color: #9bae01;
}
.sectionStudy #navStudy a
{
    color: #00a8e1;
}
/*various icon lists*/
/*normal*/
ul.iconList
{
    
}
ul.iconList li a
{
    background-image: url("/isc/surrey/css_images/iconArrowSmall.gif");
    background-repeat: no-repeat;
    background-position:right center;
    padding-right: 17px;
}
ul.iconList li a:hover,
ul.iconList li a:focus
{
    background-image: url("/isc/surrey/css_images/iconArrowSmallNegative.gif");
}

/*large*/
ul.large li
{
    border-bottom: 1px solid #dddddd;
    line-height: 3.0em;
    font-family:Georgia, Serif;
}
ul.large li.last
{
    border: 0 none;
}
ul.large li a
{
    font-size: 2.0em;
    background-image: url("/isc/surrey/css_images/iconArrowLarge.gif");
}
ul.large li a:hover,
ul.large li a:focus
{
    background-image: url("/isc/surrey/css_images/iconArrowLargeNegative.gif");
}
/*medium*/
ul.medium li
{
    border-bottom: 1px solid #dddddd;
    line-height: 2.5em;
    font-family:Georgia, Serif;
    font-weight: normal;
}
ul.medium li.last
{
    border: 0 none;
}
ul.medium li a
{
    font-size: 1.5em;
    background-image: url("/isc/surrey/css_images/iconArrowLarge.gif");
}
ul.medium li a:hover,
ul.medium li a:focus
{
    background-image: url("/isc/surrey/css_images/iconArrowLargeNegative.gif");
}
/*tabs on home page contain content not specified in tabs.css*/
#tabbedContent .genericBox
{
    padding: 20px;
    min-height: 164px;
    margin-bottom: 10px;
    border-color: #e6e6e6;
    background-color: #f1f1f1;
}
#extra #tabbedContent .genericBox,
.pageLanding #tabbedContent .genericBox
{
    padding: 5px;
    margin-bottom: 15px;
}
#extra #tabbedContent .genericBox .genericBox,
.pageLanding #tabbedContent .genericBox .genericBox
{
    background-color: #fff;
    margin-bottom: 0px;
}
#tabbedContent .genericBox .tabPromoImage
{
    float: left;
    margin-right: 20px;
    line-height: 0;
}
#tabbedContent .genericBox .tabPromoList
{
    /*
    width: 40%;
    display: inline;
*/
}
#tabbedContent ul#tabNavigation li
{
    display: inline;
}
#tabbedContent ul#tabNavigation li a
{
    color: #696969;
    font-weight: normal;
    text-decoration: none;
}
/*tabbed content on a landing page*/
.pageLanding #tabbedContent .genericBox .genericBox img
{
    float: left;
    margin-right: 20px;
}
.pageLanding #tabbedContent .genericBox .genericBox h3
{
    color: #002765;
}
/* v card*/
.squareBox
{
    background-color: #f6f6f6;
}
#contacts .vcard address span
{
    display: inline;
}
#contacts .vcard
{
    float: left;
    padding: 15px 10px 0 15px;
    border-right: 1px solid #fff;
}
#contacts .vcard address
{
    display: none;
}
#contacts .vcard .fn
{
    font-size: 1.6em;
}
/*Secondary navigation*/
#secondaryNavigation h2
{
    margin-top: 0.4em;
    font-size: 1.2em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.3em;
    font-family:Georgia, Serif;
    color: #002663;
    font-weight: normal;
}
#secondaryNavigation a
{
    color: #666666;
    text-decoration: none;
    font-family:Georgia, Serif;
}
#secondaryNavigation a:hover
{
    
}
#secondaryNavigation a:hover ,
#secondaryNavigation a:focus ,
#secondaryNavigation .current,
#secondaryNavigation span.hover
{
    background-color: #f1f1f1;
}
#secondaryNavigation li.parent a span
{
    display: block;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    text-indent: 8px;
    padding: 5px 0 5px 0;
}
#secondaryNavigation li.last a span
{
    background-image: none;
    border-bottom: 0 none;
}
#secondaryNavigation li.parent li a span
{
    
    margin: 0 0 0 10px;
    background-image: none;
}
#secondaryNavigation ul,
#secondaryNavigation li
{
    margin-bottom: 0;
    background-color: #fff;
}

/*social bookmarking*/
.iconDelicious
{
    padding-left: 14px;
    background-image: url("/isc/surrey/css_images/iconDelicious.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
.iconStumbleUpon
{
    padding-left: 18px;
    background-image: url("/isc/surrey/css_images/iconStumbleUpon.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
/*basic 2 column page layout*/
.pageTwoColumn #container
{
    /*background-color: olive;*/
}
.pageTwoColumn #primaryContent
{
    /*background-color: Red;*/
    width: 725px;
    float: left;
}
.pageTwoColumn #flexible,
.pageThreeColumn #flexible
{
    width: 224px;
    float: left;
    padding-right: 24px;
}
/*basic 3 column layout*/
.pageThreeColumn #primaryContent
{
    width: 407px;
    float: left;
}
.pageThreeColumn #extra
{
    width: 292px;
    float: right;
    margin-top: 15px;
}
/*press releases*/
.listOfPressItems
{
    width: 49%;
    float: left;
}
#pressItems .last
{
    float:right;
}
#pressItems .last p
{
    padding: 10px 0 0 0;
}
.listOfPressItems ul
{
    background-color: #f6f6f6;
    border-top: 1px solid #e9e9e9;
}
/*other press releases*/
#otherPressReleases p.date
{
    margin-bottom: 0;
    line-height: 1.2em;
    padding: 10px 0 0 0;
}
#otherPressReleases ul a
{
    font-size: 1.2em;
    background-image: none;
    padding-right: 0;
}
#otherPressReleases ul p
{
    margin:  0 15px 0 15px;
    
}
#otherPressReleases li
{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 9px;
}
#otherPressReleases li.last
{
    border-bottom: 0 none;
    float: none;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
}
/*press release archives*/
#pressReleaseArchives li a
{
    margin: 0 15px 0 15px;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: Georgia, Serif;
    background-image: none;
    padding-right:0;
}
#pressReleaseArchives li
{
    padding: 5px 0 4px 0;
    border-bottom: 1px solid #fff;
}
#pressReleaseArchives li.last
{
    float: none;
    background-color: #fff;
    font-family:Arial,Verdana,sans-serif;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
}
#pressReleaseArchives li.last a
{
    font-family:Arial,Verdana,sans-serif;
}
/*primary box is the latest press release on this page*/
#primaryBox 
{
    padding: 10px;
}
#primaryBox .genericBox
{
    background-color: #ffffff;
    /* padding: 20px; */ /* IC updated as no-longer read more link */
}

#primaryBox .genericBox .corner
{
    background-color: #f3f3f3;
}
#primaryBox .genericBox img.primaryImage
{
    float: right;
    margin: 0 0 20px 20px;
}
#primaryBox .genericBox h3
{
    font-size: 2.0em;
    margin-bottom: 0.4em;
}
#primaryBox .linkReadMore
{
    background-color: #fff;
    background-image: url("/isc/surrey/css_images/iconPlus.gif");
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 25px;
    padding-right: 5px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    bottom: -38px;
    left: 10px;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
#primaryBox .linkReadMore:hover,
#primaryBox .linkReadMore:focus
{
    border-color: #AEAEAE;
}
#primaryBox #readLess
{
    background-image: url("/isc/surrey/css_images/iconMinus.gif");
    bottom: -39px;
}
/*related links in the primary box*/
#primaryBox #relatedLinks
{
    margin: 0 0 0 12px;
    font-family:Georgia, Serif;
}
#primaryBox #relatedLinks h4
{
    font-style: italic;
    margin-bottom: 0.4em;
}
/*generic pageContent*/
.pageContent h1,
.pageContent h2.sectionHeading
{
    font-size: 3.0em;
    font-weight: normal;
    margin-bottom: 0.4em;
}
.pageContent h2.sectionHeading
{
    color: #002765;
}
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5
{
    color: #666666;
    font-weight: normal;
}
/*generic page content*/
.pageContent #primaryBox .genericBox
{
    /* margin-bottom: 40px; */ /* IC commented out as we are not having read more */
}
.pageContent #additionalContent
{
    margin-left: 263px;
}

.pageContent #additionalContent h3
{
    margin: 0;
}
.pageContent #primaryContent h3
{
    /* font-size: 1.8em; */
    font-size: 1.5em; /* Study Group updated */
    margin-top: 0.4em;
}
#primaryContent a, #extra a, #additionalContent a
{
    text-decoration: underline;
}
#pageHome #primaryContent a
{
    text-decoration: none;
}

/*different sections have different colour links in some areas*/
.sectionMediaCentre #primaryContent #relatedLinks a,
.sectionMediaCentre #primaryContent .vcard a,
.sectionMediaCentre #additionalContent .email
{
    color:#00a8e1;
}
.sectionMediaCentre #primaryContent #relatedLinks a:hover,
.sectionMediaCentre #primaryContent .vcard a:hover,
.sectionMediaCentre #additionalContent .email:hover
{
    background-color:#00a8e1;
    color: #fff;
}
/*different sections have different colour links in some areas*/
.sectionAboutUs #primaryContent #relatedLinks a,
.sectionAboutUs #primaryContent .vcard a,
.sectionAboutUs #additionalContent .email,
.sectionAboutUs #primaryContent a,
.sectionAboutUs #extra a
{
    color:#9bae01;
}
.sectionAboutUs #primaryContent #relatedLinks a:hover,
.sectionAboutUs #primaryContent .vcard a:hover,
.sectionAboutUs #additionalContent .email:hover,
.sectionAboutUs #primaryContent a:hover,
.sectionAboutUs #primaryContent a:focus,
.sectionAboutUs #extra a:hover,
.sectionAboutUs #extra a:focus
{
    background-color:#9bae01;
    color: #fff;
}
/*different sections have different colour links in some areas*/
.sectionStudy #primaryContent #relatedLinks a,
.sectionStudy #primaryContent .vcard a,
.sectionStudy #additionalContent .email,
.sectionStudy #primaryContent a,
.sectionStudy #extra a
{
    color:#00a8e1;
}
.sectionStudy #primaryContent #relatedLinks a:hover,
.sectionStudy #primaryContent .vcard a:hover,
.sectionStudy #additionalContent .email:hover,
.sectionStudy #primaryContent a:hover,
.sectionStudy #primaryContent a:focus,
.sectionStudy #extra a:hover,
.sectionStudy #extra a:focus
{
    background-color:#00a8e1;
    color: #fff;
}
/*different sections have different colour links in some areas*/
.sectionResearch #primaryContent #relatedLinks a,
.sectionResearch #primaryContent .vcard a,
.sectionResearch #additionalContent .email,
.sectionResearch #primaryContent a,
.sectionResearch #extra a
{
    color:#00a8e1;
}
.sectionResearch #primaryContent #relatedLinks a:hover,
.sectionResearch #primaryContent .vcard a:hover,
.sectionResearch #additionalContent .email:hover,
.sectionResearch #primaryContent a:hover,
.sectionResearch #primaryContent a:focus,
.sectionResearch #extra a:hover,
.sectionResearch #extra a:focus
{
    background-color:#00a8e1;
    color: #fff;
}
/*breadcrumb*/
#breadcrumb
{
    position: absolute;
    bottom: 5px;
    left: 0;
    font-family:Georgia, Serif;
}
#breadcrumb ul
{
    list-style-type:none;
    margin-left: 0;
}
#breadcrumb ul li
{
    display: inline;
    background-image: url("/isc/surrey/css_images/iconDivider.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px 0 5px;
}
#breadcrumb ul li.first
{
    background-image: none;
    padding: 0;
}
#breadcrumb ul li.last
{
    background-image: none;
}
#breadcrumb ul li a
{
    color: #666666;
    text-decoration: underline;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus
{
    color: #fff;
}
/*each section has its own clour icon*/
#printPage
{
    position: absolute;
    bottom: 5px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    line-height: 25px;
    font-family:Georgia, Serif;
}
.sectionMediaCentre #printPage,
.sectionResearch #printPage,
.sectionUnspecified #printPage /* IC added */
{
    background-image: url("/isc/surrey/css_images/iconMediaCenter.gif");
}
.sectionAboutUs #printPage
{
    background-image: url("/isc/surrey/css_images/iconAboutUs.gif");
}
.sectionStudy #printPage
{
    background-image: url("/isc/surrey/css_images/iconStudy.gif");
}
/*group items are collections of information which have a hide and show JS component*/
.groupedItems
{
    background-color: #f1f1f1;
    font-family:Georgia, Serif;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.groupedItems *
{
    position: static;
}
.groupedItems h3
{
    padding: 5px 15px 5px 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.groupedItems .heading
{
    
}
.groupedItems .leadItem
{
    
    margin: 0 15px 0 15px;
}
.groupedItems .reveal
{
    
    margin: 15px 15px 0 15px;
}
.groupedItems h4
{
    
    font-size: 1.8em;
    color: #002765;
}
.groupedItems p.moreItems
{
    margin: 0 15px 15px 15px;
}
.groupedItems p.description
{
    font-style: italic;
}
/*About Us section specific for gropupedItems*/
.sectionAboutUs .groupedItems p.moreItems a
{
    line-height: 20px;
    background-image: url(../../Images/Icons/SectionAboutUs/iconPlus.gif);
    background-repeat: no-repeat;
    background-position: 1px center;
    padding-left: 24px;
    display: block;
}
.sectionAboutUs .groupedItems p.moreItems a.minus
{
    background-image: url(../../Images/Icons/SectionAboutUs/iconMinus.gif);
}
/*generic container - is used to get a visual vertical inline with groupedItems*/
.genericContainer
{
    margin: 15px;
}
#primaryContent .genericContainer h2
{
    margin: 0;
}
/*Instances of "Tabbed Content" that appear in normal pages (pageContent) in the 
Extra Content (right column) div*/
.pageContent #extra #tabbedContent .tab .genericBox
{
    height: 45em;
}
/*set all the images to have the width of 268px - this may stretch or shrink to odd image but
helps it be a little more low-end CMS user friendly*/
.pageContent #extra #tabbedContent .tab .genericBox img
{
    width: 268px;
    margin: 0;
    padding: 0;
}
.pageContent #extra #tabbedContent p.leadParagraph
{
    margin: 0;
    padding: 10px;
    margin-top: -3px;
}
/*each section can inherit a leadParagraph sectional colour like:*/
.sectionStudy #extra #tabbedContent p.leadParagraph
{
    background-color: #00a8e1;
    color: #fff;
}
.pageContent #extra #tabbedContent h3
{
    margin: 0.6em 10px 0.6em 10px;
    font-size: 1.8em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.2em;
}
.pageContent #extra #tabbedContent p,
.pageContent #extra #tabbedContent ul
{
    margin-left: 10px;
    margin-right: 10px;
}
/*primary heading is used as a variation for a big heading in the primary content
and can change on a section basis.  It is oversized compared with other headings.  
Here is a "sectionStudy" primary heading:*/
.sectionStudy #primaryContent .primaryHeading
{
    color: #002765;
    font-size: 3.3em;
    margin-bottom: 0.6em;
}
/* study template has and example of a generic Show and Hide object
- it's one of those Javascript gimmicks from jQuery*/
.showAndHide
{
    margin-bottom: 1.4em;
}


.showAndHide .moreItems
{
    background-color: #f6f6f6;
    padding: 8px 15px 8px 15px;
    line-height: 20px;
}
.showAndHide .moreItems a
{
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 1px 0.1em;
    padding-left: 24px;
    display: block;
}
/*these are the images for the study section*/
.sectionStudy .showAndHide .moreItems a.minus
{
    background-image: url(../../Images/Icons/SectionStudy/iconMinus.gif);
}
.sectionStudy .showAndHide .moreItems a
{
    background-image: url(../../Images/Icons/SectionStudy/iconPlus.gif);
}
/* generic table is just that!  Use it anywhere and it will fill the available space*/
.genericTable
{
    width: 100%;
    margin: 0.4em 0 0.8em 0;
    font-family: Georgia, Serif;
}
.genericTable td,
.genericTable th
{
    background-color: #f1f1f1;
    padding: 5px 15px;
    color: #003589;
}
.genericTable caption
{
    text-align: left;
    padding: 5px 15px;
}
/* Landing pages (pageLanding) do NOT use the consistent branding found in normal pages (pageContent)*/
.pageLanding #featureBox
{
    height: 215px;
    background-image: url(../../Images/PageSpecific/Research/branding.jpg);
    background-repeat: no-repeat;
    background-position:center top;
    position: relative;
}
.pageLanding #feature
{
    width: 262px;
    height: 124px;
    position: absolute;
    top:27px;
    right: 38px;
}
.pageLanding #feature h3
{
    font-style: italic;
}
.pageLanding #feature h4
{
    font-size: 2em;
    color: #002765;
}

/*    Any Safari hash hacks go at the end of the file */

/* ==============  Study Group styles added ============================= */

/* Study Group GCS and BRS forms */
/* Form table styles */
#aspnetForm table
{
    border: none;
}

#aspnetForm table tbody tr td
{
   border: none; 
}

/* GCS preferred route styles for imbedded table */
#ucGCS_tblContactForm table
{ 
    margin: 0px;
    border: 0px;
    padding: 0px;
}

/* End GCS preferred route styles for imbedded table*/

/* Fields marked are compulsory label*/
#ucGCS_lblCompulsory, #ucBRS_lblCompulsory
{
    font-size: 150%; 
}

/* GCS and  BRS form field styles */
#ucGCS_tblContactForm input, #ucGCS_tblContactForm select, #ucGCS_tblContactForm textarea
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%;
}

#ucGCS_tblContactForm select
{ 
width: 62%; 
}

#ucBRS_tblOrderForm input, #ucBRS_tblOrderForm select, #ucBRS_tblOrderForm textarea
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%;
}

#ucBRS_tblOrderForm select
{ 
width: 62%; 
}

#ucBRS_tblOrderForm .tblchklist p
{
    font-size: 100%;
}

#ucBRS_lblUnsubscribeTxt p
{
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif; 
}

/* Note: this style also exists on the BRS and GCS .NET component */
.redtext
{
    font-size: 150%;
}

/* Adobe paragraph on brochure page*/
p.adobe
{
    margin: 0px 0px 0px 95px;
    padding: 0px;
}

img.adobe
{
    float: left;
    width: 88px;
    height: 31px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* End Adobe paragraph on brochure page*/
/* End Study Group GCS and BRS forms */

/* Language picker - Language variant links */
#langpicker
{
    float: right;
    width: auto;
    font-size: 100%;
    margin: -15px 0 0 0;
    padding: 0px; 
}

#langpicker ul
{
    list-style: none; 
    margin: 0px 0px 5px 10px;
    padding: 0px;
}

#langpicker ul li
{
    display:inline;
    border-left: solid 1px #002664;
    padding: 0px 5px 0px 5px; 
    margin:0px; 
}

#langpicker ul li.first 
{
 border: none;
}

/* End Language picker - Language variant links */

/* Study group specific - Smaller font size */
#definition
{ 
    padding: 0px;
    margin: 0px;
}

#definition ul
{
 margin: 0px 0px 10px 20px; 
 font-size:90%;
}

/* GCS form */
#tblenquiry
{
    width: 50em; 
}

#tblenquiry .tdtitle
{
    width: 20em;
}

#tblenquiry p
{
    font-size: 100%;
}

#tblenquiry .tdreq
{
    color: Red;
}

table .tblchklist
{
    border: 0; 
    margin: 0 0 0 -10px; 
    padding: 0;  
}

table td.tdchklist
{
    margin: 0; 
    padding: 0 0 0 8px;
     
}

table .tblchklist td
{
    border: 0;
    padding: 0;
}

/* End GCS form */

/** Find a local agent **/
#flaDetails, #flaQuestions 
{
    width: 600px;
}
#flaQuestions
{
    margin-top: -2px;
}
#flaDetails td.labelcell, #flaQuestions td.labelcell 
{
    width: 150px;
    
}
#flaDetails .inputstyle
{
    margin-bottom: 2px;
}
#flaQuestions .inputstyle
{
    width: 412px;
    height: 50px;
}
.required
{
    color: #993333;
    font-weight: bold;
}

/* Left side navigation adaptation */
/* submenu default style is set to not display submenus */
#secondaryNavigation .submenu ul
{
display: none;
margin: 0em;
padding: 0em;
}
/* End Left side navigation adaptation */

/* Study Group styles to format images in main content area */
img.floatright
{
    float: right;
    width: auto;
    margin: 0px 0px 2px 5px;
    border: solid 1px #CCCCCC;
    padding: 3px;
}
img.floatleft
{
    float: left;
    width: auto;
    margin: 0px 5px 2px 0px;
    border: solid 1px #CCCCCC;
    padding: 3px;
}
/* End Study Group styles to format images in main content area */

/* Study Group Style for tables in main content */
table.SG_spec
{
    border-bottom:1px solid #E9E9E9;
}
table.SG_spec th
{
    color:#606060;
    font-size: 1.8em;
    vertical-align: top;
    font-weight: normal;
    font-family:Georgia,Serif;
    border-bottom:1px solid #E9E9E9;
}
table.SG_spec tbody td
{
    font-size:1.1em;
    line-height:1.4em;
    padding:5px;
    border-bottom:1px solid #FFFFFF;
    background-color:#F6F6F6;
}
/* End Study Group Style for tables in main content */

/* ==== AddThis button =================== */
#addthis_bespoke {
    clear: both;
    float:left;
    width: 190px;
    margin-top: 10px;
    
}
#addthis_bespoke a {
    padding: 0px;
    background: none;
    width: 25px;
    color: #05354F;
    text-decoration: underline;
}
/* bespoke style for the Share link to go on to one line */
#bespoke_share a
{
font-size: 10px;   
width: 65px;
}

/* ============== End Study Group styles added ============================= */
