/* 
	Link Styles
*/
a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	background-color: #ffff00;
	font-weight: bold;
}

/* 
	Header Styles
*/

h1, h2, h3, h4, h5
{
	text-align: center;
	font-size: medium;
	color: #b61e39;
}

h1.peopleHeader, h2.peopleHeader, h3.peopleHeader, h4.peopleHeader, h5.peopleHeader
{
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	font-size: medium;
}

h1.photoHeader, h2.photoHeader, h3.photoHeader, h4.photoHeader, h5.photoHeader
{
	text-align: left;
	font-size: medium;
}

/* 
	Order and Unordered List Styles
*/

li
{
	padding-bottom: 10px;
}

/* 
	Horizontal Line Styles
*/

hr
{
	color: #9370db;
}

/* 
	Text Span Styles
*/

span
{
	font-weight: bold;
	color: #b61e39;
}

span.centerSpan
{
	text-align: left;
	color: #000000;
}

/* 
	Paragraph Styles
*/

p.center
{
	text-align: center;
}

p.alignLeft
{
	text-align: left;
}

/* 
	Image Styles
*/

img
{
	border-width: 0px;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
}

img.homeImage
{
	width: 155px;
	height:43px;
}

img.researchImage
{
	width: 155px;
	height: 34px;
}

img.peopleImage
{
	width: 155px;
	height: 34px;
}

img.collaboratorsImage
{
	width: 155px;
	height: 34px;
}

img.publicationsImage
{
	width: 155px;
	height: 33px;
}

img.fundingImage
{
	width: 155px;
	height: 33px;
}

img.newsImage
{
	width: 155px;
	height: 34px;
}

img.photosImage
{
	width: 155px;
	height: 34px;
}

img.contactusImage
{
	width: 155px;
	height: 32px;
}

img.bottommenuImage
{
	width: 155px;
	height: 89px;
}

img.opentext-logo
{
	width: 175px;
	height: 60px;
}

img.ices
{
	width: 226px;
	height: 47px;
}

img.nrc-logo
{
	width: 226px;
	height: 55px;
}

img.ibm-logo
{
	width: 135px;
	height: 76px;
}

img.ms-research-logo
{
	width: 149px;
	height: 42px;
}

img.yahoo-logo
{
	width: 150px;
	height: 35px;
}

img.city-logo
{
	width: 214px;
	height: 66px;
}

img.infobright
{
	width: 226px;
	height: 62px;
}

img.alpha-logo
{
	width: 91px;
	height: 92px;
}

img.pu-logo
{
	width: 92px;
	height: 92px;
}

img.sfu-logo
{
	width: 83px;
	height: 120px;
}

img.york-logo
{
	width: 167px;
	height: 91px;
}

img.ak-logo
{
	width: 79px;
	height: 80px;
}

img.mri-o
{
	width: 147px;
	height: 68px;
}

img.ntrc-research-tools-logo
{
	width: 153px;
	height: 68px;
}

img.ccid_logo
{
	width: 142px;
	height: 92px;
}

img.cga-logo
{
	width: 225px;
	height: 56px;
}

img.petro-canada
{
	width: 101px;
	height: 76px;
}

img.vpri
{
	width: 267px;
	height: 23px;
}

img.nserc-c
{
	width: 345px;
	height: 20px;
}

img.sshrc
{
	width: 314px;
	height: 29px;
}

img.cihr-c
{
	width: 268px;
	height: 20px;
}

img.opentext-logo
{
	width: 175px;
	height: 60px;
}

img.peoplePicture
{
	width: 68px;
	height: 92px
}

img.size550x369
{
	width: 550px;
	height: 369px;
}

img.size450x255
{
	width: 450px;
	height: 255px;
} 

img.size550x437
{
	width: 550px;
	height: 437px;
} 

/* 
	HTML Body Styles
*/

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* 
	Div Styles
*/

div.flash
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;
}

div.header
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;
}

div.body
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	height: auto;
	border-top: black thin solid;
	border-left: black thin solid;
}

div.bottomMenu
{
	position: relative;
	width: 659px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 90px;
	border-top: black thin solid;
	border-bottom: black thin solid;
	border-left: thin black solid;
}

div.footer
{
	position: relative;
	width: 749px;
	height: auto;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: thin black solid;
	border-left: thin black solid;
	padding-top: 10px;
}

div.homeDiv
{
	position: relative;
	width: 100%;
	height: auto;
}

div.researchDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -2px;
}

div.peopleDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -4px;
}

div.collaboratorsDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -6px;
}

div.publicationsDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -8px;
}

div.fundingDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -10px;
}

div.newsDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -12px;
}

div.photosDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -14px;
}

div.contactusDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -16px;
}

div.bottommenuDiv
{
	position: relative;
	width: 100%;
	height: auto;
	top: -18px;
}

div.pre-loader
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* 
	Table Styles
*/

table.mainTable
{
	height: 100%;
	width: 100%;
	border-spacing: 0px;
}

table.peopleTable
{
	height: auto;
	width: 100%;
}

/* 
	Table Data Styles
*/

td
{
	padding: 0px;
	vertical-align: top;
	text-align: justify;
}

td.menuCell
{
	height: auto;
	width: 155px;
}

td.mainContentCell
{
	height: auto;
	width: auto;
	padding: 2px;
}

td.logo
{
	width: 50%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

td.logo2
{
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

td.jimmyHuang
{
	height: 90px;
	width: 67px;
	background-image: url(jimmyhuang.jpg);
	background-repeat: no-repeat;
} 

td.mariamDaoud
{
	height: 90px;
	width: 67px;
	background-image: url(mariamdaoud.jpg);
	background-repeat: no-repeat;
} 

td.torjmenMouna
{
	height: 90px;
	width: 67px;
	background-image: url(mouna.jpg);
	background-repeat: no-repeat;
} 

td.chenghuaLi
{
	height: 90px;
	width: 67px;
	background-image: url(chenghuali.jpg);
	background-repeat: no-repeat;
} 

td.benHe
{
	height: 90px;
	width: 67px;
	background-image: url(benhe.jpg);
	background-repeat: no-repeat;
}

td.junMiao
{
	height: 90px;
	width: 67px;
	background-image: url(junmiao.jpg);
	background-repeat: no-repeat;
}

td.yangLiu
{
	height: 90px;
	width: 67px;
	background-image: url(yangliu.jpg);
	background-repeat: no-repeat;
}

td.zhengYe
{
	height: 90px;
	width: 67px;
	background-image: url(zhengye.jpg);
	background-repeat: no-repeat;
}

td.xiaoshiYin
{
	height: 90px;
	width: 67px;
	background-image: url(xiaoshiyin.jpg);
	background-repeat: no-repeat;
}

td.mehdiHosseini
{
	height: 90px;
	width: 67px;
	background-image: url(mehdihosseini.jpg);
	background-repeat: no-repeat;
}

td.jiashuZhao
{
	height: 90px;
	width: 67px;
	background-image: url(jiashuzhao.jpg);
	background-repeat: no-repeat;
}

td.xiaofengZhou
{
	height: 90px;
	width: 67px;
	background-image: url(xiaofengzhou.jpg);
	background-repeat: no-repeat;
}

td.vivianHu
{
	height: 90px;
	width: 67px;
	background-image: url(vivianhu.jpg);
	background-repeat: no-repeat;
} 

td.parvazMahdabi
{
	height: 90px;
	width: 67px;
	background-image: url(parvaz.jpg);
	background-repeat: no-repeat;
}

td.jiayueZhang
{
	height: 90px;
	width: 67px;
	background-image: url(jiayue.jpg);
	background-repeat: no-repeat;
}

td.reinaldoDenis
{
	height: 90px;
	width: 67px;
	background-image: url(reinaldo.jpg);
	background-repeat: no-repeat;
} 

td.maralDadvar
{
	height: 90px;
	width: 67px;
	background-image: url(maral.jpg);
	background-repeat: no-repeat;
} 

td.hoda
{
	height: 90px;
	width: 67px;
	background-image: url(hoda.jpg);
	background-repeat: no-repeat;
} 

td.mladenKovacevic
{
	height: 90px;
	width: 67px;
	background-image: url(mladenkovacevic.jpg);
	background-repeat: no-repeat;
}

td.miaoWen
{
	height: 90px;
	width: 67px;
	background-image: url(miaowen.jpg);
	background-repeat: no-repeat;
}

td.dawidKasperowicz
{
	height: 90px;
	width: 67px;
	background-image: url(dawidkasperowicz.jpg);
	background-repeat: no-repeat;
} 

td.xiaoliHu
{
	height: 90px;
	width: 67px;
	background-image: url(xiaolihu.jpg);
	background-repeat: no-repeat;
}

td.ahmed
{
	height: 90px;
	width: 67px;
	background-image: url(ahmed.jpg);
	background-repeat: no-repeat;
} 

td.robertSaggiorato
{
	height: 90px;
	width: 67px;
	background-image: url(robertsaggiorato.jpg);
	background-repeat: no-repeat;
} 

td.zahra
{
	height: 90px;
	width: 67px;
	background-image: url(zahra.jpg);
	background-repeat: no-repeat;
} 

td.atanaz
{
	height: 90px;
	width: 67px;
	background-image: url(atanaz.jpg);
	background-repeat: no-repeat;
} 

td.tonyLau
{
	height: 90px;
	width: 67px;
	background-image: url(noimage.png);
	background-repeat: no-repeat;
} 

td.thomasLynam
{
	height: 90px;
	width: 67px;
	background-image: url(thomaslynam.jpg);
	background-repeat: no-repeat;
} 

td.tomWu
{
	height: 90px;
	width: 67px;
	background-image: url(tomwu.jpg);
	background-repeat: no-repeat;
}

td.zhiXu
{
	height: 90px;
	width: 67px;
	background-image: url(zhixu.jpg);
	background-repeat: no-repeat;
}

td.aliceTran
{
	height: 90px;
	width: 67px;
	background-image: url(alicetran.jpg);
	background-repeat: no-repeat;
}

td.mingZhong
{
	height: 90px;
	width: 67px;
	background-image: url(mingzhong.jpg);
	background-repeat: no-repeat;
}

td.yanruiHuang
{
	height: 90px;
	width:67px;
	background-image: url(noimage.png);
	background-repeat: no-repeat;
}

td.yangLiu
{
	height: 90px;
	width: 67px;
	background-image: url(yangliu.jpg);
	background-image: no-repeat;
}

td.peopleText
{
	padding-left: 10px;
	height: auto;
	width: auto;
}