div.navigationBoxHeader {
  position:relative;

}
.nav_header {
  font-size:10px;
  font-weight: bold;
}
/*
#innerNavDiv {
  background-color:#37567f;
}*/
#navdiv {
  padding:0;
  font-size:smaller;
  margin-top: 33px;
  margin-left: 10px;
  margin-right: 5px;
  background-color:#fff;
  color:#333;
}
#nav {
  width: 13em;
  padding: 2px 5px 0 0;
  background-color: white;
  border-right: 2pt solid #e9e9e9;
  border-top: 2pt solid #e9e9e9;
}

#nav .icon {
  display: block;
  height: 16px;
  width: 16px;
  position:absolute;
  cursor: default;
  top:3px;
  right:2px;
  margin:0;
}

#txExportNav {
	width: 13.5em;
}

#nav .navigationElementContainer {
	background-color: #F6F8FA;
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Confusion arises for IE6 and IE7 when the last class of a multiple class
   selection is the same as the last class of another multiple class selection.
   To fix, make the last class unique among multi-class selectors.
*/
#nav .icon.collapse {
  background: url(../images/collapsed_grey.gif) top left no-repeat;
}

#nav .icon.expand {
  background: url(../images/expanded_grey.gif) top left no-repeat;
}

#nav .icon.collapse.hover {
  background: url(../images/collapsed.gif) top left no-repeat;
  cursor: pointer;
}

#nav .icon.hover.expand {
  background: url(../images/expanded.gif) top left no-repeat;
  cursor: pointer;
}

#nav select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.1em 2.5em 0.1em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size:12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
#nav select.navSelect, #nav select#skill_model_select,  #nav select#secondary_skill_model_select, #nav select#select_error_bar_type{
  background-image:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
  background-position: calc(100% - .5rem), 100% 0;
  background-size:  1.5em 1.5em;
  background-repeat: no-repeat;
}

#nav select.navSelect:focus, #nav select#skill_model_select:focus,  #nav select#secondary_skill_model_select:focus, #nav select#select_error_bar_type:focus {
  border-color: blue;
  outline: none;
}

#nav label {
	font-size:12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

#navManageKCsetsButton {
  display: block;
  height: 16px;
  width: 16px;
  position:absolute;
  top:3px;
  right:22px;
  cursor: pointer;
  background: url(../images/wrench.png) top left no-repeat;
}

#samples p, #skills p, #students p, #problems p {
  font-size:.9em;
  margin:0 0 .2em;
  padding:0 0 .25em .7em;
}

#samples p a, #skills p a, #students p a, #problems p a{
	text-decoration:none;
	cursor: default;
	font-size:12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

#samples p a.hover, #skills p a.hover, #students p a.hover, #problems p a.hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #DDF4FF;
}
#samples a:visited, #skills a:visited, #students a:visited, #problems a:visited {
  color:#333;
}


#nav h1{
  font-size:10px;
  font-weight: bold;
  margin-bottom:0;
  padding-bottom:0;
}

#nav h2 {
	font-size:12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	padding:.3em 0 .3em .5em;
	margin:.2em 0 .4em 0;
	color:#333;
	letter-spacing:0em;
}

#stepRollupHeader, #learningCurveHeader {
  font-size:1em;
  font-weight:normal;
  padding:.3em 0 .3em .5em;
  margin:.2em 0 .4em 0;
  color:#333;
  letter-spacing:0em;
  background-color:#e0e7ef;
  border-bottom:1px solid gray;
}

#nav h2 span {
  font-size:.9em;
}
#nav h2 img {
  vertical-align:top;
}
#nav h3 {
  padding-left:.6em;
  margin-top:.3em;
}
/* Properties for all nav panels */
#skills, #students, #problems, #er_nav, #models, #samples, #pp_nav,
#txExportNav, #lfaValuesNav, #modelingFunctionsNav, #skillModels, #stepRollupNav, #learningCurveNav, #problemExportNav, #stepExportNav, #kcModelsSamplesDiv, #modelValuesSamplesText  {
  padding:0;
  margin:0 0 .5em 0;
}
#skills p.itemCount, #students p.itemCount, #problems p.itemCount {
  margin-top:.5em;
}
#skillModels table {
  margin-left:.5em;
}
#skillModels td {
  	vertical-align:middle;
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
}
#skillModels p {
  margin-left:.6em;
  padding-bottom:.6em;
}
#modelingFunctionsNav table {
  margin-left:.5em;
}
#modelingFunctionsNav td {
  vertical-align:middle;
}
#modelingFunctionsNav p {
  margin-left:.6em;
  padding-bottom:.6em;
}
ul.interfaceList, #models ul{
  margin-top:1em;
}
ul.interfaceList {
  height:12em;
  overflow:scroll;
  overflow:-moz-scrollbars-horizontal;
  overflow-x:hidden;
  overflow-y:scroll;
  padding-left:.6em;
  margin:0 .3em 0 auto;
  list-style-type:none;
  color:#333;
}
#kcModelsLinkLink {
        position: absolute;
        top: 4px;
        right: 24px;
        text-decoration: none;
        cursor: pointer;
        font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

#kcModelsLinkLink a:link {
    color:#333;
	text-decoration:none;
	margin: 0px 0px 0px 5px;
	padding:4px;
}
#kcModelsLinkLink a:visited {
    color:#333;
}
#kcModelsLinkLink a:hover {
    background-color: #DDF4FF;
    text-decoration: none;
    padding:4px;
}
#learningCurveNav {
  padding:0;
  color:#333;
}
#learningCurveNav form {
  margin-left:.5em;
}
#stepRollupNav, #lfaValuesNav {
  padding-bottom:.5em;
}
#stepRollupNav input, #lfaValuesNav input {
  margin-left:.7em;
}
#learningCurveContent {
  background-color:#fff;
  color:#333;
  margin:0;
  padding:0;
}
#learningCurveHeader {
  font-family:"MS Shell Dlg",Arial,Helvetica,sans-serif;
  font-size:1.1em;
  font-weight:normal;
  color:#333;
}

#skills img, #students img, #problems img, #models img, #samples img {
  border:none;
}

/* Is this declaration necessary? */
ul.interfaceList a, ul.interfaceList a:visited {
  text-decoration:none;
  background-color:transparent;
  color:#333;
}

ul.interfaceList li.hover{
  cursor: pointer;
}

ul.interfaceList li.hover a{
  text-decoration: underline;
}

#skill_model_select, #secondary_skill_model_select, #modeling_function_select {
  width: 100%;
  font-size:.9em;
  margin:.2em;
}
#nav .selected{
  font-weight:bold;
  background-color:white;
}
#samples h2 {
  margin-top:0;
  border-top:none;
}
#samples ul {
  list-style-type:none;
  padding:0 0 .1em .5em;
  margin:0;
}
#samples ul li {
  padding-left:0;
  width:100%;
  position:relative;
}
#samples ul li a:hover {
  /*text-decoration:underline;*/
}
#samples ul li .sampleName {
  padding-right:48px;
  display:block;
}

#samples ul ul {
  padding-left:.1em;
}
#samples ul ul li {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	margin:0;
}
#samples ul li a.sampleName {
  background: url(../images/checkboxes_web.png) 0px -20px no-repeat;
  padding-left:20px;
  font-weight:normal;
}
#samples ul ul li a {
  padding-top:1px;
}
#samples ul li .icons {
  width:70px;
  position:absolute;
  right:3px;
  top:0;
}
#samples ul span {
  	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
#mySamples {
  margin-bottom:0;
}
#er_nav form {
  padding-bottom:.5em;
  margin-bottom:0;
  margin-left:.3em;
  margin-top:0;
}
#er_nav form label{
  vertical-align:top;
  font-size:1em;
}
#er_nav p, #txExportNav p {
  margin-left:.5em;
  margin-top:.5em;
  margin-bottom:.4em;
  font-style: oblique;
}
#pp_nav h3 {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#learningCurveNav h3, #er_nav h3, #exportNav h3 {
  margin-bottom:4px;
    font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
#learningCurveNav input {
  vertical-align:top;
}
#learningCurveNav form {
  margin-bottom:0;
  margin-top:0;
}
#learningCurveNav #viewSkills {
  margin-top:8px;
  padding-top:0;
}
#learningCurveNav #maxOpp {
  margin-top:8px;
  padding-top:0;
}
#pp_nav div.wrapper, #exportNav div.wrapper h3 {
  margin-left:.5em;
  padding-bottom:.5em;
}
#pp_nav div.wrapper h3, #exportNav div.wrapper h3 {
  padding-left:0;
}
#includeStepsWithoutKCsCheckbox {
    margin-left: 3px;
    padding-bottom: 2px;
}
#problemExportSkillModel {
    margin-left: 2px;
}
#cached_export_selection_div {
    margin: 12px 2px;
    font-size: 13px;
}
#cached_export_selection_div h4 {
    margin: 0 0 3px 0;
}

/* Learning Curve */
#maxOpp label,
#includeHighStakes label {
  font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
/*
#maxOpp #minOpportunities, #maxOpp #maxOpportunities {
   margin: 3px 3px 3px 3px;
   float:left;
   font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
	border-width: thin;
}*/
#maxOpp #stdDevCutoff {
  margin-left:3.4em
}
#maxOpp .oppLabel {
  width:3em;
  display:block;
  float:left;
  margin:5px 0 0 0;
  text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

#maxOpp br {
  clear:both;
}

#maxOpp input {
  margin: 3px 3px 3px 5px;
   float:left;
   font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
	border-width: thin;
}

#classify_thresholds input {
  margin: 3px 3px 3px 5px;
   float:left;
   font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
	border-width: thin;
}

#maxOpp #minOppsSet, #classify_lcs_div #updateClassify {
  margin:.3em 0 1.2em;;
  font-size:12px;
}

#classify_lcs_div {
  margin-left: 4px;
}

#classify_lcs_div #classify_lcs_label {
   	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}
.classified_label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.toolTip.lcNavToolTip div {
    padding: 8px 12px;
}
.lcNavToolTip div ul {
    padding-left: 15px;
}

#cutoffMins {
  margin:5px 0 0 0;
}

#cutoffMins label {
  font-weight:bold;
  font-size:.9em;
}

#cutoffMins .valueInput {
  float:left;
   margin: 3px 5px 3px 5px;
   width:2em;
   text-align:right;
   border-radius: 4px;
   border-width: thin;
}

#cutoffMins .oppLabel {
  float: left;
  display:block;
  width: 5em;
  margin:5px 0 0 0;
    font-size:12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}

#cutoffMins br {
  clear:both;
}

#cutoffMins #cutoffMinsSet {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-size: 1em;
    margin: .6em 0 .4em .3em;
    border-radius: 4px;
	border-width: thin;
    padding: 5px;
}

#cutoffMins .clearButton {
  margin-top:3px;
}

#ppPerformanceMetric, #ppViewBy, #ppSortBy {
  width: 165px;
}

#classify_thresholds_div input[type="text"] {
  width: 30px;
}
#classify_thresholds {
    width: 100%;
    border-collapse: collapse;
    margin-left: 3px;
}
#classify_thresholds .col1 {
    width: 40px;
}
#classify_thresholds .col2 {
    width: 150px;
    vertical-align: middle;
    padding-left: 4px;
}
#classify_lcs_info {
    vertical-align: middle
}
#viewSkills label {
  font-weight:bold;
  font-size:.9em;
}
#learningCurveNav #display_predicted, #display_error_bars, #select_error_bar_type, #classify_lcs {
  margin-left: 5px;
}
#include_high_stakes {
  margin-left: 2px;
}
#select_error_bar_type {
  margin-bottom: 4px;
  margin-left: 25px;
}
#learningCurveNav label {
  vertical-align: middle;
}
#learningCurveNav #maxOpp img {
  vertical-align: bottom;
}
.selectedSkill{
  font-weight:bold;
}
.selectedSkill img{
  vertical-align:top;
}
ul.interfaceList li {
  overflow:hidden;
  max-height:30px;
  margin: 0px;
     padding:0px;
     list-style-type:none;
}
ul.interfaceList li a.multiSelect {
  background: url(../images/checkboxes_web.png) 0px -20px no-repeat;
  padding-left:20px;
  /*font-weight:normal;*/
  	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
}
ul.interfaceList li a.multiSelect:hover{
	background-color: #DDF4FF;
    text-decoration: none;
}
ul.interfaceList li.selectedItem a.multiSelect, #samples ul li.selectedSkill a {
  /*font-weight:bold;*/
  background-position:0px 0px;
  	font-size: 12px;
    font-weight: 600;
    line-height: 20px;
	text-align: left;
}
ul.interfaceList li.selectedItem a.multiSelect:hover, #samples ul li.selectedSkill a:hover {
	background-color: #DDF4FF;
    text-decoration: none;
}
ul.interfaceList li a.singleSelect {
  background: url(../images/radiobuttons_web.png) 0px -19px no-repeat;
  padding-left:20px;
  /*font-weight:normal;*/
  	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
}
ul.interfaceList li a.singleSelect:hover {
	background-color: #DDF4FF;
    text-decoration: none;
}
ul.interfaceList li.selectedItem a.singleSelect {
  /*font-weight:bold;*/
  background-position:0px 0px;
  	font-size: 12px;
    font-weight: 600;
    line-height: 20px;
	text-align: left;
}

ul.interfaceList li.selectedItem a.singleSelect:hover {
	background-color: #DDF4FF;
    text-decoration: none;
}

/*.infoDiv * {
  list-style:none;
  margin: 0;
  padding-left:5px;
  width:250px;
}*/

.overlibInfoDiv{
  color: #333333;
  background-color:white;
  border:1px solid #666;
  padding:5px;
  overflow:visible;
}
.overlibInfoDiv * {
  list-style:none;
  margin: 0;
  padding-left:5px;
}

.overlibInfoDiv table {
  border:1px solid #CFCFCF;
  border-collapse:collapse;
  border-spacing:0pt;
  margin-left:0.2em;
}


.overlibInfoDiv th {
  text-align:right;
  border:1px solid #CFCFCF;
}

.overlibInfoDiv td {
  border:1px solid #CFCFCF;
  text-align:center;
}

/****************************************
* BREAD CRUMB NAV STYLES
****************************************/

#bread_crumb{
  margin:0;
  padding:5px;
  height:1em;
  font-size:smaller;
  color:white;
}
#bread_crumb ul{
  list-style-type:none;
  margin:0;
  padding:0;
  display:block;
}
#bread_crumb li{
  display:inline;
  float:left;
  margin:0 0 0 .3em;
  padding:0;
}
#bread_crumb a {
  color:white;
  margin:0 .5em;
  font-weight:bold;
  text-decoration:underline;
}
/**************************************
*           POPUP MENU STYLES (transient notifications and PP selector)
***************************************/
/* Affects all popups, so don't specify positioning in this selector */
.popupMenu {
  display:block;
  background-color:white;
  border:1px solid gray;
  border-right:2px solid #4f4f4f;
  border-bottom:2px solid #4f4f4f;
  padding:0;
  font-size:12px;
}
#popMenuDomainSelection {
}
#popMenuRangeSelection {
}
#messagePopup {
  position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -150px;
  width:300px;
  z-index: 10000;
}
.popupMenu span {padding:2px 15px 2px 4px}
.popupMenu h1 {
  margin:0;
  padding:3px;
  font-size:1.1em;
  font-weight:bold;
  background-color:#e0e7ef;
  border-bottom:1px solid gray;
}
.selectedPopupItem {
  color:black;
  background-color:#efefef;
  display:block;
  text-decoration:none;
  padding-left:4px;
}
.nonSelectedPopupItem {
  background-color:white;
  display:block;
  padding-left:4px;
  padding-right:6px;
}
.currentSelectionPopupItem {
  background-color:white;
  display:block;
  padding-right:0;
  padding-left:4px;
  text-decoration:underline;
}
.errorPopupContent, .successPopupContent, .warningPopupContent, .messagePopupContent {
    margin: 0;
    padding: 7px;
    font-size: 13px;
    font-weight: normal;
}
.errorPopupContent {
  background-color: #FBE3E4;
}
.successPopupContent {
    background: #E6EFC2;
}
.warningPopupContent {
    background-color: #FFF6BF;
}
.messagePopupContent {
  background-color: white;
}
.resize_bar{
  background:#efefef url(/images/drag_texture.gif) center center no-repeat;
  display:block;
  height:7px;
}
#kcModelsSamplesDiv {
    display: none;
}
#kcModelsSamplesDiv p, #modelValuesSamplesText p {
    font-style: italic;
    padding: 0px 10px 0px 13px;
    margin-bottom: 0;
}
#modalMessageDialogImg {
    padding-right: 10px;
}
#siteWideSearch {
	width: 14em;
	margin-left: 2em;
	padding-top: 1em;
}
#backToSearch {
    width: 7em;
    float: right;
    margin-bottom: 0.3em;
}
#backToSearch a {
	color: #fff !important;
	font-size: 0.9em;
	text-decoration: underline;
}