/**
* This file provides an example of how you can change the look and feel of your administrator by
* simply creating a new stylesheet and overriding whatever you want to change. To implement a green colour
* scheme, just rename this file to 'template.css' (ie. remove the leading underscore).
*/

/** Home Page **/
.main-dashboard-text, .nbill-help-link a, h1, h2, h3, h4, h5, h6
{
    color: #888;
}
.nbill-widget-title
{
    background-color:#888;
}

.nbill-widget-div-link
{
    border: solid 1px #999;
}

.nbill-widget-div-link a
{
    color: #446B82;
}

.nbill-widget-coloured-link:hover
{
    background-color: #aaa;
}

/** General **/
table.adminform th, table.adminlist th
{
    background-color: #888 !important;
    color: #fff !important;
}
table.summary-list tr:hover, table.adminlist tr:hover
{
    background-color: #ddd;
}
table.adminlist tr.selected
{
    background-color: #bbb;
}
.nbill-menu-list li a
{
    color: #444;
}
a
{
    color: #446B82;
}