/*

  Title:        Cafod
  Description:  Main stylesheet
  Copyright:    Copyright (c) Vision with Technology Ltd 1997-2006. All rights reserved
  Company:      Vision with Technology Ltd
  Author:       Paul Forsyth
  Version:      $Id: web.css 2414 2007-11-06 12:00:27Z paulf $
  Licence:

     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
*/

/* Layout */
@import url("layout.css");

/* Menu area */
@import url("menu.css");

/* Online Editor and eZ related area */
@import url("ez.css");

/* Form related area */
@import url("forms.css");

/* Default settings. Applied last */
@import url("core.css");


