@import '../cm3/css/master.css';
/*
'--- CM3 platform ----
'ADMIN is set up for CM2. 
'The CM2 css file "clientfiles/scripts/"&SpecialClientCSS (default: SpecialClientCSS="client.css") is read into ADMIN (FCKeditor, order1.asp etc) by default.
'the code above imports the CM3 css


Add the following code into para.asp if it is missing (see cm3dev - startup239 para.asp):
SpecialClientCSS=""
ExtraClientCSS1="/clientfiles/cm3/css/master.css"
FCKCustomConfigPath = "/clientfiles/scripts/fckeditor.js"
*/