﻿
/*
  PIPERS RIDGE STYLE SHEET
  Foothills Data, LLC
*/

/*************************************************************** BODY */
body
{
	margin: 4px 0px 0px 0px;
	background-color: White;
	font-family: Verdana;
	font-size: 10pt;
	color: Navy;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 14pt;
	color: #CC0000;
	font-weight: normal;
}


a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:active
{
	color: Blue;
}
a:hover
{
	color: #C01046;
}


/************************************************************** MENU LINKS */

/* Static */

a.mmenu:link
{
	background-color: #C0C0C0;
	color: #000080;
	font-weight: bold;
	font-size: 10pt;
}
a.mmenu:visited
{
	background-color: #C0C0C0;
	color: #000080;
	font-weight: bold;
	font-size: 10pt;
}
a.mmenu:active
{
	background-color: #C0C0C0;
	color: #000080;
	font-weight: bold;
	font-size: 10pt;
}
a.mmenu:hover
{
	background-color: #C01046;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

.menuDynamicMenuStyle
{
	background-color: #C0C0C0;
	border: 1px solid #0000FF;
	z-index:100;
}

/************************************************************** ELEMENT ID'S */

#divPageContents
{
	/* height and width variable by page */ /* 	border-right: gainsboro thin solid; 	border-top: gainsboro thin solid; 	border-left: gainsboro thin solid; 	border-bottom: gainsboro thin solid; */
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/************************************************************** CLASSES */

.textBox
{
	border: 1px inset #C0C0C0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.divWhiteBlock
{
	/* 	border-right: gainsboro thin solid; 	border-top: gainsboro thin solid; 	border-left: gainsboro thin solid; 	border-bottom: gainsboro thin solid; 	*/
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 1px;
}

.divBeigeBlock
{
	padding: 0px;
	background-color: #ffffcc;
	border-right: gainsboro thin solid;
	border-top: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
}

.linkblock
{
	font-size: 8pt;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}

.pageheading
{
	font-size: 12pt;
	font-weight: bold;
	color: Maroon;
}

.scrolldiv
{
	background-color: White;
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	border-left: darkgray thin solid;
	border-bottom: darkgray thin solid;
	overflow: auto;
}
.imageWeatherMap
{
	border: 1px solid #C0C0C0;
}
.divPetPic
{
	border: 2px solid #C0C0C0;
}
.imageTypical
{
	border: 2px solid #C0C0C0;
}
.divImageAndText
{
	font-size: 8pt;
	color: #0000FF;
	text-align: center;
}
.tableWeather
{
	border: 1px solid #C0C0C0;
	margin: 4px;
	padding: 4px;
}

/*
.menuStatic
{
	border: 1px none #000099;
	background-color: #336600;
	color: #FFFFFF;
}
.menuStaticItem
{
	background-color: #336600;
	color: #FFFFFF;
	font-weight: bold;
}
.menuStaticHover
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
.menuDynamic
{
	background-color: #336600;
}
.menuDynamicItem
{
	background-color: #336600;
	color: #FFFFFF;
	font-weight: bold;
}
.menuDynamicHover
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
*/

/************************************************************** LINKS */
/*
#divFooter img
{
	border: 2px double #C0C0C0;
}
*/
.footerImage
{
	border-style: double;
	border-color: #C0C0C0;
	padding: 3px;
	background-color: #FFFFFF;
}
