﻿/* 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: 100%;
	color: white;
	text-align: left;
	height: 100%;
	
}
p
{
	font-size: 0.8em;
	margin-top:0;
	text-align: left;
}

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 : 0.8em;
	color: white;
	text-align: center;
	border-collapse: collapse;
}

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.bluebottomthick td 
{
	border-bottom: 2px solid #0000FF;
	background: #3366FF;
}

tr.greybottom td 
{
	border-bottom: 1px solid #C0C0C0;
	background: #3366FF;
}

tr.datefont td 
{
	border-width: 1px;
	font-family: Arial;
	font-size  : 0.75em;
	text-align : center;
}

tr.calendartitle td 
{
	border-width: 1px;
	font-family: Arial;
	font-size  : 0.8em;
	font-weight:bold;
	text-align : center;
	background: #3333FF;
	color: white;
}

tr.statusfont td 
{
	font-family: Arial;
	font-size  : 0.8em;
/*	text-align: left; */
}

tr.statusfontdark td 
{
	font-family: Arial;
	font-size  : 0.8em;
	background-color: #2255FF;
}

tr.grey td
{
	font-family: Arial;
	font-size  : 0.8em;
	color : #C0C0C0;
}

tr.greyfooter td
{
	font-family: Arial;
	color : #C0C0C0;
}


tr.bright td
{
	font-family: Arial;
	font-size  : 0.8em;
	color : white;
}

/* HEADER SETTINGS */

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Times New Roman;
	color: white;
}
h1
{  
	font-family: Souvenir Lt BT, Verdana;
	font-size : 2em;
	font-weight: bold;
	text-align : center;
	font-style:italic;
}
h2
{
	font-size: 1.4em;
	font-weight:bold;
	text-align: center;
}
h3
{
	margin-top: 0px;
	margin-bottom:10px;
	font-size : 1em;
	font-weight:bold;
	text-align: center;
}
h4
{
	font-size: 0.8em;
	font-weight:bold;
	text-align : left;
	margin-bottom:0;
}
h5
{
	margin-top:0px;
	margin-bottom:0px;
	font-size : 0.9em;
	font-weight:bold;
	text-align: left;
}
h6
{
	margin-top: 0px;
	margin-bottom:0px;
	font-size:2em;
	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;
  }