﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: GCS Land Search Application | Theme - GREY Stylesheet
' Description	: This page contains styling for the color theme of the site
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 05/01/2007	: David Ellenwood - Created Page
' 08/06/2008	: DPE - Did NOT Add new styles for updated layouts.
' 01/30/2009    : CLZ - Added background color to recordDetails h3
' 02/06/2009    : CLZ - Changed to match the file layout and items of 
'                       the other themes.
' 02/11/2009    : CLZ - Replaced "div#permitsTab h4.permitDnloadLink a" entry
'                       with ".adobeDnloadLink a"
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/* [MEDIUM-DARK] Body background, common border color, button background color */
body												{background-color:			#666;}
h1													{color:						#666;}
#content div#searchBox div#searchHead				{border-bottom-color:		#666}
#content div#resultsListParcel,
#content div#resultsListPermit,
#content div#resultsListDocument					{border-color:				#666;}
#content table.results tr.page div#pager table td a	{border-color:				#666;}
#content .submitBtn									{background-color:			#666;}


/* [MEDIUM] Common hover/highlight color */
#outerWrap													{background:		#999;}
#content table.results tr.page div#pager table td a:hover	{background-color:	#999;}
#content table.results tr.row:hover							{background:		#999 !important;}
#content ul#recordNav li a:hover							{background-color:	#999;}



/* [MEDIUM-LIGHT] Login form background, alternate row color in results list, record view background */
#content form.loginForm								{background-color:	#ddd;}
#content div#searchBox div#searchHead ul li a		{background-color:	#ddd;}
#content table.results tr.page						{background-color:	#ddd;}
#content table.results tr.alt						{background:		#ddd !important;}
#content div#resultsListParcel .resultsLegend		{background-color:	#ddd;}
#content div#recordBox								{background-color:	#ddd;}
#content form.adminForm table.details				{background-color:	#ddd;}
#content .submitBtn									{border-top-color:	#ddd; border-left-color:#ddd;}



/* [DARK] Selected item color, table heading  background, record view section heading background */
#content div#searchBox div#searchHead ul li a.sel	{background-color:	#444;}
#content div#searchBox div#searchFields h3			{background-color:	#444;}
#content table.results tr.page div#pager table td	{background-color:	#444;}
#content table.results tr.head						{background-color:	#444 !important;}
#content table.results tr.sel td					{background-color:	#444 !important;}
#content div#recordDetails h2.recordTitle			{border-color:		#444;}
#content div#resultsListParcel .resultsLegend table	{border-color:		#444;}
#content ul#recordNav li a.sel						{background-color:	#444;}
#content ul#recordNav li a.sel:hover				{background-color:	#444;}
#content div#recordDetails h3						{background-color:	#444;}
#content div#recordDetails div.panel h3				{background-color:	#444;}
#content div#recordDetails address					{background-color:	#444;}
#content form.adminForm table.details thead th		{background-color:	#444;}
#content form.adminForm div.submitBtns				{border-color:		#444;}
#content table.results tr.page div#pager table td a	{color:				#444;}
#content .submitBtn									{border-right-color:#444; border-bottom-color:#444}
#content div#recordDetails table.recordTitle tr th	{background-color:	#444;} /* Added this to match other themes */
#content div#permitsTab h2.permitDetailsTitle		{color:				#444;} /* Added this to match other themes */
#content .adobeDnloadLink a							{color:				#444;} /* Added this to match other themes */
#content div.permitList table tr.sel td				{background-color:	#444;} /* Added this to match other themes */



/* [MEDIUM] Unique search form background (to compensate for the overlaping effect) */
#content div#searchBox div#searchFields				{background-color:  #ccc;}











