@charset "utf-8";
/* reset styles*/
p, h1, h2, h3, th {
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}
td {
	vertical-align:top;
}
/* CSS Document */
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	text-align:justify;
	background-color: #ebebeb;
}
.wrapper {
	background-color:#FFFFFF;
	border:none;
	margin: 0 auto;
	width: 900px;
	padding:10px;
}
.chapter {
	background: url(images/headerBanner.gif) no-repeat;
	width: 100%;
}
.chapter td {
	vertical-align:middle;
}
.chapter .number {
	width:160px;
	color: #da682d;
	font-style:oblique;
	font-size:28px;
	font-family:"Comic Sans MS", cursive;
	text-align:right;
	height:58px;
	padding-right:10px;
}
.chapter .title {
	color: #FFFFFF;
	/*font-weight: bold;*/
	font-size: 24px;
}
.theory, .exercise {
	width:100%;
	padding-top:40px;
}
.theory .leftcolumn {
	width:180px;
	text-align:right;
	padding:10px;
	border-right:1px solid #189dbb;
	vertical-align:top;
}
.theory .rightcolumn {
	width:auto;
	padding:10px;
	vertical-align:top;
}
.theory h1 {
	color: #189dbb;
	font-size:22px;
	padding:18px 0 24px 0;
}
.theory h2 {
	color: #189dbb;
	font-size:18px;
	padding:18px 0 12px 0;
}
.theory h3 {
	color: #189dbb;
	font-size:18px;
	font-style:oblique;
	text-decoration:underline;
	padding:18px 0 12px 0;
}
.theory p, .theory li, .exercise p, .exercise li {
	padding:3px 0 3px 0;
}
table.activity {
	width:100%;
	border:none;
}
.activity th {
	background:url(images/activity.gif) no-repeat;
	text-align:left;
	height:25px;
	color:#FFFFFF;
	padding-left:194px;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
}
.activity td {
	background-color:#ffedc6;
	padding:6px;
}
.activity u {
	color: #c52126;
}
.activity p {
/*font-style:oblique;*/
}
.twocolumn table {
	border:none;
	width:100%;
}
.twocolumn td {
	border-right:1px solid#C52126;
	padding: 0 10px 0 0;
	width:50%;
}
.twocolumn ul {
	border:none;
}
.twocolumn .bullet3 .head {
	color: #C52126;
	font-weight:bold;
}
.bullet1 {
	list-style-image:url(images/bullet1.gif);
}
.bullet2 {
	list-style-image:url(images/bullet2.gif);
}
.bullet3 {
	list-style-image:url(images/bullet3.gif);
}
.bullet1 u, .bullet2 u {
	color: #c52126;
}
.bullet2 img {
	vertical-align:middle;
}
.exercise h3 {
	color: #C52126;
	font-size:18px;
	font-style:oblique;
	text-decoration:underline;
	padding:18px 0 12px 0;
}
table.implement {
	width:100%;
	border:none;
}
.implement th {
	background:url(images/implement.gif) no-repeat;
	text-align:left;
	height:25px;
	color:#000000;
	padding-left:166px;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
}
.implement td {
	border:2px solid #189dbb;
	padding:6px;
}
.implement p {
/*font-style:oblique;*/
}
table.solution {
	/*width:100%;*/
	border:none;
}
.solution td {
	padding:6px;
}
.solution .head p {
	font-weight:bold;
	/*color:#000000;*/
	background-color:#ffedc6;
}
table.conception {
	width:100%;
	border:none;
}
.conception th {
	background:url(images/conception.gif) no-repeat;
	height:56px;
}
.conception tr td table tr td {
	padding:4px;
	background-color:#FFFFFF;
}
.conception tr td table tr td table tr th {
	height:auto;
	background:none;
	background-color:#fcc096;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.conception tr td table tr td table tr td {
	padding:4px;
	background-color:#d0e9ef;
}
.conception table .head p {
	background-color: #fcc096;
}
table.questions {
	width:100%;
	border:none;
}
.questions th {
	background:url(images/questions.gif) no-repeat;
	height:64px;
}
.questions tr td table tr td {
	padding:4px;
	background-color:#FFFFFF;
}
.questions tr td table tr td table tr th {
	height:auto;
	background:none;
	background-color:#E1B7B6;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.questions tr td table tr td table tr td {
	padding:4px;
	background-color:#feedb3;
}
.questions table .head p {
	background-color:#E1B7B6;
}
/* Not used */
.small_em {
	font-size: 11px;
	font-style:italic;
}
.unit {
	background-color: #303192;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
/*.questions {
	background-color: #d82b4a;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}*/
.red {
	color:#d82b4a;
}
.blue {
	color:#008cb6;
	font-size: 14px;
}
