/* Global Resetting */

#ContentContainer {
	background:#f5f5f5 url(../images/ss_watermark.gif) bottom left no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
}


div.breadcrumbs {
	margin-bottom:10px;
	font-size:11px;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

div.breadcrumbs a:hover {
	text-decoration: underline;;
}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	border:0px dotted #ccc;
	padding:0px;
	margin-left: 0;
}
#newsItem {
	background: url(../images/bg-footer.gif) repeat-x;
	padding: 12px 12px 0 12px;
	margin: 0 0 10px 0;
	border-left: thin solid #eaeaea;
	border-bottom: thin solid #eaeaea;
	border-right: thin solid #eaeaea;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0px 0;
}
	#NewsList li.newsDateTitle span {
		color:#a91446;
		line-height:16px;
	}
	#NewsList li.newsDateTitle a {
		font-size:12px;
		font-weight:bold;
		line-height: 18px;
		text-decoration:none;
		padding-left:20px;
		padding-bottom: 3px;
		background:url(../images/treeicons/news-file.gif) no-repeat left top;
	}
		#NewsList li.newsDateTitle a:hover {
			text-decoration: underline;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
		line-height: 16px;
	}
		#NewsList li.newsSummary span {
			font-size:12px;
			color:#333;
			text-decoration: none;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color: #a91446;
			text-decoration:none;
			font-weight: bold;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				text-decoration: underline;
			}


div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		

