@charset "utf-8";
/* CSS Document */

/* build on v2.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 14px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* ID & classes for containers */
#banner {
	height: 185px;
	width: 950px;
	background: url(images/header.png) top left no-repeat;
	}

#banner-fr {
	height: 185px;
	width: 950px;	
	background: url(images/header-fr.png) top left no-repeat;
	}

#content {
	background-color: #FFFFFF;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	}

#main {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#modnav {
	background-color: FDBF57;
	margin-top: -15px;
	}

.assess {
	margin-left: 50px;
	}

.emph {
  	margin: 10px 0px 10px 0px;
  	padding: 10px;
  	background:#ead8e1;
  	border:2px solid #963366;
	}

/* popup styles */

div#qTip {
 padding: 10px;
 border: 1px solid #FFF;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #7A003B;
 color: #FFF;
 font: 12px Arial, Helvetica, sans-serif sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
 max-width: 300px;
 }


a:hover.def {
	color:#7A003B;
	padding: 0px;
	}

a.def span.popup {
	margin: 0px;
	background-color: #7A003B;
	color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	padding: 10px; 
	display: none;
	position: absolute;
	width: 250px;
	}

a:hover.def span.popup {
  display:inline;
	}



/* img classes */

.icon {
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	}

div.timeline {
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

img.timeline {
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
	}

img.spaced {
	padding: 15px;
	padding-left: 0px;
	padding-top: 0px;
	}

img.spacedCaution {
	padding: 0px;
	padding-right: 10px;
	padding-top: 10px;
	}

a.lmgloss {
	border-style: none;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:url(images/defs/defSwap.png);
	}

/* link styles */

a:link {
	color: #7A003B;
	}

a:visited.lmgloss {
	border-style: none;
	}

a:link.nostyle, a:visited.nostyle, a:hover.nostyle, a:active.nostyle {
	text-decoration: none;
	background-color: #7A003B;
	}
	
a:link.modnav {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

a:visited.modnav {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.modnav {
	color: FDBF57;
	background-color: 7A003B;
	}	

a:active.modnav {
	color: 7A003b;
	background-color: #FFFFFF;
	}

/* text classes & styles */

.answer {
	font-style: italic;
	color: #7A003B;
	}

.breadcrumb {
	font-size: x-small;
	color: #7A003B;
	}
	 
.heading {
	color: #000000;
	padding: 10px 0px 10px 0px;
	}

.partHead {
	text-align: center;
	padding: 10px;
	}

.question {
	color: #000000;
	}

.superscript {
	font-size: x-small;
	vertical-align: super;
	}

ol li.num {
	list-style: decimal;
} 

th {
	font-style: italic;
	text-align: left;
}

td.feedback {
	border: thin #000000;
	}
	
p.indent {
	padding-left: 50px;
	}
	
p.hangingIndent {
	padding-left: 20px;
	text-indent: -20px;
}

ol.fix {
	list-style-type: lower-alpha;
	}

ul.fixList {
	list-style-type:none;
	}

h2 {
	padding-top: 15px;
	}

h5.image {
	color: #000000;
	font-style: italic;
	}
		
hr.gloss {
	border-color: #7A003B;
	}
 
p.system_notice {
  color:#9E0034;
}

a.pdf_download {
  text-decoration:none;
  margin-top:10px;
  float:right;
  width:150px;
  padding:10px 10px 10px 45px;
  background:#ead8e1 url('images/pdf_file.png') no-repeat 5px 2px;
  border:2px solid #963366;
}

a.pdf_download_fr {
  text-decoration:none;
  margin-top:10px;
  float:right;
  width:100px;
  padding:10px 10px 10px 45px;
  background:#ead8e1 url('images/pdf_file.png') no-repeat 5px 10px;
  border:2px solid #963366;
}

/* form styles */

.crit {
	border: none;
	background-color: #ead8e1;
}

table.likert {
  border-top:1px solid #666;
  border-right:1px solid #666;
}
table.likert th {
  font-weight:normal;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  text-align:center;
  background-color:#eee;
}
table.likert td {
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  text-align:center;
  background-color:#fff;
}
table.likert td.question {
  width:380px;
  text-align:left;
}
.form_submit {
  margin-top:40px;
  text-align:center;
}
