/* Standard CSS formatting for workbooks Version 1.0 JC 02-04-2002 Copyright Perdisco 2002 */
body 
{
   margin: 0;
	background: #FFF;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class styles for document structure */
div.header
{
   margin: 0 0 1em 0;
   padding: 0;
   font-size: 1em;
}
div.header div.imgHeader
{ 
   height: 49px;
   overflow: hidden; /* not supported or buggy on mac */
}
div.header div.imgHeader div.courseDetails
{ 
   margin: 10px 0 0 0;
}
div.header div.imgHeader img.perdiscoLogo
{
   float: left;
   margin: 0 0 0 -3px; /* this -px margin is here for mac to ensure div background is not shown on left of the banner image */
   width: 150px;
}
div.header div.imgHeader img.workbookLogo
{
   float: left;
   margin: 0 0 0 -6px;
}
div.header div.imgHeader div.courseDetails span.courseTitle
{  
   margin: 0 0 0 2em;
}
div.header div.imgHeader div.courseDetails span.author
{  
   margin: 0 0 0 2em;
}
p.buttons
{
   font-size: 0.9em;
   margin: 0 0 0.5em 0;
   padding: 0.4em 1em 0.4em 1em;
   height: 2.5em;
   height/**/: 1.5em;
}
p.buttons a.button:link, p.buttons a.button:visited, p.buttons a.button:hover, p.buttons a.button:active
{
   margin: 0;
   padding: 0 1em 0 1em;
   text-decoration: none;
   border-top: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
   border-left: 2px solid;
   height: 0; 
   line-height: 1.5em;
}
div.topFeedback
{
   margin: 0 1em 0 1em;
}
div.introBlock
{ 
   margin: 1em 0 1em 0;
   padding: 0.5em;
   font-size: 0.9em;
}
div.introBlock p
{ 
   margin: 0.5em 0 0.5em 0;
   font-size: 1em;
}
.pageBody
{ 
   margin: 0 1em 0 1em;
}
/* styles for feedback structure */
div.feedback
{
   padding: 1em;
}
div.soc
{
}
div.sol
{
}
div.ans
{
}
/* styles for footer structure */
div#footer
{
   margin: 2em 0.5em 0 0.5em;
   clear: both;
}
div#footer p.signature
{
   margin: 0;
   color: #000;
   margin: 1em 1em 0 1em;
   font-size: 0.7em;
}
div#footer p.signature img
{
   float: right;
}
/* styled html elements */
.horizontalBorderTable table
{
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
}
.horizontalBorderTable table th
{
   font-weight: bold;
   text-align: right;
   border-bottom: 1px solid #000;
}
.horizontalBorderTable table th.left
{
   text-align: left;
}
.horizontalBorderTable table td
{
   text-align: right;
}
.horizontalBorderTable table td.left
{
   text-align: left;
}
div.borderTable
{
   margin-top: 2em;
   margin-bottom: 2em;
}
div.borderTable table
{
   border-bottom: 1px solid #000;
   border-left: 1px solid #000;
   font-size: 1em;
}
div.borderTable table th, div.borderTable table td
{
   border-top: 1px solid #000;
   border-right: 1px solid #000;
   padding: 0.3em 0.5em 0.3em 0.5em;
}
div.borderTable table th
{
   font-weight: bold;
   text-align: center;
}
div.borderTable table th.left
{
   text-align: left;
}
div.borderTable table th.bnnn, div.borderTable table td.bnnn
{
   border-top: 1px solid #000;
   border-right: 0 solid #000;
}
div.borderTable table th.bnbn, div.borderTable table td.bnbn
{
   border-top: 1px solid #000;
   border-right: 0 solid #000;
   border-bottom: 1px solid #000;
}
div.borderTable table td.nnnn
{
   border-top: 0px solid #000;
   border-right: 0 solid #000;
}
div.borderTable table td.nbnn
{
   border-top: 0px solid #000;
   border-right: 1 solid #000;
}
div.borderTable table th.nnbn, div.borderTable table td.nnbn
{
   border-top: 0px solid #000;
   border-right: 0 solid #000;
   border-bottom: 1px solid #000;
}
div.borderTable table th.nnbnDouble, div.borderTable table td.nnbnDouble
{
   border-top: 0px solid #000;
   border-right: 0 solid #000;
   border-bottom: 2px solid #000;
}
div.borderTable table td table
{
   border-bottom: 0 solid #000;
   border-left: 0 solid #000;
   font-size: 1em;
}
div.borderTable table td table td
{
   border-top: 0 solid #000;
   border-right: 0 solid #000;
   padding: 0;
}
h1
{
   font-size: 1.2em;
   margin: 1.5em 0 1em 0;
   border-bottom: 1px dotted;
}
h1.plain
{
   border-bottom: 0 dotted;
}
div.questionFeedback
{
   clear: both;
}
div.hr
{
   height: 1.5em;
   border-bottom: 1px dotted #999;
}
div.hr hr
{
   display: none;
}
h2.questionHeader, h2.feedbackHeader
{   
   width: 36em;
   margin: 3em 0 1em 0;
   padding: 0.2em;
   font-weight: bold;
   font-size: 0.9em;
   clear: both;
}
h2.feedbackHeader
{
   margin: 3em 0 0 0;
}
h2.questionHeader span.mark
{     
   float: right;
   width: 8em;
   text-align: right;
}
h2.questionHeader a, h2.feedbackHeader a
{   
   padding: 0 0.5em 0 0.5em;   
   text-decoration: none;
   border-top: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
   border-left: 2px solid;
}
h2.feedbackHeader span
{
   float: right;
}
h2.plain
{   
   margin: 1em 0 1em 0;
   font-weight: bold;
   font-size: 1.1em;
   background-image: none;
}
h3, h3.discussion
{
   margin: 2em 0 1em 0;
   border-bottom: 1px dotted #999;
   font-weight: bold;
   font-size: 1em;
}
h3.plain
{
   background-image: none;
}
h4
{
   font-size: 0.9em;
   font-weight: bold;
   margin: 2em 0 0 0;
}
h5
{
   font-size: 0.8em;
   font-weight: normal;
}
/* Perception license file steals the real h5 so we have defined our own for xhtml compliance */
h5.perdisco
{
   font-size: 0.9em;
   margin: 1.5em 0 0 0;
   font-weight: bold;
}
h5.negBm
{
   margin-bottom: -0.5em;
}
ol, ul
{
   font-size: 0.9em;
   margin-left: 40px;
   padding-left: 0;
}
.sol ol, .sol ul
{
   font-size: 1em;
   margin-left: 40px;
   padding-left: 0;
}
/* owen hack hide this ul/ol rule internet explorer all versions as list indentation handled differently in ie/ns  */
head:first-child+body ul, head:first-child+body ol
{
   padding-left: 40px;
   margin-left: 0;
}
ol.lowerRoman
{
   list-style: lower-roman;
}
ol.lowerAlpha
{
   list-style: lower-alpha;
}
p, br
{
   font-size: 0.9em;
   margin: 1em 0 1em 0;
}
span.mathSign
{
   font-size: 1.4em;
   vertical-align: middle;
}
/* next two rules p.nowrap for original asfa mc, sel, mr questions only */
p.noWrap, p.mcMrPFormat
{
   margin-left: 2.5em;
}
p.noWrap span input, p.mcMrPFormat span input
{
   position: relative;
   left: -2em;
   margin: 0 -2em 0 0;
   padding: 0;
}
select
{
   margin-top: 6px;
}
table
{
   font-size: 1em;
}
table th
{
   padding: 0.2em 0.4em 0.2em 0.4em;
   vertical-align: middle;
   font-weight: bold;
   text-align: center;
}
table td
{
   padding: 0.2em 0.5em 0.2em 0.2em;
   vertical-align: middle;
}
table td table
{
   font-size: 1em;
}
table td table td
{
   padding: 0;
   margin: 0;
}
table td table td table
{
   font-size: 1em;
}
table td table td table td
{
   padding: 0;
   margin: 0;
}
ul.noPaddingTop, ol.noPaddingTop
{
   margin: 0 0 1em 0;
   padding: 0;
}
ul.noPaddingTop li, ol.noPaddingTop li
{
   margin: 0 0.5em 0 2em;
   padding: 0;
}
ul.listIndent, ol.listIndent
{
   padding-left: 2.5em;
}
div p.essayHelp
{
   margin-top: 0;
}

/* classes */
.bnnn
{
   border-top: 1px solid #000;
}
.nbnn
{
   border-right: 1px solid #000;
}
.nnbn
{
   border-bottom: 1px solid #000;
}
.nnnb
{
   border-left: 1px solid #000;
}
.nnnn
{
   border: 0px solid #000;
}
.nbnnEquation
{
   border-right: 1px solid #000;
   padding-right: 0.2em;
   text-align: center;
   margin-right: 0.2em;
}
.bbbb
{
   border: 1px solid #000;
   margin: 1em;
}
.calculator
{
   padding: 0;
   margin-top: 1em;
   margin-bottom: 1em;
}
.calculator table
{
   padding: 0;
   font-size: 1em;
}
.callOut
{
   padding: 1em;
   margin: 1em 0 1em 0;
}
.center, div.borderTable table tr td table tr td.center
{
   text-align: center;
}
.clearBoth
{
   clear: both;
}
.clearLeft
{
   clear: left;
}
.clearRight
{
   clear: right;
}
.contentTd
{
   width: 60%;
}
.contentTd p
{
   margin-top: 0;
}
.eqTable table
{
   font-size: 1em;
}
.eqTable
{
   margin: 1em 0 2em 0;
}
.eqTable td
{
   white-space: nowrap;
}
.eqTable td.shrinkHeight
{
   line-height: 0.4em;
}
.eqTable td.wrap, .wrap
{
   white-space: normal;
}
.floatLeft
{
   float: left;
}
.floatRight
{
   float: right;
}
.font08
{
   font-size: 0.8em;
}
.font12
{
   font-size: 1.2em;
}
.hintBox
{
   border-top: 1px solid #000;
   margin: 1em 0 1em 1em;
   padding: 0.5em;
}
.hintBox ul
{
   margin: 0;
   padding: 0;
}
.hintBox ul li
{
   margin: 0.5em 0.5em 0.5em 2em;
   padding: 0;
}
.hintBox table
{
   font-size: 1em;
   margin-left: -0.3em;
}
.hintBox table td, .hintBox table th
{
   font-size: 0.9em;
   padding: 0.2em 0.3em 0.2em 0.3em;
   font-size: inherit;
}
.hintBox table th
{
   font-weight: bold;
   text-align: center;
}
.hintBox table td table
{
   font-size: 1em;
}
.hintBox table td table td.font08
{
   font-size: 0.8em;
}
.hintBox table td table td.font12
{
   font-size: 1.2em;
}
.imgLeft
{
   float: left;
   margin: 1em 1em 1em 0;
}
.imgLeftNoTop
{
   float: left;
   margin: 0 1em 1em 0;
}
.imgRight
{
   float: right;
   margin: 1em 0 1em 1em;
}
.imgRightNoTop
{
   float: right;
   margin: 0 0 1em 1em;
}
.indent
{
   margin-left: 2em;
}
.indent span.outdent
{
   position: relative;
   width: 2.5em;
   left: -2.5em;
   margin: 0 -2.5em 0 0;
   padding: 0 0.5em 0 0.5em;
}
.left
{
   text-align: left;
}
.paragraph
{
   margin-top: 2.5em;
}
.pppp, div.borderTable table tr td table tr td.pppp
{
   padding: 0.3em 0.5em 0.3em 0.5em;
}
.pnnn
{
   padding-top: 0.5em;
}
.npnn
{
   padding-right: 0.5em;
}
.nnpn
{
   padding-bottom: 0.5em;
}
.nnnp, div.borderTable table tr td table tr td.nnnp
{
   padding-left: 0.5em;
}
.nb
{
   font-weight: bold;
}
.ni
{
   font-style: italic;
}
.noPadding
{
   padding: 0;
}
.noMargin
{
   margin: 0;
}
.note
{
   padding-left: 1.5em;
   font-style: italic;
}
.noWrap
{
   white-space: nowrap;
}
.pLevel1
{
   padding-left: 1em;
}
.pLevel2
{
   padding-left: 2em;
}
.pLevel3
{
   padding-left: 3em;
}
.pLevel4
{
   padding-left: 4em;
}
.pLevel5
{
   padding-left: 5em;
}
.pLevel6
{
   padding-left: 6em;
}
.right
{
   text-align: right;
}
.subPart
{
   margin-top: 2em;
}
.vaBottom
{
   vertical-align: vaBottom;
}
.vaMiddle
{
   vertical-align: middle;
}
.vaTop, table.vaTop td
{
   vertical-align: top;
}
.smallestWidth
{
   width: 3em;
}
.smallWidth
{
   width: 4em;
}
.mediumWidth
{
   width: 5em;
}
.largeWidth
{
   width: 6em;
}
.largestWidth
{
   width: 7em;
}
.academicQuote
{
   font-style: italic;
}
@media print
{
   body 
   {
      margin: 0;
   	background: #FFF;
   	font-size: 12px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   p.buttons a.button:link, p.buttons a.button:visited, p.buttons a.button:hover, p.buttons a.button:active, h2.questionHeader a:link, h2.questionHeader a:visited, h2.feedbackHeader a:link, h2.feedbackHeader a:visited, h2.questionHeader a:hover, h2.questionHeader a:active, h2.feedbackHeader a:hover, h2.feedbackHeader a:active
   {
      border-top: 0 solid;
      border-right: 0 solid;
      border-bottom: 0 solid;
      border-left: 0 solid;
   }
   table{ font-size: 0.9em; }
}

