/* 
    Document   : ng.css
    Created on : 13-Aug-2011, 18:56:00
    Author     : Stu|
    Description:
        To use for migrating the individual elements away from tables and into divs
        slowly instead of in one big huge jump.  As we all know that wouldn't ever
        get released!
*/

div.adminCommandLinks {
    width: 50%;
    float: left;
    display: block;
}

div#portalCSCLinks {
    display: block;
    width: 100%;
    overflow: auto;
}

.clearL {
    clear: left;
}

.clearR {
    clear: right;
}