/*//////////// LAYOUT //////////////*/
body {

}
#header {
	position: relative;
	width: 100%;
	height: 200px;
}
#menu {
	position: absolute;
	top: 28px;
	left:400px;
	width: 400px;
}	
#pages {
	width: 800px;
	min-height: 600px;
	background: url(../images/aiheader.jpg) no-repeat 0px 8px;
}
#coursepages {
	width: 800px;
	min-height: 600px;
	background: url(../images/modulebanner.jpg) no-repeat 0px 8px;
}
#maincontent {
	width: 100%;
	height: 100%;
	}
#maintext {
	width: 670px;
	padding-top: 4px;
	float: left;
	padding-top: 160px;
	padding-left: 80px;
	background: transparent;
}
#coursetext {
	width: 670px;
	float: left;
	margin-top: 0px;
	padding-left: 80px;
}
#managementcontent {
	width: 670px;
	padding-top: 4px;
	float: left;
	margin-top: 28px;
	margin-left: 80px;
}
#footer {
	background-color: #000;
	padding: 1px 0 0 0;
	clear: both;
	height: 48px;
}
#texttable {
	width: 750px;
}
/*//////////// PRESENTATION //////////////*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background-color: #9CF;
	}
body.mceContentBody {
   background: #FFF;
   text-align: center;
}
p {
    text-align: left;
	color: #222;
	font: normal normal 12px/14px Tahoma;
}
h1 {
	color: #d80000;
	font: normal bold 15px/14px Tahoma;
}
h2 {
    text-align: left;
	color: #0C3862;
	font: normal bold 12px/14px Tahoma;
}
h3 {
    text-align: left;
	color: #5e5e5e;
	font: normal bold 12px/14px Tahoma;
}
h4 {
    text-align: center;
	color: white;
	font: normal bold 10px/14px Tahoma;
	}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}
a.weblink {
	color: #C03;
	text-decoration: none;
	font-weight: bold;
}
a.weblink:hover {
  color: #444;
  text-decoration: underline;
}

a.weblink:visited {
	color: #C03;
	text-decoration: none;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	background-color: #F8F8F8;
	}
UL {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
	list-style-type: disc;
}
UL LI {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
	list-style-type: disc;
}

UL UL LI {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
	list-style-type: circle;
}

UL UL UL LI {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
	list-style-type: disc;
}

ol {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
}
ol li {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol li {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
}

ol ol ol li {
    font: normal normal 12px/14px Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: left;
	color : #111;
	list-style-position: outside;
}

/*/ Classes //////*/

.aititle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.leftcol {
	width: 375px;
	padding-right: 10px;
	padding-top: 10px;
}
.modulelink {
	color: #0C3862;
}

.orderpage {
	font-family: Arial;
}
.rightcol {
	width: 375px;
	padding-right: 10px;
	padding-top: 10px;
}
.red {
	color: #d80000;
}
.topic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}	
.coursetable {
	background-color: #F8F8F8;
	}
.coursetablemod1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #FFCC00;
	}
div.activitybox {
	border: solid 2px red;
	padding: 8px 12px 4px 16px;
	width: 540px;
	background: #F8F8F8 url(../images/exercisebox.gif) no-repeat top center;
	text-align: left;
	color: #000;
	}
div.activitybox h2 {
	color: #d80000;
	font: normal bold 12px/14px Tahoma;
	}
.modulenav {
	width: 100%;
	height: 30px;
	border: solid 1px #999;
	padding: 4px 0 4px 0;
	background-color:#FD4;
	position: relative;
	}
.modulenav .prevnext {
	font-size: smaller;
	}
.modulenav .modnum {
	text-decoration: underline;
	font-weight: bold;
	}
.odd {
 	background-color: #cccccc;
 	}
table.modules {
	border: 1px solid white;
}
#coursetext table.modulecontents {
 	background-color: #F8F8F8;
 	text-align: left;
 	border-collapse: collapse;
 	padding: 4px;
 	}
#coursetext table.modulecontents td {
	border: 1px solid black;
	padding: 4px;
 	}
#pages {
	background-color: #FFF;
}
#coursepages {
	background-color: #FFF;
}
#coursetext table {
	border-collapse: collapse;
	background-color: #F8F8F8;
	}
#coursetext table img {
	border: 0px;
	float: left;
	}
#coursetext table col.left {
	background: #FD4;
	}
#coursetext table th,td {
	border: 1px solid black;
	padding: 4px;
	}
#coursetext p {
	margin-right: 8px;
	margin-left: 10px;
	text-align: justify;
	}
#managementcontent {
	text-align: left;
}
#managementcontent a {
	color: #d80000;
	font-size: smaller;
}
#coursetext table {
	border-collapse: collapse;
	background-color: #F8F8F8;
	}
.topictree li a {
	color: #222;
	font-size: 12px;
}
form {
	padding:4px;
	border:1px solid #f6f6f6;
}

form label {
	width: 300px;
	text-align: right;
	display:inline;
	font-weight:bold;
	color:#444;
	margin:4px 0;

}
form input {
	padding:2px;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
	border: 1px double #323232;
}

.ordernote {
	padding: 8px;
}

.submit input {
	cursor: pointer;
	background: #FD4;
}
