/*

Question Mark Computing Perception 
Copyright (c) Question Mark Computing Ltd. 2004 - 2005

perception_base.css
version 4.0.4.0

base stylesheet for older browsers with broken CSS support

last modified : 05.01.2005

*/


/* ******************************************************* */
/* main elements of all pages, both login and assessments */
/* ******************************************************* */

/* the HTML <body> tag */
BODY {
}

/* header shown at the top of all pages */
#qm_HEADER {

}

/* the main page area, between Header and Footer */
#qm_DOCUMENT {

}

/* separates questions and other screen elements - used like <hr> */
.qm_SEPARATOR {

}

/* footer shown at the bottom of all pages */
#qm_FOOTER {

}

/* format for links */
A {

}

/* format for links on mouse over */
A:hover {

}

/* table used to display messages, login screens and assessment lists */
.qm_BOX {

}

/* header row of the qm_BOX table */
.qm_BOX_HEADER {

}

/* table row */
.qm_BOX_ROW {

}

/* table data in a row - spans 2 columns */
.qm_BOX_COL {

}

/* table data in left column of row */
.qm_BOX_COL_LEFT {

}

/* table data in right column of row */
.qm_BOX_COL_RIGHT {


}

/* table data centered in row  - spans 2 columns */
.qm_BOX_COL_CENTER {

}

/* title to error messages */
.qm_ERROR_TITLE {

}

/* text of error messages */
.qm_ERROR_TEXT {

}

/* details of error messages */
.qm_ERROR_DETAIL {

}

/* buttons */

/* class style for all buttons */
.qm_BUTTON {

}

/* Retry button on error message screens */
#qm_RETRY {
	
}

/* Continue from feedback screen to next page */
/* also used on change password screen from perception.dll */
#qm_CONTINUE {
	
}


/* ********************************************** */
/* elements of login and assessment listing pages */
/* ********************************************** */

/* assessment list elements */
/* assessments in the list are presented as links which are items in an unordered list */


/* format list items */
LI {

}

/* links to start assessments */
LI.qm_ASSESSMENT { 

}

/* link to participant reports */
LI.qm_REPORT {

}

/* link to DALI */
LI.qm_DALI {

}

/* link to change participant password */
LI.qm_CHANGE_PASSWORD {

}


/* Enter button on all login screens */
#qm_ENTER {
	
}



/* miscellaneous definitions*/

/* workaround to fix bug in IE where text and password input boxes are shown as different widths */
.qm_INPUT {

}

/* ******************************** */
/* question and assessment elements */
/* ******************************** */

/* ********************** */
/* assessment information */
/* contains assessment elements below */
#qm_ASSESSMENT_HEADER {

}

/* assessment name */
.qm_TITLE {

}

/* assessment introduction */
.qm_INTRO {

}

/* timer displayed in timed assessments */
.qm_TIMER {

}

/* the score for a single block of an assessment */
.qm_BLOCK_SCORE {

}

/* the score achieved for an assessment so far */
.qm_RUNNING_SCORE {

}

/* the final score for an assessment */
.qm_FINAL_SCORE {

}

/* the final status of an assessment */
.qm_FINAL_STATUS {

}

/* buttons */

/* Submit the answers to a page of questions */
#qm_SUBMIT {
	
}

/* Save the answers in a page of questions without submitting */
#qm_SAYG {

}

/* Reset the answers in a page of questions */
#qm_RESET {
	
}


/* Quit an assessment */
#qm_QUIT {
	
}

/* Home button on final page of assessment */
#qm_HOME {
	
}

/* Branch button on final page of assessment */
#qm_BRANCH {
	
}

/* Confirmation button shown on Monitoring screens */
#qm_MONITOR {
	
}

/* Cancel button shown on Monitoring screens */
#qm_BACK {
	
}



/* ******************* */
/* assessment elements */



/* the outcome of an assessment */
.qm_ASSESSMENT_OUTCOME {

}

/* topic scoring */
.qm_TOPIC_SCORING {

}

/* scoring for an individual topic */
.qm_SINGLE_TOPIC {

}

/* the name of the topic */
.qm_TOPIC_NAME {

}

/* the score for that topic */
.qm_TOPIC_SCORE {

}

/* feedback for that topic */
.qm_TOPIC_FEEDBACK {

}



/* ***************** */
/* question elements */

/* a question which can be answered */
.qm_QUESTION {

}

/* a question which cannot be answered */
.qm_EXPLANATION {

}

/* a question presented for feedback */
.qm_QUESTION_FEEDBACK {

}

/* question numbering */
.qm_NUMBER {

}

/* question description */
.qm_DESCRIPTION {

}

/* topic information for a question */
.qm_TOPIC {

}

/* partiicpant comment for a question */
.qm_COMMENT {

}

/* the label to a participant comment */
.qm_COMMENTLABEL {

}

/* tag information for a question (if shown) */
.qm_ALL_TAGS {

}

/* the name of a tag */
.qm_TAG_NAME {

}

/* the value of a tag */
.qm_TAG_VALUE {

}

/* ************************************ */
/* text or resources used in a question */

/* text/plain */
.qm_TEXT_CONTENT {

}

/* text/html */
.qm_HTML_CONTENT {

}

/* image */
.qm_IMAGE {

}

/* link to Perception content */
.qm_CONTENT {

}

/* general link */
.qm_LINK {

}

/* hide MathML source */
.qm_MATHML {

}

/* V3 URI content */
.qm_URI {

}

.qm_URI_CONTENT {

}

/* *************************** */
/* questions of specific types */
/* .qm_QUESTION_questionType */

.qm_QUESTION_mc {

}

.qm_QUESTION_mr {

}

.qm_QUESTION_num {

}

.qm_QUESTION_sel {

}

.qm_QUESTION_tm {

}

.qm_QUESTION_fib {

}

.qm_QUESTION_mat {

}

.qm_QUESTION_hot {

}

.qm_QUESTION_essay {

}

.qm_QUESTION_match {

}

.qm_QUESTION_rank {

}

.qm_QUESTION_sab {

}

.qm_QUESTION_flash {

}

/* ************************* */
/* choices of specific types */
/* .qm_CHOICES_questionType */

.qm_CHOICE_mc {

}

.qm_CHOICE_mr {

}

.qm_CHOICE_num {

}

.qm_CHOICE_sel {

}

.qm_CHOICE_tm {

}

.qm_CHOICE_fib {

}

.qm_CHOICE_mat {

}

.qm_CHOICE_essay {

}

.qm_CHOICE_match {

}

.qm_CHOICE_rank {

}

.qm_CHOICE_sab {

}


/* ******************************** */
/* input elements used in questions */
/* .qm_inputType_questionType */
.qm_RADIO_mc {

}

.qm_CHECKBOX_mr {

}

.qm_TEXT_num {

}

.qm_TEXT_tm {

}

.qm_TEXT_fib {

}

.qm_TEXT_essay {

}

.qm_SELECT_sel {

}

.qm_SELECT_mat {

}

.qm_SELECT_rank {

}

.qm_SELECT_sab {

}

.qm_RADIO_mat {

}

/* ************************** */
/* question feedback elements */

/* feedback text */
.qm_FEEDBACK_ITEM {

}

/* scoring for answered questions */
.qm_ANSWERED {

 }

/* message for  unanswered questions */
.qm_NOT_ANSWERED {

}
