h5 {  	font-size: 100%;  
	font-weight: bold}

a.navigation
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    font-stretch: condensed;
    color: #000000;
    text-decoration: none
}

a.gallerynames
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    font-stretch: condensed;
    color: BLACK;
    text-decoration: none
}


a.gallerynames:hover { color: #D3D3D3; }

a.gallerynames:active { color: #D3D3D3; }

body
{
	background-color: #9F5F5F5;
	link: #A56F4E;
	vlink: #A56F4E; 
	alink: #000000;
}

A:link{
    font-family: verdana;
    font-size: xx-small;
    font-weight: normal;
    font-stretch: condensed;
    color: #000000;
    text-decoration: none
}

A:active{
	color:	#FF0000;
}

A:hover{
	color:	#FF0000;
}

td.topbar
{
	background-color: BLACK;
}

td.textarea
{
	background-color: #FFFFFF;
	overflow: auto;
}

td.galleryarea
{
	background-color: #000000;
}

td.bottombar
{
	background-color: BLACK;
}

img.imgborder
{
	border-color: #3C1800;
}

table.background
{
	background-color: #D5BE88;
}

font.studioname{
	color: #3C1800;
}

font.gallery
{
	color: #000000;
}

font.information
{
	color: #000000;
}

.pictures {
               position: relative;
}

.controls {
               position: relative;
               z-index: 10;
           }


/* Gallery and Playback Controls
----------------------------------------------- 
Original Background color #000000;
*/
#gallerySelect { width: 180px;}
#controls {	margin:0 auto 10px auto; background: #000000;}
#galleries {	margin:0 auto 20px auto; background: #000000;}
#galleries label { padding-bottom: 2px; background: #000000;}

#transport {
	background: #000000;
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {

	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #fff;
}
#transport a:visited {
	color: #fff;
}
#transport a:hover {
	color: gray;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	background: #000000;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	background: #000000;
	clear: both;
	margin: 1px auto;
}
#thumbnails div {
	background: #000000;
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	background: #000000;
	width: 30px;
	height: 30px;
	position: absolute;
}
#picture {
	background: #000000;
	padding: 0px;
	float: left;
}
#mainImageOutline {
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	background: #000000; 
	overflow: hidden; 
}
#mainImage {
	background: #000000;
	width: 100%;
	height: 100%;
}

#picture img {	border: 0px solid #999; background: #000000;}
.selectedThumbnail {  border: solid 0px #fc0 !important; background: #000000;}
.inFocus {  border: solid 0px #fc0 !important; }


/* Table Rules
----------------------------------------------- */
td.rank { }

#events { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#events caption {
	color: #000000;
	text-transform:uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.375em;
	border-top: solid 1px #999;
}
#events th {
	background: black;
	padding: 6px 0.25em;
	color: #CCCCCC;	
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	cursor: pointer;
}

#events th.infocus { background-color: #000000; }
#events th.selected {	color: #000000; }

#events td, #events th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}

#events td.active { color:#00000; }

#events tr {
	border-bottom: solid 1px #;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#events tr.infocus {
	background-color:#FFFFFF;
	cursor: pointer;
}

#events tr.notinfocus { background-color:#fff; }
#events tr.selected { color:#fc0; }
#events tbody { margin-top: 0; }
.even { background-color: #FFFFFF; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: red; }


/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: black;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: black;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }
