/**
 * Views stylesheet - for Mahara's Aqua theme.
 *
 * @author     Catalyst IT Ltd
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
 * @copyright  For copyright information on Mahara, please see the README file distributed with this software.
 *
 * This file is licensed under the same terms as Mahara itself
 */
/******************** Collection navigation ********************/
#collectionnavwrap {
    background: #F4F7F9;
}
ul.colnav li a,
ul.colnav li a:link,
ul.colnav li a:visited,
ul.colnav li a:active {
    background: #00084F;
    color: #FFFFFF;
}
/******************** Blocktype icons panel ********************/
#editcontent-sidebar {
    background-color: #afbbd2;
}
#block-category-general,
#block-category-internal,
#block-category-fileimagevideo,
#block-category-external,
#block-category-blog,
#blog,
#internal,
#general,
#fileimagevideo,
#external,
#select-theme {
    background-color: #d8deea;
    border-color: #c6cedd;
}
