
/*
.category
{
	width:500px;
}

.category_name
{
	font-size:1.5em;
	font-weight:bold;
}

.category ul
{
	margin-left:5px;
}

.category ul li
{
	list-style-type:none;
}
*/

.question
{
	width:485px;
	background-color:#CACAFF;
/* 	display:block; */
	padding:5px;
	margin-top:2px;
	cursor:pointer;
}

.q
{
	display:block;
/* 	padding-bottom:10px; */
	background-color:#CACAFF;
	padding:5px;
	margin-top:2px;
}

.faq_selected
{
	background-image: url( /images/green_check_button.gif );
	background-position: center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.quiz_unselected,
.quiz_selected
{
	width: 54px;
	height: 55px;
}

.quiz_unselected:hover
{
	background-image: url( /images/green_check_button.gif );
	background-position: center center;
	background-repeat:no-repeat;
	cursor:pointer;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: white;
}

#quiz_answer_button
{
	text-align:center;
}

.quiz_not_finished
{
	opacity:.25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	background-color: white;
	cursor:pointer;
}

