/*
//===================================================================================
// Copyright (c) Calnex Solutions Ltd.  All rights reserved.
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE.
//===================================================================================
// The contents of this file should not be copied or distributed
// without permission being granted by Calnex Solutions Ltd.
//=================================================================================== 
*/

/**********************************************************************************************************************/
/* This file holds css definitions for styling backgrounds with image files used in more than one Endor client        */
/* application. Images with exclusive use by one application belong in the equivalent file e.g. imagesParaogn.css or  */
/* imagesAttero.css.                                                                                                  */
/*                                                                                                                    */
/* In all cases if an image needs to be themed they belong in the theme\xxx\cxt_calnexStyling.css files with the      */
/* 'cxt-' prefix so we can tell easily in the html code that we are referring to a themed style.                      */
/**********************************************************************************************************************/

/* Menu bar Icons */
.cx-power-icon {
    background-image: url('/img/but_on-off.png');
}

.cx-file-management-icon {
    background-image: url('/img/but_file.png');
}

.cx-system-settings-icon {
    background-image: url('/img/but_settings.png');
}
