/*------------------------------------------------------------------
	COMMON TO ALL LESSONS BEGIN
------------------------------------------------------------------*/
.highlight0{
	background-color: #FFFFFF
}
.highlight1{
	background-color: #EEEEEE;
}
.highlight2{
	background-color: #CCCCCC;
}
.highlight3{
	background-color: #AAAAAA;
}

/*green*/
.highlight4{
	background-color: #298d5f;
}
/*site yellow*/
.highlight5{
	background-color: #fdb159;
}
.highlight5type{
	color: #fdb159;
}
.sectionTitle{
	font-size: 100%;
	font-weight:500;
    text-transform: uppercase;
    letter-spacing:.1em; 
	background:#2c96af; 
	color: #fff;
	margin: 0;
	padding: 6px 10px 4px;
	text-align:left;
	border-bottom: 2px solid #fdb159;
}
.learn, .practice, .play, .explore, .lessondoc{
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.navigate{
	padding:0 4px;
	border: 1px solid #2c96af;
	border-left: 0;
	border-right: 0;
	font-weight: 600;
	letter-spacing: .02em;
}

.navigate p{
	text-align: center;
}
.navigate a:hover{
	background:#fff;
	font-weight:700;
	letter-spacing: .04em;
	color:#0e5f9e;
	text-shadow: 1px 1px 6px #2c96af;
}
.learn{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f2',GradientType=0 );

	border: 1px solid #2c96af;
}
.lessonDescription {
	font-size: 90%;
	margin: 10px;
}
.example{
	font-weight: bold;
	margin: 5px;
	text-align: center;
}
.leftColumn + .example{
	margin-top:20px;
	width:220px;
	float:left;
}
.practice{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f2',GradientType=0 );

	border: 1px solid #2c96af;
	text-align: center;
}
.practice p, .practice table{
	margin: 18px 10px;
}
.practice .showClue {
	width: 300px;
	background-color: #FFFFFF;
	margin: auto;
	padding: 4px;
	height: 20px;
	text-align: center;
}
.practice table{
	margin-left: auto;
	margin-right: auto;
}
.practice table td{
	vertical-align: middle;
	text-align: center;
}

.practice .equalOperands{
	width: 25%;
	height: 70px; /*table cells interpret height as min-height*/
	text-align: center;
}
.practiceTable1, .practiceTable2 {
	border-collapse: separate;
}
.practiceTable1 td, .practiceTable2 td{
	width: 30px;
	height: 20px;
	background-color: #fdb159;
}
.stableHeight{
	height:80px;
}
.stableHeightLarge{
	height: 220px;
}
.practiceTimer, .practiceFeedback{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 3px; 
}
.practiceTimer{
    cursor: pointer;
}
.practiceTimer.icon{
    color: transparent;
    background: url(images/icon-stopwatch.png) no-repeat center;
}
.practiceFeedback{
	width: 300px;
}
.practice .correct, .practice .incorrect, .practicePercent{
	background-color: #FFFFFF;
	padding:4px  8px;
	display: inline-block;
	min-width:20px;
}
.practice .correct{
	background-color: #258d59 !important;
	color:#fff;
}
.practice .incorrect{
	background-color: #a91921 !important;
	color:#fff;
}
.practice .horizontal-text-button {
	white-space: nowrap;
}
.practice .horizontal-text-button span {
	display:inline-block;
	width: 40px;
}
.practice .horizontal-text-button input[type=text] {
	width: 40px;
	font-size: 110%;
}
.play{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f2',GradientType=0 );

	border: 1px solid #2c96af;
}
.play tr{
	border: 1px solid #CCCCCC;
}
.play th{
		color:#0e5f9e;
}
.play th, .play td{
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}

.playScoreCountdown, .playScoreGiveMeTime, .playScore20Questions{
	background-color: #FFFFFF;
}
.explore{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,249,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(250,249,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,249,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faf9f2',GradientType=0 );

	border: 1px solid #2c96af;

}
.accordion{
	margin: 0;
}
.explore li {
	display: inline-block;
	padding: 6px;
}

.data-1 td{
	background: #fff;
	border: 2px solid #fdb159; 
	padding: 4px 6px;
	letter-spacing: .02em;
}
.data-1 th{
	padding: 3px;
}
.data-1 th.bright{
	background-color: #fdb159;
}
.data-2 td{
	padding: 4px 6px;
}
.digits2{
	width: 30px;
}
.columnOperation {
	margin: 0px 10px;
	text-align: center;
}
.columnOperation .result {
	border-top: 1px solid black;
}
.columnOperation td {
	text-align: center;
}
.columnOperation .operand {
	padding: 0px 4px;
}
.columnOperation .showWork {
	color: #FF0000;
	font-size: 90%;
}
.columnOperation .result input{
	letter-spacing: 4px;
	text-align: right;
	margin-right: -4px;
}
.columnOperation .result [colspan="3"] input {
	width: 55px;	
}
.columnOperation .result [colspan="4"] input {
	width: 70px;
}
.columnOperation .result [colspan="5"] input {
	width: 85px;	
}
.columnOperation .result [colspan="6"] input {
	width: 100px;
}
.columnOperation .result [colspan="7"] input {
	width: 110px;
}
.columnOperation .result [colspan="7"] input {
	width: 124px;
}

.learn img {
	max-width: 480px;
	margin-left: 10px;
}

ul.treeDiagram, ul.treeDiagram ul {
	list-style-type: none;
	list-style-position: inside;
	border-left: 1px solid #000000;
	margin-left: 0px;
}
.treeDiagram span, .treeDiagram ul {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	list-style-type: none;
}
.treeDiagram span{
	padding: 0px 10px 0px 5px;
	margin-left: 0px;
	border-bottom: 1px solid #000000;
	min-width: 120px;
}
.treeDiagram span~ul {
	margin-top: 20px;
}
/*------------------------------------------------------------------
	COMMON TO ALL LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	COMPARE LESSONS BEGIN
------------------------------------------------------------------*/
.compareAmountsI-1{
	margin: 20px auto;
	font-size: 150%;
}
.compareAmountsI-1 td{
	width: 120px;
}
.compareNumbers-1 {
	margin: 10px;
	text-align: center;
}
.compareNumbers-1 td {
	width: 25%;
	border: 1px solid black;
}
.compareNumbers-1 td.narrow {
	width: 5%;
}
/*------------------------------------------------------------------
	COMPARE LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	COUNTING LESSONS BEGIN
------------------------------------------------------------------*/
.countingTool{
	width: 250px;
	margin: 20px auto;
	background-color: #fdb159;
	padding: 4px;
	text-align: center;
}
.countingTool span {
	display: inline-block;
	background-color: #FFFFFF;
	width: 130px;
	height: 20px;
}
.countingTool span:first-child {
	width: 50px;
}
#countTo100PracticeSection .practiceTable1 tr:nth-child(even) td {
	background-color: #fdb159;
}
/*------------------------------------------------------------------
	COUNTING LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	POSITIONS LESSONS BEGIN
------------------------------------------------------------------*/
.positions-1{
	margin: 20px auto;
	font-size: 130%;
	width: 150px;
	text-align: center;
}
.positions-1 p{
	padding: 10px;
	margin: 0px;
	height: 24px;
	border: 1px solid #888888;
}
.positions-1.horizontal{
	width: auto;
	margin-right: 10px;
}
.positions-1.horizontal span {
	display: inline-block;
	width: 80px;
	height: 30px;
	padding: 16px 10px;
}
.positions-1.grid span {
	display: block;
	width: 78px;
	float: left;
	margin: 4px;
	height: 51px;
	padding: 3px;
}
.positions-1.grid {
	width: 300px;
	overflow: hidden;
}
/*------------------------------------------------------------------
	POSITIONS LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	FRACTIONS LESSONS BEGIN
------------------------------------------------------------------*/
table.fraction td {
	background-color: #FFFFFF;
	width: 18px;
	height: 18px;
	border: 1px solid #000000;
}
table.fraction td.part{
	background-color: #fdb159;
}
div.fraction {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
div.fraction .numerator{
	border-bottom: 1px solid #000000;
}
div.fraction .denominator{
	border-top: 1px solid #000000;
}
div.fraction input[type="text"] {
	width: 40px;
	text-align: center;
}
div.fraction.mixed > div {
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------------------------------------
	FRACTIONS LESSONS END
------------------------------------------------------------------*/


/*------------------------------------------------------------------
	TIME LESSONS BEGIN
------------------------------------------------------------------*/
.clockAnalog1, .clockAnalog2 {
	/* Use these classes when you need 2 clocks side-by-side */
	float: left;
	margin-left: 35px !important;
}
/*------------------------------------------------------------------
	TIME LESSONS END
------------------------------------------------------------------*/


/*------------------------------------------------------------------
	PLACE VALUE LESSONS BEGIN
------------------------------------------------------------------*/
.place-value td, .place-value th {
  border: 1px solid #000;
  text-align: center;
}

.place-value th{
   height:100px; 
}
.place-value.sixd th {
	height: 170px;
}

.place-value th span {
  padding: 1px;
  writing-mode: tb-rl;
  filter: flipv fliph;
  -webkit-transform:rotate(-90deg); 
  white-space:nowrap; 
  display:block;
}

.place-value.sixd th span{
	padding: 4px;
	width: 70px;
	margin-bottom: -20px;
	text-align: left;
}

.place-value input[type="text"]{
	width: 40px;
}
/*------------------------------------------------------------------
	PLACE VALUE LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	LONG DIVISION LESSONS BEGIN
------------------------------------------------------------------*/
.longdiv {
	text-align: right;
}
.longdiv .curve {
	width: 7px;
	border-top: 1px solid #000000;
	background: url("images/long-div-curve.png") no-repeat;
	background-size: 60%;
}
.longdiv .dividend {
	border-top: 1px solid #000000;
}
.longdiv .evalwork {
	border-top: 1px solid #000000;
}
.longdiv input {
	text-align: right;
}
.longdiv .remainderR {
	padding: 0px 4px;
}
/*------------------------------------------------------------------
	LONG DIVISION LESSONS END
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	QUIZZES AND REVIEWS BEGIN
------------------------------------------------------------------*/
.topicList{
    float:left;
    width: 45%;
    list-style-type:none;
    text-align: center; 
}
.quizSetup{
    text-align: center;
}
.quiz .practice, 
.quiz .practice h3, 
.quiz .practice .commonPracticeElements{
    display:none;
}
.quiz .practice.current{
    display:block;
}
.topicList a {
    text-decoration: none;
}
.topicList a:hover {
    font-weight: bold;
    color: #000000;
}
/*------------------------------------------------------------------
	QUIZZES AND REVIEWS END
------------------------------------------------------------------*/