

/*** Modified styles for Music CPD Quiz ***/



#mod-quiz-review #page
{
         overflow:visible;
         width:640px;
         min-width:0;
         }


#mod-quiz-review #ou-topbars,
#mod-quiz-review #left-column,
#mod-quiz-review #footer,
#mod-quiz-review #header,
#mod-quiz-review #navbar,
#mod-quiz-review #ou-footerf,
#mod-quiz-review .tabtree,
#mod-quiz-review .edit,
#mod-quiz-review .controls,
#mod-quiz-review .generaltable,
#mod-quiz-review .main,
#mod-quiz-review .singlebutton,
#mod-quiz-review .feedback,
#mod-quiz-review .sideblock {
  display: none;
  width: 0;
  height: 0;
  
}


#mod-quiz-review .generalbox {
  border-width:1px;
  border-style:solid;
  margin-bottom: 15px;
  padding:10px;
}



#mod-quiz-review .que{
  border:1px solid;
  border-color: #000000;
  background-color: #FFFFFF;
}

#mod-quiz-review .que .r0 {
  background-color: #FFFFFF;
}

#mod-quiz-review .que .r1 {
  background-color: #FFFFFF;
}


#mod-quiz-review .correct{
  background-color: #FFFFFF;
  border-color: #000000;
}

#mod-quiz-review .answer{
  background-color: #FFFFFF;
  height: 30px;	
}


#mod-quiz-review .essay .answer{
  margin-top: 0.2em;
  background-color: #FFFFFF;
}


/***

float:right; was causing Firefox to print incorrectly
the design looks much better in IE when float:right; is used.

***/


#mod-quiz-review .que .content {
  background-color: #FFFFFF;
  float:none;
}



/*** Other styles necessary to display page ***/

/*** Core ***/


h6.main {
  text-align: center;
}


#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}


.after {
  /* content: "<!-- -->";  */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.clearfix {
  min-width: 0;
  /* overflow: hidden; */
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/*** Question ***/



.que .info {
  float: left;
  margin: 5px;
  width: 8%;
}


.que .qtext {
  margin-bottom: 1.5em;

  
}


.que .ablock {
  margin: 0.7em 0 0.3em 0;
}


.que .prompt {
  float: left;
  width: 15%;
  height: 2em;
  padding-top: 0.3em;
}

.que .control {
  width: 5%;
}


.que .c0,
.que .c1 {
  padding: 0.3em 0 0.3em 0.3em;
  vertical-align: top;
}


.multichoice .text {
  width: auto;
}


.shortanswer .answer input {
  width: 85%;
}


.que .no {
  font-size: 1.2em;
  font-weight: bold;
}


.que {
  width: 90%;
  text-align: left;
  margin: 10px auto 15px auto;
  border: 1px solid;
  clear: both;
}




.que .content {
  float: right;
  margin: 5px;
  width: 88%;
}


.que .answer {
  /* float: right; */
  float: left;
  width: 83%;
  margin-bottom: 0.5em;
}


/*** from 002.css ***/

/* Paragraph spacing standard */
p,ul,ol {
	margin-top:0.5em;
	margin-bottom:0.5em;
}


/* Form controls */

input,select,button {
	font: 1em Verdana, sans-serif;
}




/* Body */

body,td,th,li {
	font-family: Verdana, sans-serif;
	letter-spacing:0;
}


body {
	font-size: 0.8em;
	background-color:white;
	margin: 0;
}



/* Main page */
#content {
    margin:0 8px;
}




