/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **
** Copyright 2004 East Sussex County Council								**
** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **
** File Name:	appdev_crd.css												**
** Name		:	AppDev styles for CRD part of the Intranet					**
** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **
** Author	:	Doug Tribe (DT)												**
** Date		:	08/03/2004													**
** Version	:	1.0															**
** Client	:	Corporate													**
** ------------------------------------------------------------------------ **
** Overview :																**
** Refinement of the ALL style - adds colour								**                                                      **
** AppDev styles for CRD part of the Intranet.								**
**																			**
** Web Database Applications delivered over the intranet					**
** need an intranet style similar to the rest of the intranet.				**
** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **
** History :																**
** Who  When        Ver   Description of changes							**
** DT	08/03/2004  1.0   Initial code.										**
** DT	10/03/2004  1.1   New datagrid for documents.						**
** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Headings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* app name */
.ad_appname
	{color:#660099}
/* page heading */
.ad_heading
	{color:#660099}
/* sub heading */
.ad_subhead
	{color:#660099}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Normal Datagrid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Datagrids used with tabular style to edit and view data					*/
/* These are implemented in .Net as tables without <th> so use the classes  */
/* in design mode.															*/

/* each cell in grid - gets control of the grid rules */	
table.ad_grid tr td
	{border-color:thistle}

/* header */		
tr.ad_grid_head
	{color:#660099; background-color:thistle}
/* footer */
tr.ad_grid_foot
	{color:#660099; background-color:thistle}
/* pager under footer */	
tr.ad_grid_pager
	{color:#660099; background-color:thistle}
/* selected row */	
tr.ad_grid_selected
	{background-color:darkorchid}
/* section heading row */
tr.ad_grid_section
	{background-color:thistle}
	
/* selected row hyperlinks */	
tr.ad_grid_selected a:link, 
tr.ad_grid_selected a:visited,
tr.ad_grid_selected a:active,
tr.ad_grid_selected a:hover
	{background-color:darkorchid}	
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Questionnaire Datagrid ~~~~~~~~~~~~~~~~~~~~~~ */
/* Datagrids used with tabular style to edit and view questionnaire data	*/
/* These are implemented in .Net as tables without <th> so use the classes  */
/* in design mode.															*/
/* Questionnaire sections have new class called section						*/

/* each cell in grid - gets control of the grid rules */	
table.ad_grid tr td
	{border-color:thistle}

/* header */		
tr.ad_qgrid_head
	{background-color:thistle; color:#660099}
/* footer */
tr.ad_qgrid_foot
	{background-color:thistle; color:#660099}
/* pager under footer */	
tr.ad_qgrid_pager
	{background-color:thistle; color:#660099}
/* selected row */	
tr.ad_qgrid_selected
	{background-color:#660099}
/* section heading row */
tr.ad_qgrid_section
	{background-color:darkorchid}
	
/* selected row hyperlinks */	
tr.ad_qgrid_selected a:link, 
tr.ad_qgrid_selected a:visited,
tr.ad_qgrid_selected a:active,
tr.ad_qgrid_selected a:hover
	{background-color:#660099}	

/* header row hyperlinks */	
tr.ad_qgrid_head a:link, 
tr.ad_qgrid_head a:visited,
tr.ad_qgrid_head a:active,
tr.ad_qgrid_head a:hover
	{background-color:thistle}	

/* pager row hyperlinks */	
tr.ad_qgrid_pager a:link, 
tr.ad_qgrid_pager a:visited,
tr.ad_qgrid_pager a:active,
tr.ad_qgrid_pager a:hover
	{background-color:thistle}	
	
/* ~~~~~~~~~~~~~~~~~~~~~~ Document Links DataGrid ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Data grids used to display document hyperlinks							*/
/* These are implemented in .Net as tables without <th> so use the classes  */
/* in design mode.															*/

/* each cell in grid - gets control of the grid rules */	
table.ad_doc_grid tr td
	{border-color:thistle}

/* header */		
tr.ad_doc_grid_head
	{color:#660099}
/* footer */
tr.ad_grid_foot
	{color:#660099}
/* pager under footer */	
tr.ad_doc_grid_pager
	{color:#660099}
/* selected row */	
tr.ad_doc_grid_selected
	{background-color:darkorchid}
	
/* selected row hyperlinks */	
tr.ad_doc_grid_selected a:link, 
tr.ad_gdoc_rid_selected a:visited,
tr.ad_doc_grid_selected a:active,
tr.ad_doc_grid_selected a:hover
	{background-color:darkorchid}	


