﻿/*
————————————————————————————————————
CSS for SVG Maps because it's a mess
————————————————————————————————————
*/


/* Map Keys (for menus) */

table.MenuMapKey tr td {
	vertical-align: middle;
	font-weight: bold;
	color: #006699;
	padding-bottom: 10px;
}

table.MenuMapKey tr									{ min-height: 18px;  }
table.MenuMapKey tr td div.Big						{ width: 18px; height:18px }
table.MenuMapKey tr td div.Border_Standard			{ border: 2px solid #3e849c; border-radius: 4px }
table.MenuMapKey tr td div.Border_Golden			{ border: 2px solid #ffba1e; border-radius: 4px }
table.MenuMapKey tr td div.Icon_WaterWhite			{ background: white no-repeat center/16px url('../../Static/Icons/water.png') }
table.MenuMapKey tr td div.Icon_EditHeadingGolden	{ background: #ffe68c no-repeat center/16px url('../../Static/Icons/edit-heading.png') }
table.MenuMapKey tr td div.Icon_Cake				{ background: #A4CFDF no-repeat center/16px url('../../Static/Icons/cake.png') }
table.MenuMapKey tr td div.Icon_BooksBrown			{ background: #A4CFDF no-repeat center/16px url('../../Static/Icons/books-brown.png') }
table.MenuMapKey tr td div.Icon_BookQuestion		{ background: #A4CFDF no-repeat center/16px url('../../Static/Icons/book-question.png') }
table.MenuMapKey tr td div.Icon_ArrowIn				{ background: #FFFFFF no-repeat center/16px url('../../Static/Icons/arrow-in.png') }

/*table.MenuMapKey tr td hr { height: 0; margin: 0; vertical-align: middle }
table.MenuMapKey tr td hr.Standard_Line		{ border: 1px solid #3e849c; }
table.MenuMapKey tr td hr.OneWay_Line		{ color: border: 2px dotted #9c473e; }
table.MenuMapKey tr td hr.DownUp_Line		{ border: 1px solid #3e849c; }
table.MenuMapKey tr td hr.Exploration_Line	{ border: 1px solid #3e849c; }
*/

td.Compass_Box
{
	box-sizing: border-box;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
td.Compass_Standard			{	background-color: #A4CFDF;	border: 2px solid #3E849C;	}
td.Compass_Purple			{	background-color: #828ec6;	border: 2px solid #5667a2;	}
td.Compass_Golden			{	background-color: #ffcd68;	border: 2px solid #ffba1e;	}
td.Compass_Dead_End			{	background-color: #5e5e5e;	border: 2px solid #000;	}

/*td.Compass_Standard			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Standard.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Standard_Golden			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Standard_Golden.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Dead_End			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Dead_End.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Blue				{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Blue.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Golden			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Golden.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Orange			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Orange.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Red				{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Red.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Green			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Green.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_White			{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/White.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Golden_Target	{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Golden_Target.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Gear_Yellow		{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Gear_Yellow.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Footsteps_Blue	{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Footsteps_Blue.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Footsteps_Green	{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Footsteps_Green.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Footsteps_Yellow	{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Footsteps_Yellow.png') no-repeat;	background-size: 20px; background-position: center }
td.Compass_Footsteps_Wrongway	{	background: url('../../Static/Images/Bible/Retina_Illustrations/Compass/Footsteps_Wrongway.png') no-repeat;	background-size: 20px; background-position: center }

*/


