
/* IMPORT GENERIC STYLE DEFINITIONS COMMON TO ALL DEPT SITES */
@import "http://www.qmul.ac.uk/qmcms/css/deptstyle2010.css";

/* ---------------------------------------------------- */
html {
	background-color: #5898bb;
}
h2.block {
	background-color: #cdc2b5;
}
hr {
	border-color: #5898bb;
}
/* ---------------------------------------------------- */
#primaryNav a{
	background-color: #dfdfe7;
	color: #586F61;
}
/* reverse out the colours on mouse over */
#primaryNav a:hover{
	background-color: #5898bb;
	color: #fff;
}
/* the active page isn't a link on the primary nav so set reverse out styles */
#primaryNav li.current {
	background-color: #5898bb;
	color: #fff;
	white-space: nowrap;
}
/* ---------------------------------------------------- */
#breadcrumb a:link {
   color: #fff;	
}
#breadcrumb a:visited {
   color: #fff;
}
#breadcrumb a:hover {
   color: #d4c8c8;
}
#breadcrumb a:active {
   color: #fff;
}
/* ---------------------------------------------------- */
#main a[href], #main2col a[href] {
	border-bottom: 1px dotted #5898bb;
}
#main a[href]:hover, #main2col a[href]:hover{
	border-bottom: 1px dotted #990000;
}
#main a.noBorder, #main a.noBorder:hover {
	border: 0px;
}
/* ---------------------------------------------------- */
#sidebar a{
	border-bottom: 1px dotted #5898bb;
}
#sidebar a:hover{
	border-bottom: 1px dotted #990000;
}
#sidebar a.noBorder:hover{
	border-bottom: 0px;
}
#sidebar h2.block {
	display: none;
}
/* turn off bullet points on the news auto index on the homepage */
#sidebar .AutoIndexSlot ul{
	list-style: none;
	padding-left: 15px;
}
*+html #sidebar .AutoIndexSlot ul{
	margin-left: -15px;
}
* html #sidebar .AutoIndexSlot ul{
	margin-left: -15px;
}
/* ---------------------------------------------------- */
#footer a{
	border-bottom: 1px dotted #5898bb;
}
#footer a:hover{
	border-bottom: 1px dotted #990000;
}
/* ---------------------------------------------------- */
a {
   text-decoration: none;
}
a:link {
   color: #5898bb;	
}
a:visited {
   color: #5898bb;
}
a:hover {
   color: #990000;
}
a:active {
   color: #5898bb;
}
/* ---------------------------------------------------- */
/* reset .small class as it is unecessary on new style template */
.small {
	font-size: 1em;	
}
/* line up the twitter icon with the text next to it */
.icon {
	float: left;
	margin: 0px 10px 0px 0px;
}
/* ---------------------------------------------------- */
/* don't want the icon next to images that are links so turn it off */
#sidebar a[target="_blank"].noBorder{
	background: url(http://www.qmul.ac.uk/qmcms/images/dummy.gif) center right no-repeat;
	padding-right: 0px;
}
/* This for Programme thumbs */
.ProgrammeWrapper{
	
	width:255px;
	float:left;
	height:350px;
	overflow:hidden;
	margin-right:5px;
	margin-bottom:5px;

}
.ProgrammeWrapper a, .ProgrammeWrapper a[href], .ProgrammeWrapper a:visited, .ProgrammeWrapper a:hover{
	border-bottom:none !important;
}

.ProgImageWrapper{
	
	position:relative;	
	width:100%;
	border:0;
	margin:0;
	paddin:0;
}
.ProgImage{
	
	margin-bottom:2px;
	width:255px;
	height:160px;
	position:relative;

}
.ProgTitle{
	background-image:url(../images/darkTrans.png);
	text-align:right;
	color:white !important;
	position:absolute;
	right:0;
	Top:5px;
	padding:2px 5px 2px 2px;
	margin:0;
	color:white;
	font-weight:bold;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	max-width:160px;
	clear:none !important;
}
.ProgTitle a{
	color:white;
	
}
.ProgTitle a[href]{
	border-bottom:none !important;
}
.ProgTitle a:link{
	color:white;

}
.ProgTitle a:hover{

}

.progText{
	margin-top:0px;
	padding-top:0px;
	font-size:0.9em;
	line-height:1.5em;
	padding-right:4px;
}
.progTextSub{
	font-weight:bold;
	text-align:justify;
	text-align-last:left;
	margin-bottom:0px;	
}
.ProgMoreInfo{
	float:right;

	margin-bottom:10px;
	margin-right:10px;
	background-color:#FFE4D0;
	width:235px;
	padding: 5px 10px;
	margin-left:20px;


}
.ProgMoreInfo ul{
		list-style:disc!important;
}
.ProgMoreInfo {
	text-align:right;
}
.ProgMoreInfo a{
color: #32607A;
}
.mainColwithInfo{

	padding-top:30px;

}

/* ---------------------------------------------------- */
/* This for thumbnails with captions shown on rollover */
.moduleThumb{
	margin:0;
	padding:0;
	padding-left:11px;
	padding-right:11px;
	height: 180px;
	width: 122px;
	text-align:center;
	float:left;
	font-weight: bold;
	background-color:#FFE4D0;
	border: thick solid #FFF;
	overflow:hidden;
}
.modThumbWrapper{
	position:relative;
	padding:0;
	border:0;
	margin:0;
	height:100%;

}
.moduleThumb img{
	position:absolute;
	border:0;
	margin:0;
	top:10px;
	left:0;
	padding:0;
	height: 120px;
	width: 120px;	
	}
#main .modThumbWrapper a,#main2col .modThumbWrapper a{
	color: black;
    border-bottom: 0px;
	text-decoration: none;
}
div.thumbCaption{
	position:absolute;
	bottom:0;
	left:0;
	margin-top:0px;
	padding-top:0px;
	font-size:.75em;
	height:50px;
	width:100%;
	background-color:#FFE4D0;
	opacity:0.8;
	
}
.captionTitle{
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:100%;
	
}
.modInfo{
	padding:0;margin:0;
	text-align:left;
	line-height:normal;
}
/* ---------------------------------------------------- */
/* For featured Profile thumbs */

.historyProfileSmall{
	width:235px;
	float:left;
	height:360px;
	overflow:hidden;
	margin-right:5px;
	background-color:#FFE4D0;
	padding:10px;
	margin-bottom:40px;
}
.profile1{
	background-color:#D0FEE4;
}
.profile2{
	background-color:#f4e0Ff;
}
.historyProfileSmallWrapper{
	position:relative;
	padding:0;
	border:0;
	margin:0;
}
.profileSmallThumb {
	width:235px;
	height:160px;
	position:relative;	
	border:0;
	margin:0 auto;
	paddin:0;
}
.historyProfileSmall a{
	border-bottom:none !important;
}
.name, .job{
	background-image:url(../images/darkTrans.png);
	text-align:right;
	color:white !important;
	position:absolute;
	right:0;

	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	clear:none !important;
}
.name{
	top:5px;
	font-weight:bold;
	font-size:1.5em;
	max-width:160px;
	padding:2px 15px 2px 2px; 
}
.job{
	max-width:110px;
	top:30px;
	font-weight:bolder;
	padding:2px 5px 2px 2px;
}
.name a, .job a{
	color:white;
	
}
.name a[href], .job a[href]{
	border-bottom:none !important;
}
.name a:link, .job a:link{
	color:white;

}

.degree{
	color:#32607A;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:.93em;

}
.profileSmallText{
	font-size:0.9em;
	line-height:1.3em;	
	padding:0;
	margin-top:2px;
	margin-bottom:0;
}
.more{
	text-align:right;
	padding:0;
	margin:0;
	font-weight:bold;

}

/*-----------------------------------------------------*/
/* Large Profile */


.profileLargeImage{
	
	float:right;
	margin-bottom:200px;
}

.largeProfileWrapper{
	position:relative;
	padding:0;
	border:0;
	margin:0;
}
.largeProfileText{
	background-color:#FFE4D0;
	position: absolute;
	left:20px;
	top: 20px;
	width: 350px;
	padding:20px;
	font-size:.9em;
		line-height:1.2em;	
}
.profileQuestion{
	font-weight:bold;
	margin-bottom:0px;

}
.profileAnswer{
	margin:0;	
}
.joblarge, .degreeLarge{
	font-size:1.2em;
	font-weight:bold;
	color:#32607A;
	margin-top:0;
}
.joblarge{
font-size:1.4em;	
}
.pullquote{
float:left;
width:590px;
margin-left:60px;
font-weight:bold;
font-size:1.7em;	
background-color:#FFE4D0;
line-height:1.5em;
text-align:right;
padding: 10px 20px 10px 0;

}
.slide .pullquote{

float:right;
width:490px;

font-weight:bold;
font-size:1.3em;	
background-color:#f4e0Ff;
line-height:1.2em;
text-align:right;
padding: 10px 20px 10px 10px;
margin-top:-20px;

}	

.slide img{
 float:right;	
 height:70px;
 width:70px;
 padding: 0 0 0 10px;
}

.slideshow{
float:right;
margin-right:30px;	
}

/* ---------------------------------------------------- */
/* For featured Items slideshow */

#featured{
    width:500px;
    padding:0;
    position:relative;
    height:333px;
    background:#fff;
    border:2px solid #CCF;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}
#featured ul.ui-tabs-nav{
    position:absolute;
    top:0; right:0px;
    list-style:none;
    padding:0; margin:0;
    width:100px;
    z-index: 1;
	font-weight:bold;
	font-size:1.1em;
}
#featured ul.ui-tabs-nav li{
    padding:1px 0 0 0;
	margin:0 0 10px 0; 
   
    color:#000;
}

#featured .ui-tabs-panel{
    width:500px; height:333px;
    background-image:  url('../images/lightTrans.png'); position:relative;

}
#featured .ui-tabs-hide{
    display:none;
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	text-decoration:none;
    display:block;
    height:78px;
    color:#222; 
    line-height:20px;
    outline:none;
    background-image: url('../images/lightTrans.png');
	padding: 0 2px;
}
#featured li.ui-tabs-nav-item a:hover{
    background-image: url('../images/strongLightTrans.png') ;
	color: #000;
}
#featured li.ui-tabs-selected a{
	background-image: url('../images/medTrans.png') ;
	color: #FFF;
}
#featured ul.ui-tabs-nav li img{
    float:left; margin:2px 5px 2px 0;
    background:#fff;
    padding:2px;
    border:1px solid #eee;
}
#featured .ui-tabs-panel .info{
    position:absolute;
    bottom:0px; left:0;
    height:70px; width: 500px;
    background: url('../images/darkBlueTrans.png');
}
#featured .info h2{
    font-size:18px; font-family:Georgia, serif;
    color:#fff; padding:5px; margin:0;
    overflow:hidden;
}
#featured .info p{
    margin:0 5px;
    font-family:Verdana; font-size:11px;
    line-height:15px; color:#f0f0f0;
}
#featured .info a{
    text-decoration:none;
    color:#fff;
}
#featured .info a:hover{
    text-decoration:underline;
}
.clear{
clear:both;	
}
.slideshow2{

text-align:right;
font-weight:bold;
font-size:1.1em;
margin-left:340px;
margin-right:10px;
margin-top:-30px;

}
.sellingPoint{
margin:0;
}

.highlight{
	background-color:#FFE4D0;	
	padding: 5px 10px 5px 10px;
	margin: 5px 0;

	
}
.floatLeft{
	float:left;	
}
.highlight img{
	margin-left: 10px;
	margin-bottom:10px;
}
