﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 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"
' 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:		#fefae2;}
h1													{color:					#ae760a;}
#content div#searchBox div#searchHead				{border-bottom-color:	#AE760A;}
#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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn	, .IFrameModal_DialogButtons .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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn , .IFrameModal_DialogButtons .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;}
/* Netkinetix Change: added " , div#IFrameModal_DialogTitle" */
#content div#searchBox div#searchFields h3 , div#IFrameModal_DialogTitle {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;}
/* Netkinetix Change: added " , .IFrameModal_DialogButtons .submitBtn" */
#content .submitBtn , .IFrameModal_DialogButtons .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;}
.modalPopup h3										{background-color:	#ae760a;}



/* [MEDIUM] Unique search form background (to compensate for the overlaping effect) */
#content div#searchBox div#searchFields				{background-color:#f1e4ae;}





