@charset "utf-8";
/* CSS Document */

/*---------------------------------- REMOVE PADDING AND MARGIN VALUES ---------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
p {
	margin-bottom: 6px;
	padding-left: 2px;
	font-size: 100%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
text-decoration: underline;
}

a img {border: none; }
#ulList {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 15px;
}
#ulList li {
	margin-bottom: 5px;
	font-size: 100%;
}



#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header {
	background-color: #0099CC;
	background-image: url(../images/banner/banner-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 58px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
#rightColumn h2 {
	color: #333333;
	font-size:110%;
	margin-bottom: 5px;
	margin-top: 5px;
}
#rightColumn h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#leftColumn h1 {
	color: #333333;
	font-size: 150%;
	margin-bottom: 10px;
}
#navigationInfo h3 {
	color: #FFFFFF;
	font-size: 100%;
	margin-bottom: 5px;
	background-color: #0099CC;
	padding: 2px;
}


#rightColumn {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 370px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#singleColumn {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
#singleColumn h2 {
	font-size: 110%;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#singleColumn h3 {
	font-size: 100%;
	margin-bottom: 10px;
}
#singleColumnActivity {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	min-height: 600px;
	
	
}




#footer {
	background:#0099CC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 80%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------ Horizontal menu class ------------------------------------ */

ul.horizontalMenu {
	margin: 0;
	list-style-type: none;
	cursor: default;
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.horizontalMenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: right;
}
ul.horizontalMenu a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
}







#topMenuLinksBlock {
	background-color: #F4FDFF;
	width: 100%;
	clear: both;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: right;
}
#topMenuLinks {
	margin: 0px;
	font-size: 0.75em;
	text-align: right;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#topMenuLinks li {
	margin-bottom: 3px;
}


#topMenuLinks a {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	margin-right: 4px;
	
}
#topMenuLinks a:hover, ul.topMenuLinks a:focus
{
	background-color: #FFCC00;
	color: #FFF;
}

#topMenuLinks  li.topMenuLinksItemIE
{
	background-color: #009999;
	color: #FFF;
}


#numFeedback {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
}

#copyright {
	text-align: right;
}
#footer a {
	color: #FFFFFF;
}
/*------------------------------------ vertical menu class ------------------------------------ */

ul.verticalMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.verticalMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 99%;
}
ul.verticalMenu a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#exampleLinks 
{
	font-size: 100%;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#exampleLinks a {
	color: #333333;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
	background-color: #FFE3AA;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 14px;
	background-image: url(../images/grey_arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#exampleLinks a:hover, ul.exampleLinks a:focus
{
	background-color: #FFCC00;
	color: #333333;
}

#exampleLinks  li.exampleLinksItemIE
{
	background: #003366;
}


.FuncButton {
	text-align: center;
	border-left-color: #FFEEA8;
	border-top-color: #FFEEA8;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	color: #333333;
	background-color: #FFEEA8;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}

.FuncButtonUp {
	text-align: center;
	border-left-color: #FFF8D9;
	border-top-color: #FFF8D9;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	color: #FFCC00;
	background-color: #000000;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}

.FuncButtonDown {
	text-align: center;
	border-left-color: #FFCC00;
	border-top-color: #FFCC00;
	border-right-color: #FFF8D9;
	border-bottom-color: #FFF8D9;
	color: #FFFFFF;
	background-color: #333333;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}



.FuncButtonShow {
	text-align: center;
	border-left-color: #CEF3FF;
	border-top-color: #CEF3FF;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	color: #333333;
	background-color: #CEF3FF;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}

.FuncButtonShowUp {
	text-align: center;
	border-left-color: #CEF3FF;
	border-top-color: #CEF3FF;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	color: #333333;
	background-color: #CEF3FF;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}

.FuncButtonShowDown {
	text-align: center;
	border-left-color: #0099CC;
	border-top-color: #0099CC;
	border-right-color: #CEF3FF;
	border-bottom-color: #CEF3FF;
	color: #FFFFFF;
	background-color: #0099CC;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 100%;
}


.ExerciseSubtitle {	font-size: 100%;
	color: #000000;
}

#navigationInfo {
	border: 1px dotted #0099CC;
	background-color: #F9FEFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.hide {
	display: none;
}
#activityDiv {
	border: 1px dotted #999999;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
#activityDiv h3 {
	margin: 5px;
	color: #0099CC;
}


#dragDrop {
	width: 770px;
	background-color: #FFFFFF;
	position: relative;
	
}




#singleColumnActivity  h2 {
	font-size: 110%;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 4px;
}
#singleColumnActivity  h3 {
	font-size: 100%;
	margin-bottom: 10px;
}
#bottomNavigation {
	display: block;
	clear: both;
	margin-bottom: 12px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#CheckButtonDiv {
	text-align: center;
}

.exerciseNav {
	width: auto;
	padding: 4px;
	font-size: 100%;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}
.exerciseNav li {

}
.exerciseNav a {
	display: block;
	cursor: pointer;
	color: #0099CC;
	margin-left: 6px;
	margin-right: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #C0C0C0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.exerciseNav a:hover, a:focus {
	color: #FFFFFF;
	background-color: #0099CC;
}
.tooltipContent {
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width: 500px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px dashed #CCCCCC;
}
.grey {
	color: #666666;
}
.answer_right {
	clear: none;
	float: right;
	padding: 0px;
	margin-top: -25px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.note {
	border: 2px dotted #FFCC00;
	line-height: normal;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 100%;
}
.ClozeBody td {
	font-size: 90%;
}
#f input {

}
#dilutions td {
	font-size: 100%;
}
#feedback-popup {
	border: 2px solid #000000;
	background-color: #F2F5F6;
	text-align: left;
}
#feedback-popup p {
	padding-right: 15px;
	padding-left: 15px;
}
.feedback-title  {
	color: #FFFFFF;
	background-color: #0099CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
#button1 {
	width: auto;
	text-align: center;
	display: inline;
	margin-top: 4px;
}
