/* Highpoint performances style sheet */

body {
	background-color: #7edcff; 
	FONT: normal 10pt verdana, arial, helvetica, sans-serif; 
	color: blue;
}
A:link    { color: blue; font-size: 110%;}
A:active  { color: blue; font-size: 100%; }
A:visited { color: blue; font-size: 90%;}
.Backdrop {
	background-image: url("Graphics/blue_sky.jpg");
	background-repeat: no-repeat;
}

HR 
{
	HEIGHT: 1px;
}
em {
	font-size: 110%;
}

li {
	list-style-image: url("Graphics/dot_blue.gif");
}
/* Specific document areas */

.menutitle{
	font-size: 90%;
	cursor: pointer;
	margin: 5px;
	text-align: left;
}

.submenu{
	display: none;	/* Submenus start out invisible */
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 90%;
}

.Indented { padding-left: 50px; }

h1 {
  font-size: 14pt;
  font-weight: bold;
}
h2 {
  font-weight: bold;
}
/**
div {
	border: 1px solid #cccccc;
}
**/
/***************************************************************************/
/* Main divs of the layout */
#EntirePage {
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	width: 850px;
	height: 1000px;
	text-align: left;
	overflow: hidden;
/*	border: 2px solid green;*/
}
/* Divs within EntirePage */
#PageHeader {
	margin-left: 100px;
	width: 650px;
}
#MainContentArea {
  height: 975px;
}
#footer {
  color: #0066cc;
  font-size: 80%;
}
#footer a {
  color : #c0c0c0;
}
/***************************************************************************/
/* Div's within the MainContentArea div */

#MainMenu {
	float: left;
	width : 180px;
	overflow : auto;
}
/* For any div with class="content" */
.content {
	display: none;	/* Content blocks start out invisible */
	padding-left: 25px;
	width: 425px;
	height: 970px;
	float: left;
	overflow : auto;
	text-align: left;
/*	border: 2px solid yellow;*/
}
/* Right side sidebar */
#SideBar {
	float: left;
	width : 200px;
	height: 970px;
	padding : 3px;
/*	border: 2px solid blue;*/
}
/* Customization of jd.gallery styles */
.Thumb {
	height: 75px;
	border: 0;
}
#myGallery {
/*	border: 1px solid green;*/
	width: 220px;
	float: right;
}
#GalleryImage {
	height: 450px;
}
.GalleryContent {
	margin: 0px;
}
#CloseGallery {
	display: none;
	width: 100px;
	margin-left: 400px;
	background:  blue;
	color: white;
}
#myGallerySet
{
	width: 800px;
	height: 600px;
	z-index:5;
	margin-left: 25px;
/*	border: 1px solid #000;*/
}

.jdGallery .slideInfoZone
{ /* The slideinfo zone is the small description bar that appears at the bottom of the image
   * containing the title and description for the image */
	background: #33cccc;
	color: blue;
}
.jdGallery .slideInfoZone h2
{
	padding: 0;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
}

.jdGallery .carousel
{
	background: #33cccc;
	color: blue;
}
.jdGallery a.carouselBtn
{ /*  Properties for the Carousel buttons  */ 
	background: blue;    /* Background color of the button */
	color: white;        /* Color of the text on the buttons */
}


.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	border: 1px solid #888;
	background: yellow;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: yellow;
}

/* Gallery Sets */

.jdGallery .gallerySelector
{ /* The main Gallery Selector background color.
    This color is also the background color of the Gallery selection buttons */
	background: #33cccc;
}
.jdGallery .gallerySelector h2
{ /* The color of the word "Galleries" in the Gallery selector */
	color: blue;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{ /* The main gallery selection buttons that appear in the gallery selector */
	border: 1px solid black;
  background: #009999;
	color: blue; /* Color of the Gallery Name that is displayed on the button */
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{ /* Color of the info text that tells how many pics are in the gallery */
	color: white;
}
.jdGallery a.gallerySelectorBtn
{ /* Properties for the gallery set buttons - the smaller ones you click to select a gallery, 
    when you are already viewing a gallery */
	background: blue;
	color: white;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover
{ /* The color the Gallery selection button changes to when the mouse is on it */
	background: #cccccc;
}

