﻿iframe {
    border: none;
    width:100%;
    background-color:inherit;
    margin-bottom:0px;
    padding-bottom:0px;
}
#MainF{
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
}
#TopNavBar, #Footer{
        height:60px;
}
body {
    border: none;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

tr {
    border-bottom: 1px solid #d6d6d6;
}

tr:nth-child(even) {
    background: #f0f0f0;
}

.PlugDiv {
    border: 1px solid gray;
    text-align:center;
    padding-top:10px;
    margin:5px 5px 0px 0px;
    overflow:hidden;
    display:block;
}

.myT thead tr td
{
    font-weight:bold;
    border-bottom-style:solid;
    border-bottom-width:1px;
    background-color:#d6d6d6;
}
.myT {
    border-style: solid;
    border-width: 1px;
}
.myT tbody tr td
{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color:black;
    font-size:small;
}