﻿/******************************************************************************************************************
University of Keele Primary Stylesheet
author:    Leigh Howells
email:     leigh.howells@headscape.co.uk
website:   http://www.headscape.co.uk
*******************************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    /* font-size: 101%; */ /* Updated for rtl */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.3em;
}
caption, th, td {
     /* text-align: left; */
    text-align: right; /* updated for rtl */
    /* font-weight: normal; */ /* IC updated */
    padding: 0 0 0 5px; /* IC updated */
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* Remove padding and margin */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #555555;
}
a:active {
    color: #555555;
}
a:visited {
    color: #777;
}
a:hover {
    color: #000;
}
/* Class for clearing floats */
.clear {
    clear:both;
}
/* Remove border around linked images */
img {
    border: 0;
}

/* IC added */
img.right_align
{
    float: right;
    padding: 0 0 0 10px;
}

img.left_align
{
    float: left;
    padding: 0 10px 0 0;
}
/* End IC added */

/* Removes styling from all list items */
ul, li {
    list-style:none;
    direction: rtl; /* Updated for rtl */
}
#accessibility, #pageDescription, #branding p, #pageInfo {
    display: none;
}
p {
    padding: 1em 0 1em 0;
}
/* =Body
*******************************************************************************************************************/
body {
    background: url(/isc/keele/Images_Foundation/backgPage.jpg) 0 0 repeat-x #dfd8dc;
    font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
    /* font: 72.5%/1.8em Verdana, Arial, Helvetica, sans-serif; */ /* updated for RTL */
    margin: 0; 
    padding: 0;
    text-align: center; 
}
#pageSurround{ 
    text-align:left; 
    width:1013px; 
    margin-left:auto; 
    margin-right:auto;
} 
#fadeCorner {
    float: left;
    background: url(/isc/keele/Images_Foundation/fadeCornerBlue.jpg) 7px bottom no-repeat;
}

/* =Header
*******************************************************************************************************************/
#header {
    background: url(/isc/keele/Images_Foundation/background.jpg) 0 0 no-repeat #fff;
    height: 96px !important;
    padding: 32px 24px 0px 24px;
    margin: 8px 0 0x 0;
} 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #header {padding: 32px 24px 5px 24px;}
}
.homeLink {
    display: block;
    float: left;
    position: relative;
    width: 120px;
     /* padding: 0 0 0 20px; */
    bottom: 10px;
    height: 96px;
}
.homeLink strong {
    display: block;
    height: 0px;
    margin-left: -5000px;
    overflow: hidden;    
}
/* =Site Tools
*******************************************************************************************************************/
ul.siteTools {
    display: block;
    float: left;
    /* original width: 320px; */
    /* width: 400px; */
    width: 280px;
    padding-top: 6px;
    height: 2em;
    font-size:1.1em;
    padding-left: 195px;
}    
ul.siteTools li {
    border-right: #d3d3d3 1px solid;
    padding: 0 10px 0 10px;
    display: inline;
}
ul.siteTools li.last {
    border:none;
    padding: 0 0 0 10px;
}
ul.siteTools li.first{
    padding: 0 10px 0 0;
}
ul.siteTools li a  
{
	color:#555;
	font-size: 12px;
 }
ul.siteTools li a:hover { color: #000; }

/* =Search Site
*******************************************************************************************************************/
#search {
    margin: -3px 0 0 0;

    /* modified by Bridgeline: */
    /* padding: 5px 0 0 0; */
    /* padding: 0; */

    width: 280px;
    float: right;
}
#schField, #schGo {
    display: inline;
}

#schField a {
    /* Added by Bridgeline */
    font-size: 1.6em !important;
    color: white;
}

#schField input {
    width: 150px;
    margin: 0; padding: 2px !important;
    border: none !important;
    font-size: 1.6em !important;
    background: #dddddd;
}

#schGo input {
    cursor: pointer;
    background: url(/isc/keele/Images_Foundation/buttonGo.gif) 0 0 no-repeat;
    border: none;
    display: inline;
    color: #ccc;
    padding: .4em 0 29px 0;
    margin: -2px 0 0 0px;
    width: 30px;
    height: 28px;
}
#search label, #search legend{
    display: none;
}
/* =Course Search
*******************************************************************************************************************/
#midCol form.coursePanel {
    float: right;
    margin: 3px 0 0 0;
    padding: 10px 10px 5px 30px;
    width: 45%;
}
#midCol form.coursePanel * { font-size: 12px !important; }
#midCol form.coursePanel label {
    display: none;
}
#midCol form.coursePanel select, form.coursePanel input {
    margin: 0 0 4px 0;
    padding: 0 0 0 4px
}
#midCol form.coursePanel select {
    width: 190px;
    padding: 0;
    background: #fff;
}
#midCol form.coursePanel {
    padding: 20px 0 0 0; 
}

#findCourse {
    background: url(/isc/keele/Images_Foundation/findCoursePanel.jpg) right 15px  no-repeat;
    display: block;
    margin: 0 0 2em 0;
}
#findCourse p {
    width: 220px;
}
#findCourse h3, #findCourse h4 {
    width: 45%;
}
form.findCourse legend {
    font-size: 1.3em;
    margin: 0 0 4px 0;
}
    
form.findCourse #courseField input {
    display: inline;
    float: left;
    width: 140px;
    font-size: 2em;
    color: #444;
}
form.findCourse #courseGo input {
    background: url(/isc/keele/Images_Foundation/buttonGo.gif) 0 0 no-repeat;
    border: none;
    display: inline;
    color: #ccc;
    padding: 0em 0 .2em 0;
    margin: 0 0 0 2px;
    width: 30px;
    height: 30px;
}
#searchButtons {
    padding: 8px 0 0 5px;
    clear: right;
    float: right;
    text-align: right;
    width: 430px;
}
#searchButtons form {
    float: right;
    text-align: right;
    width: 270px;
    display: block;
    padding: 0 0 0 0;
}
ul.blockLinks a {
    display: block;
    padding: 0 0 0 10px;
    background: url(/isc/keele/Images_Foundation/bulletsBlockLinks.gif) 0 5px no-repeat;
    color: #ccc; 
}
ul.blockLinks a:hover{
    background: url(/isc/keele/Images_Foundation/bulletsBlockLinks.gif) 0 5px no-repeat;
    color: #fff;
}
.tLargeImage ul.blockLinks {
    margin: 10px 0 0 0;
}
.tLargeImage ul.blockLinks a {     background: url(/isc/keele/Images_Foundation/bulletsBlockLinks.gif) 0 4px no-repeat;
    color: #ddd;
}
.tLargeImage  ul.blockLinks a:hover{
    color: #fff;
}
.tMidImage ul.blockLinks  {
    margin: 10px 0 0 0;
}    
.tMidImage ul.blockLinks a {
    padding: 0 0 0 10px;
    color:#666666;
    background: url(/isc/keele/Images_Foundation/bulletsBlockLinksWhite.gif) 0 5px no-repeat;
}    
.tMidImage ul.blockLinks a:hover {
    color: #000;
}    

#midCol p.infoBox1, 
#midCol p.infoBox2,
#midCol p.infoBox_wide
{
    color: #c9e1fd;
    width: 160px;
    
    display: block;

    margin: 20px 0 0 0;
    padding: 15px 60px 20px 15px;
    height: 112px;

    /* proposed changes by Bridgeline:
    margin: 0;
    padding: 15px 60px 0 15px;
    height: 98px;
    */

    float: right;
    font-size: 10px;
    line-height: 13px;
    background: url(/isc/keele/Images_Foundation/infobox1.jpg) top left no-repeat;
}

#midCol p.infoBox_wide
{
    background: url(/isc/keele/Images_Foundation/infobox_wide.jpg) top left no-repeat;
    width: 400px;
}

#midCol p.infoBox1 a, 
#midCol p.infoBox2 a,
#midCol p.infoBox_wide a
 {
    color: #ddd;
}

#midCol p.infoBox1 a strong, 
#midCol p.infoBox2 a strong,
#midCol p.infoBox_wide a strong
{
    color: #fff; 
    padding: 0 0 4px 0;
    width: 160px; 
    display: block; 
    font-size: 12px;
}

#midCol p.infoBox2
{
float: left;
}

/* IC addition for Study Group non-curved images */
#midCol .imgFloatLeft
{
    float: left;
    margin: 0 10px 0 0;
}

#midCol .imgFloatRight
{
    float: right;
    margin: 0 0px 0 10px;
}
/* End IC addition for non-curved images */

/* =TOP NAVIGATION
*******************************************************************************************************************/
.topNav 
{
	left: 157px; /* Study Group bespoke modification */
	position: relative;
}

ul.topNav{     
    font-size: 11px;
    /* width: 825px; */
    width: 710px;
    padding: 0 0 0 0;
    margin: 23px 0 0 0;
    float: left;
}
ul.topNav li {
    float: left;
    display: inline;
}
ul.topNav li a{
    color: #fff !Important;
    height: 26px;
    float: left;
    font-weight: bold;
    display: block;
    padding: 14px 12px 0em 12px;
    background: url(/isc/keele/Images_Foundation/backgTopnav.jpg) top left repeat-x;
}
.currentCorner {
    float: left;
    margin: 0; padding: 0;
    display:block;
    width: 8px; height: 40px;
    background: url(/isc/keele/Images_Foundation/navCorner.jpg) top right    ;
}
ul.topNav li.last  {
    width: 10px;
    height: 40px;
    background: url(/isc/keele/Images_Foundation/backgTopnavLast.jpg) top right repeat-x;
}
ul.topNav li.first  {
    width: 6px;
    height: 40px;
    background: url(/isc/keele/Images_Foundation/backgTopnavFirst.jpg) top left repeat-x;
}
ul.topNav li.noLine  a{
    padding: 14px 18px 0em 19px;
    background: url(/isc/keele/Images_Foundation/backgTopnavNoline.jpg) top left repeat-x;
}
ul.topNav li.current a{
    padding: 14px 4px 0 12px;
    background: url(/isc/keele/Images_Foundation/backgTopnavCurrent.jpg) ;
}
ul.topNav li.current a:hover {
    color: #000;
    background: url(/isc/keele/Images_Foundation/backgTopnavCurrent.jpg) ;
}
ul.topNav li a:hover {
    color: #fff;
    background: url(/isc/keele/Images_Foundation/backgTopnavOver.jpg) 0 2px  repeat-x;
}
#content {
    width: 1013px;
    background: url(/isc/keele/Images_Foundation/page_backg.png) top center repeat-y;
    float: left;
}
#contentPage {
    padding: 0 24px 0 24px;
    /* direction: rtl; */ /* Updated for rtl */
    text-align:right; /* Updated for rtl */
}

/* =SUB NAVIGATION
*******************************************************************************************************************/
#leftCol h3, #midCol h3, #rightCol h3 {
    color: #437626;
    font-size: 1.6em;
    font-weight: bold;
    padding: 1.5em 0 0.5em 0;
    direction: rtl; /* Updated for rtl */
}

ul.subNav li a {
    display: block;
    color: #000;
    padding: .6em 0 .6em 3px;
    /* font-size: 1.2em; */
    font-size: 1.5em; 
    font-weight: bold;
    border-top: 1px solid #dfdfdf;
    direction: rtl; /* Updated for rtl */
}


ul.subNav li a:hover {
    background: #eee;
}

ul.subNav li ul li a{
    background: url(/isc/keele/Images_Foundation/bulletSubnav.gif) 3px 5px no-repeat;
    display: block;
    color: #000;
    padding: .1em 0 .1em 12px;
    /* font-size: .9em; */
    font-size: 1.5em; 
    font-weight: normal;
    border-top: none;
    direction: rtl; /* Updated for rtl */
}

ul.subNav li ul li a.selected,
ul.subNav li ul li a.selected:hover {
    /* Added by Bridgeline */
    background: url(/isc/keele/Images_Foundation/nav_hover_bg.png) 0 0 no-repeat;
    color: #5a8e39;
    font-weight: bold;
}

/* =BREADCRUMBS
*******************************************************************************************************************/
#midCol ul.breadCrumbs {
    font-size: .9em;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #ddd;
    direction: rtl; /* Updated for rtl */
}
#midCol ul.breadCrumbs {
    border-bottom: none;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}
.landing #midCol ul.breadCrumbs {
    margin: 15px 0 10px 0;
}
#midCol ul.breadCrumbs li {
    background: none;
    display: inline;
}
#midCol ul.breadCrumbs li.first {
    display: inline; margin: 0; padding: 0;
}
#midCol ul.breadCrumbs li a {
    font-weight: bold;
}
#midCol ul.breadCrumbs li  {
    font-weight: normal;
    /* font-size:1.1em; */
    font-size: 1.3em;
    padding:0 0 .5em 0em;
}
#midCol ul.breadCrumbs li.first {
    padding-left: 0em;
}

/* =GETTING STARTED NAV
*******************************************************************************************************************/
.tMidImage #rightCol {
    margin: 2em 0 0 0;
    direction: rtl; /* Updated for rtl */
}
.tMidImage #midCol {
    margin: 8px 0 20px 0;
}
#rightCol h3 {
    margin: .5em 0 0 0;
     /* padding: .5em 0 .4em .5em; */
    padding: .5em .5em .4em 0; /* updated for rtl */    
    color: #fff;
    background:url(/isc/keele/Images_Foundation/getStartedTitleBackground.jpg) 0 0 no-repeat;
}
#rightCol h4 {
    color: #63a23c;
    margin: 2em 0 .5em 0;
    font-size: 1.3em;
    font-weight: bold;
}

ul.rightLinks {
    background: url(/isc/keele/Images_Foundation/navFadeGreen.jpg) repeat-x;
}
ul.rightLinks li a {
    display: block;
     /* padding: .6em 0 .6em .5em; */
    padding: .6em .5em .6em 0; /* updated for rtl */    
    font-size: 1.30em;
    font-weight:bold;
    border-top: 1px solid #b4daa3;
}
ul.rightLinks li a:hover {
    background: #B4DC9D;
}
ul.rightLinks li ul li a {
    display: block;
    background: url(/isc/keele/Images_Foundation/bulletDotsGreen.gif) 9px .9em no-repeat;
    font-size: 10px;
    font-weight: normal;
    border-top: none;
    padding: 3px 0 3px 20px;
}
ul.rightLinks li ul li a:hover {
    background: #efefef;    
}

ul.related li a,
.right_column_related ul li a
{
    display: block;
    /* background: url(/isc/keele/Images_Foundation/bulletDotsGreen.gif) 0.2em .9em no-repeat; */
    background: url(/isc/keele/Images_Foundation/bulletDotsGreen_RTL.gif) 0.2em .9em no-repeat; /* Updated for rtl */
    /* font-size: 1em; */
    font-size: 1.5em;
    font-weight: normal;
    border-top: none;
    padding: 4px 0 3px 1em;
    text-decoration: none; /* IC added to counter added style below */
}

ul.related li a:hover,
.right_column_related ul li a:hover
{
    background: #eee;
}

/* IC added */
/* Separate style for Bullets for right hand column */
ul.rhc_bullets
{
    list-style-position: inside;
 }

ul.rhc_bullets li
{ 
    list-style-type: circle;
    padding: 0px;  
    direction: rtl; /* Updated for rtl */ 
}

/* Non list links in right hand column underlined */
.right_column_related a
{
    text-decoration: underline;
}
/* End IC added */
/* =IMAGE BLOCK
*******************************************************************************************************************/
#imgBlock {
    vertical-align: top;
    width: 965px;
    padding: 0 24px 0 24px;
}
.tMidImage #imgBlock {
    height: 17.5em;
}

/*
#imgBlockLeft {
    background: url(/isc/keele/Images_Foundation/imgPanelGreen.jpg) bottom left no-repeat;
    height: 24.1em;
    width: 220px;
    float: left;
}
*/

/* NEW */
#imgBlockLeft {
    height: 24.1em;
    width: 220px;
    float: left;
    padding:0;     margin: 0;
}
.tLargeImage #imgBlockLeft {
       background: #8bc966;
}
#imgBlockLeft img{
    margin: 0 0 -4px 0;
    width: 22em;
    height: 15em;
}
/* END NEW */

.tMidImage #imgBlockLeft {
    height: 17.5em;
    background: url(/isc/keele/Images_Foundation/imgPanelLandingGreen.jpg) bottom left no-repeat;
}
#imgBlockLeft ul {
    color: #fff;
    padding: 5em 0 0 20px;
}

/* NEW */
#imgBlockLeft ul {
    background: url(/isc/keele/Images_Foundation/imgLeftLargeBottomOverlay(1).png) #5a8f3b bottom left no-repeat;
    color: #fff;
    padding: 25px 0 18px 20px;
}
.tMidImage #imgBlockLeft h2 {
    padding-top: 18px;
    padding-bottom: 18px;
    background:#5A8F3B url(/isc/keele/Images_Foundation/imgLeftLargeBottomOverlay(1).png) no-repeat scroll left bottom;
}
.tMidImage #imgBlockLeft ul {
    padding-top: 47px;
    background:#82C65A url(/isc/keele/Images_Foundation/imgLeftLargeTopOverlay(1).png) repeat scroll left top;
    font-size:1.2em;
}
/* END NEW */

#imgBlockLeft form label {
    display: none;
}

/*
#imgBlockLeft form  {
    padding: 6em 0 0 20px;
    width: 180px;
}
*/

/* NEW */
#imgBlockLeft form  {
    padding: 60px 20px 38px 20px;
    width: 180px;
    background: url(/isc/keele/Images_Foundation/imgLeftLargeTopOverlay(1).png) #82c65a top left ;
}
body:first-of-type #imgBlockLeft form  {    padding: 64px 20px 38px 20px; } /*Safari fix - W3C validation will fail ! */
#imgBlockLeft strong {
    display: block;
    width: 250px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
#imgBlockLeft h2 {    
    padding: 1.4em 0 0 1em;
    width: 250px;
    clear: left;
    color: #fff;
     /* font-size: 16px; */
    font-size: 13px; /* IC: modified for Study Group */
    font-weight: bold;
}
/*END NEW */

#imgBlockMid h1 {
    width: 470px;
    font-size: 4em !important;
    position: relative;
    top: -2.5em;
    left: 22px;
    z-index: 5;
    padding: .8em 0 .5em 0;
    font-weight: normal;
}
#imgBlockMid h1 strong {
    font-weight: bold;
}

/* NEW */
.tLargeImage #imgBlockMid h1 {
    top: 5em;
}
/*END NEW */
/* Right side of image block ******************************************/
#imgBlockRight {
    text-align: right;
    margin-top: -170px; 
    padding-right: 20px;
    float: right; 
    width: 200px;
    position: relative;
    z-index: 210;
    direction: rtl; /* updated for rtl */
}
#imgBlockRight h2 {
    font-weight: normal;
    font-size: 2.7em;
    color: #000;
    padding: 10px 0 10px 0;
}
#imgBlockRight h2 strong {
    font-weight: bold;
}
#imgBlockRight h3 {
    font-weight: bold;
    font-size: 1.4em;
    padding: 4px 0 0px 0;
}
#imgBlockRight p{
    padding: 4px 0 0px 0;
}
#imgBlockRight h4.playVideo {
    background: url(/isc/keele/Images_Foundation/videoPlay.png) right top no-repeat;
    padding: 6px 27px 4px 0;
    margin: 15px 0 4px 0;
    font-weight: bold;
    font-size: 1.2em;
}
.tMidImage #imgBlockMid h1 {
    font-size: 2.3em !important;
    position: relative;
    left: 22px;
    z-index: 5;
    padding: .8em 0 .5em 0;
    font-weight: normal;
    direction: rtl; /* updated for rtl */
    text-align: right; /* updated for rtl */
}
.tMidImage h2 {
    padding: 1.8em 0 0 1em;
    color: #fff;
    font-size: 1.7em;
    direction: rtl; /* Updated for rtl */
}

#imgBlockMid {
    width: 745px; 
    height: 25em;
    padding: 0;
    float: right;
    position: relative;
}
.tMidImage #imgBlockMid {
    height: 17.5em;
}
#imgBlockMid span.mapOverlay {
    background: url(/isc/keele/Images_Foundation/mapOverlay.png) top right no-repeat;
    bottom:0; right: 0; 
    position: absolute; z-index: 2;
    width: 745px; height: 25em;
}
span.landingOverlay{
    background: url(/isc/keele/Images_Foundation/landingOverlay.png) top right no-repeat;
    bottom:0; right: 0; 
    position: absolute; z-index: 2;
    width: 745px;
    height: 17.5em;
}

#leftCol, #midCol, #rightCol {
    float: left;
}
#leftCol {
    clear: left;
    width: 220px;
    text-align: left; /* updated for rtl to override text direction set on #contentPage for rtl */
    direction: rtl; /* Updated for rtl */
}
#rightCol {
    width: 220px;
    direction: rtl; /* Updated for rtl */
}
/* =CENTRAL COLUMN
*******************************************************************************************************************/
#midCol {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    width: 475px;
    color: #1f1f1f;
}
.twoCols #midCol {
width: 690px;
}
#midCol h3 {
    padding: 1em 0 0.5em 0;
}
#midCol ul.listing.search h3 {
    padding: 0.5em 0 0.5em 0;
}
.news {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
#midCol h4 {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.5em;
    color:#006600;
    font-weight: bold;
}
#midCol .newsDate {
    color: #6c9b51;
    font-size: 10px;
    font-weight: bold;
}
.homeNews {
    margin: 1em 0 0 0;
    float: left;
    clear: left;
    width: 50%;
}
#midCol .homeNews p, #midCol .homeEvents p {
    padding-top: 0;
    line-height: 14px;
}
.homeNews em, .homeEvents em {
    font-style:normal;
    line-height:  6px;
    font-size: 1.1em;
    margin: 0; padding:0 !important;
    font-weight: bold;
    color: #656565;
}
.homeNews i, .homeEvents i {
    line-height: 10px;    
    margin: 0; padding: 0 !important;
    display: block;
    color: #5a8e3b;
    font-size: 0.9em;
    font-style:normal;
}
#midCol ul.homeNews li a p, #midCol ul.homeEvents li a p {
    line-height: 1.2em;
    margin: 0; padding: 4px 0 0 0;
    display: block;
    font-size: 1em;
}
.homeNews img, .homeEvents img{    
    padding: 2px 10px 7px 0;
    clear: left;
    float: left;
}
#midCol .homeNews li, #midCol .homeEvents li {
    background: none;
    padding: 0 0 7px 0;
    margin: 0;
}
#midCol h3.colHome {
    background: url(/isc/keele/Images_Foundation/lineBlueFade.jpg) 0 30px no-repeat;
}
.homeEvents {
    margin: 1em 0 0 0;
    float: left;
    width: 50%;
}

/* IC: Study group added to make links in main content clearer*/
#midCol a
{
    text-decoration: underline;
}

/* =LANDING LINKS
*******************************************************************************************************************/
.imgListing {
    /* cursor: pointer; */ /* IC commented out as overall link removed */
    background: url(/isc/keele/Images_Foundation/hr_fade.jpg) bottom left no-repeat;
    padding: 10px 0 3px 0;
    display: block;
    float: left;
    margin: 0 0 0 0;
    zoom: 1;
}
a .imgListing {
    zoom: 1;
    width: 460px;
}

.imgListing:hover {
    /* background: url(/isc/keele/Images_Foundation/hr_fade_over.jpg) bottom left no-repeat; */ /* IC commented out as overall link removed */
    padding: 10px 0 3px 0;
}
.imgListing i {
    display: block;
    font-style:normal;
    font-size: 1.5em;
    color: #437626;
    font-weight:  bold;
    padding: 0 0 .4em 0;
}
.imgListing em {
    display: block;
    font-style:normal;
    font-size: 1.1em;
    color: #888;
    font-weight: normal;
    padding: 0 0 0 0;
    line-height: 15px;
}

.imgListing strong {
    color: #333333 !important;
    font-weight: normal;
    font-size: 1.1em;
    padding-top: 5px;
    margin-left: 110px;
    margin-bottom: 10px;
    display: block;
}

/* =Image bottom right curves
*******************************************************************************************************************/
.curvedImage {
    margin: 0em 2em .5em 0em; padding: 0;
    float:left;
    position: relative;
}
.curvedImageRight {
    margin: 0 0 1em 2em; padding: 0;
    position:relative;
    float:right;
}
.curvedImage.paragraph { margin: 0em 0 0 2em; }
.curvedImage.paragraph span.curveBr { bottom: 2em; }

.curvedImage span.curveBr {
    background: url(/isc/keele/Images_Foundation/squareOverlay.png) bottom right;
    bottom: .4em; right: 0; 
    position: absolute; z-index: 2;
    height: 90px; width: 90px;
 }
 
 /*Smaller*/
 
 .curvedImageSmall {    
     height: 50px; width: 50px;
    margin: 0em 10px .5em 0em; padding: 0;
    float:left;
    position: relative;
}
 
 .curvedImageSmall span.curveBrSmall {
    background: url(/isc/keele/Images_Foundation/squareOverlaySmall.png) bottom right;
    top: 2px; right: 0; 
    position: absolute; z-index: 2;
    height: 50px; width: 50px;
 }
 
 /*Multimedia curved corners and overlays */
.mediaImage {
    width: 160px;
    margin: 0 1.5em 0em 0em; padding: 0;
    position:relative;
    float:left;
}
.mediaImage span.curveMedia {
    bottom: 0em; right: 0; 
    position: absolute; z-index: 2;
    width: 160px; height: 100px;
 }
 
.mediaImage span.curveMedia.video {
     background: url(/isc/keele/Images_Foundation/multimedia_over_video.png) bottom right;
 }
 
.mediaImage span.curveMedia.audio {
    background: url() bottom right;
}
.mediaImage span.curveMedia.image {
    background: url(/isc/keele/Images_Foundation/multimedia_over_image.png) bottom right;
}
.mediaImage span.curveMedia.podcast {
    background: url(/isc/keele/Images_Foundation/multimedia_over_podcast.png) bottom right;
}

 
 /* =Image bottom left curves for news images
*******************************************************************************************************************/
#midCol .curvedBL {
    clear: left;
    display: block;
    /* margin: 0em 0 .5em 0em; */
    margin: 0em 1em .5em 0em; /* IC updated */
    padding: 0;
    position:relative;
    float:left;
}
#midCol .curvedBL.padright {
    margin: 5px 20px .5em 0em;
}
#midCol .curvedBL.homepadright {
    margin: 15px 20px .5em 0em;
}
#midCol .curvedBL.paragraph { margin: 0em 0 0 2em; }
#midCol .curvedBL.paragraph span.curveBr { bottom: 2em; }
.curvedBL span.curveBL {
    background: url(/isc/keele/Images_Foundation/overlayBL.png) bottom left no-repeat;
    bottom: .4em; left: 0; 
    position: absolute; z-index: 2;
    height: 40px; width: 40px;
 }
 
.curvedBL span.curveTR {
    background: url(/isc/keele/Images_Foundation/overlayTR.png) top right no-repeat;
    top: 0em; right: 0; 
    position: absolute; z-index: 2;
    height: 40px; width: 40px;
 }
 
/* Smaller Images*/
.curvedBL span.curveBLSmall {
    background: url(/isc/keele/Images_Foundation/overlayBL.png) top left no-repeat;
    top: 0em; left: 0; 
    position: absolute; z-index: 2;
    height: 50px; width: 50px;
 }
 

/* =FOOTER
*******************************************************************************************************************/
#footer {
    background: url(/isc/keele/Images_Foundation/foot.png) 0 0 no-repeat;
    width: 1013px;
    height: 16.1em;
    margin: 0; padding:20px 0 0 0;
    clear: left;
    color: #fff;
}
#copyright {
    padding: 85px 0 0 30px;
    color: #666666;
    width: 220px;
    float: left;
}
#footInfo {
    color: #b3b3b3;
    padding: 20px 0 0 20px;
    width: 505px;
    float: left;
    font-size: 1.4em;
}
#footInfo ul {
    width: 230px;
}
#footInfo ul li {
    padding: 0 0 5px 0;
}
#footInfo ul li a{
    padding: 0 0 5px 15px;
    background: url(/isc/keele/Images_Foundation/bulletFootGreen.png) 0 4px no-repeat;
      color: #d2e9c6 !important;
}
#footInfo ul li a:hover{
      color: #fff !important;
}
.tel {
    float: left;
    display: block;
    padding: 6px 0 0px 0;
    color: #ccc !important;
}
#footInfo p {
    padding: 0 40px 0 0;
    width: 230px;
    float: right;
    text-align: left;
}
#footInfo p {
    line-height: 12px;
}
#footInfo strong {
    display: block;
    padding: 0 0 5px 0;
    color: #89C761;
    font-size: 1.1em;
    font-weight: bold;
}
#address {
    color: #89c761;
    padding: 15px 16px 0 0;
    width: 220px;
    float: left;
    font-size: 1.2em;
}

/* IC added for Contact the ISC link */
#address a {
    padding: 0 0 5px 15px;
    background: url("/isc/keele/Images_Foundation/bulletFootGreen.png") 0 4px no-repeat;
    color: #d2e9c6;
}

#address a:hover {
      color: #FFFFFF;
}
/* End IC added for Contact the ISC link */

/* =MAIN COLUMN
*******************************************************************************************************************/
 
blockquote.full, blockquote.right{
    color: #333;
    font-size: 1.2em;
    line-height: 1.8em;
    float: right;
    padding: 20px;
    background: #ddd;
    margin: 0 2em 1em 0;
}
blockquote.full {
    float: left;
    margin: 0 0 2em 0;
}
blockquote.right {
    width: 33%;
    margin: 0 0 1em 2em;
}
blockquote h3 {
    font-size: 1.2em !important;
    margin: 0; padding: 0;
}
#midCol  blockquote ul li {
    background: url(/isc/keele/Images_Foundation/bullet_grey.gif) 0 .8em no-repeat;
    font-size: .9em;
    padding: 0 0 .2em 1em; margin: 0;
}
#midCol  blockquote ul {
    margin: .3em 0 1em 0;
}
cite {
    display: block;
    width:40%;
    background: url(quote_tl.png) top left no-repeat #E4EBF5;
    font-weight: bold;
    font-style: italic;
    position:relative;
    float:right;
    color: #777;
    font-size: 1.2em;
    line-height: 2em;
    padding: 2em 2em 2em 3em;     
    margin: 0.5em 0em 1em 1em;
}
.citeBR {

    background: url(quote_br.png) bottom right no-repeat #E5EFB3;

    bottom: 0em; right: 0; 
    position: absolute; z-index: 2;
    height: 27px; width: 25px;
    font-size: .8em;
}
.citor {
    font-size: .8em;
    float: left;
    font-weight: normal;
    font-style: normal;
}
#midCol ul {
    margin: 10px 0 10px 0;
}
#midCol strong.searchResults {
    font-weight: bold;
}
#midCol ul.listing.search {
    margin: 0px 0 10px 0;
}
#midCol ul li {
    color: #006600;
    /* font-size: 1.1em; */
    font-size: 1.4em;
    /* background: url(/isc/keele/Images_Foundation/bulletFootGreen.png) 0 11px no-repeat; */
    background-image: url(/isc/keele/Images_Foundation/bulletFootGreen.png); /* Updated for rtl */
    background-position: center right; /* Updated for rtl */
    background-repeat: no-repeat; /* Updated for rtl */
    /* padding: 5px 0 5px 15px; */
    padding: 5px 20px 5px 0px; /* Updated for rtl */
}

#midCol ol {
    margin: 1em 0 2em 0;
    color: #666;
}
#midCol ol li{
    font-size: 1.1em;
    background: none;
    list-style: inside decimal ;
    padding: 0 0 1em 0;
}
hr {
    border: 1px dotted #ddd;
    margin: 1em 0 1em 0;
}

#midCol p {
    /* font-size: 11px; */
    font-size: 16px; /* Updated for rtl */
    padding: 10px 0 10px 0;
    line-height: 1.7em;
    direction: rtl; /* Updated for rtl */
}

#midCol p.caption {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0px 0 10px 0;
    font-size: 9px;
    color: #009900;
    display: block;
    clear: left;
    float: left;
    width: 220px;
}
.featureImage {
    padding: 0 0 1em 1.4em;
    float: right;
}
#midCol .date {
    color: #8d8d8c;
    font-weight: bold;
}

/* =Site Map
*******************************************************************************************************************/
#midCol ul.listing.sitemap {
    display: block;
    margin: 0 0 70px 0;
}
#midCol ul.listing.sitemap ul{
    margin: 0 0 0 0;
}

#midCol ul.listing.sitemap li{
    font-size: 10px;
    border: none;
    background: none;
    margin: 0 0 .2em 0;
    padding: 0;
}

#midCol ul.listing.sitemap li a{
    font-weight: bold;
    display: block;
    background: #444;
    color: #fff !important;
    text-decoration: none  !important;
    padding: .6em .3em .6em .5em;
    margin: 0;
}
#midCol ul.listing.sitemap li ul li a{
    color: #333  !important;
    background: #CCD9EC;
    padding: .3em .3em .3em 2em;
}
#midCol ul.listing.sitemap li ul li ul li a{
    color: #666  !important;
    background: #E4EBF5;
    padding: .3em .3em .3em 4em;
}
#midCol ul.listing.sitemap a:hover{
    color: #aaa  !important;
    text-decoration:underline !important;
}

/*
Added by Bridgeline
TABLE styles based on sitemap styles (above)
*/

/*
div.stripedTable {
    text-align: center;
}
*/

table.striped
{
    margin: 0;
    padding: 0;
    width: 100%;
}

table.striped {
    /* margin: 0 10px 0 10px; */
}

table.striped td
{
  border-collapse: collapse;
  border: 1px solid #fff;
  padding: 5px;
}
.even {
    color: #333;
    background-color: #CCD9EC;
}
.odd {
    color: #666;
    background-color: #E4EBF5;
}

.table_header
{
    border-collapse: collapse;
    color: #fff; 
    background-color: #444;
    padding: 5px;
    /* border: 1px solid #444; */
    font-weight: bold;
}

/* =Listings - News
*******************************************************************************************************************/
#midCol ul.listing {
    padding: 0;
}
#midCol ul.listing li {
    float: left;
    width: 100%;
    background: url(/isc/keele/Images_Foundation/bullet_dkgrey_square.gif) 0 1.4em no-repeat;
    border-top: 1px solid #efefef;
    display: block;
    clear: left;
    margin: 0 2em 0 0;
    padding: .3em 0 0 0;
    font-size: 1.2em;
}
#midCol ul.multimedia li {
    background: none;
}
#midCol ul.listing.search li {
    background: url(/isc/keele/Images_Foundation/bulletFootGreen.png) 0 19px no-repeat;
    border-top: 1px solid #efefef;
    margin: 1.5em 2em 0 0;
    padding: .3em 0 0 0;
}
#midCol ul.listing li h3 a {
    color: #869e23;
    font-weight:  bold;
    font-size: 0.8em;
    padding: 0em 0 .4em 1em;
}
#midCol ul.listing.downloads li h3 a {
    background: url(icon_pdf.gif) 0 0 no-repeat;
    display: block;
    font-size: 0.7em;
    color: #808080;
    padding: 0 0 .4em 2em;
}
#midCol ul.listing.downloads li h3.word a {
    background: url(icon_word.gif) 0 0 no-repeat;
}
#midCol ul.listing.downloads li h3.image a {
    background: url(icon_photo.gif) 0 0 no-repeat;
}

#midCol ul.listing.downloads li .time {
    padding: 0 0 1em 0;
}
#midCol ul.listing li h3 a:hover {
    color: #000;
}
#midCol ul.listing li .date, #midCol ul.listing li .time, #midCol ul.listing li .location, 
#midCol .date, #midCol .time, #midCol .location {
    float: left;
    clear: left;
    font-weight: normal;
    font-size: .9em;
    color: #666;
    padding: 0 0 0em 0;
}
#midCol ul.listing li .date {
    font-weight: bold;
    color: #666666;
}
#midCol ul.listing li strong {
    width:100%;
    float: left;
    color: #333333;
    line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    padding: .5em 0 1em 0;
}
#midCol ul.listing.search li p {
    margin: 0; padding: 0;
    font-size: 1em;
    line-height: 1.2em;
}
#midCol ul.listing.search li p a strong{
    display: inline;
    font-weight: bold;
    font-style:italic;
    color: #355E8F;
    line-height:1.2em;
    padding: 0 .5em 0 0;
    width: auto;
}

/* =CourseList
*******************************************************************************************************************/
.courseListTable  {
    background: #E8EFFA;
    font-size: 1em;
    width: 100%;
    margin: 0em 0 1em 0;
    padding: 5px;
    border-collapse: collapse;
}
.courseListTable th {
    padding: 6px 6px 6px 10px;
    margin: 2px !important;
}
.courseListTable td a{
    display: block;
    padding: 6px 6px 6px 10px;
    margin: 2px !important;
}
.courseListTable tr.alternate{
    background: #ddd;
}
.courseListTable th {
    font-weight:bold;
    background: #7FAF62;
}
.courseListTable tr {
    margin: 2px !important;
    border: 2px solid #fff;
}
td.courseName {
    width: 60%;
    font-weight:bold;
    color: #444;
}
td.courseDuration {
    font-weight:normal;
    font-size: 0.8em;
    color: #444;
}
td.courseQual {
    font-weight:normal;
    font-size: 0.8em;
    color: #444;
}
.courseListTable tr:hover {
    background: #C5DFB5 !important;
    cursor: pointer;
}
.courseListTable tr:hover a {
    color: #000 !important;
}
/* =Multimedia Listing
*******************************************************************************************************************/
.listThumb {
    padding: 20px 0 0 0;
    display: block;
    float: left;
}
.media {
    margin: 0 0 0 15em;
    width: 23em;
}
#midCol #textContent ul.listing.multimedia li{
    border-bottom: 1px dotted #ccc;
    border-top: none;
    padding-bottom: 1em;
}
#midCol #textContent ul.listing.multimedia h3{
    float: left;    
    display: block;
    font-size: 1.1em;
    padding: 0 0 0 0;
    color: #869e23;
    width: 43em;
}
#midCol #textContent ul.listing li .mediaType {
    float: left;
    font-size: .9em;
    color: #555;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 .5em 0;
    width: 43em;
}
#midCol #textContent ul.listing li .mediaDescription, #midCol #textContent ul.listing li .mediaDescription p {
    float: left;    
    font-size: .96em;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
    padding: 0 0 1em 0;
    width: 43em;
}
#midCol #textContent ul.listing li.featured {
    padding: 2em 0 2em 0;
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
    background: url(../../images/media_feature.jpg) top left no-repeat;
}
#midCol #textContent ul.listing li.featured h3{
    font-size: 1.3em;
}
#midCol .mediaDownloads {     
    float: left;
    width: 43em;
    margin: 10px 0 0 0;
    display: block;
}
#midCol #textContent ul.listing li .downloadLink a {     
    text-decoration: none;
    z-index: 1;
    font-size: .8em;
    background: #fff;
    color: #990033;
    border: 1px dotted #ddd;
    margin: 3em .2em 0 0;
    padding: .4em;
    display:block;
}
#midCol #textContent ul.listing li .downloadLink a:hover {     
    background: #ccc;
    color: #000;
}
#midCol ul.multimedia ul.mediaLaunch li {
    display: inline !important;
}

/* =AZ Listing
*******************************************************************************************************************/
#midCol ul.azlist li {
    background: none;
    display: inline;
    height: 30px;
    padding: 0;
    margin: 0 !important;
}
#midCol ul.azlist li a {
    font-weight: bold;
    font-size: 1.3em;
    padding: 4px 5px 4px 5px;
    background: #D4E2F5;
    margin: 0 !important;
}
#midCol ul.azlist li a:hover {
    background: #143C6F;
    color: #fff;
}
#midCol ul.listing.az li  {
    background: none;
    color: #fff;
    padding: 0em 0 0 0; margin: 0;
}
#midCol ul.listing.az h3  {
    margin: 1em 0 0 0 ;
    padding: .6em;
    background: #000;
    color: #fff;
}
#midCol ul.listing.az  {
    display: block;
    margin: 25px 0 2em 0;
}

/* =Page Selector 
*******************************************************************************************************************/
#pageSelect {
    width: 100%;
    clear: left;
    float: left;
    margin: 1.5em 0 1em 0;
}
#pageSelect ul {
    padding: 2em 0 1em 0;
}
#midCol #pageSelect ul li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
}
#pageSelect ul li a {
    color: #444;
    font-weight: bold;
    font-size: 1.2em;
    background: #D1DDED;
    text-decoration: none !important;
    padding: .4em .6em .5em .6em;
}
#pageSelect ul li.current a {
    background: #5A8E39;
    color: #fff !important;
    text-decoration: none !important;
}
#pageSelect ul li.button a {
    background: #fff;
    color: #000;
}
#pageSelect ul li.button a:hover {
    background: #ddd;
    color: #fff;
}
#pageSelect ul li.button img {
    vertical-align: bottom;
}

#pageSelect ul li a:hover {
    background: #A1B9DB;
}
#midCol  p.eventIntro {
    padding: 2em 0 1em 0
}

/* =Forms 
*******************************************************************************************************************/
/* IC: Commented out as interfering with Study Group forms */ 

/*
#midCol form {
    margin: 0;
    padding: 0;
    }
#midCol form legend {
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 1.3em;
    color: #000000;
    }
#midCol form fieldset {
    border: none;
    display: inline;
    margin: 0;
}
#midCol form fieldset legend {
    display: none;
}
  
#midCol form input.fText, form input.sField, #midCol form input.fEmail, form textarea, #midCol form select, form .filtGo {
    float: left;
    width: 350px;
    margin: 5px 5px 5px 0;
    padding: 5px;
    border: 1px solid #efefef;
    background: #DCEFD1;
}


#midCol form  #radio, #midCol form  #radioFirst {
    display: inline;
    font-size: 2em;
    padding: 0 9px 0 0;
    margin-right: 3px;
    margin-left: 20px;
    vertical-align: middle;
    }
 #midCol form  #radioFirst {
     margin-left: 0px;
 }
    
#midCol form label {
    font-size: 12px;
    display: block;
    width: 120px;
    padding-right: 5px;
    color: #447F1F;
    font-weight: bold;
}
#midCol form .row {
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 0.3em;
}
#midCol form .row.last {
    display: block;
    text-align: left;
    padding: 1.5em 0 0 0;
}
#midCol form .row .small {
    font-size: 0.9em;
}
#midCol form .sButtonContainer{
    cursor: pointer;
    float: left;
    color: #ccc;
    height: 25px;
    background: #000;
}
#midCol form .sButtonContainer .sButton {
    height: 25px;    cursor: pointer;
    width: auto !important;
    vertical-align: top;
    margin-right: 9px;
    padding: 0 0 4px 9px;
    border: none;
    color: #ccc;
    font-size: 12px;
    background: url(../images/submit_button_left.gif) no-repeat;
}
#midCol form .error input.fText, #midCol form .error input.fEmail, #midCol form .error textarea, #midCol form .error select {
    color: #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    background-color: #DCEFD1;
    }
#midCol .formMessage {
    margin-bottom: 1.5em;
    padding-top: 6px;
}
#midCol .formMessage h2 {
    border-bottom: none;
    font-size: 1.3em;
    margin: 0;
    padding: 0.3em 0.8em 0.8em 0.8em;
}
#midCol .formMessage.error h2 {
    font-size: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #8DB2DF;
}
#midCol .formMessage.success h2 {
    font-size: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #5A8E39;
}
#midCol .formMessage h2 {
    color: #ffffff;
}
    
#midCol .formMessage p {
    margin: 0;
    padding: 0.8em 0.8em 0.3em 0.8em;
}
#midCol .formMessage.error p {
    color: #000000;
    background-color: #99BCE8;
}
#midCol .formMessage.success p {
    color: #ffffff;
    background-color: #8FBF6B;
}
#midCol form .row.error {
    background: none;
}
#midCol form .row.error label {
    background: url(/isc/keele/Images_Foundation/formerror_icon.png) no-repeat left top;
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 18px;
}
#midCol .formErrorIcon {
    vertical-align: middle;
}
#findCourseGo input{
    cursor:pointer;
    display: block;
    background: #333;
    color: #fff;
    font-size: 9px;
    height: 24px;
    padding: 0px 5px 3px 5px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
#findCourseGo input:hover{
    display: block;
    background: #666;
    
}

*/
/* End IC: Commented out as interfering with Study Group forms */ 

/* =COURSE PAGE
*******************************************************************************************************************/
#courseBlock { background: url(../images/backg_fader2.jpg) 0 2.6em repeat-x; }
#courseBlock p {
    padding: 0px 5px 3px 0px !important;
}
#courseContentOverview, #courseWhyKeele, #courseStructure, #courseFuture, #courseTeaching{
    display: block;
    padding: 1.2em;
    font-size: 1.1em;
    margin: .6em 0 0 0;
    background: #E8EFF7;
}
#courseBlock h4 {
    font-size: 1.2em;
    color: #376a19;
    font-weight: bold;
    padding: 1.5em 0 1.5em 0;
}
ul#courseTabs {
    margin:30px 0 0 0;
}
ul#courseTabs li {
    background: #aaa;
    display: inline;
    margin: 0 1px 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.7em;
    padding-bottom: 1em;
}
ul#courseTabs li a {
    background: #5A8E39;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    display: inline;
    margin: 0 !important;
    padding: 0.7em 1.3em .9em 1.3em;
}
ul#courseTabs li a.current {
    border-bottom: 2px solid #E8EFF7;
    background: #E8EFF7 ;
    color: #333;
}
ul#courseTabs li a:hover {
    text-decoration: none;
    color: #fff;
    background: #5A8E39 ;
}
#content table.detailBlock {
    width: 60%;
    margin: 0 0 2em 0;
    padding: 0;
}
#content table.detailBlock td{
    padding: .5em;
}
#content table.detailBlock td.dkblue{
    width: 33%;
    color: #fff;
    font-weight: bold;
    background: #c4c4c4;
}

/* =Find a Course Block
*******************************************************************************************************************/
#findCourseBlock {
    float: left;
    width: 21.4em; height: 7.1em;
    margin:2.4em 0 0 3.7em;
    background: url(../images/panel_course.png) 0 0 no-repeat;
}
#findCourseBlock fieldset legend {
    display: block;
    padding: 0.7em 0 0 0;
    color: #fff;
    font-size: 1.3em;  font-weight: bold;
}
#findCourseBlock fieldset { 
    text-align: left;
    width: 18em;
    padding: 0.5em 0 0 2em;
    margin: 0;
    }
form input {
    border: none;
    height: 1.4em;
    background: #fff;
}
#searchButtons form input {
    border: 1px solid #ddd;
}
form #courseField input {
    width: 150px;
    float: left;
    padding: 2px;
}
form #courseGo input {
    float: right;
    background: url(../images/backg_search_arrow.gif) 0 0 no-repeat #90304B;
    border: none;
    height: 22px;
    width: 22px;
}
body:first-of-type #courseGo input { top:-10px; } /*Safari fix - W3C validation will fail ! */
form #courseGo input:hover {
    background: url(../images/backg_search_arrow_over.gif) 0 0 no-repeat #90304B;
}
/********************************/
.tMidImage.schMedicine #imgBlockLeft { background: url(/isc/keele/Images_Foundation/imgPanelLandingTurq.jpg) bottom left no-repeat; }
.tMidImage.schMedicine span.landingOverlay{ background: url(/isc/keele/Images_Foundation/landingOverlayGrey.png) top left no-repeat; }
.tMidImage.schMedicine ul.rightLinks { background: url(/isc/keele/Images_Foundation/navFadeTurq.jpg) repeat-x; }
.tMidImage.schMedicine #rightCol h3 { background:url(/isc/keele/Images_Foundation/getStartedTitleTurq.jpg) 0 0 no-repeat; }
.tMidImage.schMedicine #rightCol h4, .tMidImage.schMedicine .imgListing i  { color: #5dc5b5;  }
.tMidImage.schMedicine ul.topNav li.current a { background:transparent url(/isc/keele/Images_Foundation/backgTopnavCurrentTurq.jpg) repeat scroll 0 0; }
.tMidImage.schMedicine ul.topNav li.current a:hover{ background:transparent url(/isc/keele/Images_Foundation/backgTopnavCurrentTurq.jpg) repeat scroll 0 0; }
.tMidImage.schMedicine .currentCorner { background: url(/isc/keele/Images_Foundation/navCornerTurq.jpg) top right no-repeat;}
.tMidImage.schMedicine #leftCol h3, .tMidImage.schMedicine #midCol h3 {  color:#5dc5b5; }
.tMidImage.schMedicine ul.subNav li ul li a {  background: transparent url(/isc/keele/Images_Foundation/bulletSubnavTurq.gif) no-repeat scroll 3px;  }
.tMidImage.schMedicine ul.subNav li a:hover {  background:#EEEEEE none repeat scroll 0 0; }
.tMidImage.schMedicine ul.related li a {  background:transparent url(/isc/keele/Images_Foundation/bulletDotsTurq.gif) 0 10px no-repeat;  }
.tMidImage.schMedicine #footInfo ul li a {  background:transparent url(/isc/keele/Images_Foundation/bulletFootTurq.gif) no-repeat scroll 0 4px; color:#d3fcf5 !important; }
.tMidImage.schMedicine #footInfo strong, .tMidImage.schMedicine #address { color:#87d0c4; }
 
.tMidImage.schMedicine #midCol p.infoBox1 a, 
.tMidImage.schMedicine #midCol p.infoBox2 a,
.tMidImage.schMedicine #midCol p.infoBox_wide a
{
color:#c9fdf3;
}

.tMidImage.schMedicine #fadeCorner { background: url(/isc/keele/Images_Foundation/fadeCornerGrey.jpg) no-repeat scroll 7px bottom; }
.tMidImage.schMedicine ul.rightLinks li a:hover { background:#aedac6 none repeat scroll 0 0; }

/* =GALLERY TEMPLATE
*******************************************************************************************************************/
/* Categories **************/
#midCol .catlist {float: left; margin: 0 0 25px 0; padding: 0; width: 100%;}
#midCol .catlist li {float: left; display: block;  background: none; width: 210px; margin: 0 20px 3px 0; padding: 0;}
#midCol .catlist a {float: left; display: block; width: 200px; background: #E8F4E0; padding: 2px 5px;}
#midCol .catlist a:hover {background: #5A8E39; color: #fff;}
#midCol .catlist #sCurrent {width: 200px; padding: 2px 5px; background: #000; color: #fff; font-weight: bold;}
/* Images ******************/

.galleryImg {.
    zoom:1;
    float: left; 
    width: 140px;
    height: 140px;
    padding: 10px 9px 0 9px; 
    border-bottom: 1px solid #fff; 
    border-right: 1px solid #fff; 
    text-align: center;
    background: #efefef;
}
    
.galleryImg img {
    zoom:1;
    padding: 1px; 
    border: 3px solid #ccc; 
    margin: auto; width: 130px; height: 100px; 
    text-align: center;
}
.galleryImg span {
    zoom:1;
    width: 150px; 
    text-align: center;
    line-height: 10px;
    font-size: 11px;
    margin: 0; padding: 0;
}

.galleryImg:hover {
    background: #ddd;
}
.galleryImg:hover span {left: 0px;}

.BL_ClearFix
{
    width: 100%;
    height: 20px;
    line-height: 1px;
    /* border: 1px solid red; */
    clear: both;
}
 
#homelink
{
    position: absolute;
    bottom: 8px;
}
#homelink h2
{
    line-height: 1.2em;
}

/* ======= Study Group GCS, FLA forms ===============================================  */
/* Form table styles */
#aspnetForm
{
   font-size: 11px;
   color: #545454;
    direction: rtl; /* Updated for rtl */
 }
 
#aspnetForm table tbody tr td
{
   border: none;
   /* text-align: left; */ /* updated for rtl */ 
   font-size: 15px;
   color: #545454; 
   padding: 2px 0 0 0;
}
#aspnetForm td.tdtitle
{
   width: 200px;
   padding: 2px 0px 2px 5px;
   vertical-align:top;
}
#aspnetForm table tbody .tdreq
{
    color: Red;
    width: 15px;
}
#aspnetForm label
 {
    color: #464646;
    display: inline;
    margin: 0px 5px 0px 0px;
  }
  
 #aspnetForm input,  #aspnetForm select,  #aspnetForm textarea
  {
    color:#545454;
    font-family:Verdana,Arial,sans-serif;
    font-size: 100%;
    margin-bottom: 5px;
    border: 1px solid #545454;
    background: #DCEFD1;
   }
  
/* GCS - subscription row */
/* Table inside Subscription row */
.tblchklist 
{
    width: 250px;    
}
.tblchklist td
{
    padding: 2px;
    line-height: 1em;
}
/*Checkbox in Subscription table - only affects IE7 */
#aspnetForm .tblchklist input 
{
    margin: 0px 0 30px 0;
    text-align: left;
}
/* Text next to checkbox */
.tblchklist td p
{
    font-weight: normal;
    color: #545454;
    width: 225px;
    /* margin: -30px 0 0 5px; */ /* IE style sheet is different */
    margin: -30px 5px 0 0; /* updated for rtl */    
    padding: 0;   
}

/* Text under subscription text box table*/
#ucGCS_lblUnsubscribeTxt p
{
    margin: -20px 0 0 0;
    padding: 0;
}
/* End GCS - subscription row */
  
/* Fields marked are compulsory label */
#ucGCS_lblCompulsory
{
    font-size: 100%;
}
#ucGCS_btnSubmit 
{
    font-weight: bold;
    height: 25px;
    margin: 5px 0 0 0;
}
/* FLA */
#flaDetails, #flaQuestions 
{
    /* width: 600px; */
}
#flaQuestions
{
    margin-top: -2px;
}
#flaDetails td, #flaDetails td.labelcell, #flaQuestions td.labelcell 
{
    font-size: 15px;
    text-align: left;
    color: #545454;
    margin: 0;
    padding: 5px;     
}
#flaDetails .inputstyle
{
    margin-bottom: 2px;
    width: 300px;
}
#flaQuestions .inputstyle
{
    width: 300px;
    height: 50px;
}
#flaQuestions td.labelcell
{
    width: 130px;
    vertical-align: top;
}
#flaQuestions {
    font-size: 11px;
    color: #545454; 
}
#flaDetails input, #flaDetails textarea, #flaDetails select 
{
    color:#545454;
    font-size: 11px;
}
#flaDetails .required
{
    color: Red;
}
#flaQuestions .required
{
    color: Red;
}
#flaQuestions .clear
{
    padding: 10px 0px 0px 150px;
}
#fla_btnSubmit
{
    font-weight: bold;
    height: 25px;   
}
/* End Find a local agent */
/* End Study Group GCS, FLA forms */

/* Study Group's Language link bar */
ul.languageBar {
    /* margin: 3px 0 3px 0; */
    /* padding: 0 0 0 17px; */
    margin: 25px 0 4px 5px;
    float: left;
}

ul.languageBar li {
    display: inline;
    padding: 0 5px 0 3px;
    /* border-left: 1px solid #000000; */
    float: left;    
}

ul.languageBar li.first {
    border: none;
}

ul.languageBar li a.lang {
    color: #666666;
    font-size: 1em;
    /* font-size: 0.8em; */
    font-weight: normal;
    padding: 0 0 5px 0;
}

ul.languageBar li a.lang:hover, ul.languageBar li a.lang:active {
    color: #000000;
}
/* End Study Group's language link bar */
 
 /* ==== AddThis button =================== */
#addthis_bespoke {
   /*     width: 190px;*/
    margin-top: 10px;
   /* margin-left: 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
{
    /* border: solid 1px green; */
    /*width: 65px;*/
   }
   
/* Search Results page */
#pagelist ul li
{
	/* border: solid 1px red; */
	list-style-type: none;
	background: none;
	display: inline;
}

#results .list p 
{
	color: #1F1F1F;
}

#results .list ul li a.resulttitle 
{
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
/* End Search Results page */
