/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */

/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */
/* (Active button for current branch) */

ul.topnav .branch1_button a {
    background-image:none;
	background-color: #fff;
	color: #666;
}


/* for staff pages in schools path */
.vcard {
	/*width:100%;*/
	text-align:left;
	width:100%;
}
.photo { 
	float:left;
	margin:10px;
	margin-right:50px;
}
.photo img {
	border:1px solid #395352;
}
.detail {
	float:left;
	padding:10px 10px 15px 0;
	width:300px;
}
.staffname {
	font-size:120%;
	/*height:24px;*/
	line-height:1.3;
}
.staffname  a { text-decoration:none; height:18px;}
.position {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.contact {
	padding-top:10px;
	font-size:90%;
}
.intro {
	padding-top:10px;
	float:left;
	width:300px;
	margin-bottom:20px;
}

.intro h3 {
	margin:5px 0 0 0;
	padding:0;
	color:#000;
	font-weight:800;
}
.intro p {
	margin:0;
	padding:0;
	font-size:90%;
}
.qualification {
	padding-top:5px;
	font-weight:800;
}
.qualification h3 {
	margin:5px 0 0 0;
	padding:0;
	color:#000;
	font-weight:800;
}
.qualification p {
	margin:0;
	padding:0;
	font-size:90%;
}

.research {
	padding-top:10px;
	font-size:95%;
	font-weight:800;
}

.vcardBottom {
	display:block;
	width:1000px; 
	verflow:hidden;
}


/* Additional Style for the poster in each pages */
.posterLeft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.posterRight {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.textLeft {
	padding-top:10px;
}
.textRight {
	padding-top:10px;
}


/* Additional style for visitor page  */
.staffContent {
	display:block;
	border:1px dotted #ccc;
	width:600px;
	/*padding-top:300px;*/
}
.staffContent td {
	border-bottom:1px dotted #ccc;
}
.left {
	width:300px; 
	padding:20px; 
	border-right:1px dotted #ccc;
}
.right {
	width:250px; 
	padding:20px;
}
.vfellow {
	font-style:italic; 
	font-weight:bold;
}

.vcardsep {
	width:100%;
	border:1px dotted #fff;
	border-bottom:1px dotted;
	border-bottom-color:#CBDEDC;
	overflow:hidden;
}
