/* Teaching Ideas */
body {text-align:center; background-image: url(_siteimages/pagebg.jpg);}

/* Section 2 - Main */
div.container
{width:94%; border-top:1px solid #000066; border-bottom: 3px solid #000066; border-left: 1px solid #000066; border-right: 1px solid #000066; padding:0px 0px 0px 0px; margin-left:3%;}
div.logo {float:left; text-align:left; background-image: url(_siteimages/wttwheaderbg.jpg); background-repeat:repeat-x; border-bottom: 8px #000066 solid; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
img.logo {border:0px; margin:0px}
div.progress {border-bottom: 8px #000066 solid; 
text-align:right;
background-image: url(_siteimages/wttwheaderbg.jpg);
padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
img {border:0px; margin:0px;}
div.content {clear: both; margin-left: 0px; padding-left:10px; padding-right:10px; margin-right:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-color:#000000; text-align:left; background-color:#FFFFFF;}

div.content a:link {color:black;}
div.content a:visited {color:black;}
div.content a:hover {color: black;}

h3 {font-family:Arial, Helvetica, sans-serif; font-size:30px; font-color:#000000; text-align:left; padding:3px 0px 3px 0px; margin:0px 0px 0px 0px;}
h2 {font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:24px; font-color:#000000; text-align:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
h1 {font-family:Arial, Helvetica, sans-serif; font-size:20px; font-color:#000000; text-align:left; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

/* Section 2 - Challenge Main */
div.challengelink {float:left; text-align:left; background-color:#000066; font-size:14px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
img.logo {border:0px; margin:0px}
div.challengelink a:link {color:#FFFFFF; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
div.challengelink a:visited {color:#FFFFFF;}
div.challengelink a:hover {color:#FFFFFF;}
div.challengeprogress {text-align:right; padding:0px 0px 0px 0px; font-size:14px; margin:0px 0px 0px 0px; background-color:#000066; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;}
div.webcontent {clear: both; margin-left: 0px; padding-left:0px; padding-right:0px; margin-right:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-color:#000000; text-align:left; background-color:#FFFFFF;}
div.webbarlink {color:#FFFFFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
div.webbarlink a:link {color:#FFFFFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
div.webbarlink a:visited {color:#FFFFFF;}
div.webbarlink a:hover {color:#FFFFFF;}
div.redcontent {clear: both; margin-left: 0px; padding-left:10px; padding-right:10px; margin-right:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-color:#000000; text-align:left; background-color:#FF0000;}


div.WimpyButton_7779992 {padding:0px 0px 0px 0px; margin:0px 10px 0px 5px;}
div.bottomleft {width:50%; float:left; vertical-align:middle; overflow: visible; font-size:12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-align:left; background-color:#000066; padding:0px; border-top:2px solid #000066;}
div.bottomright {vertical-align:middle; overflow: visible; font-size:12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-align:right; background-color:#000066; padding:0px; border-top:2px solid #000066;}

/* Browsers section - Favourites Slider*/
p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #000000; font-size: 13px; line-height: 1.4em; text-align: center }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }


		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 0px 0 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 750px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 750px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px 10px 0px 10px;
		}
		
	 .stripNav { display: none }
		.stripNavL {display: none}	
		.stripNavR {display: none}

/* Browsers section - Tooltips CSS */
#label {
	position: fixed;
	top: 85%;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.75);
	cursor: pointer;
}
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #FFFF00;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif; 
  background-color: #FFFF00;
  color: #000000;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  font-family:Arial, Helvetica, sans-serif; 
  text-align:left;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(_siteimages/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(_siteimages/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(_siteimages/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(_siteimages/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}