﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: GCS Land Search Application | Theme - GREEN Stylesheet
' Description	: This page contains styling for the color theme of the site
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 05/01/2007	: David Ellenwood - Created Page
' 01/30/2009    : CLZ - Added background color to recordDetails h3
' 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:		#fefae2;}
h1													{color:					#ae760a;}
#content div#searchBox div#searchHead				{border-bottom-color:	#fefae2;}
#content div#resultsListParcel,
#content div#resultsListPermit,
#content div#resultsListDocument					{border-color:			#fefae2;}
#content table.results tr.page div#pager table td a	{border-color:			#fefae2;}
#content .submitBtn									{background-color:		#ae760a;}



/* [MEDIUM] Common hover/highlight color */
#outerWrap													{background-color:	#ddda85;}
#content table.results tr.page div#pager table td a:hover	{background-color:	#ddda85;}
#content table.results tr.row:hover							{background:		#ddda85 !important;}
#content ul#recordNav li a:hover							{background-color:	#ddda85;}



/* [MEDIUM-LIGHT] Login form background, alternate row color in results list, record view background */
#content form.loginForm								{background-color:	#f8f4d1;}
#content div#searchBox div#searchHead ul li a		{background-color:	#f8f4d1;}
#content table.results tr.page						{background-color:	#f8f4d1;}
#content table.results tr.alt						{background:		#f8f4d1 !important;}
#content div#resultsListParcel .resultsLegend		{background-color:	#f8f4d1;}
#content div#recordBox								{background-color:	#f8f4d1;}
#content form.adminForm table.details				{background-color:	#f8f4d1;}
#content .submitBtn									{border-top-color:	#f8f4d1; border-left-color:#f8f4d1;}



/* [DARK] Selected item color, table heading  background, record view section heading background */
#content div#searchBox div#searchHead ul li a.sel	{background-color:	#ae760a;}
#content div#searchBox div#searchFields h3			{background-color:	#ae760a;}
#content table.results tr.page div#pager table td	{background-color:	#ae760a;}
#content table.results tr.head						{background-color:	#ae760a !important;}
#content table.results tr.sel td					{background-color:	#ae760a !important;}
#content div#recordDetails h2.recordTitle			{border-color:		#ae760a;}
#content ul#recordNav li a.sel						{background-color:	#ae760a;}
#content ul#recordNav li a.sel:hover				{background-color:	#ae760a;}
#content div#resultsListParcel .resultsLegend table	{border-color:		#ae760a;}
#content div#recordDetails h3						{background-color:	#ae760a;}
#content div#recordDetails div.panel h3             {background-color:  #ae760a;}
#content div#recordDetails address					{background-color:	#ae760a;}
#content form.adminForm table.details thead th		{background-color:	#ae760a;}
#content form.adminForm div.submitBtns				{border-color:		#ae760a;}
#content table.results tr.page div#pager table td a	{color:				#ae760a;}
#content .submitBtn									{border-right-color:#ae760a; border-bottom-color:#ae760a;}
#content div#recordDetails table.recordTitle tr th	{background-color:	#ae760a;}
#content div#permitsTab h2.permitDetailsTitle		{color:				#ae760a;}
#content .adobeDnloadLink a							{color:				#ae760a;}
#content div.permitList table tr.sel td				{background-color:	#ae760a;}



/* [MEDIUM] Unique search form background (to compensate for the overlaping effect) */
#content div#searchBox div#searchFields				{background-color:#f1e4ae;}






