.leftBorder {
    border-left: 1px #BDBDBD solid;
}

.rightBorder {
    border-right: 1px #BDBDBD solid;
}

.topBorder {
    border-top: 1px #BDBDBD solid;
}

.bottomBorder {
    border-bottom: 1px #BDBDBD solid;
}

.allBorder {
    border: 1px #BDBDBD solid;
}

.mainFont {
    font-size: 10pt;
    font-family:  arial;
    font-weight: normal;
    text-align: left;
    color: #4D4E4F;
}

.smallFont {
    font-size: 8pt;
    font-family: arial;
    font-weight: normal;
    text-align: left;
    color: #4D4E4F;
}

.white {
    color: white;
}

.boldFont {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: #4D4E4F;
}



.titleFont  {
    font-size: 9pt;
    font-family:  arial;
    font-weight: bold;
    text-align: left;
    color: #4D4E4F;
}

.subTitle {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: left;
    color: #4D4E4F;
}

.leftWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-right: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.rightWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-left: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.menuDark {
    /*background : 6500AC; purple*/ /*#9D036C;*/
    /*background : AB4477; pink*/
    /*background : 907CA5; mauve*/
    background : #907CA5;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menuDark:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menuDark:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menuLight {
    /*background: #E1C5D8;*/
    /*background: E3D2DB; pink*/  /*#DEDFEF; */
    /* mauve light E9E6F0*/
    background: #E6E4EE;
    color: black;
}

.menuLight:link {
    color: black;
    text-decoration: none;
    font-weight: none;
}

.menuLight:visited {
    color: black;
    text-decoration: none;
    font-weight: none;
}

.menuBack {
    background : #DEDEEF;
    //background: #DCDCDC;
}

.highlight {
    background: #EFF3FC;/*#F1F4F9; orig*/
}

.highlight:link {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.highlight:visited {
    color: black;
    text-decoration: none;
    font-weight: normal;
}


.lightGray {
    background: #F0F0F0;
}

/* grid*/
table.grid {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: white;
    vertical-align:  middle;
    text-align: left;
    border-collapse: collapse;
}

/* Makes each subgrid table cell have a border */
table.grid td {
    border: 1px #BDBDBD solid;
}

table.noBorder {
    border: none;
}

table.noBorder td {
    border: none;
}

table.sideMenu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: white;
    vertical-align:  middle;
    text-align: left;
    border-collapse: collapse;
    border-right: 1px #BDBDBD solid;
}

table.sideMenu td {
    border-top: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

table.menu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    vertical-align:  middle;
    text-align: middle;
    border-collapse: collapse;
}

.redBold {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: red;
}