/* NEDARC Can Help CSS Styles */

/* News Page */

.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.25em;
	color: #CC3300;
	/* border-bottom: 1px solid #CCCCCC !important; */
}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	color: #333333;
}

/* Faculty and Staff Page */

#rosterTable {
	border: 1px solid #8b9dd4;
	border-top-width: 0px;
	border-top-style: none;
}


#rosterTable em {
	color: #5c6261;
}

/* Staff Popup Box */

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 406px;
	height: 360px;
	background-color: #f3f5fb;
}

#topBarStaffPage {
	position: relative;
	top: 0;
	left: 0;
	width: 406px;
	height: 21px;
	background-image: url(../nedarcCanHelp/images/topBarStaffFaculty.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
}

#btnClose {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
}

#memberContainer {
	position: absolute;
	top: 35px;
	left: 15px;
	padding: 0px 0px 5px 10px;
	width: 375px;
	height: 320px;
}

#photoBox {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../nedarcCanHelp/images/photoBackDrop2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 158px;
	width: 138px;
}

#staffTable {
	position: relative;
	top: 0px;
	left: 135px;
	width: 250px;
	overflow: hidden;
}

#staffTable em {
	color: #5c6261;
}

#bioText {
	position: absolute;
	top: 155px;
	left: 0px;
	padding: 10px 15px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	height: 150px;
	overflow: hidden;
}

.nameDegree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c72127;
	margin-top: 30px;
}
.position {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #525252;
	margin-top: -20px;
}
.additionalInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin-top: 14px;
}
.additionalInfo a, additionalInfo a:visited, additionalInfo a:active {
	color: #000099;
	text-decoration: underline;
}
.additionalInfo a:hover {
	color:#0066FF;
	text-decoration: underline;
}
