﻿html {
overflow-y: scroll;
}

body {
background: #c8d7e1 url('https://www.download.bham.ac.uk/as/careers/background_final.gif') no-repeat center top scroll; 
color: #000000;
font-size: 100%;
}

h1 {
	font-family: Calibri, sans-serif;
	font-size: 190%;
	font-weight: bold;
	color: #0068ae;
	margin: 0 0 8px 8px;
}


h2 {
font-family: "Test Droid", Calibri, sans-serif;
font-size: 150%;
font-weight: bold;
color: #0068ae;
margin: 0 0 0 8px;
}

p {
font-size: 90%;
margin-left: 20px;
}

p.intro{
font-size: 130%;
font-family: calibri;
margin-left: 8px;
}

p.clear{
clear:both;
}

a:link {
color: #b52d33;
border-bottom: 1px dotted #999999;
}

a:hover {
border-bottom: none;
}

ul 
{
	list-style-image:url('../images/website/square.gif');
}

div#header {
    border-top: 0px;
    margin: 21px;
}

div#logo {
    margin: 15px 0 2px 4px;
    cursor: pointer;
}


div#wrapper
{
margin-top: 0px;
border: 2px solid #b0b0b0;
}

div#navigation_bar {
    border-top: #B0B0B0 1px solid;
    border-bottom: #B0B0B0 1px solid;
    display:block;
    clear:both;
    padding: 0 15px 0 8px;
    position: relative;
    width: 952px;
    min-height:48px;
    margin: 0 0 0 0; /* Laura 10px bottom margin removed */ 
    z-index: 60;
font-family: "arial" sans-serif;
}

div#navigation_bar ul {
    list-style: none;
    list-style-position: outside;
    width: 952px;
    float: left;
    position: relative;
}

div#navigation_bar ul li {
    color: #f0f0f0;
    float: left;
    font-size: 95%;
    padding: 15px 20px;
    position: relative;
    text-transform: none; 
}

div#navigation_bar ul li a {
    color: #b52d33;
    border-bottom: none;
}

div#navigation_bar ul ul {
    background: #f0f0f0;
    font-size:inherit;
    border: 1px solid white;
    z-index: 50;
    overflow: visible;
    width: auto;
    list-style-type: none;
    list-style-position: outside;
    width: 230px;
    padding: 4px 0 0 0!important;
    position: absolute;
    left: 0;
    top: 45px;
    display: none;
}

	div#navigation_bar ul ul.last {
		width: 148px;
	}

div#navigation_bar ul ul li {
float: none;
padding: 8px 2px;
clear: both;
display: block;
position: relative;
margin: 0 16px;
padding: 8px 2px;
text-transform: none; /*Amelia added to have sentence case drop menu items*/
list-style-image: none;
}


div#content_section
{
padding-left: 0px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 10px;
min-height: 250px;
width: 700px;
}

	div#content_section img 
    {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    div#content_section h3
	{
		padding: 10px 0 12px 10px;
		margin: 10px 0  10px -10px;
		font-size: 100%;
		font-family: helvetica;
		font-weight: bold;
		margin-left: 10px;
	}

	div#content_section ul li
	{
	font-size: 90%;
	}

	div#content_section.sys_genOneSectionContent 
	{
		width: 925px;
	}
	
		div#content_section.sys_genOneSectionContent h2
		{
			margin-bottom: 10px;
		}

/*Right-hand column, for everything except IE < 9*/


div#related_section
{
	margin-top: 30px;	
	margin-right: 15px;
	padding: 8px 11px 8px 19px;
	background-color: #0068ae;
	border: 1px solid #b0b0b0;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

	div#related_section img 
	{
		float: right;
		margin: 0;
		border: 4px solid #Fffaf0;
		box-shadow: 2px 2px 1px #104E8B;
		margin: 5px 0;	
	}
				
			
	div#related_section h2
	{
		font-family: Calibri, sans-serif;
		color: #ffffff;		
		margin: 5px 0px 10px -5px;
		font-size: 140%;
		padding: 10px 0px 5px 0px;
		clear: both;
	}
			
				

	div#related_section p
	{
		float: left;	
		margin: 0 0 3px -5px;
		color: #ffffff;
	}
	
	div#related_section a
	{
		color: #ffffff;
	}
	

/*Right hand column with IE <9 hacks. Don't get me started.*/
			
div#related_section 
{
	
	margin-bottom: 10px\9;
	padding-bottom: 10px\9; 
}

	div#related_section h2 /*For IE 8 and below, using hacks*/
	{
	color: #d0e8f8\9;     
        margin: 0px 0px 0px -3px\9;
	padding-top: 5px\9;
        font-family: helvetica\9;
        font-size: 140%\9;
        clear: both\9;
	}
 
 	div#related_section p /*For IE 8 and below, using hacks*/
	{
		float: none\9;	
		margin-bottom: 5px\9;	
		padding-bottom: 10px\9;
		margin-left: 0px\9 
		margin-right: 0px\9;
		color: #ffffff\9;
		font-size: 80%\9; 
	}
	
	div#related_section img /*for IE 8 and below, using hacks*/ 
	
	{
	border: 1px dotted #d0e8f8\9;
	margin: 5px 10px 5px -5px\9; 
	float:none\9;
	
	}
		
	div#related_section a
	{
	color: #d0e8f8\9;
	border-bottom: 1px dotted #ccc\9;
	font-size:100%\9; 

	}
	
	div#related_section a:hover /*for IE 8 and below, using hacks*/ 
	
	{
	color: #d0e8f8\9; 
	text-decoration: none\9; 
	border-bottom: 1px solid #d0e8f8\9;
	
	}	
	



div#content_section.sys_genOneSectionContent h1 {
display:none;
}

/*Footer*/

div#footer_content{
border-top: solid 1px #b0b0b0;
padding-top: 15px;
}

div#footer_content ul li{
font-size: 0.7em;
list-style-image: none;
float: right;
}

div#footer_content div#award {
	width: 350px;	
float: left;
margin-top: -10px;
}

	div#footer_content div#award img{
		float:left;
  text-align: center;
	}

	div#footer_content div#award p{
		font-size: 0.7em;
		margin: 10px 0 0 3px;	
		float: left;
		width: 190px;
	}

/* sub-navigation */

div#subnavigation_section {
display: none;
float: right;
width: 200px;
clear: left;
padding: 36px 4px 30px 10px;
}

div#content_section.sys_genTwoSectionContent {
padding-left: 0px;
width: 98%;
}

div#content_section.sys_genTwoSectionContent h1,
div#content_section.sys_genTwoSectionContent h2,
div#content_section.sys_genTwoSectionContent h3,
div#content_section.sys_genTwoSectionContent h4,
div#content_section.sys_genTwoSectionContent ul,
div#content_section.sys_genTwoSectionContent p {

padding-left: 20px;
}

div#subnavigation_section {
 min-height: 250px;
border-left: 1px solid #E5E8EB;
background: white url(/generic/themeTest/images/sidebarborder.png) right repeat-y;
margin-right:0px;
}


div#subnavigation_section ul.sys_simpleListMenu {
list-style: none;
list-style-position: outside !important;
margin: 0px;
width: 200px;
}

div#subnavigation_section ul.sys_simpleListMenu li {
border-bottom: 1px solid #E5E8EB;
padding: 5px 0px 0px 0px;
margin-right: 20px;
margin-left: 10px;
}

div#subnavigation_section ul.sys_simpleListMenu li:hover {
background: #F7F8F9;
}

div#subnavigation_section ul.sys_simpleListMenu ul {
border-top: 1px solid #E5E8EB;
list-style: none;
list-style-position: inside !important;
margin: 0 0 0 0 !important;
padding: 6px 0;
}

div#subnavigation_section ul.sys_simpleListMenu li ul li {
background: none;
padding: 0 0 0 16px !important;
position: relative;
left: 0;
width: auto;
border-bottom: 0px;
background: url(/generic/themeTest/images/silverarrow.gif) 8px 10px no-repeat;
}

div#subnavigation_section ul.sys_simpleListMenu li a {
color: #A1A1A1;
font-size: 12px;
text-decoration: none;
font-size: 12px;
padding: 4px 3px;
display: block;
}


div#subnavigation_section ul.sys_simpleListMenu li ul li a {
position: relative;
display: block;
text-decoration: none;
color: #A6A6A6;
}

div#subnavigation_section ul.sys_simpleListMenu li:hover ul{
        background:#fff;
    }

div#subnavigation_section ul.sys_simpleListMenu li ul li:hover { 
        background:url(/generic/themeTest/images/silverarrow.gif) 10px 10px no-repeat;
    }


/* news listing */

div#content_section div.sys_news-control {

padding-left: 20px;

}

div#content_section div.sys_news-control dd,
div#content_section div.sys_news-control dt {
color: #666;

}

div#content_section.sys_genTwoSectionContent div.sys_news-record {
padding-left:10px;
}

div#content_section.sys_genTwoSectionContent div.sys_news-posted-date{
padding-left:24px;
border-top: 0px solid #EBEBEB;
border-bottom: 0px solid #EBEBEB;
}



/* Feature Boxes on main page */ 

.firstbox {
    background:#ffffff no-repeat scroll 10px 10px;
    border-top:1px solid #ccc;
    width:210px;
    float:left;
    padding:0px 0px 0px 0px;
    margin: 10px 0px 0px 15px;
}
 

.otherbox {
    background:#ffffff no-repeat scroll 10px 10px;
    border-top:1px solid #ccc;
    width:210px;
    float:left;
    padding:0px 0px 0px 10px;
    margin: 10px 0px 0px 25px;
}

    .firstbox p,
    .otherbox p {
         margin-left: 0px;
        margin-bottom:1em;    }
        
    .firstbox ul li, 
    .otherbox ul li {
    	margin-left: -39px;
    	margin-top: -5px;	
    }
        
/*******************************************
Showcase - used for homepage banner
*******************************************/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 300px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin-left: -20px;
	margin-top: -30px;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		display: none;
		position: absolute;
		background: url('../images/website/arrows.png');
		width: 33px;
		height: 33px;
		top: 140px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		
		left: -38px;
		}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -38px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
		margin-left: -30px;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 300px;
			width: 975px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/website/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -24px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/website/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			padding: 8px 15px;
			margin-right: 300px;
			margin-left: 30px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: block;
			background-image: url(../images/website/backsquare-pink.png);
			
		}
			.showcase-caption p,
			.showcase-caption h2,
			.showcase-caption a
			{
				color: #ffffff;
				
			}
			.showcase-caption a
			{
				text-decoration: underline;
				border-bottom: none;

			}

										
					
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
   /* Thumbnails */
    .showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
    {
        background-color: #1b2932;
    }
    
    .showcase-thumbnail-wrapper
    {
        overflow: hidden;
    }
        
        .showcase-thumbnail
        {
            width: 120px;
            height: 69px;
            cursor: pointer;
            position: relative;
            border: 1px solid #333333;
        }
        
            .showcase-thumbnail-caption
            {
                position: absolute;
                bottom: 2px;
                padding-left: 10px;
                padding-bottom: 5px;
            }
            
            .showcase-thumbnail-content
            {
                padding: 1px;
                text-align: center;
                padding-top: 25px;
            }
            
            .showcase-thumbnail-cover
            {
                background-image: url(../images/website/black-opacity-40.png);
                position: absolute;
                top: 0; bottom: 0; left: 0; right: 0;
            }

        
        .showcase-thumbnail:hover
        {
            border: solid 1px #999;
        }
        
            .showcase-thumbnail:hover .showcase-thumbnail-cover
            {
                display: none;
            }
        
        .showcase-thumbnail.active
        {
            border: solid 1px #dddddd;
        }
        
            .showcase-thumbnail.active .showcase-thumbnail-cover
            {
                display: none;
            }
    
    .showcase-thumbnail-wrapper-horizontal
    {
        padding: 10px;
    }
    
        .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
        {
            margin-right: 10px;
            width: 116px;
        }
    
    .showcase-thumbnail-wrapper-vertical
    {
        padding: 10px;
    }
    
        .showcase-thumbnail-wrapper-vertical .showcase-thumbnail
        {
            margin-bottom: 10px;
        }
        
    .showcase-thumbnail-button-backward,
    .showcase-thumbnail-button-forward
    {
        padding: 7px;
        cursor: pointer;
    }
    
    .showcase-thumbnail-button-backward
    {
        padding-bottom: 0px;
        padding-right: 0px;
    }
    
        .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
        {
            background-image: url(../images/website/arrows-small.png);
            background-repeat: no-repeat;
            display: block;
            width: 17px;
            height: 17px;
        }
        
        .showcase-thumbnail-button-backward .showcase-thumbnail-vertical
        {
            background-position: 0 -51px;
            margin-left: 55px;
        }
        .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
        {
            background-position: -17px -51px;
        }
        
        .showcase-thumbnail-button-forward .showcase-thumbnail-vertical
        {
            background-position: 0 -34px;
            margin-left: 55px;
        }
        .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
        {
            background-position: -17px -34px;
        }
        
        .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
        {
            background-position: 0 -17px;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
        {
            background-position: -17px -17px;
        }
        
        .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
        {
            background-position: 0 0;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
        {
            background-position: -17px 0;
        }
        
        /* Hide button text */
        .showcase-thumbnail-button-forward span span,
        .showcase-thumbnail-button-backward span span
        {
            display: none;
        }
    
/*******************************************
Social media tab
*******************************************/

/*Format of slide-out content*/
.slide-out-div 
{
	padding: 10px;
        width: 295px;
        background: #fff;
        border: 2px solid #b0b0b0;
      }      

/*Format of visible tab*/
.handle
{
	border-right: 2px solid #b0b0b0;
	border-top: 2px solid #b0b0b0;
	border-bottom: 2px solid #b0b0b0;
	margin-top: -2px;
}
	

/*******************************************
Clear (used for horizontal thumbnails)
*******************************************/

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
}


/************************************
 accordion (content cupboard) rules 
************************************/

div.sys_accordion {
clear: both;
background: url(../images/website/accordion.gif) no-repeat 8px bottom;
padding-bottom: 5px;
}

div.sys_accordion h2.sys_expand {
background: url(../images/website/accordionexpand.gif) no-repeat;
}

div.sys_accordion h2.sys_collapse {
background: url(../images/website/accordioncollapse.gif) no-repeat;
}

div.sys_accordion h2 {
background: url(../images/website/accordion.gif) no-repeat;
margin-bottom: 0.5em;
padding-top: 0.5em;
padding-right: 14px;
cursor: pointer;
}

div.sys_accordion div {
padding-top: 0.5em;
}


/************************************
 staff list rules 
************************************/

#staffcolumnLeft {
	float: left; /* Do Not Change, Unless you know what you're doing */
	width: 25%; /* Width of the Left Side Bar or the Navigation */
	margin-left: 10px; 
	padding-top: 1em;
	border-right: 1px solid black;
}
#staffcolumnRight {
	padding-top: 1em;
	margin: 0 2em 0 200px; /* Tells The Browser Where to put the Right Column */
}