table.contents {
    left:           0px;
    right:          0px;
    table-layout:   fixed;
    border-collapse:collapse;
    width:          100%;
    font-size:      94%;
}


.invisible {
   display: none; 
   width: 1px; 
   height: 1px;
}

.contents tr {
    vertical-align: middle;
}

.contents tr.main {
    border-top:    1px solid #888;
    height:        42px;
    color:         #000;
}

.contents tr.child {
    border-top:    1px solid #EEE;
    height:        32px;
    /* Nested lines.  These always have a link, so turn on the pointer cursor */
    cursor:        pointer;
}

.contents .left {
    width:         75px;
    overflow:      hidden; 
    word-break:    break-all; 
    word-wrap:     break-word; 
    color:         #000;
    padding-left:  10px;
    font-size:     90%;
}

.contents .center {
    padding-right: 12px;
    overflow:      hidden; 
    word-break:    normal;
    word-wrap:     break-word; 
}

.contents .child td.center {
    padding-left:  15px;
    font-size:     90%; 
    color:         #555;
}

.contents .main .center {
}

.contents .right {
    padding-right: 10px;
    width:         75px;
    text-align:    right;
    overflow:      hidden; 
    word-break:    break-all;
    word-wrap:     normal;
}


/*******************************************************************/

#indexPane span.mth {
    /* Using MathJax_Math, New York, on Chrome OS X forces italics */
    font-family: Times New Roman, Times, serif;
    font-style:  italic;
    font-size:   110%; /* Times is smaller than the Arial for titles */
}



/*******************************************************************/

/* The bar holding the search widget */
#searchBar {
   position:   absolute;
   background: #eee;
   background:        url("toolbar/main-toolbar-background.jpg") repeat-x;
   width:      100%;
   height:     34px;
   box-shadow: 0px 2px 11px #BBB;
   /* border-top: solid 1px #9b9b9b; */
   z-index:    5;
}

/* The entire search widget */
#search {
    position:      absolute; 
    left:          5%;
    width:         90%;
    /* border:        solid 1px #c9c9c9; */
    /* border-top:    solid 1px #aaa; */
    background:    #ebe9ec; 
    border-radius: 6px;
    height:        24px; 
    top:           2px;      
    /* box-shadow:    inset 0px 1px 2px #bebebe; */
}

/* The input box in the search bar */
#searchInput {
    background:#ebe9ec;
    position: absolute;
    border:   0px;
    width:    100%;
    top:      0px;
    bottom:   0px;
    font-weight: 200;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;

    /* Remove the focus outline when typing in the box*/
    outline:  none;
}

#searchInputHolder {
    background:#ebe9ec;
    position: absolute;
    border:   0px;
    left:     26px;
    right:    26px;
    top:      0px;
    bottom:   0px;
}

#searchCancel {
    position: absolute;  
    top: 2px; 
    right: 5px;
    width: 19px;
    height: 19px;
    background: url("toolbar/x.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer;
}

#searchCancel:active {
    background: url("toolbar/x-inverse.png");
}

