  body { font-size:10pt; font-family:Verdana,Arial; color:#808080; margin-top:0; margin-bottom:0%;
	 scrollbar-3d-light-color: #C0C0C0;
	 scrollbar-arrow-color: #FFFFFF;
	 scrollbar-base-color: #C0C0C0;
	 scrollbar-dark-shadow-color: #C0C0C0;
	 scrollbar-face-color: #C0C0C0;
	 scrollbar-highlight-color: white;
	 scrollbar-shadow-color: #C0C0C0;}
  table { font-family:Arial; font-size:10pt;}
  textarea { font-family:Verdana,Arial; font-size:11px;}
  select { font-family:Verdana,Arial; font-size:11px;}
  input { font-family:Verdana,Arial; font-size:11px;}
  A:link, A:visited { text-decoration:none; color:#3F9E50;}
  A:hover { text-decoration:underline; font-weight:none; color:red;}
  A:active { text-decoration:none; font-weight:none; color:#000000;}

#lightbox{
	background-color:#BBBBBB;
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	}
#lightboxDetails{
	font-family: arial, helvetica, impact, sans-serif;
	color: #414141;
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 4px; right: 4px; }

#lightbox img{ border: none; clear: both;} 

#overlay{
	background-color: #000000;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

* html #overlay{
	background-color: #000000;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	}
	
	
/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 75px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
opacity:0.8;
filter:alpha(opacity=80);
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
opacity:100;
filter:alpha(opacity=100);
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;


visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
/* End Gallery Styles */



