/* --------------------------------- html */
	html 
	{
		width: 100%;
		height: 100%;
	}
	
	a:link		{text-decoration: underline; color: blue;}
	a:visited	{text-decoration: underline; color: blue;}
	a:active	{text-decoration: underline; color: blue;}
	a:hover		{text-decoration: underline; color: blue; background: white;}	

/* --------------------------------- Body */
	body
	{
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;

		background-image: url('../styles/Images/body.gif'); 	/* needed to get background to extend to very end in Firefox */
		font-size: 1em; 													/* default font size - all others are scaled relative to this*/
	}

/* --------------------------------- Container */

	#container 
	{
		font-family:	arial;
		text-align: left;
		color: #ffffff;
		width: 988px;
		padding: 0px 0px 0px 15px;										/* Offset everything 15px to right to contain the menu bar*/
		margin: 0px auto 0px auto;		
	}

	/* --- The link colours here are to pick up some odds and ends such as for CoolTree 
	
	Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
	Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
	
	*/

	#container a:link			{text-decoration: underline; color: yellow;}
	#container a:visited	{text-decoration: underline; color: yellow;}
	#container a:active		{text-decoration: underline; color: yellow;}
	#container a:hover		{text-decoration: underline; color: blue; background: white;}	

	
/* --------------------------------- cemetery_map */
	.cemeteryMap
	{
		height: 86%;
		margin-left: 330px;
		margin-right: 2px; 
	}

	
/* --------------------------------- side_panel */
	.mapSideBar
	{
		position: absolute;
		left: 15px;
		top:	80px;
		width: 302px;
		height: 85.1%;
		overflow: hidden;
		padding: 0px 3px 0px 3px;
		color: black;
		background-color: #dddddd;
		font-family: "Arial";
		font-size: 8pt;
		border: medium solid #bbbbbb;
	}
	
	.mapSideBar td
	{
		vertical-align: top;
		margin: 0 0 0 0;
		padding:0; 	
	}
	
	.mapSideBar ul
	{
		margin:0 5px 0 5px;
		padding:0; 
	}

	.mapSideBar li
	{
		margin:0 5px 5px 5px;
		padding:0; 
	}

	.mapSideBarButton
	{
		color: #ffffff;
		background: #8098b0;
		border: 2.5px outset lightblue;
		font-size: 100%;
		font-family: Arial;
	}	

	.searchForm
	{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.mapSideBarSearch
	{
		
	}


	.mapSideBarResults
	{
		height: 84%;
		border-top: medium solid #bbbbbb;
		font-size: 100%;
		overflow: auto;
	}
	
	
/* --------------------------------- Page Title
	Used primarily at the top of a page
	Contains the Logo (left) and overlaid by the Search Box (right) 
*/

	.pageTitle
 	{
		clear: both;
		background-color: #44677b; 							/* Matches Logo */
		background-image: url('../styles/Images/kiwicelts.gif');	/* Logo */
		background-position: top left;
		background-repeat: no-repeat;
		height: 56px;												/* Set to exactly fit the logo*/
		width: 99.5%;												/* Leave space for padding */
		margin: 0px 0px 5px 0px;
		padding: 0px 10px 0px 0px;
		font-size: 24pt;										/* Use fixed font as bar height fixed */
		font-weight: bold; 
		font-family: "Comic Sans MS", "Arial", sans-serif; 
		color: #bbbbbb;
		text-align: right; 
	}

	.pageTitle sup				{font-size: 50% ; vertical-align: 15px; }



/* --------------------------------- Map Styles used on the Google Maps Pages --------------------------------- */
	.cemMapPopup
	{
		width: 330px;
		font-family: Arial;
		font-size: 90%; 
		margin: 0px;
		border: 0;
	}
	
	.cemMapPopup a:link		{text-decoration: underline; color: blue;}
	.cemMapPopup a:visited	{text-decoration: underline; color: blue;}
	.cemMapPopup a:active	{text-decoration: underline; color: blue;}
	.cemMapPopup a:hover	{text-decoration: underline; color: black; background: #dddddd;}	

	.cemMapHead
	{
		font-size: 100%;
		font-weight: bold;
		color:white;
		text-align: center;
		background-color: purple;
	} 
	
	.cemMapFoot
	{
		font-size: 75%; 
		color:white;
		text-align: center;
		background-color: #777777;
	}	
	
	.cemMapCol1
	{
		color: black;
		font-size: 80%; 
		font-weight: bold;
		width: 25%;
		background-color: #dddddd;
	}

	.cemMapCol1I
	{
		font-size: 80%; 
		font-weight: bold;
		width: 25%;
	}

	.cemMapCol2
	{
		color: black;
		font-size: 80%; 
		width: 75%;
	}
	
	.cemMapNotes
	{
		max-height: 150px; 
		overflow: auto;
	}

	.cemMapCol2Link
	{
		color: blue;
		text-decoration: underline;
		font-size: 80%; 
		width: 75%;
	}
	.cemMapCol2Link a:hover	{background: #dddddd; text-decoration: underline; color: black;}	

	
	.odd
	{
		background-color: #606060;
		color: white;
		text-align: left;
		font-family: arial; 
		font-size: 10px;
	}
	
	.even
	{
		background-color: #4383a8;
		color: white;
		text-align: left;
		font-family: Arial; 
		font-size: 10px;
	}
	
		
	.input
	{
		color: #781351;
		background: #ffffff;
		border: 1px solid blue
	}
   
   .mapButton
   {
		color: #dddddd;
		background: blue;
		border: 2.5px outset lightblue;
		font-size: 100%;
		font-family: Arial;
   }	

	.searchArea
	{
		color: black;
		font-size: 100%;
		font-family: Arial;
		vertical-align: middle;
		margin: 0; 
		padding: 0; 
	}

   .gmnoprint
   {
		color: black;
   }   
   
	
/* --------------------------------- Search box activated from Menubar ----------------------- */
	#Search
	{
		width: 150px;
		text-align: left;
		color: #a0a0a0;
		font-size: 9px; 
		padding: 0px;
		display: none;  
	}
	
	#Search input 
	{
		font-size:9pt;
	}
	
	#Search select
	{
		font-size:9pt;
	}
		

/* --------------------------------- Comments --------------------------------- */
	.comments
	{
		clear: both;
		color: black;
		font-size: 12px; 
		font-family: Arial; 
		margin: 25px 0px 20px 15px;
		padding: 0px 10px 10px 10px;
		background-color: #dddddd;
	}
	
	
/* --------------------------------- Footer --------------------------------- */
	.footer
	{
		clear: both;
		
		width:	100%;
		margin:	0px 0px 0px 15px;
		padding:	0;

		font-size: 10px; 
		font-weight: bold;
		font-family: "Verdana", sans-serif;
		color: #cccccc;
		text-align: left;
	}

	.footer table
	{
		width: 100%;
		background-color: #44677b;
		margin: 0;
		padding: 0;
	}
	
	.footer td
	{
		vertical-align: middle;
		text-align: left;
		margin: 0;
		padding: 0;
	}	

	.footer a:link		{text-decoration: underline; color: yellow;}
	.footer a:visited	{text-decoration: underline; color: yellow;}
	.footer a:active		{text-decoration: underline; color: yellow;}
	.footer a:hover		{background: white; text-decoration: underline; color: black;}	
	
	
/* --------------------------------- Styles For Slideoutmenu --------------------------------- */

	#basessm A:link		{text-decoration: underline; color: white;}
	#basessm A:visited	{text-decoration: underline; color: white;}
	#basessm A:active	{text-decoration: underline; color: white;}
	#basessm A:hover		{background: white; text-decoration: underline; color: black;}	

/* --------------------------------- Styles For Cemetery List --------------------------------- */
	
	.listTablePlace th
	{
		font-size: 110%;
		font-weight: bold;
	}
	
	.listTableOdd
	{
		color: white;
		background-color: #606060;		
		font-size: 70%;
	}

	.listTableEven
	{
		color: white;
		font-size: 70%;		
	}

/* --------------------------------- Styles For Cemetery Help --------------------------------- */
	
	.example
	{
		color: blue;
		background-color: white;		
		font-size: 100%;
		padding: 0 10px;
		margin: 0 15px;
		border: thin black solid;
	}
	
	.help h2
	{
		color: lightblue
	}
	
	.help ul
	{
		
		line-height: 140%;
	}
--> 
