/* MMRRC Catalog Search MPT page StyleSheet	*/
/* Lei Wu					*/
/* 4/28/2010					*/

.open {
    display: block;
}

.closed {
    display: none;
}

ul li {
    list-style-type: none;
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: 14px;
}

ul.mpt li {
    list-style-type: none;
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: 12px;
}

ul li img {
    vertical-align: top;
    margin-right: 5px;
}

p.note {
    margin-top: -10px;
    margin-left: 25px;
    font-size: 12px;
}

p.note ul li {
    list-style-type: disc;
    font-size: 12px;
}

a.mpt_def {
    margin-right: 10px;
}

a.strainCount {
    margin-left: 30px;
}

a.tooltiplink span {
    display: none;
}

a.tooltiplink:hover span {
    display: block;
    position: absolute;
    padding: 5px;
    color: black;
    background-color: #eee;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 11px;
    width: 250px;
}

th.resultTableHeader div.cellParent, td.resultTableHeader div.cellParent {
    position: relative;
    height: 40px;
    width: 100%;
}

th.resultTableHeader a img, td.resultTableHeader div.cellParent a img {
    position: absolute;
    top: 0;
    right: 0;
}

th.resultTableHeader div.cellParent div.topLeft {
    position: absolute;
    top: 2px;
    left: 1px;
    font-weight: bold;
}

th.resultTableHeader div.cellParent div.bottomLeft {
    position: absolute;
    bottom: 2px;
    left: 1px;
    font-weight: bold;
}

th.resultTableHeader div.cellParent div.bottomRight {
    position: absolute;
    bottom: 2px;
    right: 1px;
    font-weight: bold;
}

ul li .row0 {
    background-color: #eee8e3;
}

ul li .row1 {
    background-color: #FFFFFF;
}
