/*
	Facility:
    	CeleritasWorks
		
	    SpatialObjects is protected under the following United States
		Patents:  # 6,343,290.  Other US and European patents are pending.
		
		Copyright © 2002, 2003 CeleritasWorks, L.L.C.
		
		This work was created by CeleritasWorks, L.L.C. ("Creator").  
		This work and all rights therein and thereto, including copyright rights
		and/or patent rights, are owned by Creator and/or another entity
		(collectively, "Owner").  This shall serve as notice of such ownership 
		as of the date of this and associated files or subject matter, if any, as 
		depicted above and/or as depicted with an electronic file date stamp 
		and/or any versions thereof and their associated dates, if any.  This 
		work may not be reproduced for any purpose, distributed, modified, 
		reverse-engineered, stored in a retrieval system, transmitted, used, 
		made, offered for sale, or sold, in whole or part, in any form or by any
		means, electronic, mechanical, audio, photocopying, recording, or 
		otherwise, without the prior written permission of Owner.  This work 
		may not be exported unless in compliance with the applicable
		technology export laws.  While this information is presented in good 
		faith and believed to be accurate, Creator does not guarantee 
		satisfactory or any results from reliance upon such information.  
		Creator reserves the right, without notice, to alter or improve the 
		designs, specifications, creations, or works of the subject matter 
		herein.  Nothing herein is to be construed as a warranty or guarantee, 
		express or implied, against infringement, or regarding performance, 
		merchantability, fitness, or any other matter with respect to products, 
		processes, or any other subject matter herein, and such warranties 
		and guaranties are expressly disclaimed.  Nothing herein is to be
		construed as a recommendation to use any product or process in 
		conflict with any third party rights in any intellectual property.  All 
		products, languages, or trademarked names that are mentioned in 
		this work are acknowledged to be the proprietary property of the 
		respective owner. 
  
    Title:
  		so-standard.css
  	
    Abstract:
  		Standard style sheet for SpatialObjects.	        
  
  	Arguments:
  		None.
  		
    Author:
  		Scott A. Evans
         
    Creation Date:
   		22-Nov-2000
          
    Modification History:
  		01-Oct-2002		rlm
  			Added comment to BODY tag (regarding default style for tables).
  
  		02-Oct-2002		rlm
  			Added class BodyDuplicate (for use as the default style for
  			tables, etc.), and modified comments accordingly.
  	
  		23-Dec-2002     jm
           Added new FieldLabelSmall, TableColumnTitleSmall, and SectionTitleSmall to
           reduce font size of Feature Display Data.
  
  		30-Dec-2002		jm
  			Added ChunkNumber, ChunkNumberCurrent for LayerFeature Display Record Set buttons.
  
  		14-Apr-2003		rlm
  			Added LoginFieldLabelRightAlign, LoginSubTitle, and LoginTitle
  			to support modifications to the login and logout pages.
  
  		23-Apr-2003		rlm
  			For LoginTitle, changed border to underline.
  			For LoginFieldLabelRightAlign, LoginSubTitle, and LoginTitle,
  			removed the color designation to allow the default color to
  			appear.

		05-Dec-2003		rlm
			Updated copyright date.
			
		05-Jan-2004		rlm
			Moved style code to "so-common-style.css", and replaced it with an
			"import" statement.  Also added import statement for custom
			style sheet "so-custom-style.css" to override the standard
			"so-common-style.css" styles.
*/

@import "../../css/so-common-style.css";
@import "../../config/css/so-custom-style.css";

