﻿
.diagram_key{
	float:left;
	width:24px;
	height:24px;
	border-right: 3px solid #777777;
	border-bottom: 3px solid #777777;
	color:white;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	margin:2px;
	
	background-color:#444444;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	padding-bottom:20px;	
	padding: 6px 0px 0px 0px;

}

.keyboard_diagram{
	display:none;
	position:absolute;
	height:154px; width:360px;


	padding:10px 5px 5px 10px;

	background:url('tycoon-images/button_background.jpg');
	background-color:#aa6633;
	background-repeat: repeat;
	border:solid;
	border-width:3px;
	border-color:#000000;

}


.div_image{
	z-index:20;
}


.div_layer{
	z-index:10;
}

.cloud {

	z-index:2;
	position: absolute; 

	left:-140px; margin-top:-20px;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.7; /*opacity proportional to the size*/
	
	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 80s linear infinite;
	-moz-animation: moveclouds 80s linear infinite;
	animation: moveclouds 80s linear infinite;

}


@-webkit-keyframes moveclouds {
	0% {margin-left: 980px;}
	4% {margin-left: 950px;}
	50% {margin-left: 700px;}
	96% {margin-left: 950px;}
	100% {margin-left: 980px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 980px;}
	4% {margin-left: 950px;}
	50% {margin-left: 700px;}
	96% {margin-left: 950px;}
	100% {margin-left: 980px;}

}
@keyframes moveclouds {
	0% {margin-left: 980px;}
	4% {margin-left: 950px;}
	50% {margin-left: 700px;}
	96% {margin-left: 950px;}
	100% {margin-left: 980px;}
}




.div_grand_finale{
	position:absolute;
	font-size:26px;
	border:solid;
	border-width:6px;
	border-color:#663300;
	display:none;
	margin-top:75px;
	margin-left:20px;
	background-color:#ffffff;
	width:400px;
	padding:10px;
	z-index:52;

}

.div_empty_msgbx_down{
	position:absolute;
	margin-top:400px;
	display:none;
	z-index:38;
	background:url('tycoon-images/empty_msgbx_down.png');
	background-repeat:no-repeat;
	height:88px;
	width:174px;
	font-size:16px;
	text-align:left;
	padding-top:10px;
	padding-bottom:14px;
	padding-left:14px;
	padding-right:14px;
}

.div_keyboard_messages{
	position:absolute;
	margin-top:150px;
	margin-left:30px;
	display:none;
	z-index:13;
	background:url('tycoon-images/img_empty_keyboard_msgbx.png');
	background-repeat:no-repeat;
	height:78px;
	width:261px;
	font-size:17px;
	text-align:left;
	padding-top:15px;
	padding-bottom:14px;
	padding-left:15px;
	padding-right:16px;

}

div.game_container{
	width:480px;
	height:570px;
	border:solid;
/*	background:url('images/border-small.jpg');  */
		background:url('tycoon-images/road3-10.jpg');
	background-repeat:no-repeat;
	background-position: 50% 0%;
	margin-left:4px;
	padding-left:14px;
	padding-right:14px;
	padding-top:5px;
		border: solid #663300 5px;


}

.div_start_buttons{
	position:absolute;
	display:none;
	z-index:60;
}

button.button_quick_instructions{
	position:absolute;
	font-size:24px;
	top:110px;
	width:260px;
	padding:15px 20px 15px 20px;
	border-width:3px;
	border-color:#996633;
	margin-left:80px;

	background:url('tycoon-images/button_background.jpg');
	background-color:#aa6633;
	background-repeat: repeat;
}

button.button_start_playing{
	position:absolute;
	font-size:24px;
	top:200px;

	width:260px;
	padding:15px 20px 15px 20px;
	border-width:3px;
	margin-left:80px;
	border-color:#996633;
	background:url('tycoon-images/button_background.jpg');
	background-color:#aa6633;
	background-repeat: repeat;

}

       
button.button_continue_last_game{
	position:absolute;
	font-size:22px;
	top:130px;
	width:300px;
	padding:15px 20px 15px 20px;
	border-width:3px;
	border-color:#996633;
	margin-left:80px;

	background:url('tycoon-images/button_background.jpg');
	background-color:#aa6633;
	background-repeat: repeat;
}

button.button_reset_and_start{
	position:absolute;
	font-size:22px;
	top:220px;

	width:300px;
	padding:15px 20px 15px 20px;
	border-width:3px;
	margin-left:80px;
	border-color:#996633;
	background:url('tycoon-images/button_background.jpg');
	background-color:#aa6633;
	background-repeat: repeat;

}



.div_info{
	background-color:transparent;
	position:absolute;
	width:400px;
	height:500px;
	margin-left:40px;
	margin-top:20px;
	z-index:44;
	display:none;


}


.div_info_text{
	position:absolute;
	display:block;
	width:70%;
	margin-left:60px;
	margin-top:55px;
	font-size:16px;
	text-align:left;
	z-index:44;
	color:#392911;
}

.div_info_text_header{

	text-align:center;
	width:100%;
	font-size:22px;
	margin-bottom:10px;

}

.div_info_text_details{
	font-size:16px;
}

.div_info_text_upgrades{
	margin-top:7px;
	font-size:13px;
}

button.button_close_info{
	margin:10px 0px 0px 0px;
}

.div_img_info{
	position:absolute;
	top:0px;
	display:block;
	width:100%;
	height:100%;

	z-index:1;

}

img.img_info{
	position:absolute;
	margin-top:0px;
	left:0px;
	width:100%;
	height:100%;
	-webkit-filter: drop-shadow(15px 15px 1px #444);
  filter: drop-shadow(8px 8px 2px #333);


}

.div_typing_tycoon{
	font-family:Impact, Charcoal, sans-serif;
	position:absolute;
	z-index:2;

}

.unlocks_at_level{
	background:#aaaa14;
	position:absolute; 
	width:265px; 
	opacity:1;
	font-size:18px;
	height:30px;
	padding-top:6px;
	padding-right:20px;
	margin: 9px 5px 20px 100px;
	text-align:center;
	z-index:42;
	
}

button.button_board_continue{
	margin-top:0px;
	padding:0px;
}

.div_time_left_for_stopped_typing{
	border: 2px solid #000;
	border-radius:10px;
	padding:0px;
	font-size:13px;
	width:20px;
	position:absolute;
	margin-top:-20px;
	margin-left:20px;
}

.div_wood_board_image{
	position:absolute;
	margin-left:140px;
	z-index:10;
	display:none;

}

.div_wood_board_text{
	display:none;
	position:absolute;
	margin-left:172px;
	margin-top:69px;
	z-index:11;
	width:218px;
	height:130px;
}

.div_wood_board_text p{
	font-size:18px;
	margin-top:0px;
	margin-bottom:6px;
}

.div_wood_board_text p.small{
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
}


button.button_reset_game{
	position:absolute;
	display:block;
	font-size:13px;
	margin-left:350px;
	width:120px;
}

div.div_button_reset_game{
	position:absolute;
	margin-top:-4px;
	
}

div.div_back_to_level{
	position:absolute;
	display:block;
	margin-left:344px;
	text-align:right;
}

button.button_view_achievements{
	position:absolute;
	display:block;
	font-size:18px;
	margin-left:150px;

}

button.button_show_helpers_to_buy{
	position:absolute;
	float:left;
	display:block;
	font-size:18px;
}




button.button_close_cards_container{

	margin-left:60px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;
	height:30px;
	float:right;

}

.cards_container_header{
	padding-top:5px;
	font-size:18px;
	color:#fff;
	margin-left:20px;
	margin-bottom:15px;
	height:25px;
}

.cards_container_header_achievement{
	padding-top:5px;
	font-size:16px;
	color:#fff;
	margin-left:10px;
	margin-bottom:15px;
	height:30px;
}

.cards_container{
	text-align:left;
	position:absolute;
	width:400px;
	margin-left:20px;
	border:solid;
	background:#555555;
	padding:3px;
	z-index:40;
}

.div_button_cladding{
	opacity:0.4;

}


button.button_buy{
	height:30px;
	width:auto;
	font-size:13px;
	margin-left:10px;
	padding-left:6px;
	padding-right:6px;
}

button.button_max_upgraded{
	height:30px;
	width:auto;
	font-size:13px;
	margin-left:10px;
	padding-left:3px;
	padding-right:3px;
	display:none;
}

button.button_info{
	height:30px;
	width:50px;
	font-size:14px;
	margin-left:10px;
}

.div_card{
	text-align:left;
	height:40px;
	border:solid;
	background:#ffbbaa;
	vertical-align:center;
	padding-top:10px;
	padding-left:50px;
	font-size:16px;
}

.div_card_achievement{
	text-align:left;
	height:40px;
	border:solid;
	background:#ffbbaa;
	vertical-align:center;
	padding-top:8px;
	padding-left:60px;
	font-size:16px;
}

.div_img_animal_card{
	width:46px;
	height:46px;
	display:inline;
	margin-left:-50px;
	margin-top:-10px;
	float:left;
	
}

.div_status{
	position:absolute;
	height:35px;
	width:250px;
	font-size:18px;
	border:none;
	margin-left:190px;
	margin-top:30px;
	font-weight:bold;
	z-index:15;
}

.div_playground{

	height:200px;

}


.blinkme {
  animation: blinker 1s  infinite alternate;  
}
@keyframes blinker {  
	0% { opacity: 1;  }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


body{
	font-size:28px;
	font-family:arial;
	background-image: url(../images/css/reka2.png);
	background-color:#4b82c2;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	font-family: arial, sans-serif;

	margin-top:0px;
	font-weight:100;

}


.string_to_type{
	color:#000000;
	font-size:26px; 
	line-height:100%; 
	width:270px; 
	margin-left:-40px;
	margin-top:10px;
	border:solid;
	text-align:left;   
	border-color:#000000;
}

div.div_show_mymoney_image{
	position:absolute;
	background:red;
	padding-top:260px;
	z-index:32;
	background:red;
}

img.show_mymoney_image{
	position:absolute;
	width:100px;
	height:100px;
	z-index:32;
}

.div_show_mymoney_number{
	position:absolute;
		padding-top:240px;
	width:40px;
	color:#000000; 
	font-size:20px; 
	line-height:100%; text-align:center;
	position:absolute;
	z-index:32;


}




.fluency_indicator_text{
	position:absolute;
	margin-top:-20px;

	margin-left:160px;
	font-size:12px;

}

.fluency_indicator_container{
	width:70%;
	height:20px;
	border:solid 2px #dd9933;
	margin-top:2px;
	text-align:left;
	font-size:11px;
}


.fluency_indicator_cat{
	font-size:12px;
	color:#000;
	height:22px;
	display:none;
	background:transparent;
	border-right: solid 5px #f00;
	text-align:center;
	padding-top:2px;
	width:0%;
	margin-top:-22px;
	opacity:0.8;
}


.fluency_indicator{
	width:0%;
	height:20px;
	background:#dd9933;
	margin:0px;
	padding:0px;
	
}










td.share_buttons{
	width:32px;
	vertical-align:top;
}

div.crossword_list{
	margin:30px 30px 20px 30px;
	font-size:16px;
	color:#ffffff;
	text-align:left;

}


div.descr{
	line-height:110%;
	margin:15px 50px 15px 50px;
	padding:10px;
	text-align:left;
	color:#ffffff;

	font-size:15px;

	border-width:1px;
	border-style:solid;
	border-color:  #224466;
	background-color:#3366aa;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
}

div.gap_from_top_menu{
	margin-top:8px;
}

div.typing_ad_long_hrzntl{
	margin-top:10px;
}


div.short_instructions{
	font-size:13px;
	text-align:left;
	margin-left:50px;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:10px;
}


div.suitable_for{
	color:#FFFF00;
	margin-top:16px;

}

div.typing_please_wait{
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;


}

td.logo{
	width:180px;
}

table.top_container{
	width:1040px;
}

div.share_long_horizontal{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

div.copyurl_and_social_wrapper{
	width:320px;
	text-align:center;
}

div.addthis_mainmenu{
	padding-left:20px;
	padding-bottom:10px;
}

div.addthis_center{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
}
	

.word_surround{
	background: #00587b;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height:115px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	border-width:2px;
	border-style:solid;
	border-color:#88aec3 #002435 #000000 #4e849c;
	width:480px;
	text-align:center;
}
a.word_item{
	text-align:center;
	background: #005278;
	background-image: -moz-linear-gradient(top, #407fa0, #013e5d);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#407fa0), to(#013e5d));
	border-width:1px;
	border-style:solid;
	border-color:#88aec3 #002435 #000000 #4e849c;
	line-height:160%;
	color:#ffff00;
	font-family:Arial;
	font-size:15px;
	font-weight:600;
	display:block;
	vertical-align:middle;
	padding-top:10px; padding-bottom:10px;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float:left;
	width:451px;

}
a.word_item:hover {
	border-color:#000000 #4e849c #88aec3 #002435; 
	background: #085063;
	background-image: -moz-linear-gradient(top, #387898, #013e5d);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#387898), to(#013e5d));
}
a.word_item_short{
	width:149px;
	padding-top:3px; padding-bottom:3px;
	color:#ff9f4f;
	font-size:11px;
}
.put_this_word{
	float:left;
	width:450px;
	padding-top:5px;
	text-align:right;
}

td.left_gap_for_top_ads{
	width:30px;
}

td.top_ads{
	vertical-align:middle;
	text-align:center;
	width:380px;
	height:280px;
}

div.copy_the_address{
	color:#FFdd00;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

div.share_this_page{
	color:#FFFFFF;
	font-size:17px;
	margin:15px 0px 10px 0px;
	width:260px;
}

div.copyurl_surround{
	color:#FFFF00;
	font-size:20px;
	font-weight:bold;
	width:290px;
	background: #00486b;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height:160px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:10px;
	border-width:2px;
	border-style:solid;
	border-color:#88aec3 #002435 #000000 #4e849c;
}

textarea.copyurl{
	width:240px;
	height:50px;
	font-size:12px;
	margin-bottom:15px;
	border-top:1px solid #000088;
	border-left:1px solid #000088;
}

div.left_banner{
	margin-top:250px;
	text-align:center;
}
	
	a.get_this_word{
		text-decoration:underline;
		font-size:13px;
		font-weight:bold;
		text-align:left;
		line-height:100%;
		display:inline;
	}

		a.get_this_word:link{color:#ffffff;}
		a.get_this_word:visited{color:#ffffff;}
		a.get_this_word:hover{color:#ffdd00;}
		a.get_this_word:active{color:#ffdd00;}




div.background_curtain{
	background-image: url(images/css/dblue033.gif);
	background-repeat: repeat;
	background-color:#080842;
	width:1150px;
	padding:0px; 
	margin:0px;
	text-align:center;
	
}


div.megila_long_top{
	background: url(../images/css/megila_long_top.png);
	width:369px;
	height:59px;
	margin-left:4px;
	
}

div.megila_long_middle{
	background: url(../images/css/megila_long_middle.png);
	background-repeat: repeat-y;
	margin-left:22px;
	padding-top:10px;
	padding-left:15px;
	padding-right:40px;
}

div.megila_long_bottom{
	background: url(../images/css/megila_long_bottom.png);
	width:368px;
	height:57px;
	margin-left:4px;
}

	
	div.mainright{
		

		padding:5px 3px 15px 10px;
		line-height:160%;
		width:180px;
		font-size:14px;
		color:#FFFF00;
		font-weight:600;
		background: url(../images/css/mainright.png);
		background-repeat: repeat-y;
		background-color:#4376a9;
		border-top: 2px solid #7799bb;
		border-right: 2px solid #7799bb;
		border-left: 0px solid #000066;
		border-bottom: 0px solid #000077;
		vertical-align:top;
		text-align:center;

		border-radius:25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;


	}
	
	
	table.mainright{

		border: 0px solid #0000aa;
		width:170px;
		
		
	}
	
	
	td.mainright{
		background-color:#3366aa;
		text-align:left;
		border: 0px solid #0000aa;
		padding: 0px;
	}

	
	
	a.mainright{
		padding-left:14px;
		background: url(../images/css/subject.png);
		font-size:12px;
		font-weight:100;
		width:95%;
		text-align:left;
		line-height:190%;
		margin-top:0px;
		display:block;
		border: 1px solid;
		border-color:#224466 #224466 #446688 #000000;
		border-radius:6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;

	}
		a.mainright:link{color:#ffdd00;}
		a.mainright:visited{color:#ffdd00;}
		a.mainright:hover{color:#ffffff; background: url(../images/css/subject_hover.png); border-color:#aaaadd #000000 #000000 #aaaadd; }
		a.mainright:active{color:#ffffff; background-color:#dd8800;}



	a.mainrightb{
		padding-left:14px;
		background: url(../images/css/subject.png);
		font-size:13px;
		font-weight:700;
		width:95%;
		text-align:left;
		line-height:160%;
		display:block;
		border: 1px solid;
		border-color:#000000 #aaaadd #aaaadd #000000;
		border-radius:6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;

	}
		a.mainrightb:link{color:#ffdd00;}
		a.mainrightb:visited{color:#ffdd00;}
		a.mainrightb:hover{color:#ffffff; background:url(../images/css/subject_hover.png); border-color:#aaaadd #000000 #000000 #aaaadd; }
		a.mainrightb:active{color:#ffffff; background-color:#dd8800;}










table.subjects{
		background: url(../images/css/subjects_center.png); 
		background-repeat: repeat; 
		border-top: 2px solid #7799bb;
		border-right: 2px solid #7799bb;
		border-left: 0px solid #000066;
		border-bottom: 0px solid #000077;
		border-radius:25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;



		width:820px;
		text-align:center;
}

	td.explanation{
		background: url(../images/css/explanation_middle.png); 
                width:790px;
		background-repeat: repeat-y; 
		background-color:#5799db;
		border-top: 2px solid #7799bb;
		border-right: 2px solid #99aadd;
		border-left: 0px solid #000066;
		border-bottom: 0px solid #000077;
		padding-top:12px;
		text-align:center;
		border-radius:25px; 
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;

	}

a.subjects{
		font-size:12px;
		font-weight:bold;
		line-height:160%;
		width:90%;
		background: url(../images/css/subject.png);
		background-color:#2f5bb7;
		border: 1px solid;
		border-color:#000000 #cccccc #cccccc #000000;
		display:block;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:1px;
		border-radius:15px; 
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;

	}
		a.subjects:link{color:#FFbb00;background-color:#3366aa;}
		a.subjects:visited{color:#ffbb00;background-color:#3366aa;}
		a.subjects:hover{color:#ffffff; font-weight:bold; border-color:#ffffff #000000 #000000 #ffffff; background: url(../images/css/subject_hover.png);}
		a.subjects:active{color:#ffffff; background-color:#dd8800; font:bold;}


	a.subjectsboldshort{
		font-size:12px;
		font-weight:bold;
	}
		a.subjectsboldshort:link{color:#ffffff;background-color:#4477bb;}
		a.subjectsboldshort:visited{color:#ffffff;background-color:#4477bb;}
		a.subjectsboldshort:hover{color:#ffffff;}
		a.subjectsboldshort:active{color:#ffffff; background-color:#4477bb;}


	a.subjectsbold{
		font-size:13px;
		font-weight:800;
	}
		a.subjectsbold:link{color:#ffffff;background-color:#4477bb;}
		a.subjectsbold:visited{color:#ffffff;background-color:#4477bb;}
		a.subjectsbold:hover{color:#ffffff;}
		a.subjectsbold:active{color:#ffffff; background-color:#4477bb;}

td.subjectstitle{

		
		width:340px;
		height:22px;
		color:#ffff00;
		font-size:13px;
		text-align:center;
		line-height:200%;
		font-weight:bold;
		
	}

	td.subjects{
		width:25%;
		margin-left:auto;
		margin-right:auto;
		padding: 0px;
		
		text-align: -moz-center;
		text-align: center;
	
	}

	td.subjectsempty{
		border: 0px solid #0000aa;
		width:25%;
		padding: 0px;
	}


	

div.teacher_banner{
	border-top:dotted 1px #aaaaaa;
	width:700px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:20px 0px 20px 0px;
	line-height:130%;

}
	a.teacher_banner{	color:#ffdd00;	text-decoration:underline;}

div.word_teacher{

	font-size:20px;
	color:#ffff00;
	font-weight:bold;


}


div.koteretrashit{
	height:320px;
	margin:0px 10px 10px 0px;
	color:#FFFF00;
	font-size:45px;
	display:block;
	font-family:"times new roman";
	font-style:italic;
	font-weight:bold;
}


div.mirvach{
	margin-top:25px;
}


div.social{
	width:20%;
	display:inline;
	text-align:center;
	margin:0px 10px 0px 10px;
}



a.footer{
	font-size:18px;
	text-align:left;
	color:FFFF00;
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px;
	line-height:160%;
}
		a.footer:hover{
			color:ffcc00;
		}


div.credit{
	color:#ffdd00;
	font-size:12px;
	margin: 0 0 6 0;
	text-align:right;
}


img.my_small_banner{
	border-style:solid;
	border-width:2px; 
	border-color: #bbbbbb #000000 #000000 #bbbbbb;

}


table.footer{
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

td.footer{
	text-align:center;
	width:50%;
}

a.amazon_math{
	color:#ffff00;
	font-size:22px;
	text-decoration:underline;
}



table{
	
}
	table.explanation2{
		width:880px;
		
	}



	table.mathgames1{

		border-width:0px;
		border-style:solid;
		cellpadding:2px:
		color:#ffffff;
		font-size:13px;			
		width:720px;
		margin-right:auto;
		margin-left:auto;
		
	}		


	table.main{

		width:1070px;

	}

	


	table.explanation{
		width:100%;		

	}

	table.explanation-math{
		width:800px;		
	}


	table.advertise{
		width:180px;
	}


th {
	color:#ffff00;
	font-size:14px;

}

	th.instructions{
	width:200px;		
	}


tr.subjects{
	color:#ffff00;
	font-size:14px;	
}


td{

}



	td.mathgames1{
		border-style:solid;
		border-width:0px; 
		border-color: #999999 #000077 #000077 #999999;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left:15px;
		padding-right:15px;
		color:#ffffff;
		vertical-align:top;
		text-align:left;
		line-height:120%;
		

	}


	td.mainmiddle{
		
	}

	




	td.advertise{
		
		border: 2px solid #0000aa;
	}


a{
	
	text-decoration:none;
	
}


	a img {
		border-right:0px solid #000000;
		border-top:0px solid #000000;
		border-bottom:0px solid #aaaaaa;
		border-left:0px solid #aaaaaa;;
		margin-bottom:8px;
		padding:0px;
	}



	



a.inside_text{
		
		text-decoration:underline;
		font-size:13px;
		font-weight:bold;
		text-align:left;
		line-height:100%;
		display:inline;
		

	}

		a.inside_text:link{color:#ffdd00;}
		a.inside_text:visited{color:#ffdd00;}
		a.inside_text:hover{color:#ffff66; font-weight:bold;}
		a.inside_text:active{color:#ffdd00; text-decoration:underline;}

img{
	padding-bottom:5px;
}

	
p{
	text-align:left;
	color:#ffffff;
	font-size:16px;
	margin-left: 20px;
	margin-right: 20px;
	line-height:130%;
}	

h1{
	
	font-size:20px;
	font-weight: bold; 
	color:#ffff00;
	margin-top:5px; 
	margin-bottom:5px; 
}


h2{
	font-size:13px;
	font-weight: normal; 
	color:#ffffff;
	margin-top:14px; 
	margin-bottom:2px; 
	
}

h3{

	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
	color:#ffffcc;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:40px;
	padding-bottom:10px;

}

div.gamesheading{
	color:#ffff00;
	font-size:18px;	
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;

}

div.mathgamesheading2{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
	color:#ffffcc;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:40px;
	padding-bottom:10px;

}

div.mathgamesheading3{
	font-size:12px;
	color:#ffffff;
	text-align:center;
	margin:1px 10px 5px 0px;
	padding-top:44px;
	padding-right:20px;
	padding-left:24px;

}

div.mainheading{
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
	text-align:center;
	margin:0px 0px 5px 0px;
	line-height:150%;

}

div.secondaryheading{
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
	text-align:center;
	margin:5px 0px 10px 0px;

}


div.linkunits_short{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;

}

div.paper-airplane{
	margin-top:70px;
}

@media only screen and (max-width: 1020px) {
  /* For general iPad layouts */

  div.to_hide_on_mobile{
      display:none;
  }
  
  td.to_hide_on_mobile{
      display:none;
  }
  
  
  
  div.background_curtain{
	background-image: url(images/css/dblue033.gif);
	background-repeat: repeat;
	background-color:#080842;
	width:530px;
	padding:0px; 
	margin:0px;
	text-align:center;
	
}
  
	table.main{

		width:500px;

	}
        td.explanation{
		background: url(../images/css/explanation_middle.png); 
                width:300px;
        }
        
        td.mainmiddle{
		background: url(../images/css/explanation_middle.png); 
                width:300px;
        }
        
    div.descr{
        font-size:18px;
    }
 
    
    
    a.mainright{
		
		font-size:14px;
		

	}
		a.mainright:link{color:#ffdd00;}
		a.mainright:visited{color:#ffdd00;}
		a.mainright:hover{color:#ffffff; background: url(../images/css/subject_hover.png); border-color:#aaaadd #000000 #000000 #aaaadd; }
		a.mainright:active{color:#ffffff; background-color:#dd8800;}


}