.table_ssquiz table, question_list{
	border:none;
	width:90%;
	background-color:#EEE;
	border-radius:5px;
	text-align:center;
	font-style:normal;
	border-collapse:collapse;
}

.table_ssquiz table tr {
	margin-bottom:10px;
	height:40px;
}

.table_ssquiz table tr:first-child {
	font-weight:bold;
	background-color:#AAA;
}

.ssfieldset{
	border:solid;
	border-right:5px;
	border-color:#CCCCCC;
	padding:15px;
	width:80%;
}

p.page_info {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.ssscreen_form td:first-child {
	font-style:italic;
}

.ssscreen_form label {
	font-style:italic;
	font-weight:bold;
}

.ssscreen_form textarea {
	 min-width:400px; 
	 min-height:100px;
}

.temp_message{
	font-style:italic;
}

ul#sssortable {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 90%;
}

li.ui-state-default {
	border:solid #FFF;
	border-radius:5px;
	padding:10px;
	background-color:#EEE;
}

.ssanswer_history{
	padding:7px;
	font-size:larger;
	margin:7px;
}

.sshistory a{
	cursor:pointer;
}

ul.ui-sortable li{
	height:100%;
	text-align:center;
}

.ssedit_box {
	text-align:left;
	width: 100%;
	height:300px;
	display:none;
}

li.ui-state-default:not(.ssno-pointer):not(:first-child):hover{
	cursor:pointer;
	background-color:#DDD;
}

ul.question_stat li:last-child{
	border-right:none;
}

li.ui-state-default:first-child {
	cursor:auto;
	font-weight:bold;
	background-color:#AAA;
}

.ssui-state-highlight {
	height:40px;
	width:90%;
	background-color:#00FFFF;
}

table.ssscreen td:first-child{
	font-weight:bold;
	font-style:normal;
	padding:2px;
	
}

input.delete_quiz, input.edit_quiz, input.add_quiz{
	background-color:#DDD
}
input.add_quiz, input.add_quiz:hover {
	color:#0C3;
}

input.delete_quiz, input.delete_quiz:hover {
	color:#555;
}

.ssedit_qbox {
	height:170px;
	display:none;
}

.ssedit_addbox {
	height:300px;
	display:none;
}

.sshidden{
	display:none;
	margin:15px;
}

.ssscreen_form{
	background-color:#FFF;
	width:90%;
}

.ssscreen_form h3{
	padding:10px;
	font-size:20px;
}
