/* Blog */
/*.blog-post
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}

.blog-post-header
{
	background: transparent url(/img/blogpic_default_60.gif) no-repeat scroll left top;
	height: 60px;
	margin-bottom: 1em;
	position: relative;
}

.blog-post-header .title
{
	color: #666;
	font-size: 1.8em;
	padding: 0 0 0.1em 70px;
}

.blog-post-header .meta
{
	color: #999;
	font-size: 0.9em;
	padding: 0 0 0.5em 70px;
}

.blog-post-header .meta a
{
	color: #666;
}

.blog-post .content
{
	margin-top: 10px;
}

.blog-post .links
{
	text-align: right;
}*/

#content-area p.introduction {
	font-style: italic;
}

#content-area p.notice {
	color: #c00;
}

/* quiz */
#quiz-view-table {
	display: none;
}

#quiz-question-answering-form .form-radios tbody {
	border: none;
}

#quiz-question-answering-form .form-radios tbody tr {
	background: none;
	border: none;
}

#quiz-question-answering-form .form-radios tbody tr .selector-td .form-item {
	margin-bottom: 0.4em;
}

#quiz-question-answering-form .form-radios tbody tr p {
	margin-left: -15px;
}

#quiz-question-answering-form .quiz-question-body {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

#quiz-report-form dl.quiz-report dt {
	background: none;
}

#quiz-report-form dl.quiz-report dt .quiz-report-question {
	display: none;
}

#quiz-report-form dl.quiz-report dt .quiz-report-score-container {
	display: none;
}

#quiz-report-form dl.quiz-report dt p {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

#quiz-report-form dl.quiz-report dd table td strong {
	display: none;
}

#quiz-report-form dl.quiz-report dd table td .quiz_answer_feedback {
	font-style: normal;
	font-weight: bold;
}