﻿/* Google Maps API Key -
ABQIAAAALVTu8rs_KcHBdsWxC4_XwRQTvNjxG_1A5nWJLZg-yMoWhMbQphR5Y110XBZFwSHuUADH8I3TuqVMvw  - RANCH WWW
ABQIAAAALVTu8rs_KcHBdsWxC4_XwRR7BkoTZxoV207R-h0ptJkfBhEunRTWW_NITViRKGeOcJgAMEpdMnM7zg  - EXPLORATION WWW
*/

/* HYPERLINK DISPLAY SETTINGS */
/* --- Ranch Site Only --- */
a:link
{
	font-family: arial;
	color: #FFFF00; /* yellow */
	text-decoration: none;
	text-align: center;
}
a:visited
{
	color: #00FFFF; /* cyan */
	text-decoration: none;

} 
A:hover
{
	color: #00FF00;
	text-decoration: none;	
	/* font-weight:bold; */
}
a:active 
{
	color: #FF00FF; /* fushia */
	text-decoration: none;
}

/* MAIN BOBY DISPLAY SETTINGS */

body
{
	margin: 0px;
/*	background-color: #CCCCCC;  blueish */
    background-color: #3366FF;
	font-family: arial;
	font-size: 10pt;
	color: white;
	text-align: left;
	height: 100%
}
table
{
    table-border-color: #C0C0C0;
    table-border-color-light: #C0C0C0;
	table-border-color-dark: #C0C0C0;
	background-color: #3366FF;
	vertical-align:top;
	font-family: Arial;
	font-size : 10pt;
	color: white;
}

tr.bluetopbottom td 
{
	border-top: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	background: #3366FF;
}

tr.bluetop td 
{
	border-top: 1px solid #0000FF;
	background: #3366FF;
	text-align: left;
}
tr.bluebottom td 
{
	border-bottom: 1px solid #0000FF;
	background: #3366FF;
}

tr.greybottom td 
{
	border-bottom: 1px solid #C0C0C0;
	background: #3366FF;
}

/* HEADER SETTINGS */

h1, h2, h3, h4, h5, h6,
{
	font-family: Arial, Verdana, Times New Roman;
	color: white;
}
h1
{  
	font-size : 18pt;
	font-weight: bold;
	text-align : center;
	font-style: italic;
}
h2
{
	font-size: 16pt;
	font-weight:bold;
	text-align: center;
}
h3
{
	margin-top: 0px;
	margin-bottom:10px;
	font-size : 16pt;
	font-weight:bold;
	text-align: center;
}
h4
{
	font-size: 10pt;
	font-weight:bold;
	text-align : left;
}
h5
{
	margin-bottom:0px;
	font-size : 18pt;
	font-weight:bold;
	text-align: center;
}
h6
{
	margin-top: 0px;
	margin-bottom:0px;
	font-size:24pt;
	font-weight:bold;
	color:red;
	text-align:center;
}

/* List margins */
ul
  {
  margin-left: 1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-image:url('images/arrow.gif');
  list-style-position: outside;
}
li
  {
  margin: 0;
  padding: 0;
  }

