.topmiddlebg {
    background: url( "./Images/whpanel_topmiddle.png" ) top left repeat-x;
    height: 45px;
}

.bottommiddlebg {
    background: url( "./Images/whpanel_bottommiddle.png" ) top left repeat-x;
    height: 55px;
}

.middleleftbg {
    background: url( "./Images/whpanel_middleright.png" ) top left repeat-y;
    width: 47px;
}

.middlerightbg {
    background: url( "./Images/whpanel_middleleft.png" ) top right repeat-y;
    width: 47px;
}

.pgfooter {
    color:#9EC8CC;
    font-family: Verdana, arial, serif;
    font-size:9px;
    margin-bottom:16px;
}

#chromemenu {
    padding-top: 100px;
}

#panelcontent {
    padding-bottom: 100px;
    background: url( "./Images/bodybg.gif" ) bottom left repeat-x;
    background-color: #EBF5FF;
    background-attachment: fixed;
    border: 1px solid #C7F4FF;
    height:500px;
    vertical-align:top;
}

.menu {
}

.menu TD {
    background: url( ./Images/menu_00.gif ) top center no-repeat;
    font-family: Verdana, arial, serif;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 128px;
    padding: 0 3px 0 3px;
    border-bottom:4px solid #FEC428;
}

.menu TD A {
    text-decoration: none;
    color: #372701;
    cursor: pointer;
    outline:none;
}

.menuover {

}

.menuover TD {
    background: url( ./Images/menu_01.gif ) top center no-repeat;
    cursor:default;
    font-family: Verdana, arial, serif;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 128px;
    padding: 0 3px 0 3px;
    border-bottom:4px solid #FEC11B;

}

.menuover TD A {
    text-decoration: none;
    color: #372701;
    cursor: pointer;
    outline:none;
}

.dropmenudiv {
    position: absolute;
    border: 1px solid #E8A60E; /*THEME CHANGE HERE*/
    font-size: 11px;
    font-family: Verdana, arial, serif;
    font-style: normal;
    font-variant: normal;
    line-height: 18px;
    margin:0 3px;
    z-index: 9999;
    background: url( "./Images/menudown.gif" ) top center repeat-x;
    background-color: #FDDB78;
    width: 200px;
    visibility:hidden;
}

.dropmenudiv TABLE TR TD {
    border-bottom: 1px dotted #FFF;
    padding: 3px 6px 3px 6px;
    white-space: nowrap;
}

.dropmenudiv TABLE TR.selectitem TD {
    background-color: #FEE8AA;
}

.dropmenudiv TABLE TR TD A {
    color: #372701;
    font-family: Verdana, arial, serif;
    font-size: 11px;
    font-size-adjust: none;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
}

/*Table designing*/

THEAD TR TD, .tableheader {
    background: url( "./Images/thbg.gif" ) bottom left repeat-x;
    background-color: #FCCD4A;
    border-right: 1px dotted white;
    cursor: default;
    font-family: Verdana, arial, serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 2px 2px 2px 5px;
}

TBODY.tblbody TR TD {
    background-color: #FFFCF0;
    border-bottom: 2px dotted #F4DD90;
    border-right: 1px solid #FFF3C2;
    font-family: Verdana, arial, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 2px 2px 2px 5px;
    vertical-align: top;
}

TBODY.tblbody TR.over TD {
    background-color: #FFF2BD;
    border-right: 1px solid #FFF;
}

TBODY.tblbody TR TD A {
    color: #372701;
    font-size: 11px;
    font-weight:bold;
    text-decoration: underline;
}

TBODY.tblbody TR TD A:hover {
    color:blue;    
}

.panellinks A
{
    color:#372701;
    font-size: 11px;
    font-weight:bold;
    line-height: 25px;
    text-decoration: underline;
}

.panellinks A:hover {
    color:blue;
}

.panelinfo {
    border: 1px solid #9BE8FF;
    margin:0 3px;
    background-color: #E8FAFF;
}

TBODY.panelinfobody TR TD {
    background-color: #E8FAFF;
    border-bottom: 2px dotted #9BE8FF;
    border-right: 1px solid #9BE8FF;
    font-family: Verdana, arial, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 2px 2px 2px 5px;
    vertical-align: top;
}
