﻿.mainBody {
            width:100%;
            height:auto;
            margin:0;
            padding:0;
}
.mainDiv {
            width:100%;
            height:auto;
            margin:0;
            padding:0;
        }
.topTable {
    width: 100%; 
    height: 80px; 
    background-image: url(Images/Primacy/FromTopBG.jpg);
    border:none;
    margin:0;
    padding:0;
}
.topFrame {
    width: 100%; 
    height: 80px; 
    border:none;
    margin:0;
    padding:0;
}
.leftFrame {
    width:100%;
    min-width:180px;
    height:inherit;
}
.mainFrame {
    width:100%;
    border:hidden;
    min-width:550px;
    height:inherit;
}
.topDiv {
    width: 100%; 
    height: 80px;

}
.topImg {
    display:block;
    width: 100%; 
    height: 80px; 
    border:none;
    margin:0;
    padding:0;
}

.leftTd {
    width: 15%; 

}
.mainTd {
    width: 85%; 

}

a:not([href]) {
    color:gray;
}

a:not([href]) :first-child {
    color:gray;
}

.resizeDivClass {
    width: 1px;
    margin: 0px 0 0px 0;
    background: white;
    border: 3px;
    cursor: e-resize;
    border-right-style:outset;
}

#tdResize {
    border: 3px;
    cursor: e-resize;
    border-right-style:inset;
    border-right-color:gray;
}