.sIFR-hasFlash #content .courseHeader {
	margin-bottom: 0;
	}
.message {
	position: relative;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	}
	.message:hover { /* eye-candy for Safari and FireFox */
		background: url(/images/bg-message_hover.jpg) repeat-y;
		}


#content .message p {
	margin: 0 65px 0 25px;
	font-size: 1em;
	}
#content .message p strong {
	font-size: 1.1em;
	}
#content .message p span {
	padding-right: 10px;
	font-weight: bold;
	}
#content .message p a {
	padding-bottom: 2px;
	}
#content .message p a:hover {
	}
#content .message ul {
	position: absolute;
	top: 1.2em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#content .message a:hover {
	text-decoration: none;
	background: none;
	}
#content .message ul li {
	position: absolute;
	margin: 0; /* override */
	list-style: none;
	font-size: .9em; /* override */
	line-height: .9em; /* override */
	width: 16px;
	height: 16px;
	overflow: hidden;
	}
#content .message ul li a {
	display: block;
	height: 16px;
	text-indent: -5000px;
	}
#content .message li.coursedesc {
	background: url(/images/gobutton.gif) no-repeat;
	}
#content .message li.schedule {
	right: 21px;
	background: url(/images/calbutton.gif) no-repeat;
	}
#content .message li.notes {
	right: 45px;
	background: url(/images/pdfbutton.gif) no-repeat;
	}
#content .message li.pdf {
	right: 0;
	background: url(/images/pdfbutton.gif) no-repeat;
	}
#content .message ul li.description {
	width: 8em;
	right: 0;
	top: 25px;
	text-align: right;
	}
	#content .message ul li.description a {
		text-indent: 0;
		}

.archive {
	padding: .4em 0;
	}
.archive br {
	display: none;
	}
#content .archive p {
	margin: 0;
	text-align: right;
	}
#content .archive p span {
	display: block;
	float: left;
	text-align: left;
	}
#content .archive p strong {
	padding-left: 10px;
	}

/* message details page
==============================================================================*/
#messageGraphic img {
	width: 200px;
	}
#purchase_form {
	text-align: center;
	padding: 0 0 30px 0;
	}
#content h3.what {
	font-size: 1.8em;
	}
#content p.noSummary {
	margin-top: 50px;
	font-style: italic;
	text-align: center;
	color: #ccc;
	}
#content p.who {
	padding-left: 25px;
	font-size: 1.1em;
	background: url(/images/icon-speaker.gif) left center no-repeat;
	}
#content .info {
	margin-top: 50px;
	}
.comment {
	position: relative;
	margin: 20px auto 0;
	width: 467px;
	background: url(/images/comment-bg.gif) repeat-y;
	}
.comment span.commentBoxTop {
	display: block;
	margin-bottom: -1em;
	height: 10px;
	background: #fff url(/images/comment-top_bg.gif) no-repeat;
	}
#content .comment p {
	margin: 1em 15px;
	font: normal 1.2em/1.6em verdana,arial,helvetica,'lucida grande',tahaoma,sans-serif;
	color: #777;
	}
#content .comment p.commentAuthor {
	margin: -.5em 0 0;
	padding-left: 40px;
	font: bold 1.1em/40px verdana,arial,helvetica,'lucida grande',tahoma,sans-serif;
	color: #777;
	background: #fff url(/images/comment-author_bg.gif) center top no-repeat;
	}
#content .comment p.commentAuthor span {
	font-size: .81em;
	color: #999;
	}
#comment_form fieldset {
	border: 0 none;
	}
	#comment_form #userPrefs label {
		width: auto;
		}
	#comment_form textarea {
		clear: both;
		width: 99%;
		height: 10em;
		}
	#comment_form #captcha {
		position: relative;
		padding: 15px;
		background: #ffc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
		#content #comment_form #captcha p {
			margin: 0;
			width: 200px;
			font-size: 1em;
			line-height: 1.2em;
			}
		#comment_form #captcha #captchaImage {
			position: absolute;
			top: 10px;
			right: 0;
			text-align: center;
			}
