/*
 * $Id: master.css,v 1.2 2008/09/26 12:46:27 PainterJ Exp $
 *
 * Copyright (c) 2004 Taylor and Francis plc.
 *
 * Project: Production Tracking System
 *          Tessella/NPD/3873
 *
 * Developed by:
 *   Tessella Support Services plc
 *   3 Vineyard Chambers
 *   Abingdon, OX14 3PX
 *   United Kingdom
 *   email: info@tessella.com
 *   web:   www.tessella.com
 *
 * This is the parent CSS to be included on all PTS pages
 * It includes the relavent definition files that define
 * the styles for functional areas of the applicaiton.
 *
 * Modification History:
 * $Log: master.css,v $
 * Revision 1.2  2008/09/26 12:46:27  PainterJ
 * MyCATS - completed initial implementation of calendar/task lists
 *
 * Revision 1.1  2008/01/31 14:38:19  PainterJ
 * [no comments]
 *
 * Revision 1.8  2005/11/28 11:23:51  BoltonC
 * added div styles
 *
 * Revision 1.7  2005/11/28 11:11:08  BoltonC
 * added div styles
 *
 * Revision 1.6  2005/06/07 12:30:01  dfraser
 * refactored out some of the unused css definitions
 *
 * Revision 1.5  2005/01/14 10:29:07  jpainter
 * Merged in branch TestV1R1M15-br
 *
 * Revision 1.4.4.1  2004/12/15 16:07:14  jpainter
 * Include import of scrollableTable stylesheet
 *
 * Revision 1.4  2004/10/07 11:50:25  dfraser
 * rearange definitions
 *
 * Revision 1.3  2004/10/07 10:02:38  dfraser
 * added headers, began moving elements to the forms and hyperlinks files
 *
 *
 *
 */


/* original definition files which are being migrated into the new structure 
   These files were sourced from Phil Wright

@import url(pagescheme.css); controls the page layout visuals
@import url(group.css);      is a Taylor  Francis Group-wide css
*/


/* PTS formated files 
  All new definitions should be placed in these files (or make a new file*/
@import url(fonts.css);
@import url(forms.css);   
@import url(hyperlinks.css);
@import url(tables.css);
@import url(scrollableTable.css);
@import url(div.css);
@import url(drops.css);
@import url(calendar.css);
