/* main
----------------------------------*/
.below-nav-wrapper {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100px,#f1f1f1));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100px);
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100px);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100px);
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
.breadcrumb {
    width: 1015px;
    margin: 20px auto 0;
    padding: 0 50px;
}
.below-nav-wrapper .breadcrumb {
    margin: 35px auto 0;
}
.content-wrapper {
    width: 1115px;
    margin: 0 auto;
    position: relative;
}
.content {
    background: #fff;
    width: 750px;
    box-shadow: 0 0 5px #aaa;
    margin: 0 50px 55px;
}
.content-inner {
    margin: 0 40px;
    padding: 40px 0;
}
.related-examples {
    width: 750px;
    margin: 0 50px 40px;
}
.row {
    width: 806px;
    margin: 0 0 0 -47px;
    padding: 0 0 30px 0;
}
.fourth {
    width: 150px;
    margin: 0 0 0 47px;
    display: inline-block;
    vertical-align: top;
}
.below-nav-wrapper .img {
    border: 1px solid #E6E6E6;
    padding: 5px;
    border-radius: 4px;
}
.img {
    width: 150px;
    height: 150px;
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    background: #fff;

}
.img img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
}
.below-nav-wrapper a.fourth:hover .img {
    border: 1px solid #ff683b;
}
img {
    border: 0;
}
/* text
----------------------------------*/
 .new-in-10 p, .new-in-10 h4 {
    margin: 20px 0 20px 0;
}
.new-in-10 h1 {
    font-size: 30px;
    color: #ed2200;
    margin: 0 0 24px;
    line-height: 33px;
}
.new-in-10 h2 {
    font-size: 31px;
    color: #5b5a5a;
    margin: 0 0 40px;
    font-weight: 300;
}
.new-in-10 a.fourth {
    color: #434141;
    font-size: 13px;
    line-height: 15px;
}
.new-in-10 a.fourth:hover {
    color: #ed2200;
}
.chevron {
    color: #ed2200;
}
.breadcrumb {
    font-size: 17px;
}
.breadcrumb a {
    color: #656565 !important;
}
.breadcrumb a:hover {
    color: #dd1600 !important;
}
/* previous next
----------------------------------*/
 .new-in-10 .previous-article {
    vertical-align: top;
    margin: 0 3px 0 0;
    display: inline-block;
    width: 47px;
}
.new-in-10 .next-article {
    vertical-align: top;
    margin: 0 0 0 803px;
    display: inline-block;
    width: 47px;
}
.new-in-10 .previous-article a, .new-in-10 .next-article a {
    font-size: 4em;
    display: block;
    width: 47px;
    height: 1.5em;
    line-height: 1.3em;
    color: #b8b8b8;
    text-align: center;
    position: fixed;
    top: 50%;
}
.previous-article a:hover, .next-article a:hover {
    background-color: #f36b00;
    color: #fff;
}
/* input and output styles
----------------------------------*/
 .showHideButton {
    cursor:pointer;
    margin-top:20px;
    height:17;
}
.showButton {
    background:url('/mathematica/images/new-in-9/showInputRed.gif') no-repeat;
}
.hideButton {
    background:url('/mathematica/images/new-in-9/hideInputRed.gif') no-repeat;
}
.showHideCont {
    display:none;
}
.showHideCont table {
    margin-top:20px;
}
.showHideCont {
    display:none;
}
.showHideCont table {
    margin-top:20px;
}
.showHideInput {
    cursor:pointer;
    position:relative;
}
.hideInput {
    display:none;
    position:absolute;
    z-index:10000;
    width:420px;
    border:3px solid #ccc;
    background-color:#efefef;
}
.hideInput .closeX {
    text-align:right;
    margin-right:10px;
}
.hideInput .closeX span {
    cursor:pointer;
    color:#e00400;
    font-weight:bold;
}
.inputCode {
    border:1px solid #ddd;
    margin:0 10px 10px 10px;
    padding:10px 0 10px 10px;
    background-color:#fff;
}
.inputCode textarea {
    border:0px;
    font:11px/12px Arial, Helvetica, sans-serif;
    width:99%;
    overflow: auto;
    max-height: 300px;
}
table.headerTable {
    width:100%;
}
table.headerTable td.headerCellLeft {
    text-align:left;
}
table.headerTable td.headerCellRight {
    text-align:right;
}
table.outputTable, table.inputTable {
    margin-top: 0px;
}

table.inputTable td.number, table.outputTable td.number {
    width:50px;
    font-size:12px;
}

table.inputTable span.inputNumber, table.outputTable span.outputNumber {
    display:none;
}
.inputTable td, .outputTable td{
    vertical-align: top;
}

.linkedfile {
    margin-left:-30px
}

td.right-content {
    padding: 0 6px;
}

table.outputTable td.number {
    vertical-align: middle;
}

.inputTable img, .outputTable img {
    margin: 0;
}
.number {
    text-align: right;
    color: #4561ad;
    font: 9px/11px Arial, Helvetica, sans-serif !important;
    padding-top: 5px;
}

.flashImage {
    cursor:pointer;
}
.flash {
    display:none;
    cursor:pointer;
}
.KeyEvent {
    background:#fafafa;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    /* font-weight:bold;*/
    border: 1px solid #ccc;
    padding:1px;
    font-size:10px;
    padding-left:2px;
    padding-right:2px;
}
.KeyEventDelimiter {
    /*color:#D6A508;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    /*font-weight:bold;*/
    font-size:90%
}
.PointerEvent {
    color:#996666;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    /*font-size:90%*/
}
.MarketingExampleDetail {
    font-weight:normal;
    margin: 20px 0 !important;
}
.specialoutputform {
    text-align: left;
}
table.outputTable {
    margin-bottom: 20px;
}

table.outputTable + p.caption {
    margin-top: 0px;
}

table.nogridboxdividers {
    width:500px;
}
table.nogridboxdividers td:first-child {
    display:none;
}
table.nogridboxdividers td {
    border-bottom: 1px solid #ddd;
    padding-right: 5px;
}
table.nogridboxdividers tr.lineAbove td {
    vertical-align:top;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
}
.hidden {
    display:none;
}
.togglerbuttons {
    font-size: 14px;
    line-height: 16px;
    color: #d51100;
    cursor: pointer;
    font-weight: 400;
    margin: 0 0 10px;
}
.icon {
    position: relative;
    width:16px;
    height:16px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.minusbutton {
    border:1px solid #aaa;
    width: 7px;
    height: 7px;
    position: relative;
    top:0;
    left:0;
}
.minusbutton:after {
    background-color: #aaa;
    width: 7px;
    height: 1px;
    position: absolute;
    top:3px;
    left: 0px;
    content:"";
}
.plusbutton {
    border:1px solid #aaa;
    width: 7px;
    height: 7px;
    position: relative;
    top:0;
    left:0;
    display:inline-block;
}
.plusbutton:after {
    background-color: #aaa;
    width: 7px;
    height: 1px;
    position: absolute;
    top:3px;
    left: 0px;
    content:"";
}
.plusbutton:before {
    background-color: #aaa;
    width: 1px;
    height: 7px;
    position: absolute;
    top:0px;
    left: 3px;
    content:"";
}
div.embeddedvideo {
    margin:20px 0px 20px 25px;
}
.Code, .Program, .ProgramHiddenMaterial {
    margin: 0 25px 10px 25px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    overflow: auto;
}
.Code pre, .Program pre, .ProgramHiddenMaterial pre {
    margin: 3px;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    border: none;
    color: #494949
}
pre a {
    color: #494949;
}
@font-face {
    font-family:'Mathematica';
    src: url('/common/fonts/mathematica/Mathematica.eot');
    src: url('/common/fonts/mathematica/Mathematica.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/Mathematica.woff') format('woff'), url('/common/fonts/mathematica/Mathematica.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:'Mathematica';
    src: url('/common/fonts/mathematica/Mathematica-Bold.eot');
    src: url('/common/fonts/mathematica/Mathematica-Bold.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/Mathematica-Bold.woff') format('woff'), url('/common/fonts/mathematica/Mathematica-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family:'MathematicaMono';
    src: url('/common/fonts/mathematica/MathematicaMono.eot');
    src: url('/common/fonts/mathematica/MathematicaMono.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/MathematicaMono.woff') format('woff'), url('/common/fonts/mathematica/MathematicaMono.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:'MathematicaMono';
    src: url('/common/fonts/mathematica/MathematicaMono-Bold.eot');
    src: url('/common/fonts/mathematica/MathematicaMono-Bold.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/MathematicaMono-Bold.woff') format('woff'), url('/common/fonts/mathematica/MathematicaMono-Bold.ttf') format('truetype');
    font-weight: bold;
}
.special-character.formalcharacter {display: inline-block; position: relative; text-align: center;}
.special-character.formalcharacter:before {content: '.'; top: -10px; display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto;}
.special-character.formalcharacter:after {content: '.'; bottom: -5px; display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto;}

.special-character.DiscretionaryLineSeparator {display:none;}

.special-character.AliasDelimiter {font-family:"Mathematica";} 
.special-character.AliasIndicator {font-family:"Mathematica";} 
.special-character.Alpha {font-family:"Mathematica";} 
.special-character.AltKey {font-family:"Mathematica";} 
.special-character.And {font-family:"Mathematica";} 
.special-character.AutoPlaceholder {font-family:"Mathematica";} 
.special-character.Backslash {font-family:"Mathematica";} 
.special-character.BeamedEighthNote {font-family:"Mathematica";} 
.special-character.BeamedSixteenthNote {font-family:"Mathematica";} 
.special-character.Beta {font-family:"Mathematica";} 
.special-character.BlackBishop {font-family:"Mathematica";} 
.special-character.BlackKing {font-family:"Mathematica";} 
.special-character.BlackKnight {font-family:"Mathematica";} 
.special-character.BlackPawn {font-family:"Mathematica";} 
.special-character.BlackQueen {font-family:"Mathematica";} 
.special-character.BlackRook {font-family:"Mathematica";} 
.special-character.CapitalDifferentialD {font-family:"Mathematica";} 
.special-character.CapitalDigamma {font-family:"Mathematica";} 
.special-character.CapitalKoppa {font-family:"Mathematica";} 
.special-character.CapitalSampi {font-family:"Mathematica";} 
.special-character.CapitalStigma {font-family:"Mathematica";} 
.special-character.Cent {font-family:"Mathematica";} 
.special-character.CenterDot {font-family:"Mathematica";} 
.special-character.CenterEllipsis {font-family:"Mathematica";} 
.special-character.Checkmark {font-family:"Mathematica";} 
.special-character.Chi {font-family:"Mathematica";} 
.special-character.CircleDot {font-family:"Mathematica";} 
.special-character.CircleMinus {font-family:"Mathematica";} 
.special-character.CirclePlus {font-family:"Mathematica";} 
.special-character.CircleTimes {font-family:"Mathematica";} 
.special-character.ClockwiseContourIntegral {font-family:"Mathematica";} 
.special-character.CloseCurlyDoubleQuote {font-family:"Mathematica";} 
.special-character.CloseCurlyQuote {font-family:"Mathematica";} 
.special-character.CommandKey {font-family:"Mathematica";} 
.special-character.Conjugate {font-family:"Mathematica";} 
.special-character.ConjugateTranspose {font-family:"Mathematica";} 
.special-character.ConstantC {font-family:"Mathematica";} 
.special-character.Continuation {font-family:"Mathematica";} 
.special-character.ContourIntegral {font-family:"Mathematica";} 
.special-character.ControlKey {font-family:"Mathematica";} 
.special-character.CounterClockwiseContourIntegral {font-family:"Mathematica";} 
.special-character.Cross {font-family:"Mathematica";} 
.special-character.CurlyCapitalUpsilon {font-family:"Mathematica";} 
.special-character.CurlyEpsilon {font-family:"Mathematica";} 
.special-character.CurlyKappa {font-family:"Mathematica";} 
.special-character.CurlyPhi {font-family:"Mathematica";} 
.special-character.CurlyPi {font-family:"Mathematica";} 
.special-character.CurlyRho {font-family:"Mathematica";} 
.special-character.CurlyTheta {font-family:"Mathematica";} 
.special-character.DeleteKey {font-family:"Mathematica";} 
.special-character.DifferenceDelta {font-family:"Mathematica";} 
.special-character.DifferentialD {font-family:"Mathematica";} 
.special-character.Digamma {font-family:"Mathematica";} 
.special-character.DiscreteRatio {font-family:"Mathematica";} 
.special-character.DiscreteShift {font-family:"Mathematica";} 
.special-character.Divide {font-family:"Mathematica";} 
.special-character.DotEqual {font-family:"Mathematica";} 
.special-character.DotlessJ {font-family:"Mathematica";} 
.special-character.DottedSquare {font-family:"Mathematica";} 
.special-character.DoubleDagger {font-family:"Mathematica";} 
.special-character.DoubledGamma {font-family:"Mathematica";} 
.special-character.DoubledPi {font-family:"Mathematica";} 
.special-character.DoubleDownArrow {font-family:"Mathematica";} 
.special-character.DoubledPi {font-family:"Mathematica";} 
.special-character.DoubleLeftArrow {font-family:"Mathematica";} 
.special-character.DoubleLeftRightArrow {font-family:"Mathematica";} 
.special-character.DoubleLeftTee {font-family:"Mathematica";} 
.special-character.DoubleLongLeftArrow {font-family:"Mathematica";} 
.special-character.DoubleLongLeftRightArrow {font-family:"Mathematica";} 
.special-character.DoubleLongRightArrow {font-family:"Mathematica";} 
.special-character.DoubleRightArrow {font-family:"Mathematica";} 
.special-character.DoubleStruckA {font-family:"Mathematica";} 
.special-character.DoubleStruckB {font-family:"Mathematica";} 
.special-character.DoubleStruckC {font-family:"Mathematica";} 
.special-character.DoubleStruckA {font-family:"Mathematica";} 
.special-character.DoubleStruckB {font-family:"Mathematica";} 
.special-character.DoubleStruckC {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalA {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalB {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalC {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalD {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalE {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalF {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalG {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalH {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalI {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalJ {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalK {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalL {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalM {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalN {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalO {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalP {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalQ {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalR {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalS {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalT {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalU {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalV {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalW {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalX {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalY {font-family:"Mathematica";} 
.special-character.DoubleStruckCapitalZ {font-family:"Mathematica";} 
.special-character.DoubleStruckD {font-family:"Mathematica";} 
.special-character.DoubleStruckE {font-family:"Mathematica";} 
.special-character.DoubleStruckEight {font-family:"Mathematica";} 
.special-character.DoubleStruckF {font-family:"Mathematica";} 
.special-character.DoubleStruckFive {font-family:"Mathematica";} 
.special-character.DoubleStruckFour {font-family:"Mathematica";} 
.special-character.DoubleStruckG {font-family:"Mathematica";} 
.special-character.DoubleStruckH {font-family:"Mathematica";} 
.special-character.DoubleStruckI {font-family:"Mathematica";} 
.special-character.DoubleStruckJ {font-family:"Mathematica";} 
.special-character.DoubleStruckK {font-family:"Mathematica";} 
.special-character.DoubleStruckL {font-family:"Mathematica";} 
.special-character.DoubleStruckM {font-family:"Mathematica";} 
.special-character.DoubleStruckN {font-family:"Mathematica";} 
.special-character.DoubleStruckNine {font-family:"Mathematica";} 
.special-character.DoubleStruckO {font-family:"Mathematica";} 
.special-character.DoubleStruckOne {font-family:"Mathematica";} 
.special-character.DoubleStruckP {font-family:"Mathematica";} 
.special-character.DoubleStruckQ {font-family:"Mathematica";} 
.special-character.DoubleStruckR {font-family:"Mathematica";} 
.special-character.DoubleStruckS {font-family:"Mathematica";} 
.special-character.DoubleStruckSeven {font-family:"Mathematica";} 
.special-character.DoubleStruckSix {font-family:"Mathematica";} 
.special-character.DoubleStruckT {font-family:"Mathematica";} 
.special-character.DoubleStruckThree {font-family:"Mathematica";} 
.special-character.DoubleStruckTwo {font-family:"Mathematica";} 
.special-character.DoubleStruckU {font-family:"Mathematica";} 
.special-character.DoubleStruckV {font-family:"Mathematica";} 
.special-character.DoubleStruckW {font-family:"Mathematica";} 
.special-character.DoubleStruckX {font-family:"Mathematica";} 
.special-character.DoubleStruckY {font-family:"Mathematica";} 
.special-character.DoubleStruckZ {font-family:"Mathematica";} 
.special-character.DoubleStruckZero {font-family:"Mathematica";} 
.special-character.DoubleUpArrow {font-family:"Mathematica";} 
.special-character.DoubleUpDownArrow {font-family:"Mathematica";} 
.special-character.DownArrowBar {font-family:"Mathematica";} 
.special-character.DownArrow {font-family:"Mathematica";} 
.special-character.DownBreve {font-family:"Mathematica";} 
.special-character.DownLeftRightVector {font-family:"Mathematica";} 
.special-character.DownLeftTeeVector {font-family:"Mathematica";} 
.special-character.DownLeftVector {font-family:"Mathematica";} 
.special-character.DownLeftVectorBar {font-family:"Mathematica";} 
.special-character.DownPointer {font-family:"Mathematica";} 
.special-character.DownRightTeeVector {font-family:"Mathematica";} 
.special-character.DownRightVector {font-family:"Mathematica";} 
.special-character.DownRightVectorBar {font-family:"Mathematica";} 
.special-character.DownTeeArrow {font-family:"Mathematica";} 
.special-character.Earth {font-family:"Mathematica";} 
.special-character.EighthNote {font-family:"Mathematica";} 
.special-character.Element {font-family:"Mathematica";} 
.special-character.Ellipsis {font-family:"Mathematica";} 
.special-character.EmptyRectangle {font-family:"Mathematica";} 
.special-character.EmptySet {font-family:"Mathematica";} 
.special-character.EnterKey {font-family:"Mathematica";} 
.special-character.EntityEnd {font-family:"Mathematica";} 
.special-character.EntityStart {font-family:"Mathematica";} 
.special-character.Epsilon {font-family:"Mathematica";} 
.special-character.Equal {font-family:"Mathematica";} 
.special-character.Equilibrium {font-family:"Mathematica";} 
.special-character.Equivalent {font-family:"Mathematica";} 
.special-character.ErrorIndicator {font-family:"Mathematica";} 
.special-character.EscapeKey {font-family:"Mathematica";} 
.special-character.Eta {font-family:"Mathematica";} 
.special-character.Euro {font-family:"Mathematica";} 
.special-character.ExponentialE {font-family:"Mathematica";} 
.special-character.FilledSmallCircle {font-family:"Mathematica";} 
.special-character.FinalSigma {font-family:"Mathematica";} 
.special-character.FirstPage {font-family:"Mathematica";} 
.special-character.FormalA {font-family:"Mathematica";} 
.special-character.FormalAlpha {font-family:"Mathematica";} 
.special-character.FormalB {font-family:"Mathematica";} 
.special-character.FormalBeta {font-family:"Mathematica";} 
.special-character.FormalC {font-family:"Mathematica";} 
.special-character.FormalCapitalA {font-family:"Mathematica";} 
.special-character.FormalCapitalAlpha {font-family:"Mathematica";} 
.special-character.FormalCapitalB {font-family:"Mathematica";} 
.special-character.FormalCapitalBeta {font-family:"Mathematica";} 
.special-character.FormalCapitalC {font-family:"Mathematica";} 
.special-character.FormalCapitalChi {font-family:"Mathematica";} 
.special-character.FormalCapitalD {font-family:"Mathematica";} 
.special-character.FormalCapitalDelta {font-family:"Mathematica";} 
.special-character.FormalCapitalDigamma {font-family:"Mathematica";} 
.special-character.FormalCapitalE {font-family:"Mathematica";} 
.special-character.FormalCapitalEpsilon {font-family:"Mathematica";} 
.special-character.FormalCapitalEta {font-family:"Mathematica";} 
.special-character.FormalCapitalF {font-family:"Mathematica";} 
.special-character.FormalCapitalG {font-family:"Mathematica";} 
.special-character.FormalCapitalGamma {font-family:"Mathematica";} 
.special-character.FormalCapitalH {font-family:"Mathematica";} 
.special-character.FormalCapitalI {font-family:"Mathematica";} 
.special-character.FormalCapitalIota {font-family:"Mathematica";} 
.special-character.FormalCapitalJ {font-family:"Mathematica";} 
.special-character.FormalCapitalK {font-family:"Mathematica";} 
.special-character.FormalCapitalKappa {font-family:"Mathematica";} 
.special-character.FormalCapitalKoppa {font-family:"Mathematica";} 
.special-character.FormalCapitalL {font-family:"Mathematica";} 
.special-character.FormalCapitalLambda {font-family:"Mathematica";} 
.special-character.FormalCapitalM {font-family:"Mathematica";} 
.special-character.FormalCapitalMu {font-family:"Mathematica";} 
.special-character.FormalCapitalN {font-family:"Mathematica";} 
.special-character.FormalCapitalNu {font-family:"Mathematica";} 
.special-character.FormalCapitalO {font-family:"Mathematica";} 
.special-character.FormalCapitalOmega {font-family:"Mathematica";} 
.special-character.FormalCapitalOmicron {font-family:"Mathematica";} 
.special-character.FormalCapitalP {font-family:"Mathematica";} 
.special-character.FormalCapitalPhi {font-family:"Mathematica";} 
.special-character.FormalCapitalPi {font-family:"Mathematica";} 
.special-character.FormalCapitalPsi {font-family:"Mathematica";} 
.special-character.FormalCapitalQ {font-family:"Mathematica";} 
.special-character.FormalCapitalR {font-family:"Mathematica";} 
.special-character.FormalCapitalRho {font-family:"Mathematica";} 
.special-character.FormalCapitalS {font-family:"Mathematica";} 
.special-character.FormalCapitalSampi {font-family:"Mathematica";} 
.special-character.FormalCapitalSigma {font-family:"Mathematica";} 
.special-character.FormalCapitalStigma {font-family:"Mathematica";} 
.special-character.FormalCapitalT {font-family:"Mathematica";} 
.special-character.FormalCapitalTau {font-family:"Mathematica";} 
.special-character.FormalCapitalTheta {font-family:"Mathematica";} 
.special-character.FormalCapitalU {font-family:"Mathematica";} 
.special-character.FormalCapitalUpsilon {font-family:"Mathematica";} 
.special-character.FormalCapitalV {font-family:"Mathematica";} 
.special-character.FormalCapitalW {font-family:"Mathematica";} 
.special-character.FormalCapitalX {font-family:"Mathematica";} 
.special-character.FormalCapitalXi {font-family:"Mathematica";} 
.special-character.FormalCapitalY {font-family:"Mathematica";} 
.special-character.FormalCapitalZ {font-family:"Mathematica";} 
.special-character.FormalCapitalZeta {font-family:"Mathematica";} 
.special-character.FormalChi {font-family:"Mathematica";} 
.special-character.FormalCurlyCapitalUpsilon {font-family:"Mathematica";} 
.special-character.FormalCurlyEpsilon {font-family:"Mathematica";} 
.special-character.FormalCurlyKappa {font-family:"Mathematica";} 
.special-character.FormalCurlyPhi {font-family:"Mathematica";} 
.special-character.FormalCurlyPi {font-family:"Mathematica";} 
.special-character.FormalCurlyRho {font-family:"Mathematica";} 
.special-character.FormalCurlyTheta {font-family:"Mathematica";} 
.special-character.FormalD {font-family:"Mathematica";} 
.special-character.FormalDelta {font-family:"Mathematica";} 
.special-character.FormalDigamma {font-family:"Mathematica";} 
.special-character.FormalE {font-family:"Mathematica";} 
.special-character.FormalEpsilon {font-family:"Mathematica";} 
.special-character.FormalEta {font-family:"Mathematica";} 
.special-character.FormalF {font-family:"Mathematica";} 
.special-character.FormalFinalSigma {font-family:"Mathematica";} 
.special-character.FormalG {font-family:"Mathematica";} 
.special-character.FormalGamma {font-family:"Mathematica";} 
.special-character.FormalH {font-family:"Mathematica";} 
.special-character.FormalI {font-family:"Mathematica";} 
.special-character.FormalIota {font-family:"Mathematica";} 
.special-character.FormalJ {font-family:"Mathematica";} 
.special-character.FormalK {font-family:"Mathematica";} 
.special-character.FormalKappa {font-family:"Mathematica";} 
.special-character.FormalKoppa {font-family:"Mathematica";} 
.special-character.FormalL {font-family:"Mathematica";} 
.special-character.FormalLambda {font-family:"Mathematica";} 
.special-character.FormalM {font-family:"Mathematica";} 
.special-character.FormalMu {font-family:"Mathematica";} 
.special-character.FormalN {font-family:"Mathematica";} 
.special-character.FormalNu {font-family:"Mathematica";} 
.special-character.FormalO {font-family:"Mathematica";} 
.special-character.FormalOmega {font-family:"Mathematica";} 
.special-character.FormalOmicron {font-family:"Mathematica";} 
.special-character.FormalP {font-family:"Mathematica";} 
.special-character.FormalPhi {font-family:"Mathematica";} 
.special-character.FormalPi {font-family:"Mathematica";} 
.special-character.FormalPsi {font-family:"Mathematica";} 
.special-character.FormalQ {font-family:"Mathematica";} 
.special-character.FormalR {font-family:"Mathematica";} 
.special-character.FormalRho {font-family:"Mathematica";} 
.special-character.FormalS {font-family:"Mathematica";} 
.special-character.FormalSampi {font-family:"Mathematica";} 
.special-character.FormalSigma {font-family:"Mathematica";} 
.special-character.FormalStigma {font-family:"Mathematica";} 
.special-character.FormalT {font-family:"Mathematica";} 
.special-character.FormalTau {font-family:"Mathematica";} 
.special-character.FormalTheta {font-family:"Mathematica";} 
.special-character.FormalU {font-family:"Mathematica";} 
.special-character.FormalUpsilon {font-family:"Mathematica";} 
.special-character.FormalV {font-family:"Mathematica";} 
.special-character.FormalW {font-family:"Mathematica";} 
.special-character.FormalX {font-family:"Mathematica";} 
.special-character.FormalXi {font-family:"Mathematica";} 
.special-character.FormalY {font-family:"Mathematica";} 
.special-character.FormalZ {font-family:"Mathematica";} 
.special-character.FormalZeta {font-family:"Mathematica";} 
.special-character.FreakedSmiley {font-family:"Mathematica";}
.special-character.Function {font-family:"Mathematica";} 
.special-character.GothicA {font-family:"Mathematica";} 
.special-character.GothicB {font-family:"Mathematica";} 
.special-character.GothicC {font-family:"Mathematica";} 
.special-character.GothicCapitalA {font-family:"Mathematica";} 
.special-character.GothicCapitalB {font-family:"Mathematica";} 
.special-character.GothicCapitalC {font-family:"Mathematica";} 
.special-character.GothicCapitalD {font-family:"Mathematica";} 
.special-character.GothicCapitalE {font-family:"Mathematica";} 
.special-character.GothicCapitalF {font-family:"Mathematica";} 
.special-character.GothicCapitalG {font-family:"Mathematica";} 
.special-character.GothicCapitalH {font-family:"Mathematica";} 
.special-character.GothicCapitalI {font-family:"Mathematica";} 
.special-character.GothicCapitalJ {font-family:"Mathematica";} 
.special-character.GothicCapitalK {font-family:"Mathematica";} 
.special-character.GothicCapitalL {font-family:"Mathematica";} 
.special-character.GothicCapitalM {font-family:"Mathematica";} 
.special-character.GothicCapitalN {font-family:"Mathematica";} 
.special-character.GothicCapitalO {font-family:"Mathematica";} 
.special-character.GothicCapitalP {font-family:"Mathematica";} 
.special-character.GothicCapitalQ {font-family:"Mathematica";} 
.special-character.GothicCapitalR {font-family:"Mathematica";} 
.special-character.GothicCapitalS {font-family:"Mathematica";} 
.special-character.GothicCapitalT {font-family:"Mathematica";} 
.special-character.GothicCapitalU {font-family:"Mathematica";} 
.special-character.GothicCapitalV {font-family:"Mathematica";} 
.special-character.GothicCapitalW {font-family:"Mathematica";} 
.special-character.GothicCapitalX {font-family:"Mathematica";} 
.special-character.GothicCapitalY {font-family:"Mathematica";} 
.special-character.GothicCapitalZ {font-family:"Mathematica";} 
.special-character.GothicD {font-family:"Mathematica";} 
.special-character.GothicE {font-family:"Mathematica";} 
.special-character.GothicEight {font-family:"Mathematica";} 
.special-character.GothicF {font-family:"Mathematica";} 
.special-character.GothicFive {font-family:"Mathematica";} 
.special-character.GothicFour {font-family:"Mathematica";} 
.special-character.GothicG {font-family:"Mathematica";} 
.special-character.GothicH {font-family:"Mathematica";} 
.special-character.GothicI {font-family:"Mathematica";} 
.special-character.GothicJ {font-family:"Mathematica";} 
.special-character.GothicK {font-family:"Mathematica";} 
.special-character.GothicL {font-family:"Mathematica";} 
.special-character.GothicM {font-family:"Mathematica";} 
.special-character.GothicN {font-family:"Mathematica";} 
.special-character.GothicNine {font-family:"Mathematica";} 
.special-character.GothicO {font-family:"Mathematica";} 
.special-character.GothicOne {font-family:"Mathematica";} 
.special-character.GothicP {font-family:"Mathematica";} 
.special-character.GothicQ {font-family:"Mathematica";} 
.special-character.GothicR {font-family:"Mathematica";} 
.special-character.GothicS {font-family:"Mathematica";} 
.special-character.GothicSeven {font-family:"Mathematica";} 
.special-character.GothicSix {font-family:"Mathematica";} 
.special-character.GothicT {font-family:"Mathematica";} 
.special-character.GothicThree {font-family:"Mathematica";} 
.special-character.GothicTwo {font-family:"Mathematica";} 
.special-character.GothicU {font-family:"Mathematica";} 
.special-character.GothicV {font-family:"Mathematica";} 
.special-character.GothicW {font-family:"Mathematica";} 
.special-character.GothicX {font-family:"Mathematica";} 
.special-character.GothicY {font-family:"Mathematica";} 
.special-character.GothicZ {font-family:"Mathematica";} 
.special-character.GothicZero {font-family:"Mathematica";} 
.special-character.GrayCircle {font-family:"Mathematica";} 
.special-character.GraySquare {font-family:"Mathematica";} 
.special-character.Hacek {font-family:"Mathematica";} 
.special-character.HermitianConjugate {font-family:"Mathematica";} 
.special-character.ImaginaryI {font-family:"Mathematica";} 
.special-character.ImaginaryJ {font-family:"Mathematica";} 
.special-character.Implies {font-family:"Mathematica";} 
.special-character.Iota {font-family:"Mathematica";} 
.special-character.Kappa {font-family:"Mathematica";} 
.special-character.KernelIcon {font-family:"Mathematica";} 
.special-character.Koppa {font-family:"Mathematica";} 
.special-character.Lambda {font-family:"Mathematica";} 
.special-character.LastPage {font-family:"Mathematica";} 
.special-character.LeftArrow {font-family:"Mathematica";} 
.special-character.LeftArrowRightArrow {font-family:"Mathematica";} 
.special-character.LeftAssociation {font-family:"Mathematica";} 
.special-character.LeftBracketingBar {font-family:"Mathematica";} 
.special-character.LeftDoubleBracket {font-family:"Mathematica";} 
.special-character.LeftDoubleBracketingBar {font-family:"Mathematica";} 
.special-character.LeftDownTeeVector {font-family:"Mathematica";} 
.special-character.LeftDownVectorBar {font-family:"Mathematica";} 
.special-character.LeftModified {font-family:"Mathematica";} 
.special-character.LeftRightArrow {font-family:"Mathematica";} 
.special-character.LeftRightVector {font-family:"Mathematica";} 
.special-character.LeftSkeleton {font-family:"Mathematica";} 
.special-character.LeftTeeArrow {font-family:"Mathematica";} 
.special-character.LeftTeeVector {font-family:"Mathematica";} 
.special-character.LeftTriangleBar {font-family:"Mathematica";} 
.special-character.LeftTriangleEqual {font-family:"Mathematica";} 
.special-character.LeftUpDownVector {font-family:"Mathematica";} 
.special-character.LeftUpTeeVector {font-family:"Mathematica";} 
.special-character.LeftUpVectorBar {font-family:"Mathematica";} 
.special-character.LeftVector {font-family:"Mathematica";} 
.special-character.LeftVectorBar {font-family:"Mathematica";} 
.special-character.LightBulb {font-family:"Mathematica";} 
.special-character.LongDash {font-family:"Mathematica";} 
.special-character.LongEqual {font-family:"Mathematica";} 
.special-character.LongLeftArrow {font-family:"Mathematica";} 
.special-character.LongLeftRightArrow {font-family:"Mathematica";} 
.special-character.LongRightArrow {font-family:"Mathematica";} 
.special-character.LowerLeftArrow {font-family:"Mathematica";} 
.special-character.LowerRightArrow {font-family:"Mathematica";} 
.special-character.Mars {font-family:"Mathematica";} 
.special-character.MathematicaIcon {font-family:"Mathematica";} 
.special-character.Mu {font-family:"Mathematica";} 
.special-character.Natural {font-family:"Mathematica";} 
.special-character.Neptune {font-family:"Mathematica";} 
.special-character.NestedGreaterGreater {font-family:"Mathematica";} 
.special-character.NestedLessLess {font-family:"Mathematica";} 
.special-character.NeutralSmiley {font-family:"Mathematica";} 
.special-character.NotElement {font-family:"Mathematica";} 
.special-character.NotEqual {font-family:"Mathematica";} 
.special-character.NotEqualTilde {font-family:"Mathematica";} 
.special-character.NotGreaterGreater {font-family:"Mathematica";} 
.special-character.NotGreaterSlantEqual {font-family:"Mathematica";} 
.special-character.NotHumpDownHump {font-family:"Mathematica";} 
.special-character.NotHumpEqual {font-family:"Mathematica";} 
.special-character.NotLeftTriangleBar {font-family:"Mathematica";} 
.special-character.NotLessEqual {font-family:"Mathematica";} 
.special-character.NotLessLess {font-family:"Mathematica";} 
.special-character.NotLessSlantEqual {font-family:"Mathematica";} 
.special-character.NotNestedGreaterGreater {font-family:"Mathematica";} 
.special-character.NotNestedLessLess {font-family:"Mathematica";} 
.special-character.NotPrecedesEqual {font-family:"Mathematica";} 
.special-character.NotPrecedesTilde {font-family:"Mathematica";} 
.special-character.NotRightTriangleBar {font-family:"Mathematica";} 
.special-character.NotSquareSubset {font-family:"Mathematica";} 
.special-character.NotSquareSuperset {font-family:"Mathematica";} 
.special-character.NotSucceedsEqual {font-family:"Mathematica";} 
.special-character.NotSucceedsTilde {font-family:"Mathematica";} 
.special-character.NotVerticalBar {font-family:"Mathematica";} 
.special-character.NumberSign {font-family:"Mathematica";} 
.special-character.Omega {font-family:"Mathematica";} 
.special-character.Omicron {font-family:"Mathematica";} 
.special-character.OptionKey {font-family:"Mathematica";} 
.special-character.OverBracket {font-family:"Mathematica";} 
.special-character.Phi {font-family:"Mathematica";} 
.special-character.Pi {font-family:"Mathematica";} 
.special-character.Piecewise {font-family:"Mathematica";} 
.special-character.Placeholder {font-family:"Mathematica";} 
.special-character.Proportional {font-family:"Mathematica";} 
.special-character.Psi {font-family:"Mathematica";} 
.special-character.ReturnKey {font-family:"Mathematica";} 
.special-character.ReverseElement {font-family:"Mathematica";} 
.special-character.ReverseEquilibrium {font-family:"Mathematica";} 
.special-character.ReverseUpEquilibrium {font-family:"Mathematica";} 
.special-character.Rho {font-family:"Mathematica";} 
.special-character.RightAngle {font-family:"Mathematica";} 
.special-character.RightArrow {font-family:"Mathematica";} 
.special-character.RightArrowBar {font-family:"Mathematica";} 
.special-character.RightArrowLeftArrow {font-family:"Mathematica";} 
.special-character.RightAssociation {font-family:"Mathematica";} 
.special-character.RightBracketingBar {font-family:"Mathematica";} 
.special-character.RightCeiling {font-family:"Mathematica";} 
.special-character.RightDoubleBracket {font-family:"Mathematica";} 
.special-character.RightDoubleBracketingBar {font-family:"Mathematica";} 
.special-character.RightDownTeeVector {font-family:"Mathematica";} 
.special-character.RightDownVector {font-family:"Mathematica";} 
.special-character.RightDownVectorBar {font-family:"Mathematica";} 
.special-character.RightModified {font-family:"Mathematica";} 
.special-character.RightSkeleton {font-family:"Mathematica";} 
.special-character.RightTeeArrow {font-family:"Mathematica";} 
.special-character.RightTeeVector {font-family:"Mathematica";} 
.special-character.RightTriangleBar {font-family:"Mathematica";} 
.special-character.RightUpDownVector {font-family:"Mathematica";} 
.special-character.RightUpTeeVector {font-family:"Mathematica";} 
.special-character.RightUpVector {font-family:"Mathematica";} 
.special-character.RightUpVectorBar {font-family:"Mathematica";} 
.special-character.RightVector {font-family:"Mathematica";} 
.special-character.RightVectorBar {font-family:"Mathematica";} 
.special-character.RoundImplies {font-family:"Mathematica";} 
.special-character.RoundSpaceIndicator {font-family:"Mathematica";} 
.special-character.Rule {font-family:"Mathematica";} 
.special-character.RuleDelayed {font-family:"Mathematica";} 
.special-character.Sampi {font-family:"Mathematica";} 
.special-character.ScriptA {font-family:"Mathematica";} 
.special-character.ScriptB {font-family:"Mathematica";} 
.special-character.ScriptC {font-family:"Mathematica";} 
.special-character.ScriptCapitalA {font-family:"Mathematica";} 
.special-character.ScriptCapitalB {font-family:"Mathematica";} 
.special-character.ScriptCapitalC {font-family:"Mathematica";} 
.special-character.ScriptCapitalD {font-family:"Mathematica";} 
.special-character.ScriptCapitalE {font-family:"Mathematica";} 
.special-character.ScriptCapitalF {font-family:"Mathematica";} 
.special-character.ScriptCapitalG {font-family:"Mathematica";} 
.special-character.ScriptCapitalH {font-family:"Mathematica";} 
.special-character.ScriptCapitalI {font-family:"Mathematica";} 
.special-character.ScriptCapitalJ {font-family:"Mathematica";} 
.special-character.ScriptCapitalK {font-family:"Mathematica";} 
.special-character.ScriptCapitalL {font-family:"Mathematica";} 
.special-character.ScriptCapitalM {font-family:"Mathematica";} 
.special-character.ScriptCapitalN {font-family:"Mathematica";} 
.special-character.ScriptCapitalO {font-family:"Mathematica";} 
.special-character.ScriptCapitalP {font-family:"Mathematica";} 
.special-character.ScriptCapitalQ {font-family:"Mathematica";} 
.special-character.ScriptCapitalR {font-family:"Mathematica";} 
.special-character.ScriptCapitalS {font-family:"Mathematica";} 
.special-character.ScriptCapitalT {font-family:"Mathematica";} 
.special-character.ScriptCapitalU {font-family:"Mathematica";} 
.special-character.ScriptCapitalV {font-family:"Mathematica";} 
.special-character.ScriptCapitalW {font-family:"Mathematica";} 
.special-character.ScriptCapitalX {font-family:"Mathematica";} 
.special-character.ScriptCapitalY {font-family:"Mathematica";} 
.special-character.ScriptCapitalZ {font-family:"Mathematica";} 
.special-character.ScriptD {font-family:"Mathematica";} 
.special-character.ScriptDotlessI {font-family:"Mathematica";} 
.special-character.ScriptDotlessJ {font-family:"Mathematica";} 
.special-character.ScriptE {font-family:"Mathematica";} 
.special-character.ScriptEight {font-family:"Mathematica";} 
.special-character.ScriptF {font-family:"Mathematica";} 
.special-character.ScriptFive {font-family:"Mathematica";} 
.special-character.ScriptFour {font-family:"Mathematica";} 
.special-character.ScriptG {font-family:"Mathematica";} 
.special-character.ScriptH {font-family:"Mathematica";} 
.special-character.ScriptI {font-family:"Mathematica";} 
.special-character.ScriptJ {font-family:"Mathematica";} 
.special-character.ScriptK {font-family:"Mathematica";} 
.special-character.ScriptL {font-family:"Mathematica";} 
.special-character.ScriptM {font-family:"Mathematica";} 
.special-character.ScriptN {font-family:"Mathematica";} 
.special-character.ScriptNine {font-family:"Mathematica";} 
.special-character.ScriptO {font-family:"Mathematica";} 
.special-character.ScriptOne {font-family:"Mathematica";} 
.special-character.ScriptP {font-family:"Mathematica";} 
.special-character.ScriptQ {font-family:"Mathematica";} 
.special-character.ScriptR {font-family:"Mathematica";} 
.special-character.ScriptS {font-family:"Mathematica";} 
.special-character.ScriptSeven {font-family:"Mathematica";} 
.special-character.ScriptSix {font-family:"Mathematica";} 
.special-character.ScriptT {font-family:"Mathematica";} 
.special-character.ScriptThree {font-family:"Mathematica";} 
.special-character.ScriptTwo {font-family:"Mathematica";} 
.special-character.ScriptU {font-family:"Mathematica";} 
.special-character.ScriptV {font-family:"Mathematica";} 
.special-character.ScriptW {font-family:"Mathematica";} 
.special-character.ScriptX {font-family:"Mathematica";} 
.special-character.ScriptY {font-family:"Mathematica";} 
.special-character.ScriptZ {font-family:"Mathematica";} 
.special-character.ScriptZero {font-family:"Mathematica";} 
.special-character.SelectionPlaceholder {font-family:"Mathematica";} 
.special-character.ShortLeftArrow {font-family:"Mathematica";} 
.special-character.ShortRightArrow {font-family:"Mathematica";} 
.special-character.Sigma {font-family:"Mathematica";} 
.special-character.SpaceKey {font-family:"Mathematica";} 
.special-character.SpanFromAbove {font-family:"Mathematica";} 
.special-character.SpanFromBoth {font-family:"Mathematica";} 
.special-character.SpanFromLeft {font-family:"Mathematica";} 
.special-character.SphericalAngle {font-family:"Mathematica";} 
.special-character.Sqrt {font-family:"Mathematica";} 
.special-character.Square {font-family:"Mathematica";} 
.special-character.Sterling {font-family:"Mathematica";} 
.special-character.Stigma {font-family:"Mathematica";} 
.special-character.SuchThat {font-family:"Mathematica";} 
.special-character.Sum {font-family:"Mathematica";} 
.special-character.SystemEnterKey {font-family:"Mathematica";} 
.special-character.TabKey {font-family:"Mathematica";} 
.special-character.Tau {font-family:"Mathematica";} 
.special-character.Theta {font-family:"Mathematica";} 
.special-character.Thorn {font-family:"Mathematica";} 
.special-character.Transpose {font-family:"Mathematica";} 
.special-character.UnderBracket {font-family:"Mathematica";} 
.special-character.UnionPlus {font-family:"Mathematica";} 
.special-character.UpArrowBar {font-family:"Mathematica";} 
.special-character.UpArrowDownArrow {font-family:"Mathematica";} 
.special-character.UpEquilibrium {font-family:"Mathematica";} 
.special-character.UpperLeftArrow {font-family:"Mathematica";} 
.special-character.UpperRightArrow {font-family:"Mathematica";} 
.special-character.UpPointer {font-family:"Mathematica";} 
.special-character.Upsilon {font-family:"Mathematica";} 
.special-character.UpTeeArrow {font-family:"Mathematica";} 
.special-character.Uranus {font-family:"Mathematica";} 
.special-character.VerticalBar {font-family:"Mathematica";} 
.special-character.VerticalSeparator {font-family:"Mathematica";} 
.special-character.WarningSign {font-family:"Mathematica";} 
.special-character.WatchIcon {font-family:"Mathematica";} 
.special-character.WhiteBishop {font-family:"Mathematica";} 
.special-character.WhiteKing {font-family:"Mathematica";} 
.special-character.WhiteKnight {font-family:"Mathematica";} 
.special-character.WhitePawn {font-family:"Mathematica";} 
.special-character.WhiteQueen {font-family:"Mathematica";} 
.special-character.WhiteRook {font-family:"Mathematica";} 
.special-character.Wolf {font-family:"Mathematica";} 
.special-character.WolframLanguageLogo {font-family:"Mathematica";}
.special-character.WolframLanguageLogoCircle {font-family:"Mathematica";}
.special-character.Xi {font-family:"Mathematica";} 
.special-character.Xnor {font-family:"Mathematica";} 
.special-character.Yen {font-family:"Mathematica";} 
.special-character.Zeta {font-family:"Mathematica";} 

.special-character.NotSquareSuperset {
    display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
table.nogridboxdividers {
    width:500px;
}
table.nogridboxdividers td:first-child {
    display:none;
}
table.nogridboxdividers td {
    border-bottom: 1px solid #ddd;
    padding-right: 5px;
}
table.nogridboxdividers tr.lineAbove td {
    vertical-align:top;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
}

.monospace {
    font-family: "Courier New", monospace !important;
}
.serif {
    font-family: "Times New Roman", Times, serif; !important;
}
.sans-serif {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
}

.playAnimation {
    margin:65px 0 0 5px;
	color:#e00400;
	font-size:10px;
	padding:2px 0;
	text-align: center;
	cursor:pointer;
	width:10px;
}
.stopAnimation {
    margin:65px 0 0 5px;
	display:none;
	color:#e00400;
	font-size:10px;
	padding:2px 0;
	text-align: center;
	cursor:pointer;
	width:10px;
}
span.callout {position: absolute; width: 70px; background: url('/mathematica/new-in-10/img/callout-arrow-right.gif') no-repeat; 
padding-top: 43px; }
a#vid-callout {display:inline-block; width:120px; text-align:center; padding-bottom:20px; background: url('/system-modeler/images/popup-video-th_off.png') no-repeat 0px 2px; }
a#vid-callout:hover {background-image: url('/system-modeler/images/popup-video-th_on.png'); color: #fe0500; }
span.animationtext {padding-left:30px;padding-top:6px;font-family:Arial,Helvetica,sans-serif;font-size:13px;display:inline-block;white-space:nowrap;}

.TR { font-weight: 400; font-family: "Times New Roman", Times, serif; font-style: normal; font-weight:normal; }
.TI { font-weight: 400; font-family: "Times New Roman", Times, serif; font-style: italic; }
.TI2 { font-weight: 600; font-size:12px; font-family: "Times New Roman", Times, serif; font-style: italic; }
