body.incr_text_size{
    #main-menu li a{font-size: 20px}
    .title{font-size: 22px}
    .leftNav ul li{font-size: 16px;}
    .attn > div{font-size: 22px;}
    .attn > p{font: 400 20px/26px 'Lato';}
    #moduletable ul li{font-size: 18px;}
    .welcomeMsg p{font-size: 18px}
    .welcomeMsg span{font-size: 26px}
    .highlightNews > div{font: 400 20px/30px 'Lato';}
    .midNav > *{font-size: 150%}
}
/* Decrease */
body.decr_text_size{
    #main-menu li a{font-size: 12px;}
    .title{font-size: 14px;}
    .leftNav ul li{font-size: 12px;}
    .attn > div{font-size: 12px;}
    .attn > p{font: 400 10px/18px 'Lato';}
    #moduletable ul li{font-size: 12px;}
    .welcomeMsg p{font-size: 12px}
    .welcomeMsg span{font-size: 20px}
    .highlightNews > div{font: 400 12px/20px 'Lato';}
    .midNav > *{font-size: 75%}
    .botContainer{font-size: 75%}
}

body.page_high_c{
    .topBar, .botContainer, .topMenuContainer{background: #32b6f9;}
    .topMenuWrap ol li:last-child a{background: yellow;}
    #logoW, #asWt{display: block !important;}
    #logoN, #asNor{display: none !important;}
    .headingContainer, .midContainer{background: #000;}
    .headingContainer span{color: #b19999;}
    #moduletable ul li a{color: white}
    .title {filter: invert(1);}
    .title span{color: yellow; background: #000;filter: invert(1);}
    .welcomeMsg span{color: yellow; }
    .midNav p{color: white; }
    .leftNav ul li a {color: #fff;background: transparent;border-bottom: 1px solid #4e4d4d;}
    .leftNav ul li a:before {background: url(../images/leftNavBlt_white.png) no-repeat center center;}
    .leftNav ul li a:hover:before, .leftNav ul li.selected-menu a:before {background: url(../images/leftNavBlt1_white.png) no-repeat center center;}
    .attn {border: 7px solid #a6fdf9;border-top: 0;}
    .attn > div {background: #a6fdf9;color: #000000;}
    .attn > p {color: #a6fdf9;}
    .midNav {color:#fff;}
    .midNav th {color:#000;}
    .midNav a {color:yellow;}
    .midNav h1 {color: yellow;}
    .midNav ul li {color: #fff;list-style-image: url(../images/leftNavBlt1_white.png);}
    .midNav h3 {color: #ffffff;}
    .warning{color:#000;}
    .non-qualified {color:#fff; border: 1px solid #f3f3f3;}
    .non-qualified th {background: #f3f3f3;padding: 10px 5px;}
    .non-qualified td {border-right: 1px solid #f3f3f3;}
    .non-qualified tr {border-bottom: 1px solid #f3f3f3;}
    .alert-danger {background-color: #ff0000;border-color: #e0ff61; color:#fff;}
    .alert-info p{color: #000;}
    .text-warning, .midNav h2 {color: #f7f700;}
    .welcomeMsg1 span {color: yellow;}
}
.page_hilit_link{
    #skip > div{background: yellow; color: black;display: inline;}
    .accessIcon {background: #0d00ff;filter: invert(1);}
    #main-menu li a  {background: yellow; color: black;color: #000;}
    .leftNav ul li a{background: yellow !important; color: black;color: #000 !important;}
    .leftNav ul li a:before {background: url(../images/leftNavBlt.png) no-repeat center center !important;}
    .leftNav ul li a:hover:before, .leftNav ul li.selected-menu a:before {background: url(../images/leftNavBlt1.png) no-repeat center center !important;}
    #moduletable ul li a{color: #000 !important;background: yellow;}
}

.text_spacing{letter-spacing: 1px;}
.text_line_height{
    line-height: 35px;
    .midNav p {
        line-height: 35px;
    }
}
