﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 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"
' 06/07/2011	: CJM(Netkinetix) - Added div.noScriptMessage and div.noScriptMessageMessage
'						element styles that are shown when <noscript> is displayed. Also added
'						.attnFakeBtn, .attnFakeBtn:hover, attnFakeBtnAddToCart, attnFakeBtnViewDoc
'						and msgNoResultsFound. Also updated styles for IFrameModal_Dialog
' 06/20/2011    : DPE - Changed styles for paging
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/



/*  No Javascript Message */
div.noScriptMessage{background-color:#ffffdc;font-weight:bold;border-bottom:2px solid #888865;}
div.noScriptMessage div.noScriptMessageMessage{padding:2px;text-align:center;color:#000000;}

/* Draw Attention Fake Buttons */
.attnFakeBtn
{
	padding:2px;padding-left:5px;padding-right:5px;
	font-weight:bold; text-decoration:none;
	color:#FFFFFF; background-color:#339933;
	border-top:1px solid #33ff33; border-left:1px solid #33ff33; 
	border-bottom:1px solid #009900; border-right:1px solid #009900;
	background-repeat:no-repeat; background-position:2px 1px;
	
}
.attnFakeBtn:hover {
	text-decoration:none;
	color:#FFFFFF; background-color:#33cc66;
	border-top:1px solid #00ff66;		border-left:1px solid #00ff66; 
	border-bottom:1px solid #009933;	border-right:1px solid #009933;
}
.attnFakeBtnAddToCart{ background-image:url(styleImages/cart_17x15_ffffff.png); padding-left:21px; }
.attnFakeBtnViewDoc{ background-image:url(styleImages/magnifying-glass_15x15_ffffff.png); padding-left:21px; }

/* No Results Found Message */
.msgNoResultsFound{ text-align:center; color:#ff0000; font-style:italic;font-weight:bold;padding:10px; font-size:16px; }






/* [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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn	 , .IFrameModal_DialogButtons .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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn , .IFrameModal_DialogButtons .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;}
/* Netkinetix Change: added " , div#IFrameModal_DialogTitle" */
#content div#searchBox div#searchFields h3, div#IFrameModal_DialogTitle {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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn , .IFrameModal_DialogButtons .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 */
.modalPopup h3										{background-color:	#444;}



/* [MEDIUM] Unique search form background (to compensate for the overlaping effect) */
#content div#searchBox div#searchFields				{background-color:  #ccc;}












