/* items marked UC were commented out for Under Construction page */

body {
   /* UC:"background-color: #CCCCCC; */
   background-color: #FFFFFF;

}

td {
font-family:Arial;
font-size: 0.925em;
}

.speakers{
font-family: Trebuchet, serif;
color: #000000;
font-size: 1em;}

.artname {
	font-size: 1.0em;
	font-weight:bold;
}

.style1 {
	font-family: Arial;
	font-size: 0.925em;
}

a:link {
   /* color:#6699FF; */
   color: #6D8CA9;
   /*UC: text-decoration: none;*/
   /*UC: font-size: 1.0em;*/
	font-weight:bold;
}

a:visited {
   /* color:#6699FF; */
   color: #6D8CA9;
   /*UC: text-decoration: none;*/
   /*UC: font-size: 1.0em;*/
	font-weight:bold;
}

blockquote {
	background: #CCCCCC;
	color: #666666;
	margin-left:15px;
	margin-right: 0;
	border-left: 1px #666666 solid;
	padding-left: 10px;
	border-bottom: 1px #666666 solid;
	padding-bottom: 4px;
	font-size: 1.0em;
}

#img2{
    width: inherit;
	border-top: 1px #666666 solid;
	padding-top: 0px;
	border-right: 1px #666666 solid;
	padding-right: 0px;
	border-bottom: 1px #666666 solid;
	padding-bottom: 0px;
	border-left: 1px #666666 solid;
	padding-left: 0px;
	font-size: .925em;
}




#textbox {
    width: inherit;
	border-top: 1px #666666 solid;
	padding-top: 10px;
	border-right: 1px #666666 solid;
	padding-right: 10px;
	border-bottom: 1px #666666 solid;
	padding-bottom: 10px;
	border-left: 1px #666666 solid;
	padding-left: 10px;
	font-size: .925em;
}

#textbox2 {
    width: inherit;
	border-top: 1px #666600 dotted;
	padding-top: 10px;
	border-right: 1px #666600 dotted;
	padding-right: 10px;
	border-bottom: 1px #666600 dotted;
	padding-bottom: 10px;
	border-left: 1px #666600 dotted;
	padding-left: 10px;
	font-size: .925em;
}

#textblock1 {
	font: 16px "Century Gothic", Arial, Verdana;
	border-top: 2px #666666 dotted;
	padding-top: 10px;


}

#textblock2 {
	font: 12px Arial, Verdana;
	border-left: 2px #666666 dotted;
	padding-left: 10px;


}

#quotebox {
    width: inherit;
	border-top: 1px #666666 solid;
	padding-top: 10px;
	border-right: 1px #666666 solid;
	padding-right: 10px;
	border-bottom: 1px #666666 solid;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

h1 {
	color: #666666;
	font-size: 2.00em;
	}

h2 {
	color: #666666;
	font-size: 1.8em;
	}

h3 {
	color: #666666;
	font-size: 1.6em;
	}

h4 {
	color: #666666;
	font-size: 1.4em;
}

h5 {
	color: #666666;
	font-size: 1.2em;
	}

h6 {
	color: #666666;
	font-size: 1.0em;
	}

/* Lightbox 2.0 additions */
#lightbox{
   position: absolute;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
   }

#lightbox a img{ border: none; }

#outerImageContainer{
   position: relative;
   background-color: #fff;
   width: 250px;
   height: 250px;
   margin: 0 auto;
   }

#imageContainer{
   padding: 10px;
   }

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
   }
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
   }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(/js/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
   }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/js/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   margin: 0 auto;
   line-height: 1.4em;
   overflow: auto;
   width: 100%
   }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;   }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;   }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;   }

#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   }


