/*
	Script Name	:	quizscenario.css
	Description :   Application CSS file

	Initial Production Date	: 12/08/2006
	Initial Developer : Sudarat Saudale

	Datasource(s) :  

	Custom Tags/Component Calls/Includes (Description)
		

	Modification History
	Date		Developer		Description

*/

.speaker{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}
.quote{
	vertical-align:top;
}

.questionBox{
	padding:5px 10px 10px 10px;
	border:1px solid black;
}

.questionText{
	font-weight:bold;
	margin-bottom:5px;
}
.answerText{
	margin-bottom:5px;
}
.answerBullet{
	text-transform:uppercase;font-weight:bold;
}
.responseTitle{
	font-weight:bold;color:##932653;margin-bottom:5px;
}
.responseText{
	font-weight:bold;
}
.responseBullet{
	text-transform:uppercase;
}

