  /* For bringing forward old styles until they can be addressed (removed or merged into main style sheet) */
/* -----------WYSIWYG---------*/
 .roman-numerals-upper {
	 list-style-type: upper-roman;
}
 .roman-numerals-lower {
	 list-style-type: lower-roman;
}
 .alpha-upper {
	 list-style-type: upper-alpha;
}
 .alpha-lower {
	 list-style-type: lower-alpha;
}
 .all-caps {
	 text-transform: uppercase;
}
 .callout-67-border {
	 width: 67%;
	 font-size: 1.2em;
	 color: #266caa;
	 line-height: 1.3;
	 border-top: 2px solid #efeeea;
	 border-bottom: 2px solid #efeeea;
	 padding: 10px;
	 margin: 3px auto 20px auto;
}
 .callout-67-border-dk-blue {
	 width: 67%;
	 font-size: 1.2em;
	 color: #00338e;
	 line-height: 1.3;
	 border-top: 2px solid #efeeea;
	 border-bottom: 2px solid #efeeea;
	 padding: 10px;
	 margin: 3px auto 20px auto;
}
 .callout-85-border {
	 width: 85%;
	 font-size: 1.2em;
	 color: #266caa;
	 line-height: 1.3;
	 border-top: 2px solid #efeeea;
	 border-bottom: 2px solid #efeeea;
	 padding: 10px;
	 margin: 3px auto 20px auto;
}
 .callout-85-border-dk-blue {
	 width: 85%;
	 font-size: 1.2em;
	 color: #00338e;
	 line-height: 1.3;
	 border-top: 2px solid #efeeea;
	 border-bottom: 2px solid #efeeea;
	 padding: 10px;
	 margin: 3px auto 20px auto;
}
/*---------Boxes - Rounded Corners----------*/
 .box-rnd-blue-ltgold {
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 font-size: 14px;
	 line-height: 1.3;
	 background-color: #FED94D;
	 color: #00338e;
	 text-align: center;
	 padding: 10px;
}
 .box-rnd-blue-green {
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 font-size: 14px;
	 line-height: 1.3;
	 background-color: #A2AD00;
	 color: #00338e;
	 text-align: center;
	 padding: 10px;
}
 .box-rnd-blue-palegreen {
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 font-size: 14px;
	 line-height: 1.3;
	 background-color: #eef7c1;
	 color: #00338e;
	 text-align: center;
	 padding: 10px;
}
 .box-rnd-blue-ltgray {
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 font-size: 14px;
	 line-height: 1.3;
	 background-color: #eeeeee;
	 color: #444;
	 text-align: center;
	 padding: 10px;
}
 .box-rnd-blue-dk-bkgrnd {
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	 font-size: 14px;
	 line-height: 1.3;
	 background-color: #003893;
	 color: #ffffff;
	 text-align: center;
	 padding: 10px;
}
 .box-rnd-blue-dk-bkgrnd a {
	 color: #ffffff;
	 text-decoration: none;
}
/* --------- TABLES -----------*/
/* Bluehead, Grayhead, and Openhead classes - general .table-grayhead-altbkgd, .table-grayhead-hzlines, .table-grayhead-alllines, .table-bluehead-altbkgd, .table-bluehead-hzlines, .table-bluehead-alllines, .table-openhead-altbkgd, .table-openhead-hzlines, .table-openhead-alllines, .table-tuition-alllines {
	 border-collapse: collapse;
	 width: 100%;
	 margin: 0 0 2em 0;
	 line-height: 17px;
}
 */
 
 
 /* Table Symbols */
 
 .tableSymbols span.symbol,.tablesaw span.symbol{
     float:left;
     display:block;
      font-family:"Arial Black", Gadget, sans-serif;
      font-family: var(--ss);
     font-weight: 700;
     font-style:normal;
     color:#002f87;background:#e6ded9;
     padding:2px 4px;
     line-height:1.0em;
     -webkit-border-radius:3px;
     -moz-border-radius:3px;
     -o-border-radius:3px;
     border-radius:3px;
     margin:3px 5px 0;
 }
 
  .tableSymbols div {
    float: left;
    display: block;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
    color: #002f87;
    padding: 2px 14px;
}

.tableSymbols {
    float: right;
    padding: 0;
    margin: 0 10px 18px 0;
}