
.sortable {
	font-family: Verdana, Arial, Sans-serif;
	font-size: xx-small;
	padding: 0;
	margin: 10px;
	border: 1px outset #666666;
}

.sortable COL.numeric {
	text-align : right;
}

.sortable THEAD TH {
	border-width : 0 0 2px;
}

.sortable TFOOT TH {
	border-width : 2px 0 0;
}
.sortable TBODY TH {
	font-weight:bold;
	border-width : 0;
	text-align:left;
}


.sortable TH {
	
	border-color : #cccccc;
	border-style : solid;
	padding : 5px;
	margin : 0;
}

.sortable TH .page {
	float : left;
}

.sortable TH .pageLinks {
	float : right;
}

.sortable TH .pageLinks A {
	padding : 3px;
}

.sortable TH .pageLinks .currentPage {
	background-color : #eeeeee;
	padding : 3px;
}

.sortable TD {
	padding: 5px;
	border-width: 0 1px 0 0;
	margin: 0;
	border-collapse: collapse;
	border-color : #eeeeee;
	border-style : solid;
}

.sortable TR.shade {
	background-color : #f7f7f7;
}

.sortable TH.sort,
.sortable TD.sort {
	background-color : #eeeeee;
}

.sortable TR.shade TD.sort {
	background-color : #e6e6e6;
}

/* added by Gav 31/may/04 */
.sortable TR.correctAnswer {
	background-color : #e6e6e6;
}
.sortable TD.correctAnswer {
	background-color : #e6e6e6;
}
.sortable TH.correctAnswer {
	background-color : #e6e6e6;
}
.sortable TR.shade TR.correctAnswer {
	background-color : #eeeeee;
}
/* end added by Gav 31/may/04 */

.sortable A {
	text-decoration : none;
	color : #0066CC;
	font-weight: bold;
}

.sortable A:Hover {
	text-decoration : underline;
	color : #0066CC;
	font-weight: bold;
}