﻿/*
============================================================================================
                           Agate .NET Code Libraries Version 2
                         Copyright © 2005, Agate Software, Inc.
============================================================================================
File: SharedClasses.css

Description: This stylesheet is for adding any classes for the CORE which are to be 
implemented regardless of system. It has been created initially for the Expand/Collapse 
functionality, but classes can be added for any other functionality or style changes to 
be made in the future.  

Functions: N/A

-------------------------------------------------------------------------------------------
 History                                                        By               Date
-------------------------------------------------------------------------------------------
 - Created                                                      Craig Tingley    03/06/2015
===========================================================================================
*/



/*
Classes for Expand/Collapse Functionality
*/

.dataGridStandardItem
{
  /*This class is a placeholder, but is necessary at the moment. .*/ 
}


.css_jsHide
{/*Class used simply to hide/show elements.*/
  display:none;
}

.css_jsShow
{/*Class used simply to hide/show elements.*/
  display:inline;
}

.css_jsShowTBR
{
  display: table-row;
}



































































































































































































































































































































































































*/