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

body,td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#005c00;*/
}
body {
	background-color: white; /*8fe64d8*/
	margin: 0px;
}

#banner {
	width:100%;
	border-bottom: 2px solid #C30; 
	background-color: #F00; 
	padding: 12px 0; 
	color: white; 
	text-align: center;
	color:#FCC;
	font-size:21px;
	text-align:center;
	position:relative;
}

#banner a {
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
}

#banner a:hover {
	background-color:#FFF;
	color: #390;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	text-decoration:none;
}

#banner p {
	background-color:#CF9;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	box-shadow: 0 1px 2px 1px rgba(0,0,0, .35);
	padding:5px;
	text-align:center;
	width:200px;
	position:absolute;
	right:20px;
	top:0;
	margin:0;
}

#banner p a {
	font-size: 10px;
	color: #090;
	text-decoration:none;
	text-align:center;
	padding:0;
}


#banner p a span {
	font-size:16px;
	margin:0;
	padding:0;
}

#banner p a:hover {
	background-color:transparent;
	color: #390;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}


h1 {
	font-size:18px;
	padding:5px 10px;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	text-align:left;
}

.notice {
	font-size:12px;
	color:#666;
}

.banner {
	border-bottom: 2px solid #CC3300; 
	border-top: 2px solid #CC3300; 
	background-color: #FF0000; 
}

.noscriptwarning {
	color: white;
	text-align:center;
	
}


#layout {
	width:auto;
	min-width:900px;
}


.smallprint {
	font-size: 10px;
}

/*HEADER*/
#header {
	background-color: #CCC;
	padding: 0px 10px;
	height:36px;
	text-align:left;
}
#header p {
	margin:0;
	padding:0;
}

.headerL {
	background-color: #CCC;
	border-right:white 1px solid;
	width:149px;
	height:36px;
}
.headerM{
	background-color: #CCC;
	border-right:white 1px solid;
	width:145px;
	height:36px;
}

.headerR{
	background-color: #CCC;
	padding-right:10px;
	height:36px;
	text-align:right;
	min-width:606px;
	
}

#back {
	padding-left: 0px;
	padding-right:5px;
	position:relative;
	top:-1px;
}
#logo {
	position: relative;
	left: 0px;
	top:0px;
	float:right;	
}


#backtomain {
	position: absolute;
	left: 20px;
	top: 53px;
	z-index: 1;
	width: 125px;
	height:35px;
	font-weight:normal;
	/*border-right:white 1px solid;*/
	padding-right: 4px;
	padding-top:3px;
}


#backtomain a, #gotoclasslist a {
	text-decoration:none;
	font-size: 16px;
	color:#666;
}

/* Teacher's Lounge Toggle Font*/

div.swap {
	position: absolute;
	left: 150px;
	top: 53px;
	z-index: 1;
	width: 145px;
	height:35px;
	padding-top:7px;
	/*border-right:white 1px solid;*/
}

div.toggle a:hover { background-color: #FC9; }
div.swap:hover div:first-child { 
	border-bottom: none;
	padding-bottom:7px;
	
 }
div.toggle a:first-child {
	border-top:none;
}
div.swap div.toggle { display: none; }
div.swap:hover div.toggle { 
    display: block; 
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px; 
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
	box-shadow: 0 2px 2px #333;
}

div.swap div {
	font-size: 16px;
	text-align:center;
	font-weight:normal;
	color: #666;
	margin:0;
	width:145px;
}

div.toggle div, div.toggle a { 
	display:block; 
}

div.toggle a { 
	border-top: 1px dotted #CCC;
	background-color:#f1f1f1;
	text-decoration: none;
	text-align:center;
	font-weight:normal;
	padding-top:5px;
	color:#333 !important;
	
}

#accountSettings {
	background-color:#CCC /*#C30*/;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px; 
}

#accountSettings span {
	color:#CCC;
	font-size:8px;
}

div.toggle div + div { margin-top: 0;} 


/*MATH GENERATORS*/

#mathgenerators {
	width:150px;
	vertical-align:top;
	padding:10px 10px 10px 10px;
	
}

#mathfield {
	background-color:#ecfae5 /*ea420f*/;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	padding-bottom:10px;
	font-size:14px;
}

#mathfield h1 {
	color:#666;
	border-bottom:#cff2bf 1px solid;
	white-space:nowrap
	
}

#mathfield a {
	margin:5px 5px 0px 5px;
	display:block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	color:#333;
	font-size:10px;
	float:none;	
}


/* RLA GENERATORS */

#rlagenerators {
	width:auto;
	min-width:320px;
	max-width:320px;
	vertical-align:top;
	padding-top:10px;
}

#rlagenerators h1 {
	color:#666;
	border-bottom:#333;
	white-space:nowrap
}


#rlagenerators h2 {
	font-size:16px;
	font-style:italic;
	text-align:left;
	color:#a0e47f;
	margin:0;
	margin-right:5px;
	padding:5px 0px 0px 10px;
	float:none;
	clear:both;
}

#rlagenerators a {
	margin:5px 5px 0px 5px;
	display:block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	color:#666;
	font-size:10px;
	float:left;
	
}

#mathfield a.demo, #rlagenerators a.demo  {
	color:blue;
	font-weight:bold;
}

/* Resources & Projectables */

#resources, #projectables {
	width:200px;
	height:100%;
	vertical-align:top;
	padding:7px;
}

#resources h1, #projectables h1 {
	color:#666;
	border-bottom: 1px solid #cff2bf;
	white-space:nowrap
}

#resources div, #projectables div{
	background-color:#ecfae5;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	padding-bottom:10px;
	font-size:14px;
}

#resources a, #projectables a {
	margin:5px 5px 0px 5px;
	display:block;
	white-space:nowrap;
	text-align:left;
	padding: 0px 10px;
	color:#666;
}

#resources a.demo, #projectables a.demo {
	color:blue;
}

/*Teacher's Guides */

#guides {
	width:400px;
	vertical-align:top;
	font-size:14px;
	padding:7px;
	color:/*#b1dae7*/;
}

#KLessonPlans {
	/*background-color:#86d3f0;*/
	background-color:#cff2bf;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	padding-bottom:7px;
	color:#CCC/*#b1dae7*/;
	margin-bottom: 14px;
}

#KLessonPlans h1 {
	color:#333/*#b1dae7*/;
	border-bottom:1px solid #bceda6;
}

#KLessonPlans li {
	color:#666;
}

#KLessonPlans li a {
	color:blue;
}


#KLessonPlans h2 {
	color: #333;
	font-style:normal;
	background-color:#a0e47f;
	padding:2px 5px;
	margin:0px 5px;
	font-size:14px;
	font-weight:normal;
	float:none;
	clear:both;	
}

#KLessonPlans h2 a {
	display:block;
	text-decoration:none;
	color: #666;
}

#KLessonPlans h2 {
	text-decoration:none;
	font-weight:bold;
	color: #333;
}

.kgh2alt {
	background-color:#bceda6 !important;
}

#K4, #K5, #K7, #K8, #K9, #K10 {
	display:none;
}

#K1, #K2, #K3, #K6, {
	display:block;
}

#K1, #K2, #K3, #K4, #K5, #K6, #K7, #K8, #K9, #K10 {
	background-color:white;
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	border-left:0px solid #f2f2f2;
	border-right:0px solid #f2f2f2;
	margin:0px 5px;
	padding:0;
	height:80px;
	
}


p.kcontainers a{
	text-decoration:none;
	font-size:10px;
	color:blue;
	padding:0px 5px;
	margin:0;
	display:block; 
	float:left; 
	margin:5px 10px; 
	text-align:center
}

p.kcontainers span {
	font-size:10px;
	color:#CCC;
	padding:0px 5px;
	margin:0;
	display:block; 
	float:left; 
	margin:5px 10px; 
	text-align:center
}

.guidebs {
	font-style:italic;
	font-size: 12px !important;
	text-decoration:underline !important;
	display:block; 
	float:right; 
	margin:10px;
}


#PKLessonPlans {
	background-color:#ecfae5;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align:top;
	padding-bottom:7px;
	margin-top:7px;
	color:#666;
}

#PKLessonPlans h1, h2 {
	color:#333;
	border-bottom:1px solid #cff2bf;
}

#PKLessonPlans h2 {
	margin:0; 
	padding:0px 0px 3px 7px; 
	font-size:16px; 
	font-weight:normal; 
}

#PKLessonPlans p {
	text-align:left; 
	margin: 10px;
	
}

#PKLessonPlans table {
	width:100%;
	padding:0;
	border:0;
	border-spacing:0;
	margin:0;
}

#PKLessonPlans td {
	width:50%;
	vertical-align:top;
	padding:0;
	margin:0;
}


p.pkcontainers a{
	text-decoration:none;
	font-size:10px;
	padding:2px 3px;
	margin:0;
	display:block; 
	float:left; 
	margin:3px 5px; 
	text-align:center
}
