BODY {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  }

TD {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  }
  
TD.spotlightBG {
  background-image: url(/skins/images/bg_spotlight.gif);
  background-color: #EEEEEE;
  }

TD.hr {
  height: 1px;
  background-image: url(/skins/images/bg_hr.gif);
  background-repeat: repeat-x;
  padding: 0px;
  }
  
TD.hr20 {
  height: 20px;
  background-image: url(/skins/images/bg_hr.gif);
  background-repeat: repeat-x;
  background-position: center
  }

TD.vr {
  width: 1px;
  background-image: url(/skins/images/bg_vr.gif);
  background-repeat: repeat-y;
  padding: 0px;
  }

TD.spotlight {
  width: 50%;
  padding: 10px;
  }
  
TD.tableTitle, TH {
  padding: 4px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000099;
  font-size:80%;
  text-align: left;
  }

TD.tableSubTitle {
  padding: 4px;
  color: #000000;
  background-color: #DDDDDD;
  font-size:80%;
  }

TD.tableContent {
  padding: 4px;
  color: #000000;
  font-size:80%;
  }

TD.tableTotalAmount {
  font-weight: bold;
  padding: 4px;
  color: #000099;
  }

TD.tableDivider {
  padding: 0px;
  height: 1px;
  background-color: #DDDDDD;
  }

TD.featureOrangeBG {
  padding: 0px;
  height: 2px;
  background-color: #000099;
  font-size:70%;
  }

a:link, a:visited, a:active {
  color: #000099;
  text-decoration: none;
  }

a:hover {
  color: #666666;
  text-decoration: none;
  }
  
a.askEddy:link, a.askEddy:visited, a.askEddy:active {
  color: #000099;
  text-decoration: none;
  }

a.askEddy:hover {
  color: #777777;
  text-decoration: none;
  }

.blackBold {
  font-weight: bold;
  color: #000099;
  }

.smallContent {
  font-size: 80%;
  }

FORM {
  margin-bottom:5px;
  }

SELECT {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  }
  
SELECT.expand {
  width: 100%;
  }

INPUT {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  }

INPUT.radio {
  background-color: #FFFFFF;
  color: #000000;
  }

INPUT.submit {
  font-family: Arial, helvetica, sans-serif;
  }

INPUT.expand {
  width: 100%;
  }
  
TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  }
  
TEXTAREA.expand {
  width: 100%;
  }

.mainTitleActive {
  font-size:120%;
  font-weight: bold;
  color: #000099;
  }

.mainTitle {
  color: #666666;
  font-size: 120%;
  }

.subTitle {
  color: #000099;
  font-weight:bold;
  font-size: 110%;
  }

H1 {
  font-weight: bold;
  color: #0099FF;
  font-size:120%;
  }

h1.midTitle {
  fonr-weight: bold;
  color: #000099;
  font-size:110%;
  }
  
.spotlightTitle {
  font-weight: bold;
  color: 000000;
  }

li {
  list-style-image: url(/skins/images/bullet.gif);
  }
  
.whatsHotPriceBold {
  color: #000099;
  font-weight:bold;
  }

.whatsHotPrice {
  color: #000099;
  }
  
.courseComplete {
  color: #009966;
  }

.courseProgress {
  color: #0099FF;
  }

.courseNotStarted {
  color: #FF0000;
  }

.greyedout {
  color: #999999;
  }

.compulsory {
  color: #0099FF;
  }

.error {
  color: #FF0000;
  font-weight: bold;
  }

TD.forumContent {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FFFFFF;
  font-size:70%;
  }

TD.forumDivider {
  padding: 0px;
  background-color: #CCCCCC;
  }

TD.forumButtons {
  padding: 0px;
  height: 10px;
  align: right;
  background-color: #EEEEEE;
  }

P.forumContent {
  font-size: 70%;
  }

.authorName {
  color: #000000;
  font-size:70%;
  }

.authorInfo {
  color: #999999;
  font-size:70%;
  }

HR.forum {
  width: 100%;
  height: 1px;
  color: #DDDDDD;
  }

.glossaryBG {
  padding: 5px;
  background-color: #5F5F5F;
  }

.glossaryText {
  color: #EEEEEE;
  font-family: sans-serif;
  font-size:70%;
  }
  
/* MENU STYLES */

#menu {
  position: relative;
  white-space: nowrap;
  height:40px;
  width: 100%;
  background-color:#666666;
  background-image: url(/skins/images/menu_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
} 

#menu td.logo {
	padding: 0px;
}

#menu td {
  font-family: Arial, helvetica, sans-serif;
  font-size: 80%;
  padding:0px;
  vertical-align: bottom;
  color: #AAAAAA; 
  padding-right:10px;
  padding-left:10px;
  padding-bottom:5px;
}

#menu a:link, #menu a:active, #menu a:visited {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#menu a:hover {
  color: #EEE;
}





/* NAVIGATION ELEMENTS */


DIV.breadcrumbs {
        font-size: 12px;
        color:#666;
        width: 100%;
        text-indent: 0px;
        height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #666;
}

DIV.breadcrumbs .courseprev {
	float: left;
}

DIV.breadcrumbs .coursenext {
        float: right;
        margin: 0px 10px 0px 0px;
}

DIV.topnav {
        font-size: 12px;
        color:#FFF;
        width: 100%;
        text-indent: 10px;
        height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #666;
}

DIV.topnav A:link, DIV.topnav A:active, DIV.topnav A:visited {
	color: #FFF;
	text-decoration: none;
}

DIV.topnav A:hover {
	color: #FFF;
	text-decoration: underline;
}

DIV.topnav .courseprev {
	float: left;
}

DIV.topnav .coursenext {
        float: right;
        margin: 0px 10px 0px 0px;
}

DIV.bottomnav {
        font-size: 12px;
        color:#FFF;
        width: 100%;
        text-indent: 10px;
        height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #666;
}

DIV.bottomnav .courseprev {
	float: left;
}

DIV.bottomnav .coursenext {
        float: right;
        margin: 0px 10px 0px 0px;
}

DIV.bottomnav A:link, DIV.bottomnav A:active, DIV.bottomnav A:visited {
	color: #FFF;
	text-decoration: none;
}

DIV.bottomnav A:hover {
	color: #FFF;
	text-decoration: underline;
}



/* COURSE ELEMENTS */


.course {
        padding: 0px;
        margin: 0px;
}

.course H1 {
        font-size: 20px;
        font-family: Arial, Helvetica, Sans-serif;
        font-weight: bold;
        color: #009;
}

.course H2 {
        font-size: 20px;
        font-family: Arial, Helvetica, Sans-serif;
        font-weight: bold;
        color: #009;
        margin: 20px 0px 20px 20px;
        display: inline;
        float: left;
}

.course .tracking {
        float: right;
        border: 1px solid #000;
        background-color: #EEE;
        padding: 5px;
        margin: 20px 20px 20px 0px;
}

.course .parent {
	font-size: 11px;
	color: #000;
	padding: 0px;
	margin: 30px 0px -30px 20px;
}

.course ul.coursetoc {
        margin: 0px 20px 0px 20px;
        padding: 0px;

}

.course ul.coursetoc ul.coursetoc {
        margin: 0px 0px 0px 0px;
}

.course li {
        list-style-image: url(/skins/images/clear.gif);
        clear: both;
        margin: 2px 0px 2px 0px;
}

.course li .tracking {
        float: right;
        border: 0px none;
        background-color: #FFF;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        color: #000;
}

.course li A {
        float:left;
}



/* COURSEPAGE ELEMENTS */


.coursepage {
        margin: 0px 20px 20px 20px;
        clear: both;
}

.coursepage .copy { CLEAR: left; }
.coursepage .image { CLEAR: right; FLOAT: right; MARGIN-LEFT: 20px; TEXT-ALIGN: center; WIDTH: auto; }
.coursepage #player { CLEAR: both; DISPLAY: block; TEXT-ALIGN: center; }


.coursepage P {
        margin: 0px 0px 10px 0px;
}

.coursepage li {
        list-style-image: url(/skins/images/bullet.gif);
}

.coursepage li A {
	float: none;
	clear: none;
}

.quizquestion {
        margin: 0px 20px 0px 20px;
        padding: 10px;
        clear: both;
        border: 1px solid #DDD;
}

.quizquestion P {
        margin: 5px 5px 5px 5px;
}

.quizquestion FORM {
        margin: 0px;
}

.quizquestion INPUT {
        background-color: #FFF;
}

.quizquestion .submit {
        background-color: #EEE;
}

.quizquestion label:hover {
        border 1px dashed black;
}

.quizresults {
        margin: 0px 20px 0px 20px;
        clear: both;
        border: 0px none;
        border-spacing: 0px;
        border-collapse: collapse;
}

.quizresults td {
        padding: 5px;
        border-bottom: 1px solid #CCC;
}

.quizresults th {
        padding: 2px 5px 2px 5px;
        background-color: #cccccc;
        border-bottom: 1px solid #CCC;
        text-align: left;
        font-style: bold;
}

ul.coursetoc {
                                                                                 
}

li.unit {
        border-top: 1px solid #DDD;
        margin: 10px 0px 10px -20px;
        list-style: none;
}

li.unit P {
        clear: both;
        margin: 10px 0px 0px 0px;
}

li.unit H3 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin: 10px 0px 0px 0px;
        float: left;
}

li.unit .tracking {
        border-top: 0px none;
        background-color: #EEE;
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
        color: #000;
}

li.topic {
        border-top: 1px solid #DDD;
        margin: 10px 0px 10px 0px;
        list-style: none;
}

li.topic H3 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin: 10px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
}

li.page {
        border-top: 1px #EEE dotted;
        list-style: none;
}

li.quiz {
        border-top: 1px #EEE dotted;
        margin: 0px 0px 20px 0px;
        list-style: none;
}

#audio {
	position: absolute;
	top: 62px;
	right: 20px;
	height: 10px;
	z-index: 1001;
}

h1.error {
	margin: 20px 0px 20px 20px;
}

p.error {
	margin: 0px 0px 10px 20px;
}