@charset "utf-8";
/*Super Teacher Worksheet CSS Document */
::-webkit-input-placeholder { /* WebKit browsers */
    color:#000;
		 opacity:  0.85;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #000;
   opacity:   0.85;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  #000;
   opacity:   0.85;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#000;
	 opacity:   0.85;
}
a:link.list_lnk,a:visited.list_lnk,a:active.list_lnk,a:hover.list_lnk{
	color: #000;
	font-style: normal;
}
a.list_lnk_more{
	color: rgb(0, 113, 187);
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#searchBox {
 /*background-image: url("../images/search-icon.png");
	background-position: right center;
	background-repeat: no-repeat;*/
	border: 1px solid #fff;
	color: #000;
	font-size: 14.5px;
	margin: 2px;
	padding-left: 16px;
	width: 199px;/* 219px;*/
	
}
#searchContainerOut{
	border: 1px solid #000;
	padding: 1px;	
}
#searchImageBox{
	display: inline-block;
	margin-right: 2px;
	width: 18px;
}
#searchContainer{
	
	width:  206px;/*230px;*/
	display: inline-block;
}
.lastMenu{
	border-bottom:1px solid #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.pageItem {
	line-height: 20.5px;
	margin: 0;
}
.paraLink{
	margin: 3px 0 0;
}
.menuBoxes{
	/*border-color: #000;
	border-style: solid solid none;border-width: 1px thin;*/
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	padding-bottom: 20px;
}
/*.menuheads_first, .menuheads{	
	background-clip: padding-box;
	background-image: url("../images/menu-bar.png");
	display: table;
	height: 46px;
	width: 100%;
}*/
.menu_Category_head{
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	letter-spacing: -0.2px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.menuCatTitle{
	display: table;
	height: 46px;
	width: 100%;
}
.menuheads_first{
	background-clip: padding-box;
	background-image: url("../images/menu-bar.png");
	background-repeat: no-repeat;
	margin-top: 10px;
}
*.menuheads {
  background-clip: padding-box;
	background-image: url("../images/menu-bar.png");
	background-repeat: no-repeat;
	margin-top: -5px;	
}
.more_text_index {
 border-top: 2px solid rgb(0, 113, 187);
margin: 0 17px;
}
.menulists{	
	padding-bottom: 10px;
padding-left: 17px;
padding-top: 10px;
}

.txt16{
	font-size: 16px;
}
/*Keep on bottom to overwrite padding for menuheads that have no More... link*/
.noMore{
	padding-bottom: 10px;
}