/***************************************************************
 * TITLE: Common Stylesheet for amIwrong                       *
 ***************************************************************/


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
}

.RHS {
  margin-right: 2.5mm;
  margin-left: 3.5mm;
  float: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}

[class~="DONE"] {
  margin-bottom: 2.5mm;
}


/* ###### Body Text ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 0.75em;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.2em;
  margin: 0mm 5mm 0 16em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 0ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#headerNav {
  padding: 1.5mm 2.5mm 2.5mm 5mm;
  background-repeat: no-repeat;
  background-color: #E6DBDE;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-top-width: 1px;
  margin-bottom: 1em;
}

.menuBar2{
	height: 2em; width: 15em;
	float: left;
	padding-top: 2mm;
	padding-left: 1mm;
	margin-right: 1em;
	margin-left: 1em;
	background-color: #f6eBeE;
  border-style: dotted;
  border-width: 1px;
}


#header {
  height: 145px;
  background-repeat: no-repeat;
}

.headerTitle {
  font-size: 300%;
  font-weight: bold;
  line-height: 2em;
}

.menuBar {
  font-size: 70%;
}

.locBar {
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
}

.menuBar a {
  text-decoration: underline;
}

.menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBoxContainer{
	width: 16em;
	float: left;
  	margin-bottom: 2.5mm;
}

.sideBox {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 15em;
  margin-top: 0mm;
  margin-bottom: 2.5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  text-decoration: none;
  line-height: 0.9em;
  display: block;
  padding: 0.5ex 0.25em 0.5ex 0.75em;
}

.sideBox .sideBoxTitle{
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}


/* ###### Side Box Callout ###### */

.sideBoxCallOut {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 15em;
  margin-top: 5mm;
  display: block;
}

.sideBoxCallOut div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBoxCallOut .text {
  display: block;
  border-bottom-style: none;
}


/* ###### Footer ###### */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

#footer div {
  font-size: 0.6em;
  line-height: 1.2em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  padding-left: 3mm;
}

#preload img{
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

/* ###### Page Specific Stuff ###### */

.author { font-weight: bold;}
.title { font-weight: bold;}
.description { font-weight: bold;}
.question { font-weight: bold;}
.correctAnswer { font-weight: bold;}
.foil { font-weight: bold;}

.indexul li {padding-bottom: 1em; }
.indexul {padding-top: 0px; margin-top: 0px; }

.indexHeading {
	font-size: 1.8em; font-weight: bold; border-bottom: 0.5mm solid black; padding-top: 0.8em;
}

#cssFontSizeSelectionTool {display: inline;}

#smallSelected {font-size: 10px; }
#mediumSelected {font-size: 12px; }
#largeSelected {font-size: 16px; }

#mediumSelected { text-decoration: none;  }

.decadeHeading {
  font-size: 300%;
  font-weight: bold;
  line-height: 2em;
}
.latestQuizTable td { vertical-align: top; padding-right: 1em; }

.submissionFormHelp {font-size: 75%; font-style: italic; padding-bottom: 1em;}
.quizScoreRank {font-weight: bold; font-size: 125%; padding-top: 1em;}

table.calendarContainer {border: 0}
table.calendarContainer td, th {vertical-align: top; border: solid black 1px}
table.calendarContainer td {padding-right: 5em}


table.calendar {border: 0}
table.calendar td, th {text-align: center; padding: 1mm; border: 0}
table.calendar .calendar-month {font-weight: bold; margin-top: 3mm; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {}
table.calendarContainer td {padding-right: 0em}

.trailingLink { padding-bottom: 1em; }

.indexList li {padding-bottom: 1em; }

.latestQuizRow2 { padding-left: 1em; font-style: italic;}
.latestQuizSection { }
.latestQuizAuthor  { font-weight: bold; }

.quizComment { padding-bottom: 1em; }
.quizCommentLine1 {font-weight: bold;  }
.quizCommentLine2 {padding-left: 1em; font-style: italic; font-size: 75%; }

/* ##################### used for graphs BEGIN ################# */
   .graph {
	  margin-top: 1em;
   }

   .graph td {
     font-family: verdana, arial, sans serif;
	  padding-left: 0.5ex;
   }

   .graph thead th {
     	font-family: verdana, arial, sans serif;
	  	text-align: left;
 		font-weight: bold;
  		border-bottom-style: dashed;
  		border-bottom-width: 1px;
  		padding: 0.5ex 0.5em 0.5ex 0.75em;
   }

   .graph tfoot td {
     font-size: x-small;
     text-align: center;
     padding: 0.5em;
   }

   .bar {
     text-align: right;
     padding-right: 0.5em;
     width: 400px;
   }

   .bar div {
     text-align: right;
     float: left;
     padding-top: 0;
     height: 1em;
   }

   .barMatch {
     text-align: right;
     padding-right: 0.5em;
     width: 400px;
   }

   .barMatch div {
     text-align: right;
     float: left;
     padding-top: 0;
     height: 1em;
   }

/* ##################### used for graphs END ################# */


/* ###### PRINTER Specific Stuff ###### */

@media print {
    .noprint { display: none; }
	 .sideBoxContainer { display: none; width: 0em;}
	  #header  { display: none; }
	  #headerNav { display: none; }
 	  #bodyText { margin: 0mm; padding: 0; }
}
