@import url("tabs.css");
@import url("slideshow.css");
@import url("homepage2.css");
@import url("mediacentre.css");
@import url("international.css");
@import url("events.css");
@import url("slidingbox.css");
@import url("gallery.css");
@import url("olympics.css");
/* ---------------------------------------------------- */
/* GENERAL SPECS */
/* ---------------------------------------------------- */
body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	background: url(../images/bgblue.png) repeat-x 0 0;
	font-size: 70%;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	/* chrome needs this defined seperately for some reason */
	background-color: #a7b0c1;
}
form {
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	border: 1px solid #333;
}
select {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.8em;
   	font-weight: bold;
   	line-height: 1.2em;
	margin-top: 5px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px dotted #666;
	color: #444;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
}
hr {
  	height: 0;
	border-style: dotted;
 	border-color: #666;
 	border-width: 2px 0 0 0;
}
img {
	border: 0px;
}
blockquote {
	padding: 0 50px;
	background: url(../images/quotes2.jpg) no-repeat 0 0;
	font-family: Georgia, serif;
	color: #666;
	width: 420px;
	font-size: 1.2em;
	margin:20px auto;
}
ul {
	list-style: circle;	
}
table {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
tr.fill {
	background-color: #e7eaf1;	
}
td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
/* ---------------------------------------------------- */
/* MAIN ELEMENTS */
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 980px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
/* Header section */
#header {
	height: 130px;
}
#logo {
	position: relative;
	top: 10px;
	width: 280px;
}
#search {
	float: right;
	margin: 40px 0px 0px 10px;
}
/* style the search button */
.searchSubmit {
	background-color: #506790;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.searchSubmit:hover {
	cursor: pointer;	
}
#date {
	float: right;
	font-weight: bold;
	color: #fff;
	margin: 43px 0px 0px 0px;
}
/* ---------------------------------------------------- */
/* Primary Nav */
#primaryNav {
	position: relative;
	top: 25px;
	text-transform: uppercase;
	/* set z-index so primary nav always displays over other elements when text is resized */
	z-index: 80;
}
/* reset IE6 */
* html #primaryNav {
	position: absolute;
	top: 100px;	
}
/* turn off bullet points */
#primaryNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* line the links side-by-side */
#primaryNav li{
	float: left;
	margin: 0px 10px 0px 0px;
}
/* remove the margin from the last element of the nav */
#primaryNav li:last-child{
	margin: 0px;
}
/* Nav doesn't quite balance so set another extra space on the last child 
#primaryNav li.lastChild a{
	margin: 0px;
	padding: 0px 14px;
}*/
/* set each nav item as a block so the whole box becomes the link */
#primaryNav a{
	display: block;
	background-color: #fff;
	height: 2em;
	line-height: 1.9em;
	/*padding: 0px 18px;*/
	padding: 0 1.65em;
	margin-right: 0px;
	text-decoration: none;
}
/* the primary nav doesn't balance so addded an extra pixel of padding to some elements
#primaryNav a.extraSpace{
	padding: 0px 18px;
} */
/* reset IE6 */
* html #primaryNav a.extraSpace{
	display: inline;
	background-color: #fff;
	padding: 15px 13px 15px 13px;
}
#primaryNav a:visited{
	color: #506790;
	text-decoration: none;
}
/* reverse out the colours on mouse over */
#primaryNav a:hover{
	background-color: #506790;
	color: #fff;
	text-decoration: none;
}
/* the active page isn't a link on the primary nav so set reverse out styles */
#primaryNav li.current {
	height: 2em;
	background-color: #506790;
	line-height: 1.9em;
	padding: 0px 18px;
	color: #fff;
}
/* ---------------------------------------------------- */
/* Secondary Nav */
#left {
	width: 140px;
	float: left;
	margin: 10px 0px 0px 0px;
	background-color: #fff;
	padding: 10px 10px 5px 10px;
}
/* create a margin around any images */
#left img{
	margin: 15px 0 0 0;
}
/* turn off the bullet points */
#left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* use bg images for each bullet point */
#left li{
	position: relative;
	background: url(../images/link_dots_a.gif ) no-repeat 0 0px;
	margin: 0;
	padding: 3px 0 5px 15px;
}
#left ul ul{
	position: relative;
	margin: 0px;
	padding: 5px 0 0 5px;
}
#left ul ul li{
	background: url(../images/link_dots_a2.gif ) no-repeat 0 0px;
}
#left ul ul ul li{
	background: url(../images/link_dots_a3.gif ) no-repeat 0 0px;
}
#left a {
   text-decoration: none;
}
#left a:link {
   color: #3b5179;	
}
#left a:visited {
   color: #748dbc;
}
#left a:hover {
   color: #990000;
}
#left a:active {
   color: #3b5179;
}
/* ---------------------------------------------------- */
/* Top panel */
#topPanel {
	width: 960px;
	height: 160px;
	background-color: #fff;
	float: left;
	padding: 10px;
}
#breadcrumb {
	margin-top: 8px;	
}
.addThis {
	float: right;
}
*+html .addThis {
	margin-top: -2px;
}
/* ---------------------------------------------------- */
/* main section */
#content {
	background: url(../images/content_bg.gif) repeat-y right;
	width: 810px;
	float: right;
	margin-top: 10px;
	line-height: 1.6em;
}
/* set values for IE first */
#main {
	margin: 10px 230px 10px 10px;
}
/* reset for normal browsers */
html>/**/body #main {
	margin: 0 230px 0 10px;
}
/* underline links (not anchors) in the main body field */
#main a, #main2col a {
	border-bottom: 0px;
}
#main a[href], #main2col a[href] {
	border-bottom: 1px dotted #506790;
}
#main img a[href], #main2col img a[href] {
	border-bottom: 1px dotted #506790;
}
#main a[href]:hover, #main2col a[href]:hover{
	border-bottom: 1px dotted #990000;
}
/* line up images inserted as templates */
#main2col .inline_img, #main .inline_img {
	float: right;
	padding: 0px 0px 20px 20px;
	background-color: #fff;
}
#main2col .inline_img_left, #main .inline_img_left {
	float: left;
	margin: 0px 20px 20px 0px;
	display: block;
	width: 100%;
}
/* reset IE6 */
* html #main .inline_img_left {
	float: left;
	margin: 0px 0px 20px 0px;
	display: block;
	width: 100%;
}
* html #main2col .inline_img_left {
	float: left;
	margin: 0px 0px 20px 0px;
	display: block;
	width: 100%;
}
/* make sure h3 headers position correctly after floating elements */ 
#main h3{
	clear: left;
}
/* turn off the underline for the tabs on course finder */
#main .tabs ul.tabNavigation li a[href]{
	border-bottom: 0px;
}
#main ul ul{
	padding-top: 10px;
}
/* we have so long lists so space out eac item a bit */
#main li, #main2col li{
	padding-bottom: 10px;
}
/* ---------------------------------------------------- */
/* right hand column */
#sidebar {
	width: 190px;
	float: right;
	margin: 0px 10px 10px 0px;
}
/* reset IE6 */
* html #sidebar {
	margin: 0px 5px 10px 0px;
}
#sidebar a{
	border-bottom: 1px dotted #506790;
}
#sidebar a:hover{
	border-bottom: 1px dotted #990000;
}
#sidebar a.noBorder {
	border: 0px;	
}
#sidebar ul {
	margin-left: -15px;
}
/* reset ie7 */
*+html #sidebar ul {
	margin-left: 30px;	
}
/* reset ie6 */
* html #sidebar ul {
	margin-left: 30px;	
}
/* sidebar content causes a problem with the tabs layout on 'Course finder' so have to position it here */
#sidebar .searches {
	position: absolute;
	margin-right: 10px;
	width: 190px;
}
#sidebar hr{
	margin: 20px 0px 10px 0px;	
}
*+html #sidebar hr{
	margin: 0px;
}
#sidebar .inline_img{
	margin-top: 10px;
}
#sidebar .inline_img_left{
	margin-top: 10px;
}
*+html #sidebar .inline_img{
	margin-top: 0px;
}
*+html #sidebar .inline_img_left{
	margin-top: 0px;
}
/* add spacing for ie7 */
*:first-child+html #sidebar .inline_img{
    margin-top: 10px;
}
/* ---------------------------------------------------- */
/* footer */
#footer {
	background-color: #fff;	
	line-height: 2em;
	padding: 5px 10px;
	margin: 10px 0px;
}
/* reset IE6 */
* html #footer {
	margin-top: 0px;	
}
#footer a{
	border-bottom: 1px dotted #506790;
}
#footer a:hover{
	border-bottom: 1px dotted #990000;
}
#copyright {
	float: right;	
}
#footerLinks {
	width: 600px;	
}
#footerLinks ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footerLinks li{
	display: inline;
	margin-right: 5px;
}
/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
.top {
	text-align: right;	
}
.sbcaption {
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
/* LINKS */
/* ---------------------------------------------------- */
a {
   text-decoration: none;
}
a:link {
   color: #3b5179;
}
a:visited {
   color: #748dbc;
}
a:hover {
   color: #990000;
}
a:active {
   color: #3b5179;
}
/* ---------------------------------------------------- */
/* GENERAL CLASSES */
/* ---------------------------------------------------- */
/* wrap image and text in one div - i.e College Open Days */
.imageTextWrapper {
	margin: 0px 0px 10px 0px;
	float: left;
	clear: left;
	width: 99%;
	padding-bottom: 10px;
	border-bottom: 1px solid #B2B2B2;
}
.imageTextWrapper img{
	float: left;
	margin: 0px 10px 0px 0px;
}
/* IE doesn't float the image properly so need this */
.imageTextWrapper .inline_img{
	float: left;
	margin: 0px 10px 0px 0px;
}
.imageTextWrapper a{
	font-weight: bold;
}
.imageTextWrapper p{
	margin-top: 0px;
}
/* ADDED 26/10/10 - wrap image and text in one div, side by side - i.e Student Life */
#ctaWrapper {
	float: left;
	clear: left;
	width: 100%;
	padding: 0px 0px 20px 0px\9;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 20px;
}
.imageTextWrapper2 {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 275px;
	padding-right: 20px;
}
.noPad {
	padding-right: 0px;	
}

.imageTextWrapper2 a{
	font-weight: bold;
}
.imageTextWrapper2 p{
	margin-top: 0px;
}
/* ---------------------------------------------------- */
/* hightlight specific paragraphs */
/*.highlight {
	background-color: #e7eaf1;
	display: block;
	padding: 5px;
	border: 1px dotted #666;
}*/
.highlight {
	margin: 20px;
	padding: 10px;
	background-color: #e7eaf1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.highlight h2{
	border-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.highlight img{ 
    float:right;
	margin: 0 0 0 0;
}
/* ---------------------------------------------------- */
/* h2 on the courses list needs a bit of spacing */
#azList h2{
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 3px dotted #506790;
}
/* position the apply online links for PG courses */
.pgApply {
	background-color: #e7eaf1;
	margin-top: 10px;
	padding: 5px;
	border: 1px dashed #999;
}
.pgApply h3{
	display: block;
	background-color: #506790;
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
	color: #fff;
}
.pgApply h4{
	margin: 0px;
}
/* ---------------------------------------------------- */
/* UG landing page snippet */
.landingSnippet {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #b2b2b2;
	height: 150px;
}
.landingSnippet ul{
	margin-bottom: 0px;
	padding-left: 25px;
}
.landingSnippet li{
	padding-bottom: 0px!important;
}
#ugSearchLinks {
	float: left;
	background-color: #e8e2d7;
	padding: 5px 10px 10px 10px;
	height: 135px;
}
#ugSearchPic {
	float: left;
	padding: 0px;
	margin-left: 10px;
}
#ugsearch  { 
	width: 132px;
}
* html #ugsearch  { 
	width: 125px;
}
*+html #ugsearch  { 
	width: 128px;
}
/* resize search box for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#ugsearch  { 
		width: 127px;
	}
}
/* ---------------------------------------------------- */
/* PG landing page snippet */
.pgLandingWrapper {
	display: block;
	height: 220px;
}
#pgVideo {
	float: left;
	margin: 0px 20px 0px 0px;
}
#pgsearch {
	width: 120px;	
}
.pgLandingSnippet {
	margin: 0px;
	padding: 0px;
	float: left;
}
.pgLandingSnippet ul{
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 17px;
}
html>/**/body .pgLandingSnippet ul{
	padding-left: 15px;
	margin-left: 0px;
}
.pgLandingSnippet li{
	padding-bottom: 0px!important;
}
/* ---------------------------------------------------- */
/* RH - Changed the layout 30/9/10 */
.pgLandingWrapper2 {
	display: block;
	height: 204px;
	padding: 10px;
	border: 1px solid #b2b2b2;
}
/* reset IE6 */
* html .pgLandingWrapper2 {
	float: left;	
}
#pgVideo2 {
	float: left;
	margin: 0px 10px 0px 0px;
}
#pgsearch2 {
	width: 110px;	
}
html>/**/body #pgsearch2 {
	width: 114px;	
}
.pgLandingSnippet2 {
	margin: 0px;
	background-color: #e8e2d7;
	padding: 5px 10px 10px 10px;
	float: left;
	width: 188px;
}
.pgLandingSnippet2 ul{
	padding-left: 0px;
	margin: 0px 0px 0px 17px;
}
html>/**/body .pgLandingSnippet2 ul{
	padding-left: 15px;
	margin-left: 0px;
}
.pgLandingSnippet2 li{
	padding-bottom: 0px!important;
}
.pgLandingSnippet2 p{
	margin-bottom: 0px;	
}
*+html .pgLandingSnippet2 p{
	margin-top: 8px;	
}
/* ---------------------------------------------------- */
/* RH - Changed the layout 11/8/10 */
.pgLandingTop{
	float: left;
	overflow: auto;
	margin-top: 20px;
}
.pgLandingWhy{
	float: right;
	width: 385px;	
}
.pgLandingWhy h2{
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.pgLandingSearch h2{
	border-bottom: 0;
	margin: 0 0 15px 0;
	padding: 0;
}
.pgLandingSearch{
	float: left;
	width: 340px;
	padding: 20px;
	background-color: #e9e3d8;
	margin-right: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.pgSearch{
	width: 200px;
	padding: 5px;
	border: 1px solid #b1aca4;
	width: 320px;
	margin-bottom: 10px;
}
*+html .pgLandingWhy{
	width: 360px;
	margin-right: 30px;
}
.pgSearchSubmit{
	background: #6f809f;
	padding: 5px;
	border: 0;
	color: #fff;
	text-transform: uppercase;	
}
.pgSearchSubmit:hover{
	cursor: pointer;
}
.pgLandingBoxes, .pgLandingLower{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.pgLandingBox{
	float: left;
	width: 248px;
	background: #e7eaf1;
	margin-right: 20px;
	height: 135px;
}
.pgLandingBox strong{
	background: #b7c0d0;
	padding: 10px;
	display: block;
}
.pgLandingLower{
	margin-bottom: 10px;	
}
.pgLandingLower blockquote{
	float: right;
	padding: 0 50px;
	background: url(../images/pgquotes.gif) no-repeat 0 0;
	font-family: Georgia, serif;
	color: #666;
	width: 285px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
}
.pgLandingLower blockquote span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 3em;
}
*+html .pgLandingLower blockquote{
	margin-right: 20px;	
}
.titles{
	bottom: 60px;
    position: absolute;
    right: 10px;	
}
.pgFacultyBoxes{
	overflow: auto;
	margin: 20px 0 10px 0;
}
.pgFacultyBox{
	float: left;
	width: 175px;
	margin-right: 20px;
}

/* ---------------------------------------------------- */
/* style the search submit button on UG & PG landing pages */
.landingSearch {
	background-color: #506790;
	color: #fff;
	border: 1px solid #333;
	text-transform: uppercase;
}
.landingSearch:hover {
	cursor: pointer;	
}
/* ---------------------------------------------------- */
/* Student profiles */
.whatOurStudentsSay{
	overflow: auto;
	margin-bottom: 10px;
}
.whatOurStudentsSay ul{
	list-style: none;
	padding: 0px;
}
*+html .whatOurStudentsSay ul{
	margin-left: -20px;	
}
.whatOurStudentsSay li{
	float: left;
	width: 170px;
	height: 230px;
	padding: 10px;
}
.whatOurStudentsSay li:hover{
	background-color: #e7eaf1;
}
.whatOurStudentsSay h3{
	margin-bottom: 5px;
}
.whatOurStudentsSay p{
	margin: 0px;
}
.whatOurStudentsSay .StudentProfileSnippet {
	background: none;
	padding: 0px;
	width: 170px;
}
#whatOurStudentsSayProfile img{
	float: right;
	padding: 10px;
	background-color: #e7eaf1;
	margin: 5px 0px 20px 20px;
}
.StudentProfileSnippet {
	background-color: #e7eaf1;
	padding: 5px 10px;
}
#sidebar .StudentProfileSnippet {
	margin: 10px 0px;
}
/* ---------------------------------------------------- */
/* add icon to any links with target="_blank" */
a[target="_blank"] {
	display: inline-block;
	background: url(../images/newwindow.gif) center right no-repeat;
	padding-right: 15px;
}
/* don't want the icon next to images that are links so turn it off */
a[target="_blank"].noBorder{
	/*background: url(../images/dummy.gif) center right no-repeat;*/
	background-image: none;
	padding-right: 0px;
	display: inline;
}
/* remove the new window icon on twitter widgets */
#twtr-widget-1 a[target="_blank"] {
	background-image: none;
	padding-right: 0px;
	display: inline;
}
/* ---------------------------------------------------- */
/* RHC images on the global template need some spacing at the top */
.rhcImage {
	margin-top: 10px;	
}
/* turn off the bottom border on images that are links */
#main a.noBorder, #main2col a.noBorder, #main a.noBorder:hover, #main2col a.noBorder:hover {
	border: 0px;
}
/* ---------------------------------------------------- */
/* Alumni > Alumni Network > International Alumni - images need to float to the left */
.alumni img{
	float: left;
	margin: 0px 20px 20px 0px;
}
/* ---------------------------------------------------- */
/* Google search results for old dept templates */
#google {
	background-color: #fff;
	text-align: left;
}
#google h2 {
	border-bottom: 0px;
}
#google table {
	border: 0px;
}
#google tr.fill {
	background-color: #e7eaf1;	
}
#google td {
	border: 0px;
}
/* ---------------------------------------------------- */
/* Button link - as used on the graduation pages */
.button a{
	display: block;
	padding: 10px 20px 15px 20px;
	background-color: #506790;
	color: #fff;
	border-bottom: 0px!important;
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button a:hover{
	background-color: #e8e2d7;
	color: #506790;
}
/* ---------------------------------------------------- */
/* Accordian on Entry Reqs page */
div#accordianEntry {
	background-color: #fff;
	margin: 0px 0px 20px 0px;
}
div#test-accordionEntry{
    border: 1px dotted #b6b6b6;
	border-bottom: 0px;
	background-color: #e5ebf4;
	padding: 0px;
}
div.accordionEntry {
	position: relative; /* required for bounding */
	width: 570px;
}
div.accordionEntry-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #e5ebf4;
    cursor: pointer;
	padding: 5px 10px;
	border-bottom: 1px dotted #b6b6b6;
}
div.accordionEntry-toggle:hover {
	background-color: #eee;
	color: #990000;
}
div.accordionEntry-toggle-active {
	background-color: #eee;
	font-weight: bold;
}

div.accordionEntry-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px dotted #b6b6b6;
}
/* ---------------------------------------------------- */
/*  */
@media screen and (max-device-width: 480px) {
	body{
		-webkit-text-size-adjust: none;
	}
}
/* ---------------------------------------------------- */
/* main section 2 column layout */
#content2col {
	background: url(http://www.qmul.ac.uk/qmcms/images/content_bg_2col.gif) repeat-y right;
	width: 805px;
	float: right;
	margin-top: 10px;
	line-height: 1.6em;
}
/* set values for IE first */
#main2col {
	margin: 10px 10px 10px 10px;
}
/* reset for normal browsers */
html>/**/body #main2col {
	margin: 10px 10px 0 10px;
}
/* ---------------------------------------------------- */
/* PG section accordion */
#accordion{
	margin-bottom: 10px;	
}
#accordion h3{
	background: #e5ebf4 url("http://www.qmul.ac.uk/qmcms/datatables/media/images/sort_desc.png") no-repeat right center;
	padding: 5px 10px;
	outline: none;
	border-bottom: 1px solid #506790;
	margin-bottom: 0px;
}
#accordion div{
	padding: 0px 10px 10px 10px;	
}
#accordion h3:hover{
	background-color: #506790;
	color: #fff;
	cursor: pointer;
}
/* ---------------------------------------------------- */
/* Excellence Scholarships layout */
.column{
	float: left;
	width: 45%;
	margin-right: 2%;
	background-color: #E7EAF1;
	padding: 2%;
	margin-bottom: 10px;
}
.column h2{
	line-height: 1.5em;
	margin-top: 0;	
}
.column h3{
	background-color: #798AA9;
	padding: 2px 5px;
	color: #fff;
}
.column ol{
	margin-bottom: 0;	
}
/* ---------------------------------------------------- */
.socialMediaTable {
	margin-bottom: 10px;	
}
.socialMediaTable a{
	border-bottom: 0!important;
}
.socialMediaTable tr{
	vertical-align: top;
	height: 40px;
}
.socialMediaTableHead{
	background-color: #BBB6AE;
	font-weight: bold;
	font-size: 1.3em;
}
.socialMediaTableFill{
	background-color: #E7EAF1;
	font-weight: bold;
	font-size: 1.1em;
}
/* ---------------------------------------------------- */
.last {
	margin-right: 0;	
}
/* ---------------------------------------------------- */
/* ImpactQM layout */
.contactDetails{
	width: 35%;
	float: right;
	margin: 0 0 20px 20px;
}
.contactDetails img{
	float: left;
	margin: -5px 5px 0 0;	
}
.videoBox{
	background-color: #E7EAF1;
	margin-bottom: 20px;	
}
.videoBox h3{
	background-color: #B7C0D0;
    display: block;
    padding: 10px;
}
.videoBox p:last-child{
	margin-bottom: 0;
}
.videoBox p, .videoBox iframe {
	padding: 10px 20px;	
}
/* ---------------------------------------------------- */
/* Research layout */
.researchTheme{
	float: right;
	width: 370px;
	margin: 0 0 20px 20px;	
}
.researchTheme .newsList{
	float: left;
	margin-top: 0;
}
*+html .researchTheme .newsList{
	clear: none;
	margin-bottom: 10px;
}
.researchTheme .newsList a{
	font-weight: bold;
}
.researchTheme .newsList strong{
	display: none;
}
.researchTheme img{
	float: left;
	margin: 0 10px 0 0;	
}
.researchIntro a{
	display: inline;
}
.researchNews{
	margin-top: 40px;
	border-top: 1px dashed #8a8a8a;
	padding-top: 40px;
	width: 370px;
}
/* ---------------------------------------------------- */
/* tooltip */
#tooltip {
	position: absolute;
	display: none;
	background: transparent url(../images/tooltip.png);
	height: 90px;
	width: 170px;
	padding: 15px 20px;
	color: #fff;
	line-height: 1.5em;
	text-align: left;
	z-index: 99;
}
* html #tooltip {
	background: transparent url(../images/black_arrow.gif);
}

.tweet {
	border-top: 1px dotted #A1A1A1;
    float: left;
    margin: 30px 0 10px;
    padding: 10px 0 0;
    width: 100%;
}
.tweet img{
	float: left;
}
