/** TODO: r50: are these still necessary as a reset? */
li {
  list-style: none;
}

menu, ol, ul, h1 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size:100%;
  font-weight:normal;
}

/** TODO: end of r50 block */


/* Undo YUI reset of background: #FFF */
html{
  background: none;
}

/* In IE <8, some tags don't obey font-style:inherit */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  *font-style: normal;
  *font-weight: normal;
}

body {
  font: 13px Verdana, arial, helvetica, clean, sans-serif;
  background: #fff;
}

body.edition-jp {
  font: 13px 'Noto Sans Japanese', sans-serif;
}


/************************************************************
   Override text-align:center from /yui2.9.0/grids/grids.css
   TODO: unnecessary when grids is no longer used
 ************************************************************/
body.ixl-skin {
  text-align: left;
}


.yui-t3 .yui-b {
  float: left;
  width: 18.0759em;
* width : 17.52 em;
}

.yui-t3 #yui-main .yui-b/*, .yui-t3 #yui-main .yui-g*/ {
  margin-left: 18.0759em;
* margin-left: 17.52em;
  margin-top: 0.75em;
}

.yui-t3 #yui-main .yui-g {
  margin-right: 1em;
}

.yui-t3 #yui-main{
  /* IE: preserve layout at narrow widths -- changed from -25em */
  margin-left:-19em;
}

.yui-t7 #yui-main .yui-b {
  margin: 0.75em;
}


.ixl-skin div.badge {
  background: transparent url(../images/badge.png) 0 0 no-repeat;
  width: 73px;
  height: 73px;
  float: right;
  position: relative;
}

.ixl-skin div.badge-small {
  background: transparent url(../images/badge_small.png) 0 0 no-repeat;
  width: 52px;
  height: 52px;
  position: relative;
}

/* Start of button styles (using YUI buttons) */

/* Generic button styles */
.yui-button {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: text-bottom;
}

.yui-button .first-child {
  display: block;
* display : inline-block;
}

.yui-button button, .yui-button a {
  display: block;
* display : inline-block;
  border: none;
  margin: 0;
}

.yui-button button {
  background-color: transparent;
* overflow : visible;
  cursor: pointer;
}

.yui-button a {
  text-decoration: none;
}

/* [end] Generic button styles */

 

/* Error message styles */

.errorMessage a,
.errorMessage {
  color:#fe3d01;
  /*float:right;*/
  /*margin-top:-20px;*/
  font-weight:bold;
  font-size:11px;
}

#errorHeader {
  color:#fe3d01;
  text-align:left;
  font-weight:bold;
  font-size:14px;
  background-image:url(../images/error_header.gif);
  background-repeat:no-repeat;
  height:40px;
}

#errorHeader span {
  margin-left:50px;
  margin-top:10px;
  position:absolute;
}

#errorHeader span#numErrors {
  margin-left:0;
  margin-top:0;
  position:relative;
}

.errorRow input, .errorRow select, .errorRow textarea {
  background-color:#FCD6CB;
}

.errorRow select {
  border-style: inset;
  border-width: 2px;
}

.errorRow .req_star {
  color:#fe3d01;
}

.errorMessage2 {
  display:block;
  float:none;
  margin-top:0;
}

.warningText {
  color:#fe3d01;
  text-align:left;
  font-size:14px;
  background-image:url(../images/error_header.gif);
  background-repeat:no-repeat;
  height:40px;
  padding: 0 0 1em 50px;
}

.noticeText {
  color:#D53211;
  text-align:left;
  font-size:18px;
  background-color:#FCEDEA;
  padding:5px;
  margin-right: 15px;
}

/* End error message styles */

.bulleted li {
  list-style-image: url(/static/math/images/listbullet.gif);
  padding-bottom: 5px;
}

.small-bullets li {
  list-style: none;
  background: transparent url(/static/math/images/listbullet-small.gif) no-repeat 0 2px;
  padding: 0 0 5px 18px;
}


.helpTopic {
  float:right;
  margin-right:5px;
  font-weight:bold;
}

body.internalError {
  background: #FFFFFF none;
}

.internalError h2 {
  font-family: Tahoma, Helvetica;
  font-size: 48px;
  font-weight: bold;
  color: #889406;
  font-style: oblique;
  margin: 1em 0;
}

.internalError div, .internalError form {
  width: 620px;
  margin: 0 auto;
}

.internalError .error1 {
  font-family: Tahoma, Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #889406;
  font-style: oblique;
  padding-right: 0.3em;
}

.internalError .desc1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}

.skillNumber {
	font-weight:bold;
	color: #138808;
}

/*
 * Generic styling
 *
 * simplePg
 * - mimicking yui-b yui-cinfo within yui-main
 *
 * clear split div
 * - bottom of roster page
 * - main of default landing of state standards
 *
 * */
.simpleDv {
  margin:0 10px;
  width:auto;
  position:static;
}
.simpleLayout {
  margin:0 18px;
  position:static;
  width:auto;
}
.split {
  position: relative;
  zoom: 1;
}
.split:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
.txL {
  text-align:left;
}
.txR {
  text-align:right;
}
.fL {
  float:left;
}
.fR {
  float:right;
}
.fL59 {
  float:left;
  width:59%;
}
.fR38 {
  float:right;
  width:38%;
}
h3.generic {
  color:#6E9407;
  font-size:20px;
  font-weight:normal;
}
ul.generic {
  margin:15px 30px;
  padding:0;
}
ul.generic li {
  padding:0 0 1em 0;
  list-style: disc outside;
}
p.generic {
  margin:0 0 1.5em 0;
  padding:0;
}
label.generic {
  font-weight:bold;
}
.formFinePrint{
  color:#6E9407;
  display:block;
  font:normal 9px Verdana,arial,helvetica,clean,sans-serif;
}
.formFinePrintLabel {
  color:#6E9407;
  display:block;
  font:normal 11px Verdana,arial,helvetica,clean,sans-serif;
  margin:5px 0 0 0;
}
.formFinePrintLabelInLine {
  color:#6E9407;
  font:normal 11px Verdana,arial,helvetica,clean,sans-serif;
  margin:5px 0 0 0;
}
label.lh25 {
  line-height:25px;
}
.h20 {
  height:20px;
}
.finePrintLabelInput {
  height:20px;
  padding:8px 0 0 0;
}

.stdsScoreMedal {
  color:#919191;
  white-space:nowrap;
}
.stdsScoreMedal img {
  height: 14px;
  width: 9px;
  vertical-align:middle;
}

.wbr:before {
  content: "\00200B";
}

wbr:after {
  content: "\00200B";
}

/**
 * for ixl:no-wrap struts tag
 */
.no-wrap {
  white-space: nowrap;
}


